Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 9.16.0 to 9.17.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a29924c commit 9f6e942
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/parser": "^8.18.1",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
Expand Down
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -770,14 +770,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.16.0":
version: 9.16.0
resolution: "@eslint/js@npm:9.16.0"
checksum: ba2d7f7266df827df72cec069df9284ad5e7edb4894a8c58c41db0d489136b22815dc76cd34cf565284979feb4d3a8197b511e08529c03f30c80b5235d25030b
languageName: node
linkType: hard

"@eslint/js@npm:^9.17.0":
"@eslint/js@npm:9.17.0, @eslint/js@npm:^9.17.0":
version: 9.17.0
resolution: "@eslint/js@npm:9.17.0"
checksum: b68a14ff518ffa12e3b85fa9c72b818faeff092285acfbf02da2d0fb12a681b76651638881e98845f2df2ed346ed0d33faeb1d9caac163daf232c223b7efe89c
Expand Down Expand Up @@ -1382,7 +1375,7 @@ __metadata:
"@typescript-eslint/parser": ^8.18.1
cross-env: ^7.0.3
depcheck: ^1.4.7
eslint: ^9.16.0
eslint: ^9.17.0
eslint-config-prettier: ^9.1.0
eslint-plugin-deprecation: ^3.0.0
eslint-plugin-import: ^2.31.0
Expand Down Expand Up @@ -2823,7 +2816,7 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.5":
"cross-spawn@npm:^7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
Expand Down Expand Up @@ -3659,16 +3652,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.16.0":
version: 9.16.0
resolution: "eslint@npm:9.16.0"
"eslint@npm:^9.17.0":
version: 9.17.0
resolution: "eslint@npm:9.17.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.12.1
"@eslint/config-array": ^0.19.0
"@eslint/core": ^0.9.0
"@eslint/eslintrc": ^3.2.0
"@eslint/js": 9.16.0
"@eslint/js": 9.17.0
"@eslint/plugin-kit": ^0.2.3
"@humanfs/node": ^0.16.6
"@humanwhocodes/module-importer": ^1.0.1
Expand All @@ -3677,7 +3670,7 @@ __metadata:
"@types/json-schema": ^7.0.15
ajv: ^6.12.4
chalk: ^4.0.0
cross-spawn: ^7.0.5
cross-spawn: ^7.0.6
debug: ^4.3.2
escape-string-regexp: ^4.0.0
eslint-scope: ^8.2.0
Expand All @@ -3704,7 +3697,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: d7b77caed2e319dba9bdf5fd3275c643332e4c79fcfe62cf19031fc430c27fe691daa718474d29a1050b83348085f8df50e04f260e081e5b1fbee1d2ca9c5c74
checksum: 0caae58c53bf4dc9b4893d75e62339e4c40fe5589652a3cb63f30a15bad1f34f8f784ca4fca471bbffedabee516a9f9620ebc33818b55e1b715e8f000865c851
languageName: node
linkType: hard

Expand Down

0 comments on commit 9f6e942

Please sign in to comment.