Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9671545

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

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"eslint-plugin-matrix-org": "1.2.1",
211211
"eslint-plugin-react": "^7.28.0",
212212
"eslint-plugin-react-hooks": "^4.3.0",
213-
"eslint-plugin-unicorn": "^54.0.0",
213+
"eslint-plugin-unicorn": "^55.0.0",
214214
"express": "^4.18.2",
215215
"fake-indexeddb": "^6.0.0",
216216
"fetch-mock-jest": "^1.5.1",

yarn.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,28 @@ eslint-plugin-unicorn@^54.0.0:
47224722
semver "^7.6.1"
47234723
strip-indent "^3.0.0"
47244724

4725+
eslint-plugin-unicorn@^55.0.0:
4726+
version "55.0.0"
4727+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
4728+
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
4729+
dependencies:
4730+
"@babel/helper-validator-identifier" "^7.24.5"
4731+
"@eslint-community/eslint-utils" "^4.4.0"
4732+
ci-info "^4.0.0"
4733+
clean-regexp "^1.0.0"
4734+
core-js-compat "^3.37.0"
4735+
esquery "^1.5.0"
4736+
globals "^15.7.0"
4737+
indent-string "^4.0.0"
4738+
is-builtin-module "^3.2.1"
4739+
jsesc "^3.0.2"
4740+
pluralize "^8.0.0"
4741+
read-pkg-up "^7.0.1"
4742+
regexp-tree "^0.1.27"
4743+
regjsparser "^0.10.0"
4744+
semver "^7.6.1"
4745+
strip-indent "^3.0.0"
4746+
47254747
eslint-rule-composer@^0.3.0:
47264748
version "0.3.0"
47274749
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
@@ -5390,6 +5412,11 @@ globals@^14.0.0:
53905412
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
53915413
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
53925414

5415+
globals@^15.7.0:
5416+
version "15.9.0"
5417+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
5418+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
5419+
53935420
globalthis@^1.0.3:
53945421
version "1.0.4"
53955422
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"

0 commit comments

Comments
 (0)