Skip to content

Commit c91e069

Browse files
build(deps-dev): Bump @eslint/eslintrc from 2.1.4 to 3.0.1 (#2084)
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 2.1.4 to 3.0.1. - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v2.1.4...v3.0.1) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4326b03 commit c91e069

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@babel/eslint-parser": "^7.22.15",
8888
"@babel/plugin-proposal-class-properties": "^7.18.6",
8989
"@babel/plugin-proposal-decorators": "^7.23.2",
90-
"@eslint/eslintrc": "^2.1.4",
90+
"@eslint/eslintrc": "^3.0.1",
9191
"@eslint/js": "^8.55.0",
9292
"@release-it-plugins/lerna-changelog": "^6.0.0",
9393
"@types/eslint": "^8.44.6",

yarn.lock

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,21 @@
422422
minimatch "^3.1.2"
423423
strip-json-comments "^3.1.1"
424424

425+
"@eslint/eslintrc@^3.0.1":
426+
version "3.0.1"
427+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.1.tgz#ee628808e945cd7782df05ce50eece525cb48e7a"
428+
integrity sha512-xXm39r1RgOSmPCqlhn+E10KPJ7JKrpuBwsAVw/++5dS/Sa4GAi0smby0r0wfTN4gNpkk9iij2hssJMXHSmQ89w==
429+
dependencies:
430+
ajv "^6.12.4"
431+
debug "^4.3.2"
432+
espree "^10.0.1"
433+
globals "^13.19.0"
434+
ignore "^5.2.0"
435+
import-fresh "^3.2.1"
436+
js-yaml "^4.1.0"
437+
minimatch "^3.1.2"
438+
strip-json-comments "^3.1.1"
439+
425440
"@eslint/[email protected]", "@eslint/js@^8.55.0":
426441
version "8.56.0"
427442
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
@@ -1318,6 +1333,11 @@ acorn-jsx@^5.3.2:
13181333
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
13191334
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
13201335

1336+
acorn@^8.11.3:
1337+
version "8.11.3"
1338+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1339+
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1340+
13211341
acorn@^8.9.0:
13221342
version "8.11.2"
13231343
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b"
@@ -2840,6 +2860,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
28402860
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28412861
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28422862

2863+
eslint-visitor-keys@^4.0.0:
2864+
version "4.0.0"
2865+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
2866+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
2867+
28432868
eslint@^8.55.0:
28442869
version "8.56.0"
28452870
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
@@ -2884,6 +2909,15 @@ eslint@^8.55.0:
28842909
strip-ansi "^6.0.1"
28852910
text-table "^0.2.0"
28862911

2912+
espree@^10.0.1:
2913+
version "10.0.1"
2914+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
2915+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
2916+
dependencies:
2917+
acorn "^8.11.3"
2918+
acorn-jsx "^5.3.2"
2919+
eslint-visitor-keys "^4.0.0"
2920+
28872921
espree@^9.6.0, espree@^9.6.1:
28882922
version "9.6.1"
28892923
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"

0 commit comments

Comments
 (0)