Skip to content

Commit d58ed6b

Browse files
Bump eslint from 8.56.0 to 8.57.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e9ccc9 commit d58ed6b

File tree

2 files changed

+45
-35
lines changed

2 files changed

+45
-35
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/node": "20.10.8",
28-
"eslint": "^8.56.0",
28+
"eslint": "^8.57.1",
2929
"eslint-plugin-mdx": "^2.3.2",
3030
"prettier": "^3.1.1",
3131
"typescript": "5.3.3"

Diff for: yarn.lock

+44-34
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
minimatch "^3.1.2"
6969
strip-json-comments "^3.1.1"
7070

71-
"@eslint/js@8.56.0":
72-
version "8.56.0"
73-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
74-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
71+
"@eslint/js@8.57.1":
72+
version "8.57.1"
73+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
74+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
7575

7676
"@headlessui/react@^1.7.10":
7777
version "1.7.18"
@@ -81,24 +81,24 @@
8181
"@tanstack/react-virtual" "^3.0.0-beta.60"
8282
client-only "^0.0.1"
8383

84-
"@humanwhocodes/config-array@^0.11.13":
85-
version "0.11.13"
86-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
87-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
84+
"@humanwhocodes/config-array@^0.13.0":
85+
version "0.13.0"
86+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
87+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
8888
dependencies:
89-
"@humanwhocodes/object-schema" "^2.0.1"
90-
debug "^4.1.1"
89+
"@humanwhocodes/object-schema" "^2.0.3"
90+
debug "^4.3.1"
9191
minimatch "^3.0.5"
9292

9393
"@humanwhocodes/module-importer@^1.0.1":
9494
version "1.0.1"
9595
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
9696
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
9797

98-
"@humanwhocodes/object-schema@^2.0.1":
99-
version "2.0.1"
100-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
101-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
98+
"@humanwhocodes/object-schema@^2.0.3":
99+
version "2.0.3"
100+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
101+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
102102

103103
"@isaacs/cliui@^8.0.2":
104104
version "8.0.2"
@@ -1351,12 +1351,12 @@ debug@^3.2.7:
13511351
dependencies:
13521352
ms "^2.1.1"
13531353

1354-
debug@^4.0.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
1355-
version "4.3.4"
1356-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1357-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1354+
debug@^4.0.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1355+
version "4.3.7"
1356+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1357+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
13581358
dependencies:
1359-
ms "2.1.2"
1359+
ms "^2.1.3"
13601360

13611361
decode-named-character-reference@^1.0.0:
13621362
version "1.0.2"
@@ -1753,16 +1753,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
17531753
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
17541754
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
17551755

1756-
eslint@^8.56.0:
1757-
version "8.56.0"
1758-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
1759-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1756+
eslint@^8.57.1:
1757+
version "8.57.1"
1758+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
1759+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
17601760
dependencies:
17611761
"@eslint-community/eslint-utils" "^4.2.0"
17621762
"@eslint-community/regexpp" "^4.6.1"
17631763
"@eslint/eslintrc" "^2.1.4"
1764-
"@eslint/js" "8.56.0"
1765-
"@humanwhocodes/config-array" "^0.11.13"
1764+
"@eslint/js" "8.57.1"
1765+
"@humanwhocodes/config-array" "^0.13.0"
17661766
"@humanwhocodes/module-importer" "^1.0.1"
17671767
"@nodelib/fs.walk" "^1.2.8"
17681768
"@ungap/structured-clone" "^1.2.0"
@@ -3729,12 +3729,7 @@ mri@^1.1.0:
37293729
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
37303730
integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
37313731

3732-
3733-
version "2.1.2"
3734-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
3735-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
3736-
3737-
ms@^2.1.1:
3732+
ms@^2.1.1, ms@^2.1.3:
37383733
version "2.1.3"
37393734
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
37403735
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -4570,8 +4565,16 @@ streamsearch@^1.1.0:
45704565
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
45714566
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
45724567

4573-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4574-
name string-width-cjs
4568+
"string-width-cjs@npm:string-width@^4.2.0":
4569+
version "4.2.3"
4570+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4571+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4572+
dependencies:
4573+
emoji-regex "^8.0.0"
4574+
is-fullwidth-code-point "^3.0.0"
4575+
strip-ansi "^6.0.1"
4576+
4577+
string-width@^4.1.0:
45754578
version "4.2.3"
45764579
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
45774580
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4646,7 +4649,14 @@ stringify-entities@^4.0.0:
46464649
character-entities-html4 "^2.0.0"
46474650
character-entities-legacy "^3.0.0"
46484651

4649-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4652+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4653+
version "6.0.1"
4654+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4655+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4656+
dependencies:
4657+
ansi-regex "^5.0.1"
4658+
4659+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
46504660
version "6.0.1"
46514661
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
46524662
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)