Skip to content

Commit

Permalink
Bump ESLint to version 9.10.0 for @reduxjs/rtk-codemods
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 14, 2024
1 parent e56eaee commit 5ed6ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion packages/rtk-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@reduxjs/tsconfig": "workspace:^",
"@reduxjs/vitest-config": "workspace:^",
"@types/jscodeshift": "^0.11.11",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"jiti": "^2.0.0-beta.3",
"prettier": "^3.2.5",
"vitest": "^1.6.0"
Expand Down
58 changes: 1 addition & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4541,13 +4541,6 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.9.1":
version: 9.9.1
resolution: "@eslint/js@npm:9.9.1"
checksum: 10/c3fac3389bda97e790eea03c0a0be2dc1cfb0eec3863f8c4b88033ca7bad4265e4c48abe40d4dc8f82b456a2617fc8a499b2b90837c8bd39a05ebc8cb34c3a04
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/object-schema@npm:2.1.4"
Expand Down Expand Up @@ -6685,7 +6678,7 @@ __metadata:
"@reduxjs/tsconfig": "workspace:^"
"@reduxjs/vitest-config": "workspace:^"
"@types/jscodeshift": "npm:^0.11.11"
eslint: "npm:^9.9.1"
eslint: "npm:^9.10.0"
execa: "npm:^8.0.1"
globby: "npm:^14.0.0"
jiti: "npm:^2.0.0-beta.3"
Expand Down Expand Up @@ -14247,55 +14240,6 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.9.1":
version: 9.9.1
resolution: "eslint@npm:9.9.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.9.1"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
ajv: "npm:^6.12.4"
chalk: "npm:^4.0.0"
cross-spawn: "npm:^7.0.2"
debug: "npm:^4.3.2"
escape-string-regexp: "npm:^4.0.0"
eslint-scope: "npm:^8.0.2"
eslint-visitor-keys: "npm:^4.0.0"
espree: "npm:^10.1.0"
esquery: "npm:^1.5.0"
esutils: "npm:^2.0.2"
fast-deep-equal: "npm:^3.1.3"
file-entry-cache: "npm:^8.0.0"
find-up: "npm:^5.0.0"
glob-parent: "npm:^6.0.2"
ignore: "npm:^5.2.0"
imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0"
is-path-inside: "npm:^3.0.3"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
levn: "npm:^0.4.1"
lodash.merge: "npm:^4.6.2"
minimatch: "npm:^3.1.2"
natural-compare: "npm:^1.4.0"
optionator: "npm:^0.9.3"
strip-ansi: "npm:^6.0.1"
text-table: "npm:^0.2.0"
peerDependencies:
jiti: "*"
peerDependenciesMeta:
jiti:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908
languageName: node
linkType: hard

"espree@npm:^10.0.1, espree@npm:^10.1.0":
version: 10.1.0
resolution: "espree@npm:10.1.0"
Expand Down

0 comments on commit 5ed6ad4

Please sign in to comment.