Skip to content

Commit a431e8f

Browse files
chore(deps-dev): bump eslint and @types/eslint (vega#2064)
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together. Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.1...v9.10.0) Updates `@types/eslint` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81d33ff commit a431e8f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,12 +1409,7 @@
14091409
minimatch "^3.1.2"
14101410
strip-json-comments "^3.1.1"
14111411

1412-
1413-
version "9.9.1"
1414-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
1415-
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
1416-
1417-
"@eslint/js@^9.6.0":
1412+
"@eslint/[email protected]", "@eslint/js@^9.6.0":
14181413
version "9.10.0"
14191414
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
14201415
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
@@ -1424,6 +1419,13 @@
14241419
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
14251420
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
14261421

1422+
"@eslint/plugin-kit@^0.1.0":
1423+
version "0.1.0"
1424+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz#809b95a0227ee79c3195adfb562eb94352e77974"
1425+
integrity sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==
1426+
dependencies:
1427+
levn "^0.4.1"
1428+
14271429
"@humanwhocodes/module-importer@^1.0.1":
14281430
version "1.0.1"
14291431
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3367,15 +3369,16 @@ eslint-visitor-keys@^4.0.0:
33673369
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
33683370

33693371
eslint@^9.6.0:
3370-
version "9.9.1"
3371-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
3372-
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
3372+
version "9.10.0"
3373+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.10.0.tgz#0bd74d7fe4db77565d0e7f57c7df6d2b04756806"
3374+
integrity sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==
33733375
dependencies:
33743376
"@eslint-community/eslint-utils" "^4.2.0"
33753377
"@eslint-community/regexpp" "^4.11.0"
33763378
"@eslint/config-array" "^0.18.0"
33773379
"@eslint/eslintrc" "^3.1.0"
3378-
"@eslint/js" "9.9.1"
3380+
"@eslint/js" "9.10.0"
3381+
"@eslint/plugin-kit" "^0.1.0"
33793382
"@humanwhocodes/module-importer" "^1.0.1"
33803383
"@humanwhocodes/retry" "^0.3.0"
33813384
"@nodelib/fs.walk" "^1.2.8"
@@ -3398,7 +3401,6 @@ eslint@^9.6.0:
33983401
is-glob "^4.0.0"
33993402
is-path-inside "^3.0.3"
34003403
json-stable-stringify-without-jsonify "^1.0.1"
3401-
levn "^0.4.1"
34023404
lodash.merge "^4.6.2"
34033405
minimatch "^3.1.2"
34043406
natural-compare "^1.4.0"

0 commit comments

Comments
 (0)