Skip to content

Commit 6df76de

Browse files
build(deps): bump @octokit/request-error, @actions/github and @octokit/core (#380)
* build(deps): bump @octokit/request-error, @actions/github and @octokit/core Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) to 6.1.7 and updates ancestor dependencies [@octokit/request-error](https://github.com/octokit/request-error.js), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) and [@octokit/core](https://github.com/octokit/core.js). These dependencies need to be updated together. Updates `@octokit/request-error` from 2.1.0 to 6.1.7 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v2.1.0...v6.1.7) Updates `@actions/github` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Updates `@octokit/core` from 4.2.4 to 6.1.4 - [Release notes](https://github.com/octokit/core.js/releases) - [Commits](octokit/core.js@v4.2.4...v6.1.4) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect - dependency-name: "@actions/github" dependency-type: direct:production - dependency-name: "@octokit/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Evans <[email protected]>
1 parent 7b67806 commit 6df76de

File tree

3 files changed

+661
-548
lines changed

3 files changed

+661
-548
lines changed

.eslintrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"plugins": ["@typescript-eslint"],
1515
"rules": {
1616
"@typescript-eslint/camelcase": "off"
17+
},
18+
"settings": {
19+
"import/resolver": {
20+
"typescript": {}
21+
}
1722
}
1823
}

0 commit comments

Comments
 (0)