Skip to content

Commit cf7df9a

Browse files
Bump eslint from 9.15.0 to 9.17.0 (#1179)
Bumps [eslint](https://github.com/eslint/eslint) from 9.15.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.15.0...v9.17.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 73d6b66 commit cf7df9a

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
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.15.0",
1315+
"eslint": "^9.17.0",
13161316
"eslint-webpack-plugin": "^4.2.0",
13171317
"glob": "^11.0.0",
13181318
"globals": "^15.13.0",

yarn.lock

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,7 @@
5858
minimatch "^3.1.2"
5959
strip-json-comments "^3.1.1"
6060

61-
62-
version "9.15.0"
63-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
64-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
65-
66-
"@eslint/js@^9.17.0":
61+
"@eslint/[email protected]", "@eslint/js@^9.17.0":
6762
version "9.17.0"
6863
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
6964
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
@@ -920,7 +915,7 @@ core-util-is@~1.0.0:
920915
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
921916
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
922917

923-
cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.5:
918+
cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
924919
version "7.0.6"
925920
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
926921
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -1046,17 +1041,17 @@ eslint-webpack-plugin@^4.2.0:
10461041
normalize-path "^3.0.0"
10471042
schema-utils "^4.2.0"
10481043

1049-
eslint@^9.15.0:
1050-
version "9.15.0"
1051-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
1052-
integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
1044+
eslint@^9.17.0:
1045+
version "9.17.0"
1046+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
1047+
integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==
10531048
dependencies:
10541049
"@eslint-community/eslint-utils" "^4.2.0"
10551050
"@eslint-community/regexpp" "^4.12.1"
10561051
"@eslint/config-array" "^0.19.0"
10571052
"@eslint/core" "^0.9.0"
10581053
"@eslint/eslintrc" "^3.2.0"
1059-
"@eslint/js" "9.15.0"
1054+
"@eslint/js" "9.17.0"
10601055
"@eslint/plugin-kit" "^0.2.3"
10611056
"@humanfs/node" "^0.16.6"
10621057
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1065,7 +1060,7 @@ eslint@^9.15.0:
10651060
"@types/json-schema" "^7.0.15"
10661061
ajv "^6.12.4"
10671062
chalk "^4.0.0"
1068-
cross-spawn "^7.0.5"
1063+
cross-spawn "^7.0.6"
10691064
debug "^4.3.2"
10701065
escape-string-regexp "^4.0.0"
10711066
eslint-scope "^8.2.0"

0 commit comments

Comments
 (0)