Skip to content

Commit d029ea1

Browse files
Bump eslint from 9.21.0 to 9.23.0 (#1214)
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.23.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dee5115 commit d029ea1

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
"@typescript-eslint/parser": "^8.26.0",
13131313
"@vscode/test-cli": "^0.0.10",
13141314
"@vscode/test-electron": "^2.4.1",
1315-
"eslint": "^9.21.0",
1315+
"eslint": "^9.23.0",
13161316
"eslint-webpack-plugin": "^4.2.0",
13171317
"glob": "^11.0.1",
13181318
"globals": "^15.15.0",

yarn.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,22 @@
3838
debug "^4.3.1"
3939
minimatch "^3.1.2"
4040

41+
"@eslint/config-helpers@^0.2.0":
42+
version "0.2.0"
43+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.0.tgz#12dc8d65c31c4b6c3ebf0758db6601eb7692ce59"
44+
integrity sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==
45+
4146
"@eslint/core@^0.12.0":
4247
version "0.12.0"
4348
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
4449
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
4550
dependencies:
4651
"@types/json-schema" "^7.0.15"
4752

48-
"@eslint/eslintrc@^3.3.0":
49-
version "3.3.0"
50-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
51-
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
53+
"@eslint/eslintrc@^3.3.1":
54+
version "3.3.1"
55+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
56+
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
5257
dependencies:
5358
ajv "^6.12.4"
5459
debug "^4.3.2"
@@ -60,10 +65,10 @@
6065
minimatch "^3.1.2"
6166
strip-json-comments "^3.1.1"
6267

63-
"@eslint/js@9.21.0", "@eslint/js@^9.19.0":
64-
version "9.21.0"
65-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
66-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
68+
"@eslint/js@9.23.0", "@eslint/js@^9.19.0":
69+
version "9.23.0"
70+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.23.0.tgz#c09ded4f3dc63b40b933bcaeb853fceddb64da30"
71+
integrity sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==
6772

6873
"@eslint/object-schema@^2.1.6":
6974
version "2.1.6"
@@ -1015,10 +1020,10 @@ [email protected]:
10151020
esrecurse "^4.3.0"
10161021
estraverse "^4.1.1"
10171022

1018-
eslint-scope@^8.2.0:
1019-
version "8.2.0"
1020-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
1021-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
1023+
eslint-scope@^8.3.0:
1024+
version "8.3.0"
1025+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
1026+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
10221027
dependencies:
10231028
esrecurse "^4.3.0"
10241029
estraverse "^5.2.0"
@@ -1044,17 +1049,18 @@ eslint-webpack-plugin@^4.2.0:
10441049
normalize-path "^3.0.0"
10451050
schema-utils "^4.2.0"
10461051

1047-
eslint@^9.21.0:
1048-
version "9.21.0"
1049-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
1050-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
1052+
eslint@^9.23.0:
1053+
version "9.23.0"
1054+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.23.0.tgz#b88f3ab6dc83bcb927fdb54407c69ffe5f2441a6"
1055+
integrity sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==
10511056
dependencies:
10521057
"@eslint-community/eslint-utils" "^4.2.0"
10531058
"@eslint-community/regexpp" "^4.12.1"
10541059
"@eslint/config-array" "^0.19.2"
1060+
"@eslint/config-helpers" "^0.2.0"
10551061
"@eslint/core" "^0.12.0"
1056-
"@eslint/eslintrc" "^3.3.0"
1057-
"@eslint/js" "9.21.0"
1062+
"@eslint/eslintrc" "^3.3.1"
1063+
"@eslint/js" "9.23.0"
10581064
"@eslint/plugin-kit" "^0.2.7"
10591065
"@humanfs/node" "^0.16.6"
10601066
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1066,7 +1072,7 @@ eslint@^9.21.0:
10661072
cross-spawn "^7.0.6"
10671073
debug "^4.3.2"
10681074
escape-string-regexp "^4.0.0"
1069-
eslint-scope "^8.2.0"
1075+
eslint-scope "^8.3.0"
10701076
eslint-visitor-keys "^4.2.0"
10711077
espree "^10.3.0"
10721078
esquery "^1.5.0"

0 commit comments

Comments
 (0)