Skip to content

Commit ff0250b

Browse files
build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 56.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 51.0.1 to 56.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v56.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e5aaca commit ff0250b

File tree

2 files changed

+75
-29
lines changed

2 files changed

+75
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-markdown": "^3.0.1",
104104
"eslint-plugin-n": "^16.2.0",
105105
"eslint-plugin-prettier": "^5.0.1",
106-
"eslint-plugin-unicorn": "^51.0.0",
106+
"eslint-plugin-unicorn": "^56.0.0",
107107
"eslint-remote-tester": "^3.0.1",
108108
"globals": "^14.0.0",
109109
"jest": "^29.7.0",

yarn.lock

Lines changed: 74 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@
202202
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
203203
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
204204

205-
"@babel/helper-validator-identifier@^7.22.20":
206-
version "7.22.20"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
208-
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
205+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
206+
version "7.25.7"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
208+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
209209

210210
"@babel/helper-validator-option@^7.23.5":
211211
version "7.23.5"
@@ -1781,6 +1781,16 @@ browserslist@^4.22.2:
17811781
node-releases "^2.0.14"
17821782
update-browserslist-db "^1.0.13"
17831783

1784+
browserslist@^4.23.3:
1785+
version "4.24.0"
1786+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
1787+
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
1788+
dependencies:
1789+
caniuse-lite "^1.0.30001663"
1790+
electron-to-chromium "^1.5.28"
1791+
node-releases "^2.0.18"
1792+
update-browserslist-db "^1.1.0"
1793+
17841794
17851795
version "2.1.1"
17861796
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -1907,6 +1917,11 @@ caniuse-lite@^1.0.30001580:
19071917
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz#a0bce920155fa56a1885a69c74e1163fc34b4881"
19081918
integrity sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==
19091919

1920+
caniuse-lite@^1.0.30001663:
1921+
version "1.0.30001667"
1922+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz#99fc5ea0d9c6e96897a104a8352604378377f949"
1923+
integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
1924+
19101925
[email protected], chalk@^5.2.0, chalk@^5.3.0:
19111926
version "5.3.0"
19121927
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
@@ -2170,12 +2185,12 @@ convert-to-spaces@^1.0.1:
21702185
resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715"
21712186
integrity sha512-cj09EBuObp9gZNQCzc7hByQyrs6jVGE+o9kSJmeUoj+GiPiJvi5LYqEH/Hmme4+MTLHM+Ejtq+FChpjjEnsPdQ==
21722187

2173-
core-js-compat@^3.34.0:
2174-
version "3.35.1"
2175-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
2176-
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==
2188+
core-js-compat@^3.38.1:
2189+
version "3.38.1"
2190+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
2191+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
21772192
dependencies:
2178-
browserslist "^4.22.2"
2193+
browserslist "^4.23.3"
21792194

21802195
21812196
version "9.0.0"
@@ -2487,6 +2502,11 @@ electron-to-chromium@^1.4.648:
24872502
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz#2767d998548e5eeeaf8bdaffd67b56796bfbed3d"
24882503
integrity sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==
24892504

2505+
electron-to-chromium@^1.5.28:
2506+
version "1.5.32"
2507+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
2508+
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
2509+
24902510
ember-eslint-parser@^0.5.2:
24912511
version "0.5.2"
24922512
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.5.2.tgz#798db22f54a3038f0dfdcc6fc766887b99c449fa"
@@ -2659,6 +2679,11 @@ escalade@^3.1.1:
26592679
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
26602680
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
26612681

2682+
escalade@^3.2.0:
2683+
version "3.2.0"
2684+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
2685+
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
2686+
26622687
escape-goat@^4.0.0:
26632688
version "4.0.0"
26642689
resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-4.0.0.tgz#9424820331b510b0666b98f7873fe11ac4aa8081"
@@ -2836,26 +2861,26 @@ eslint-plugin-prettier@^5.0.1:
28362861
prettier-linter-helpers "^1.0.0"
28372862
synckit "^0.8.6"
28382863

2839-
eslint-plugin-unicorn@^51.0.0:
2840-
version "51.0.1"
2841-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b"
2842-
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==
2864+
eslint-plugin-unicorn@^56.0.0:
2865+
version "56.0.0"
2866+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.0.tgz#9fd3ebe6f478571734541fa745026b743175b59e"
2867+
integrity sha512-aXpddVz/PQMmd69uxO98PA4iidiVNvA0xOtbpUoz1WhBd4RxOQQYqN618v68drY0hmy5uU2jy1bheKEVWBjlPw==
28432868
dependencies:
2844-
"@babel/helper-validator-identifier" "^7.22.20"
2869+
"@babel/helper-validator-identifier" "^7.24.7"
28452870
"@eslint-community/eslint-utils" "^4.4.0"
2846-
"@eslint/eslintrc" "^2.1.4"
28472871
ci-info "^4.0.0"
28482872
clean-regexp "^1.0.0"
2849-
core-js-compat "^3.34.0"
2850-
esquery "^1.5.0"
2873+
core-js-compat "^3.38.1"
2874+
esquery "^1.6.0"
2875+
globals "^15.9.0"
28512876
indent-string "^4.0.0"
28522877
is-builtin-module "^3.2.1"
28532878
jsesc "^3.0.2"
28542879
pluralize "^8.0.0"
28552880
read-pkg-up "^7.0.1"
28562881
regexp-tree "^0.1.27"
28572882
regjsparser "^0.10.0"
2858-
semver "^7.5.4"
2883+
semver "^7.6.3"
28592884
strip-indent "^3.0.0"
28602885

28612886
eslint-remote-tester@^3.0.1:
@@ -2976,10 +3001,10 @@ esprima@^4.0.0, esprima@^4.0.1:
29763001
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
29773002
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
29783003

2979-
esquery@^1.4.2, esquery@^1.5.0:
2980-
version "1.5.0"
2981-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2982-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
3004+
esquery@^1.4.2, esquery@^1.6.0:
3005+
version "1.6.0"
3006+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
3007+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
29833008
dependencies:
29843009
estraverse "^5.1.0"
29853010

@@ -3400,6 +3425,11 @@ globals@^14.0.0:
34003425
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
34013426
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
34023427

3428+
globals@^15.9.0:
3429+
version "15.10.0"
3430+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.10.0.tgz#a7eab3886802da248ad8b6a9ccca6573ff899c9b"
3431+
integrity sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==
3432+
34033433
globalthis@^1.0.3:
34043434
version "1.0.3"
34053435
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -5558,6 +5588,11 @@ node-releases@^2.0.14:
55585588
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
55595589
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
55605590

5591+
node-releases@^2.0.18:
5592+
version "2.0.18"
5593+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
5594+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
5595+
55615596
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
55625597
version "2.5.0"
55635598
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -6026,6 +6061,11 @@ picocolors@^1.0.0:
60266061
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
60276062
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
60286063

6064+
picocolors@^1.1.0:
6065+
version "1.1.0"
6066+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
6067+
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
6068+
60296069
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
60306070
version "2.3.1"
60316071
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -6593,12 +6633,10 @@ semver@^6.3.0, semver@^6.3.1:
65936633
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
65946634
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
65956635

6596-
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
6597-
version "7.6.0"
6598-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
6599-
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
6600-
dependencies:
6601-
lru-cache "^6.0.0"
6636+
semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
6637+
version "7.6.3"
6638+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
6639+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
66026640

66036641
set-function-length@^1.2.1:
66046642
version "1.2.1"
@@ -7379,6 +7417,14 @@ update-browserslist-db@^1.0.13:
73797417
escalade "^3.1.1"
73807418
picocolors "^1.0.0"
73817419

7420+
update-browserslist-db@^1.1.0:
7421+
version "1.1.1"
7422+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
7423+
integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==
7424+
dependencies:
7425+
escalade "^3.2.0"
7426+
picocolors "^1.1.0"
7427+
73827428
73837429
version "7.0.0"
73847430
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-7.0.0.tgz#295aa782dadab784ed4073f7ffaea1fb2123031c"

0 commit comments

Comments
 (0)