Skip to content

Commit 846a0fa

Browse files
committed
Bump ESLint to version 9.10.0 for @reduxjs/rtk-codemods
1 parent 0d1ce9a commit 846a0fa

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

packages/rtk-codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@reduxjs/tsconfig": "workspace:^",
3939
"@reduxjs/vitest-config": "workspace:^",
4040
"@types/jscodeshift": "^0.11.11",
41-
"eslint": "^9.9.1",
41+
"eslint": "^9.10.0",
4242
"jiti": "^2.0.0-beta.3",
4343
"prettier": "^3.2.5",
4444
"vitest": "^1.6.0"

yarn.lock

+1-57
Original file line numberDiff line numberDiff line change
@@ -4541,13 +4541,6 @@ __metadata:
45414541
languageName: node
45424542
linkType: hard
45434543

4544-
"@eslint/js@npm:9.9.1":
4545-
version: 9.9.1
4546-
resolution: "@eslint/js@npm:9.9.1"
4547-
checksum: 10/c3fac3389bda97e790eea03c0a0be2dc1cfb0eec3863f8c4b88033ca7bad4265e4c48abe40d4dc8f82b456a2617fc8a499b2b90837c8bd39a05ebc8cb34c3a04
4548-
languageName: node
4549-
linkType: hard
4550-
45514544
"@eslint/object-schema@npm:^2.1.4":
45524545
version: 2.1.4
45534546
resolution: "@eslint/object-schema@npm:2.1.4"
@@ -6685,7 +6678,7 @@ __metadata:
66856678
"@reduxjs/tsconfig": "workspace:^"
66866679
"@reduxjs/vitest-config": "workspace:^"
66876680
"@types/jscodeshift": "npm:^0.11.11"
6688-
eslint: "npm:^9.9.1"
6681+
eslint: "npm:^9.10.0"
66896682
execa: "npm:^8.0.1"
66906683
globby: "npm:^14.0.0"
66916684
jiti: "npm:^2.0.0-beta.3"
@@ -14218,55 +14211,6 @@ __metadata:
1421814211
languageName: node
1421914212
linkType: hard
1422014213

14221-
"eslint@npm:^9.9.1":
14222-
version: 9.9.1
14223-
resolution: "eslint@npm:9.9.1"
14224-
dependencies:
14225-
"@eslint-community/eslint-utils": "npm:^4.2.0"
14226-
"@eslint-community/regexpp": "npm:^4.11.0"
14227-
"@eslint/config-array": "npm:^0.18.0"
14228-
"@eslint/eslintrc": "npm:^3.1.0"
14229-
"@eslint/js": "npm:9.9.1"
14230-
"@humanwhocodes/module-importer": "npm:^1.0.1"
14231-
"@humanwhocodes/retry": "npm:^0.3.0"
14232-
"@nodelib/fs.walk": "npm:^1.2.8"
14233-
ajv: "npm:^6.12.4"
14234-
chalk: "npm:^4.0.0"
14235-
cross-spawn: "npm:^7.0.2"
14236-
debug: "npm:^4.3.2"
14237-
escape-string-regexp: "npm:^4.0.0"
14238-
eslint-scope: "npm:^8.0.2"
14239-
eslint-visitor-keys: "npm:^4.0.0"
14240-
espree: "npm:^10.1.0"
14241-
esquery: "npm:^1.5.0"
14242-
esutils: "npm:^2.0.2"
14243-
fast-deep-equal: "npm:^3.1.3"
14244-
file-entry-cache: "npm:^8.0.0"
14245-
find-up: "npm:^5.0.0"
14246-
glob-parent: "npm:^6.0.2"
14247-
ignore: "npm:^5.2.0"
14248-
imurmurhash: "npm:^0.1.4"
14249-
is-glob: "npm:^4.0.0"
14250-
is-path-inside: "npm:^3.0.3"
14251-
json-stable-stringify-without-jsonify: "npm:^1.0.1"
14252-
levn: "npm:^0.4.1"
14253-
lodash.merge: "npm:^4.6.2"
14254-
minimatch: "npm:^3.1.2"
14255-
natural-compare: "npm:^1.4.0"
14256-
optionator: "npm:^0.9.3"
14257-
strip-ansi: "npm:^6.0.1"
14258-
text-table: "npm:^0.2.0"
14259-
peerDependencies:
14260-
jiti: "*"
14261-
peerDependenciesMeta:
14262-
jiti:
14263-
optional: true
14264-
bin:
14265-
eslint: bin/eslint.js
14266-
checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908
14267-
languageName: node
14268-
linkType: hard
14269-
1427014214
"espree@npm:^10.0.1, espree@npm:^10.1.0":
1427114215
version: 10.1.0
1427214216
resolution: "espree@npm:10.1.0"

0 commit comments

Comments
 (0)