Skip to content

Commit 085afe3

Browse files
authored
Update all of eslint to version 9.39.0 (#732)
1 parent 918eef7 commit 085afe3

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@babel/preset-react": "7.28.5",
4949
"babel-eslint": "10.1.0",
5050
"babel-loader": "9.2.1",
51-
"eslint": "9.38.0",
51+
"eslint": "9.39.0",
5252
"@eslint/compat": "1.4.1",
5353
"@eslint/eslintrc": "3.3.1",
54-
"@eslint/js": "9.38.0",
54+
"@eslint/js": "9.39.0",
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-prettier": "9.1.2",
5757
"eslint-plugin-import": "2.32.0",

yarn.lock

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -906,19 +906,12 @@
906906
debug "^4.3.1"
907907
minimatch "^3.1.2"
908908

909-
"@eslint/config-helpers@^0.4.1":
910-
version "0.4.1"
911-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037"
912-
integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==
913-
dependencies:
914-
"@eslint/core" "^0.16.0"
915-
916-
"@eslint/core@^0.16.0":
917-
version "0.16.0"
918-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
919-
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
909+
"@eslint/config-helpers@^0.4.2":
910+
version "0.4.2"
911+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
912+
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
920913
dependencies:
921-
"@types/json-schema" "^7.0.15"
914+
"@eslint/core" "^0.17.0"
922915

923916
"@eslint/core@^0.17.0":
924917
version "0.17.0"
@@ -942,22 +935,22 @@
942935
minimatch "^3.1.2"
943936
strip-json-comments "^3.1.1"
944937

945-
"@eslint/js@9.38.0":
946-
version "9.38.0"
947-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
948-
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
938+
"@eslint/js@9.39.0":
939+
version "9.39.0"
940+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.0.tgz#e1955cefd1d79e80a9557274e9aa9bd3f641be01"
941+
integrity sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==
949942

950943
"@eslint/object-schema@^2.1.7":
951944
version "2.1.7"
952945
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
953946
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
954947

955-
"@eslint/plugin-kit@^0.4.0":
956-
version "0.4.0"
957-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
958-
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
948+
"@eslint/plugin-kit@^0.4.1":
949+
version "0.4.1"
950+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
951+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
959952
dependencies:
960-
"@eslint/core" "^0.16.0"
953+
"@eslint/core" "^0.17.0"
961954
levn "^0.4.1"
962955

963956
"@humanfs/core@^0.19.1":
@@ -2839,19 +2832,19 @@ eslint-visitor-keys@^4.2.1:
28392832
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
28402833
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
28412834

2842-
eslint@9.38.0:
2843-
version "9.38.0"
2844-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
2845-
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
2835+
eslint@9.39.0:
2836+
version "9.39.0"
2837+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.0.tgz#33c90ddf62b64e1e3f83b689934b336f21b5f0e5"
2838+
integrity sha512-iy2GE3MHrYTL5lrCtMZ0X1KLEKKUjmK0kzwcnefhR66txcEmXZD2YWgR5GNdcEwkNx3a0siYkSvl0vIC+Svjmg==
28462839
dependencies:
28472840
"@eslint-community/eslint-utils" "^4.8.0"
28482841
"@eslint-community/regexpp" "^4.12.1"
28492842
"@eslint/config-array" "^0.21.1"
2850-
"@eslint/config-helpers" "^0.4.1"
2851-
"@eslint/core" "^0.16.0"
2843+
"@eslint/config-helpers" "^0.4.2"
2844+
"@eslint/core" "^0.17.0"
28522845
"@eslint/eslintrc" "^3.3.1"
2853-
"@eslint/js" "9.38.0"
2854-
"@eslint/plugin-kit" "^0.4.0"
2846+
"@eslint/js" "9.39.0"
2847+
"@eslint/plugin-kit" "^0.4.1"
28552848
"@humanfs/node" "^0.16.6"
28562849
"@humanwhocodes/module-importer" "^1.0.1"
28572850
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)