Skip to content

Commit c83f287

Browse files
committed
Bump ESLint to version 9.10.0 for @reduxjs/rtk-codemods
1 parent 3763922 commit c83f287

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

Diff for: 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"

Diff for: 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"
@@ -14247,55 +14240,6 @@ __metadata:
1424714240
languageName: node
1424814241
linkType: hard
1424914242

14250-
"eslint@npm:^9.9.1":
14251-
version: 9.9.1
14252-
resolution: "eslint@npm:9.9.1"
14253-
dependencies:
14254-
"@eslint-community/eslint-utils": "npm:^4.2.0"
14255-
"@eslint-community/regexpp": "npm:^4.11.0"
14256-
"@eslint/config-array": "npm:^0.18.0"
14257-
"@eslint/eslintrc": "npm:^3.1.0"
14258-
"@eslint/js": "npm:9.9.1"
14259-
"@humanwhocodes/module-importer": "npm:^1.0.1"
14260-
"@humanwhocodes/retry": "npm:^0.3.0"
14261-
"@nodelib/fs.walk": "npm:^1.2.8"
14262-
ajv: "npm:^6.12.4"
14263-
chalk: "npm:^4.0.0"
14264-
cross-spawn: "npm:^7.0.2"
14265-
debug: "npm:^4.3.2"
14266-
escape-string-regexp: "npm:^4.0.0"
14267-
eslint-scope: "npm:^8.0.2"
14268-
eslint-visitor-keys: "npm:^4.0.0"
14269-
espree: "npm:^10.1.0"
14270-
esquery: "npm:^1.5.0"
14271-
esutils: "npm:^2.0.2"
14272-
fast-deep-equal: "npm:^3.1.3"
14273-
file-entry-cache: "npm:^8.0.0"
14274-
find-up: "npm:^5.0.0"
14275-
glob-parent: "npm:^6.0.2"
14276-
ignore: "npm:^5.2.0"
14277-
imurmurhash: "npm:^0.1.4"
14278-
is-glob: "npm:^4.0.0"
14279-
is-path-inside: "npm:^3.0.3"
14280-
json-stable-stringify-without-jsonify: "npm:^1.0.1"
14281-
levn: "npm:^0.4.1"
14282-
lodash.merge: "npm:^4.6.2"
14283-
minimatch: "npm:^3.1.2"
14284-
natural-compare: "npm:^1.4.0"
14285-
optionator: "npm:^0.9.3"
14286-
strip-ansi: "npm:^6.0.1"
14287-
text-table: "npm:^0.2.0"
14288-
peerDependencies:
14289-
jiti: "*"
14290-
peerDependenciesMeta:
14291-
jiti:
14292-
optional: true
14293-
bin:
14294-
eslint: bin/eslint.js
14295-
checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908
14296-
languageName: node
14297-
linkType: hard
14298-
1429914243
"espree@npm:^10.0.1, espree@npm:^10.1.0":
1430014244
version: 10.1.0
1430114245
resolution: "espree@npm:10.1.0"

0 commit comments

Comments
 (0)