Skip to content

Commit 6014d87

Browse files
chore: bump eslint-plugin-unicorn from 59.0.1 to 60.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 59.0.1 to 60.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v59.0.1...v60.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 60.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5964d commit 6014d87

2 files changed

Lines changed: 61 additions & 62 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"esbuild-plugin-alias": "0.2.1",
7676
"eslint": "9.31.0",
7777
"eslint-plugin-jest": "29.0.1",
78-
"eslint-plugin-unicorn": "59.0.1",
78+
"eslint-plugin-unicorn": "60.0.0",
7979
"glob": "11.0.3",
8080
"google-closure-compiler": "20250723.0.0",
8181
"gulp": "5.0.1",

yarn.lock

Lines changed: 60 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,7 @@
166166
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
167167
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
168168

169-
"@babel/helper-validator-identifier@^7.22.20":
170-
version "7.24.6"
171-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
172-
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
173-
174-
"@babel/helper-validator-identifier@^7.25.9":
169+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.27.1":
175170
version "7.27.1"
176171
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
177172
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
@@ -489,7 +484,7 @@
489484
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz#610d7ea539d2fcdbe39237b5cc175eb2c4451f9c"
490485
integrity sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==
491486

492-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.5.1", "@eslint-community/eslint-utils@^4.7.0":
487+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
493488
version "4.7.0"
494489
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
495490
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -515,21 +510,7 @@
515510
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
516511
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
517512

518-
"@eslint/core@^0.13.0":
519-
version "0.13.0"
520-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
521-
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
522-
dependencies:
523-
"@types/json-schema" "^7.0.15"
524-
525-
"@eslint/core@^0.14.0":
526-
version "0.14.0"
527-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
528-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
529-
dependencies:
530-
"@types/json-schema" "^7.0.15"
531-
532-
"@eslint/core@^0.15.0":
513+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
533514
version "0.15.1"
534515
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
535516
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -561,20 +542,12 @@
561542
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
562543
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
563544

564-
"@eslint/plugin-kit@^0.2.7":
565-
version "0.2.8"
566-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
567-
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
568-
dependencies:
569-
"@eslint/core" "^0.13.0"
570-
levn "^0.4.1"
571-
572-
"@eslint/plugin-kit@^0.3.1":
573-
version "0.3.1"
574-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
575-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
545+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.3":
546+
version "0.3.4"
547+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
548+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
576549
dependencies:
577-
"@eslint/core" "^0.14.0"
550+
"@eslint/core" "^0.15.1"
578551
levn "^0.4.1"
579552

580553
"@gerrit0/mini-shiki@^3.7.0":
@@ -2077,7 +2050,7 @@ braces@^3.0.2, braces@~3.0.2:
20772050
dependencies:
20782051
fill-range "^7.1.1"
20792052

2080-
browserslist@^4.22.2, browserslist@^4.24.0, browserslist@^4.24.4:
2053+
browserslist@^4.22.2, browserslist@^4.24.0:
20812054
version "4.24.5"
20822055
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.5.tgz#aa0f5b8560fe81fde84c6dcb38f759bafba0e11b"
20832056
integrity sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==
@@ -2087,6 +2060,16 @@ browserslist@^4.22.2, browserslist@^4.24.0, browserslist@^4.24.4:
20872060
node-releases "^2.0.19"
20882061
update-browserslist-db "^1.1.3"
20892062

2063+
browserslist@^4.25.1:
2064+
version "4.25.1"
2065+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
2066+
integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
2067+
dependencies:
2068+
caniuse-lite "^1.0.30001726"
2069+
electron-to-chromium "^1.5.173"
2070+
node-releases "^2.0.19"
2071+
update-browserslist-db "^1.1.3"
2072+
20902073
bs-logger@0.x:
20912074
version "0.2.6"
20922075
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2155,6 +2138,11 @@ caniuse-lite@^1.0.30001716:
21552138
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz#dae13a9c80d517c30c6197515a96131c194d8f82"
21562139
integrity sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==
21572140

2141+
caniuse-lite@^1.0.30001726:
2142+
version "1.0.30001727"
2143+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz#22e9706422ad37aa50556af8c10e40e2d93a8b85"
2144+
integrity sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==
2145+
21582146
chalk-template@^0.4.0:
21592147
version "0.4.0"
21602148
resolved "https://registry.yarnpkg.com/chalk-template/-/chalk-template-0.4.0.tgz#692c034d0ed62436b9062c1707fadcd0f753204b"
@@ -2184,6 +2172,11 @@ chalk@^4.0.0, chalk@^4.1.2:
21842172
ansi-styles "^4.1.0"
21852173
supports-color "^7.1.0"
21862174

2175+
change-case@^5.4.4:
2176+
version "5.4.4"
2177+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
2178+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
2179+
21872180
char-regex@^1.0.2:
21882181
version "1.0.2"
21892182
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -2219,10 +2212,10 @@ ci-info@^3.2.0:
22192212
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
22202213
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
22212214

2222-
ci-info@^4.2.0:
2223-
version "4.2.0"
2224-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz#cbd21386152ebfe1d56f280a3b5feccbd96764c7"
2225-
integrity sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==
2215+
ci-info@^4.3.0:
2216+
version "4.3.0"
2217+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.0.tgz#c39b1013f8fdbd28cd78e62318357d02da160cd7"
2218+
integrity sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==
22262219

22272220
cjs-module-lexer@^1.0.0:
22282221
version "1.2.3"
@@ -2387,12 +2380,12 @@ copy-props@^4.0.0:
23872380
each-props "^3.0.0"
23882381
is-plain-object "^5.0.0"
23892382

2390-
core-js-compat@^3.41.0:
2391-
version "3.42.0"
2392-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.42.0.tgz#ce19c29706ee5806e26d3cb3c542d4cfc0ed51bb"
2393-
integrity sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==
2383+
core-js-compat@^3.44.0:
2384+
version "3.44.0"
2385+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
2386+
integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
23942387
dependencies:
2395-
browserslist "^4.24.4"
2388+
browserslist "^4.25.1"
23962389

23972390
core-util-is@~1.0.0:
23982391
version "1.0.3"
@@ -2595,6 +2588,11 @@ electron-to-chromium@^1.5.149:
25952588
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.158.tgz#e5f01fc7fdf810d9d223e30593e0839c306276d4"
25962589
integrity sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==
25972590

2591+
electron-to-chromium@^1.5.173:
2592+
version "1.5.192"
2593+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.192.tgz#6dfc57a41846a57b18f9c0121821a6df1e165cc1"
2594+
integrity sha512-rP8Ez0w7UNw/9j5eSXCe10o1g/8B1P5SM90PCCMVkIRQn2R0LEHWz4Eh9RnxkniuDe1W0cTSOB3MLlkTGDcuCg==
2595+
25982596
emittery@^0.13.1:
25992597
version "0.13.1"
26002598
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -2767,27 +2765,28 @@ eslint-plugin-jest@29.0.1:
27672765
dependencies:
27682766
"@typescript-eslint/utils" "^8.0.0"
27692767

2770-
eslint-plugin-unicorn@59.0.1:
2771-
version "59.0.1"
2772-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-59.0.1.tgz#e76ca18f6b92633440973e5442923a36544a1422"
2773-
integrity sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==
2768+
eslint-plugin-unicorn@60.0.0:
2769+
version "60.0.0"
2770+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz#68f712bcb17e94bd176cce7312647ba1d1409c3c"
2771+
integrity sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==
27742772
dependencies:
2775-
"@babel/helper-validator-identifier" "^7.25.9"
2776-
"@eslint-community/eslint-utils" "^4.5.1"
2777-
"@eslint/plugin-kit" "^0.2.7"
2778-
ci-info "^4.2.0"
2773+
"@babel/helper-validator-identifier" "^7.27.1"
2774+
"@eslint-community/eslint-utils" "^4.7.0"
2775+
"@eslint/plugin-kit" "^0.3.3"
2776+
change-case "^5.4.4"
2777+
ci-info "^4.3.0"
27792778
clean-regexp "^1.0.0"
2780-
core-js-compat "^3.41.0"
2779+
core-js-compat "^3.44.0"
27812780
esquery "^1.6.0"
27822781
find-up-simple "^1.0.1"
2783-
globals "^16.0.0"
2782+
globals "^16.3.0"
27842783
indent-string "^5.0.0"
27852784
is-builtin-module "^5.0.0"
27862785
jsesc "^3.1.0"
27872786
pluralize "^8.0.0"
27882787
regexp-tree "^0.1.27"
27892788
regjsparser "^0.12.0"
2790-
semver "^7.7.1"
2789+
semver "^7.7.2"
27912790
strip-indent "^4.0.0"
27922791

27932792
eslint-scope@5.1.1:
@@ -3379,10 +3378,10 @@ globals@^14.0.0:
33793378
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
33803379
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
33813380

3382-
globals@^16.0.0:
3383-
version "16.2.0"
3384-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
3385-
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
3381+
globals@^16.3.0:
3382+
version "16.3.0"
3383+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3384+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
33863385

33873386
globby@^14.0.2:
33883387
version "14.0.2"
@@ -5461,7 +5460,7 @@ semver@^6.3.0, semver@^6.3.1:
54615460
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
54625461
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
54635462

5464-
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.1:
5463+
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
54655464
version "7.7.2"
54665465
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
54675466
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==

0 commit comments

Comments
 (0)