Skip to content

Commit 9124625

Browse files
chore(deps): update dependency eslint to v9.1.0 (#6077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce12c85 commit 9124625

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"chalk": "4.1.2",
6262
"concurrently": "8.2.2",
6363
"cross-env": "7.0.3",
64-
"eslint": "9.0.0",
64+
"eslint": "9.1.0",
6565
"eslint-config-prettier": "9.1.0",
6666
"eslint-config-standard": "17.1.0",
6767
"eslint-plugin-import": "2.29.1",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,10 +1664,10 @@
16641664
minimatch "^3.1.2"
16651665
strip-json-comments "^3.1.1"
16661666

1667-
"@eslint/js@9.0.0":
1668-
version "9.0.0"
1669-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.0.0.tgz#1a9e4b4c96d8c7886e0110ed310a0135144a1691"
1670-
integrity sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==
1667+
"@eslint/js@9.1.1":
1668+
version "9.1.1"
1669+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.1.1.tgz#eb0f82461d12779bbafc1b5045cde3143d350a8a"
1670+
integrity sha512-5WoDz3Y19Bg2BnErkZTp0en+c/i9PvgFS7MBe1+m60HjFr0hrphlAGp4yzI7pxpt4xShln4ZyYp4neJm8hmOkQ==
16711671

16721672
16731673
version "3.0.0"
@@ -1739,10 +1739,10 @@
17391739
dependencies:
17401740
client-only "^0.0.1"
17411741

1742-
"@humanwhocodes/config-array@^0.12.3":
1743-
version "0.12.3"
1744-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.12.3.tgz#a6216d90f81a30bedd1d4b5d799b47241f318072"
1745-
integrity sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==
1742+
"@humanwhocodes/config-array@^0.13.0":
1743+
version "0.13.0"
1744+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
1745+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
17461746
dependencies:
17471747
"@humanwhocodes/object-schema" "^2.0.3"
17481748
debug "^4.3.1"
@@ -1758,6 +1758,11 @@
17581758
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
17591759
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
17601760

1761+
"@humanwhocodes/retry@^0.2.3":
1762+
version "0.2.3"
1763+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.2.3.tgz#c9aa036d1afa643f1250e83150f39efb3a15a631"
1764+
integrity sha512-X38nUbachlb01YMlvPFojKoiXq+LzZvuSce70KPMPdeM1Rj03k4dR7lDslhbqXn3Ang4EU3+EAmwEAsbrjHW3g==
1765+
17611766
17621767
version "4.2.1"
17631768
resolved "https://registry.yarnpkg.com/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.2.1.tgz#b5665a130ab882741df6d5ccd423f002ae065ad8"
@@ -5593,17 +5598,18 @@ eslint-visitor-keys@^4.0.0:
55935598
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
55945599
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
55955600

5596-
eslint@9.0.0:
5597-
version "9.0.0"
5598-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.0.0.tgz#6270548758e390343f78c8afd030566d86927d40"
5599-
integrity sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==
5601+
eslint@9.1.0:
5602+
version "9.1.0"
5603+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.1.0.tgz#262625f6b0921f7550f128a0098d05ecaad989c6"
5604+
integrity sha512-1TCBecGFQtItia2o39P7Z4BK1X7ByNPxAiWJvwiyTGcOwYnTiiASgMpNA6a+beu8cFPhEDWvPf6mIlYUJv6sgA==
56005605
dependencies:
56015606
"@eslint-community/eslint-utils" "^4.2.0"
56025607
"@eslint-community/regexpp" "^4.6.1"
56035608
"@eslint/eslintrc" "^3.0.2"
5604-
"@eslint/js" "9.0.0"
5605-
"@humanwhocodes/config-array" "^0.12.3"
5609+
"@eslint/js" "9.1.1"
5610+
"@humanwhocodes/config-array" "^0.13.0"
56065611
"@humanwhocodes/module-importer" "^1.0.1"
5612+
"@humanwhocodes/retry" "^0.2.3"
56075613
"@nodelib/fs.walk" "^1.2.8"
56085614
ajv "^6.12.4"
56095615
chalk "^4.0.0"
@@ -5619,7 +5625,6 @@ [email protected]:
56195625
file-entry-cache "^8.0.0"
56205626
find-up "^5.0.0"
56215627
glob-parent "^6.0.2"
5622-
graphemer "^1.4.0"
56235628
ignore "^5.2.0"
56245629
imurmurhash "^0.1.4"
56255630
is-glob "^4.0.0"

0 commit comments

Comments
 (0)