mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-24 17:09:32 +01:00
Bump eslint and eslint-plugin-github
Bumps [eslint](https://github.com/eslint/eslint) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github). These dependencies needed to be updated together. Updates `eslint` from 7.32.0 to 8.35.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.35.0) Updates `eslint-plugin-github` from 4.3.2 to 4.6.1 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.3.2...v4.6.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ae6bdd31ca
commit
1b10e7c6a6
2 changed files with 2466 additions and 1589 deletions
4041
package-lock.json
generated
4041
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -34,8 +34,8 @@
|
|||
"@types/node": "^18.11.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-github": "^4.3.2",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-plugin-github": "^4.6.1",
|
||||
"eslint-plugin-jest": "^25.3.2",
|
||||
"jest": "^27.2.5",
|
||||
"js-yaml": "^4.1.0",
|
||||
|
|
Loading…
Reference in a new issue