```
@types/jest ^27.0.3 → ^27.4.0 @typescript-eslint/parser ^5.8.0 → ^5.9.0 @types/node ^17.0.2 → ^17.0.8 eslint ^8.5.0 → ^8.6.0 eslint-plugin-jest ^25.3.0 → ^25.3.4 jest ^27.4.5 → ^27.4.7 jest-circus ^27.4.5 → ^27.4.6 ```
This commit is contained in:
+2
-2
@@ -462,7 +462,7 @@ class PullRequests {
|
||||
owner,
|
||||
repo,
|
||||
state: 'closed',
|
||||
sort: 'updated',
|
||||
sort: 'merged',
|
||||
per_page: '100',
|
||||
direction: 'desc'
|
||||
});
|
||||
@@ -802,7 +802,7 @@ class ReleaseNotesBuilder {
|
||||
// load octokit instance
|
||||
const octokit = new rest_1.Octokit({
|
||||
auth: `token ${this.token || process.env.GITHUB_TOKEN}`,
|
||||
baseUrl: `${this.baseUrl || "https://api.github.com"}`
|
||||
baseUrl: `${this.baseUrl || 'https://api.github.com'}`
|
||||
});
|
||||
// ensure proper from <-> to tag range
|
||||
core.startGroup(`🔖 Resolve tags`);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Generated
+597
-699
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -42,15 +42,15 @@
|
||||
"webpack": "^5.65.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.3",
|
||||
"@typescript-eslint/parser": "^5.8.0",
|
||||
"@types/node": "^17.0.2",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@typescript-eslint/parser": "^5.9.0",
|
||||
"@types/node": "^17.0.8",
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"eslint": "^8.5.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-plugin-github": "^4.3.5",
|
||||
"eslint-plugin-jest": "^25.3.0",
|
||||
"jest": "^27.4.5",
|
||||
"jest-circus": "^27.4.5",
|
||||
"eslint-plugin-jest": "^25.3.4",
|
||||
"jest": "^27.4.7",
|
||||
"jest-circus": "^27.4.6",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.5.1",
|
||||
"ts-jest": "^27.1.2",
|
||||
|
||||
@@ -42,7 +42,7 @@ export class ReleaseNotesBuilder {
|
||||
// load octokit instance
|
||||
const octokit = new Octokit({
|
||||
auth: `token ${this.token || process.env.GITHUB_TOKEN}`,
|
||||
baseUrl: `${this.baseUrl || "https://api.github.com"}`
|
||||
baseUrl: `${this.baseUrl || 'https://api.github.com'}`
|
||||
})
|
||||
|
||||
// ensure proper from <-> to tag range
|
||||
|
||||
Reference in New Issue
Block a user