Skip to content

Commit 8d44f9d

Browse files
Update dependency eslint-plugin-unicorn to v55 (#4371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a72a1b2 commit 8d44f9d

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"eslint-plugin-jsdoc": "^50.0.0",
102102
"eslint-plugin-matrix-org": "^1.0.0",
103103
"eslint-plugin-tsdoc": "^0.3.0",
104-
"eslint-plugin-unicorn": "^54.0.0",
104+
"eslint-plugin-unicorn": "^55.0.0",
105105
"fake-indexeddb": "^5.0.2",
106106
"fetch-mock": "11.1.1",
107107
"fetch-mock-jest": "^1.5.1",

yarn.lock

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,21 +1136,6 @@
11361136
minimatch "^3.1.2"
11371137
strip-json-comments "^3.1.1"
11381138

1139-
"@eslint/eslintrc@^3.0.2":
1140-
version "3.1.0"
1141-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
1142-
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
1143-
dependencies:
1144-
ajv "^6.12.4"
1145-
debug "^4.3.2"
1146-
espree "^10.0.1"
1147-
globals "^14.0.0"
1148-
ignore "^5.2.0"
1149-
import-fresh "^3.2.1"
1150-
js-yaml "^4.1.0"
1151-
minimatch "^3.1.2"
1152-
strip-json-comments "^3.1.1"
1153-
11541139
"@eslint/js@8.57.0":
11551140
version "8.57.0"
11561141
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
@@ -3080,18 +3065,18 @@ eslint-plugin-tsdoc@^0.3.0:
30803065
"@microsoft/tsdoc" "0.15.0"
30813066
"@microsoft/tsdoc-config" "0.17.0"
30823067

3083-
eslint-plugin-unicorn@^54.0.0:
3084-
version "54.0.0"
3085-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
3086-
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
3068+
eslint-plugin-unicorn@^55.0.0:
3069+
version "55.0.0"
3070+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
3071+
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
30873072
dependencies:
30883073
"@babel/helper-validator-identifier" "^7.24.5"
30893074
"@eslint-community/eslint-utils" "^4.4.0"
3090-
"@eslint/eslintrc" "^3.0.2"
30913075
ci-info "^4.0.0"
30923076
clean-regexp "^1.0.0"
30933077
core-js-compat "^3.37.0"
30943078
esquery "^1.5.0"
3079+
globals "^15.7.0"
30953080
indent-string "^4.0.0"
30963081
is-builtin-module "^3.2.1"
30973082
jsesc "^3.0.2"
@@ -3182,7 +3167,7 @@ eslint@8.57.0:
31823167
strip-ansi "^6.0.1"
31833168
text-table "^0.2.0"
31843169

3185-
espree@^10.0.1, espree@^10.1.0:
3170+
espree@^10.1.0:
31863171
version "10.1.0"
31873172
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
31883173
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
@@ -3595,10 +3580,10 @@ globals@^13.19.0:
35953580
dependencies:
35963581
type-fest "^0.20.2"
35973582

3598-
globals@^14.0.0:
3599-
version "14.0.0"
3600-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
3601-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
3583+
globals@^15.7.0:
3584+
version "15.9.0"
3585+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
3586+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
36023587

36033588
globalthis@^1.0.3:
36043589
version "1.0.4"

0 commit comments

Comments
 (0)