Skip to content

Commit 45a5030

Browse files
Bump eslint from 9.33.0 to 9.38.0 (#273)
Bumps [eslint](https://github.com/eslint/eslint) from 9.33.0 to 9.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.33.0...v9.38.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.38.0 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 5e73699 commit 45a5030

File tree

3 files changed

+81
-94
lines changed

3 files changed

+81
-94
lines changed

package-lock.json

Lines changed: 38 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^19.1.15",
2929
"@types/react-dom": "^19.1.9",
3030
"@vitejs/plugin-react": "^5.0.4",
31-
"eslint": "^9.33.0",
31+
"eslint": "^9.38.0",
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^5.2.0",
3434
"eslint-plugin-react-refresh": "^0.4.20",

yarn.lock

Lines changed: 42 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,10 @@
738738
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz#839f72c2decd378f86b8f525e1979a97b920c67d"
739739
integrity sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==
740740

741-
"@eslint-community/eslint-utils@^4.2.0":
742-
version "4.4.1"
743-
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz"
744-
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
741+
"@eslint-community/eslint-utils@^4.8.0":
742+
version "4.9.0"
743+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
744+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
745745
dependencies:
746746
eslint-visitor-keys "^3.4.3"
747747

@@ -750,24 +750,26 @@
750750
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz"
751751
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
752752

753-
"@eslint/config-array@^0.21.0":
754-
version "0.21.0"
755-
resolved "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz"
756-
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
753+
"@eslint/config-array@^0.21.1":
754+
version "0.21.1"
755+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
756+
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
757757
dependencies:
758-
"@eslint/object-schema" "^2.1.6"
758+
"@eslint/object-schema" "^2.1.7"
759759
debug "^4.3.1"
760760
minimatch "^3.1.2"
761761

762-
"@eslint/config-helpers@^0.3.1":
763-
version "0.3.1"
764-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
765-
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
762+
"@eslint/config-helpers@^0.4.1":
763+
version "0.4.1"
764+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037"
765+
integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==
766+
dependencies:
767+
"@eslint/core" "^0.16.0"
766768

767-
"@eslint/core@^0.15.2":
768-
version "0.15.2"
769-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
770-
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
769+
"@eslint/core@^0.16.0":
770+
version "0.16.0"
771+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
772+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
771773
dependencies:
772774
"@types/json-schema" "^7.0.15"
773775

@@ -786,27 +788,22 @@
786788
minimatch "^3.1.2"
787789
strip-json-comments "^3.1.1"
788790

789-
"@eslint/js@9.33.0":
790-
version "9.33.0"
791-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.33.0.tgz#475c92fdddab59b8b8cab960e3de2564a44bf368"
792-
integrity sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==
791+
"@eslint/js@9.38.0", "@eslint/js@^9.35.0":
792+
version "9.38.0"
793+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
794+
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
793795

794-
"@eslint/js@^9.35.0":
795-
version "9.35.0"
796-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07"
797-
integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==
796+
"@eslint/object-schema@^2.1.7":
797+
version "2.1.7"
798+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
799+
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
798800

799-
"@eslint/object-schema@^2.1.6":
800-
version "2.1.6"
801-
resolved "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz"
802-
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
803-
804-
"@eslint/plugin-kit@^0.3.5":
805-
version "0.3.5"
806-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
807-
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
801+
"@eslint/plugin-kit@^0.4.0":
802+
version "0.4.0"
803+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
804+
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
808805
dependencies:
809-
"@eslint/core" "^0.15.2"
806+
"@eslint/core" "^0.16.0"
810807
levn "^0.4.1"
811808

812809
"@generouted/react-router@^1.19.11":
@@ -1982,24 +1979,23 @@ eslint-visitor-keys@^4.2.1:
19821979
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz"
19831980
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
19841981

1985-
eslint@^9.33.0:
1986-
version "9.33.0"
1987-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.33.0.tgz#cc186b3d9eb0e914539953d6a178a5b413997b73"
1988-
integrity sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==
1982+
eslint@^9.38.0:
1983+
version "9.38.0"
1984+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
1985+
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
19891986
dependencies:
1990-
"@eslint-community/eslint-utils" "^4.2.0"
1987+
"@eslint-community/eslint-utils" "^4.8.0"
19911988
"@eslint-community/regexpp" "^4.12.1"
1992-
"@eslint/config-array" "^0.21.0"
1993-
"@eslint/config-helpers" "^0.3.1"
1994-
"@eslint/core" "^0.15.2"
1989+
"@eslint/config-array" "^0.21.1"
1990+
"@eslint/config-helpers" "^0.4.1"
1991+
"@eslint/core" "^0.16.0"
19951992
"@eslint/eslintrc" "^3.3.1"
1996-
"@eslint/js" "9.33.0"
1997-
"@eslint/plugin-kit" "^0.3.5"
1993+
"@eslint/js" "9.38.0"
1994+
"@eslint/plugin-kit" "^0.4.0"
19981995
"@humanfs/node" "^0.16.6"
19991996
"@humanwhocodes/module-importer" "^1.0.1"
20001997
"@humanwhocodes/retry" "^0.4.2"
20011998
"@types/estree" "^1.0.6"
2002-
"@types/json-schema" "^7.0.15"
20031999
ajv "^6.12.4"
20042000
chalk "^4.0.0"
20052001
cross-spawn "^7.0.6"

0 commit comments

Comments
 (0)