Skip to content

Commit 1c47d6e

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 75f9d05 commit 1c47d6e

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": "20250716.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==
@@ -484,7 +479,7 @@
484479
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz#610d7ea539d2fcdbe39237b5cc175eb2c4451f9c"
485480
integrity sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==
486481

487-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.5.1", "@eslint-community/eslint-utils@^4.7.0":
482+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
488483
version "4.7.0"
489484
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
490485
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -510,21 +505,7 @@
510505
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
511506
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
512507

513-
"@eslint/core@^0.13.0":
514-
version "0.13.0"
515-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
516-
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
517-
dependencies:
518-
"@types/json-schema" "^7.0.15"
519-
520-
"@eslint/core@^0.14.0":
521-
version "0.14.0"
522-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
523-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
524-
dependencies:
525-
"@types/json-schema" "^7.0.15"
526-
527-
"@eslint/core@^0.15.0":
508+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
528509
version "0.15.1"
529510
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
530511
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -556,20 +537,12 @@
556537
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
557538
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
558539

559-
"@eslint/plugin-kit@^0.2.7":
560-
version "0.2.8"
561-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
562-
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
563-
dependencies:
564-
"@eslint/core" "^0.13.0"
565-
levn "^0.4.1"
566-
567-
"@eslint/plugin-kit@^0.3.1":
568-
version "0.3.1"
569-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
570-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
540+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.3":
541+
version "0.3.4"
542+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
543+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
571544
dependencies:
572-
"@eslint/core" "^0.14.0"
545+
"@eslint/core" "^0.15.1"
573546
levn "^0.4.1"
574547

575548
"@gerrit0/mini-shiki@^3.7.0":
@@ -2072,7 +2045,7 @@ braces@^3.0.2, braces@~3.0.2:
20722045
dependencies:
20732046
fill-range "^7.1.1"
20742047

2075-
browserslist@^4.22.2, browserslist@^4.24.0, browserslist@^4.24.4:
2048+
browserslist@^4.22.2, browserslist@^4.24.0:
20762049
version "4.24.5"
20772050
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.5.tgz#aa0f5b8560fe81fde84c6dcb38f759bafba0e11b"
20782051
integrity sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==
@@ -2082,6 +2055,16 @@ browserslist@^4.22.2, browserslist@^4.24.0, browserslist@^4.24.4:
20822055
node-releases "^2.0.19"
20832056
update-browserslist-db "^1.1.3"
20842057

2058+
browserslist@^4.25.1:
2059+
version "4.25.1"
2060+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
2061+
integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
2062+
dependencies:
2063+
caniuse-lite "^1.0.30001726"
2064+
electron-to-chromium "^1.5.173"
2065+
node-releases "^2.0.19"
2066+
update-browserslist-db "^1.1.3"
2067+
20852068
bs-logger@0.x:
20862069
version "0.2.6"
20872070
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2150,6 +2133,11 @@ caniuse-lite@^1.0.30001716:
21502133
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz#dae13a9c80d517c30c6197515a96131c194d8f82"
21512134
integrity sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==
21522135

2136+
caniuse-lite@^1.0.30001726:
2137+
version "1.0.30001727"
2138+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz#22e9706422ad37aa50556af8c10e40e2d93a8b85"
2139+
integrity sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==
2140+
21532141
chalk-template@^0.4.0:
21542142
version "0.4.0"
21552143
resolved "https://registry.yarnpkg.com/chalk-template/-/chalk-template-0.4.0.tgz#692c034d0ed62436b9062c1707fadcd0f753204b"
@@ -2179,6 +2167,11 @@ chalk@^4.0.0, chalk@^4.1.2:
21792167
ansi-styles "^4.1.0"
21802168
supports-color "^7.1.0"
21812169

2170+
change-case@^5.4.4:
2171+
version "5.4.4"
2172+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
2173+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
2174+
21822175
char-regex@^1.0.2:
21832176
version "1.0.2"
21842177
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -2214,10 +2207,10 @@ ci-info@^3.2.0:
22142207
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
22152208
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
22162209

2217-
ci-info@^4.2.0:
2218-
version "4.2.0"
2219-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.2.0.tgz#cbd21386152ebfe1d56f280a3b5feccbd96764c7"
2220-
integrity sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==
2210+
ci-info@^4.3.0:
2211+
version "4.3.0"
2212+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.0.tgz#c39b1013f8fdbd28cd78e62318357d02da160cd7"
2213+
integrity sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==
22212214

22222215
cjs-module-lexer@^1.0.0:
22232216
version "1.2.3"
@@ -2382,12 +2375,12 @@ copy-props@^4.0.0:
23822375
each-props "^3.0.0"
23832376
is-plain-object "^5.0.0"
23842377

2385-
core-js-compat@^3.41.0:
2386-
version "3.42.0"
2387-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.42.0.tgz#ce19c29706ee5806e26d3cb3c542d4cfc0ed51bb"
2388-
integrity sha512-bQasjMfyDGyaeWKBIu33lHh9qlSR0MFE/Nmc6nMjf/iU9b3rSMdAYz1Baxrv4lPdGUsTqZudHA4jIGSJy0SWZQ==
2378+
core-js-compat@^3.44.0:
2379+
version "3.44.0"
2380+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
2381+
integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
23892382
dependencies:
2390-
browserslist "^4.24.4"
2383+
browserslist "^4.25.1"
23912384

23922385
core-util-is@~1.0.0:
23932386
version "1.0.3"
@@ -2589,6 +2582,11 @@ electron-to-chromium@^1.5.149:
25892582
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.158.tgz#e5f01fc7fdf810d9d223e30593e0839c306276d4"
25902583
integrity sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==
25912584

2585+
electron-to-chromium@^1.5.173:
2586+
version "1.5.189"
2587+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.189.tgz#a5c41d2e5c64e2e6cd11bdf4eeeebc1ec8601e08"
2588+
integrity sha512-y9D1ntS1ruO/pZ/V2FtLE+JXLQe28XoRpZ7QCCo0T8LdQladzdcOVQZH/IWLVJvCw12OGMb6hYOeOAjntCmJRQ==
2589+
25922590
emittery@^0.13.1:
25932591
version "0.13.1"
25942592
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -2761,27 +2759,28 @@ eslint-plugin-jest@29.0.1:
27612759
dependencies:
27622760
"@typescript-eslint/utils" "^8.0.0"
27632761

2764-
eslint-plugin-unicorn@59.0.1:
2765-
version "59.0.1"
2766-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-59.0.1.tgz#e76ca18f6b92633440973e5442923a36544a1422"
2767-
integrity sha512-EtNXYuWPUmkgSU2E7Ttn57LbRREQesIP1BiLn7OZLKodopKfDXfBUkC/0j6mpw2JExwf43Uf3qLSvrSvppgy8Q==
2762+
eslint-plugin-unicorn@60.0.0:
2763+
version "60.0.0"
2764+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz#68f712bcb17e94bd176cce7312647ba1d1409c3c"
2765+
integrity sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==
27682766
dependencies:
2769-
"@babel/helper-validator-identifier" "^7.25.9"
2770-
"@eslint-community/eslint-utils" "^4.5.1"
2771-
"@eslint/plugin-kit" "^0.2.7"
2772-
ci-info "^4.2.0"
2767+
"@babel/helper-validator-identifier" "^7.27.1"
2768+
"@eslint-community/eslint-utils" "^4.7.0"
2769+
"@eslint/plugin-kit" "^0.3.3"
2770+
change-case "^5.4.4"
2771+
ci-info "^4.3.0"
27732772
clean-regexp "^1.0.0"
2774-
core-js-compat "^3.41.0"
2773+
core-js-compat "^3.44.0"
27752774
esquery "^1.6.0"
27762775
find-up-simple "^1.0.1"
2777-
globals "^16.0.0"
2776+
globals "^16.3.0"
27782777
indent-string "^5.0.0"
27792778
is-builtin-module "^5.0.0"
27802779
jsesc "^3.1.0"
27812780
pluralize "^8.0.0"
27822781
regexp-tree "^0.1.27"
27832782
regjsparser "^0.12.0"
2784-
semver "^7.7.1"
2783+
semver "^7.7.2"
27852784
strip-indent "^4.0.0"
27862785

27872786
eslint-scope@5.1.1:
@@ -3373,10 +3372,10 @@ globals@^14.0.0:
33733372
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
33743373
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
33753374

3376-
globals@^16.0.0:
3377-
version "16.2.0"
3378-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
3379-
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
3375+
globals@^16.3.0:
3376+
version "16.3.0"
3377+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3378+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
33803379

33813380
globby@^14.0.2:
33823381
version "14.0.2"
@@ -5455,7 +5454,7 @@ semver@^6.3.0, semver@^6.3.1:
54555454
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
54565455
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
54575456

5458-
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.1:
5457+
semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2:
54595458
version "7.7.2"
54605459
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
54615460
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==

0 commit comments

Comments
 (0)