Skip to content

Commit d9f372c

Browse files
Update dependency eslint-plugin-unicorn to v54 (#4275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6417f4f commit d9f372c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"eslint-plugin-jsdoc": "^48.0.0",
105105
"eslint-plugin-matrix-org": "^1.0.0",
106106
"eslint-plugin-tsdoc": "^0.3.0",
107-
"eslint-plugin-unicorn": "^53.0.0",
107+
"eslint-plugin-unicorn": "^54.0.0",
108108
"fake-indexeddb": "^5.0.2",
109109
"fetch-mock": "10.0.7",
110110
"fetch-mock-jest": "^1.5.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3379,10 +3379,10 @@ eslint-plugin-tsdoc@^0.3.0:
33793379
"@microsoft/tsdoc" "0.15.0"
33803380
"@microsoft/tsdoc-config" "0.17.0"
33813381

3382-
eslint-plugin-unicorn@^53.0.0:
3383-
version "53.0.0"
3384-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz#df3a5c9ecabeb759e6fd867b2d84198466ac8c4d"
3385-
integrity sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==
3382+
eslint-plugin-unicorn@^54.0.0:
3383+
version "54.0.0"
3384+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
3385+
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
33863386
dependencies:
33873387
"@babel/helper-validator-identifier" "^7.24.5"
33883388
"@eslint-community/eslint-utils" "^4.4.0"

0 commit comments

Comments
 (0)