Skip to content

Commit 4835679

Browse files
Bump eslint from 9.20.1 to 9.21.0 (#1200)
Bumps [eslint](https://github.com/eslint/eslint) from 9.20.1 to 9.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.1...v9.21.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 dae43aa commit 4835679

File tree

2 files changed

+41
-48
lines changed

2 files changed

+41
-48
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.14.0",
13131313
"@vscode/test-cli": "^0.0.10",
13141314
"@vscode/test-electron": "^2.4.1",
1315-
"eslint": "^9.20.1",
1315+
"eslint": "^9.21.0",
13161316
"eslint-webpack-plugin": "^4.2.0",
13171317
"glob": "^11.0.1",
13181318
"globals": "^15.15.0",

yarn.lock

Lines changed: 40 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,26 @@
2929
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
3030
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
3131

32-
"@eslint/config-array@^0.19.0":
33-
version "0.19.0"
34-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.0.tgz#3251a528998de914d59bb21ba4c11767cf1b3519"
35-
integrity sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==
32+
"@eslint/config-array@^0.19.2":
33+
version "0.19.2"
34+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
35+
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
3636
dependencies:
37-
"@eslint/object-schema" "^2.1.4"
37+
"@eslint/object-schema" "^2.1.6"
3838
debug "^4.3.1"
3939
minimatch "^3.1.2"
4040

41-
"@eslint/core@^0.10.0":
42-
version "0.10.0"
43-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
44-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
41+
"@eslint/core@^0.12.0":
42+
version "0.12.0"
43+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
44+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
4545
dependencies:
4646
"@types/json-schema" "^7.0.15"
4747

48-
"@eslint/core@^0.11.0":
49-
version "0.11.0"
50-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12"
51-
integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==
52-
dependencies:
53-
"@types/json-schema" "^7.0.15"
54-
55-
"@eslint/eslintrc@^3.2.0":
56-
version "3.2.0"
57-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
58-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
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==
5952
dependencies:
6053
ajv "^6.12.4"
6154
debug "^4.3.2"
@@ -67,22 +60,22 @@
6760
minimatch "^3.1.2"
6861
strip-json-comments "^3.1.1"
6962

70-
"@eslint/js@9.20.0", "@eslint/js@^9.19.0":
71-
version "9.20.0"
72-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
73-
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
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==
7467

75-
"@eslint/object-schema@^2.1.4":
76-
version "2.1.4"
77-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
78-
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
68+
"@eslint/object-schema@^2.1.6":
69+
version "2.1.6"
70+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
71+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
7972

80-
"@eslint/plugin-kit@^0.2.5":
81-
version "0.2.5"
82-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
83-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
73+
"@eslint/plugin-kit@^0.2.7":
74+
version "0.2.7"
75+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
76+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
8477
dependencies:
85-
"@eslint/core" "^0.10.0"
78+
"@eslint/core" "^0.12.0"
8679
levn "^0.4.1"
8780

8881
"@humanfs/core@^0.19.1":
@@ -108,10 +101,10 @@
108101
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.1.tgz#c72a5c76a9fbaf3488e231b13dc52c0da7bab42a"
109102
integrity sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==
110103

111-
"@humanwhocodes/retry@^0.4.1":
112-
version "0.4.1"
113-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
114-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
104+
"@humanwhocodes/retry@^0.4.2":
105+
version "0.4.2"
106+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
107+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
115108

116109
"@isaacs/cliui@^8.0.2":
117110
version "8.0.2"
@@ -1121,21 +1114,21 @@ eslint-webpack-plugin@^4.2.0:
11211114
normalize-path "^3.0.0"
11221115
schema-utils "^4.2.0"
11231116

1124-
eslint@^9.20.1:
1125-
version "9.20.1"
1126-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
1127-
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
1117+
eslint@^9.21.0:
1118+
version "9.21.0"
1119+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
1120+
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
11281121
dependencies:
11291122
"@eslint-community/eslint-utils" "^4.2.0"
11301123
"@eslint-community/regexpp" "^4.12.1"
1131-
"@eslint/config-array" "^0.19.0"
1132-
"@eslint/core" "^0.11.0"
1133-
"@eslint/eslintrc" "^3.2.0"
1134-
"@eslint/js" "9.20.0"
1135-
"@eslint/plugin-kit" "^0.2.5"
1124+
"@eslint/config-array" "^0.19.2"
1125+
"@eslint/core" "^0.12.0"
1126+
"@eslint/eslintrc" "^3.3.0"
1127+
"@eslint/js" "9.21.0"
1128+
"@eslint/plugin-kit" "^0.2.7"
11361129
"@humanfs/node" "^0.16.6"
11371130
"@humanwhocodes/module-importer" "^1.0.1"
1138-
"@humanwhocodes/retry" "^0.4.1"
1131+
"@humanwhocodes/retry" "^0.4.2"
11391132
"@types/estree" "^1.0.6"
11401133
"@types/json-schema" "^7.0.15"
11411134
ajv "^6.12.4"

0 commit comments

Comments
 (0)