Skip to content

Commit ef32063

Browse files
authored
Merge pull request #2661 from element-hq/renovate/eslint-plugin-unicorn-56.x
Update dependency eslint-plugin-unicorn to v56
2 parents a38862b + 9fa7bf9 commit ef32063

File tree

2 files changed

+18
-52
lines changed

2 files changed

+18
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-matrix-org": "^1.2.1",
7373
"eslint-plugin-react": "^7.29.4",
7474
"eslint-plugin-react-hooks": "^5.0.0",
75-
"eslint-plugin-unicorn": "^55.0.0",
75+
"eslint-plugin-unicorn": "^56.0.0",
7676
"global-jsdom": "^25.0.0",
7777
"history": "^4.0.0",
7878
"i18next": "^23.0.0",

yarn.lock

Lines changed: 17 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
213213
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
214214

215-
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5", "@babel/helper-validator-identifier@^7.24.6":
215+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.6":
216216
version "7.24.7"
217217
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
218218
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
@@ -3505,16 +3505,6 @@ broccoli-plugin@^4.0.7:
35053505
rimraf "^3.0.2"
35063506
symlink-or-copy "^1.3.1"
35073507

3508-
browserslist@^4.23.0:
3509-
version "4.23.3"
3510-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
3511-
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
3512-
dependencies:
3513-
caniuse-lite "^1.0.30001646"
3514-
electron-to-chromium "^1.5.4"
3515-
node-releases "^2.0.18"
3516-
update-browserslist-db "^1.1.0"
3517-
35183508
browserslist@^4.23.1, browserslist@^4.23.3, browserslist@^4.24.0:
35193509
version "4.24.2"
35203510
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
@@ -3789,13 +3779,6 @@ copy-to-clipboard@^3.3.1:
37893779
dependencies:
37903780
toggle-selection "^1.0.6"
37913781

3792-
core-js-compat@^3.37.0:
3793-
version "3.37.1"
3794-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
3795-
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
3796-
dependencies:
3797-
browserslist "^4.23.0"
3798-
37993782
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
38003783
version "3.38.1"
38013784
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
@@ -4105,11 +4088,6 @@ easy-table@1.2.0:
41054088
optionalDependencies:
41064089
wcwidth "^1.0.1"
41074090

4108-
electron-to-chromium@^1.5.4:
4109-
version "1.5.29"
4110-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz#aa592a3caa95d07cc26a66563accf99fa573a1ee"
4111-
integrity sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==
4112-
41134091
electron-to-chromium@^1.5.41:
41144092
version "1.5.49"
41154093
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz#9358f514ab6eeed809a8689f4b39ea5114ae729c"
@@ -4464,26 +4442,26 @@ eslint-plugin-react@^7.29.4:
44644442
string.prototype.matchall "^4.0.11"
44654443
string.prototype.repeat "^1.0.0"
44664444

4467-
eslint-plugin-unicorn@^55.0.0:
4468-
version "55.0.0"
4469-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
4470-
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
4445+
eslint-plugin-unicorn@^56.0.0:
4446+
version "56.0.0"
4447+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.0.tgz#9fd3ebe6f478571734541fa745026b743175b59e"
4448+
integrity sha512-aXpddVz/PQMmd69uxO98PA4iidiVNvA0xOtbpUoz1WhBd4RxOQQYqN618v68drY0hmy5uU2jy1bheKEVWBjlPw==
44714449
dependencies:
4472-
"@babel/helper-validator-identifier" "^7.24.5"
4450+
"@babel/helper-validator-identifier" "^7.24.7"
44734451
"@eslint-community/eslint-utils" "^4.4.0"
44744452
ci-info "^4.0.0"
44754453
clean-regexp "^1.0.0"
4476-
core-js-compat "^3.37.0"
4477-
esquery "^1.5.0"
4478-
globals "^15.7.0"
4454+
core-js-compat "^3.38.1"
4455+
esquery "^1.6.0"
4456+
globals "^15.9.0"
44794457
indent-string "^4.0.0"
44804458
is-builtin-module "^3.2.1"
44814459
jsesc "^3.0.2"
44824460
pluralize "^8.0.0"
44834461
read-pkg-up "^7.0.1"
44844462
regexp-tree "^0.1.27"
44854463
regjsparser "^0.10.0"
4486-
semver "^7.6.1"
4464+
semver "^7.6.3"
44874465
strip-indent "^3.0.0"
44884466

44894467
eslint-scope@^7.2.2:
@@ -4552,20 +4530,13 @@ espree@^9.6.0, espree@^9.6.1:
45524530
acorn-jsx "^5.3.2"
45534531
eslint-visitor-keys "^3.4.1"
45544532

4555-
esquery@^1.4.2:
4533+
esquery@^1.4.2, esquery@^1.6.0:
45564534
version "1.6.0"
45574535
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
45584536
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
45594537
dependencies:
45604538
estraverse "^5.1.0"
45614539

4562-
esquery@^1.5.0:
4563-
version "1.5.0"
4564-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
4565-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
4566-
dependencies:
4567-
estraverse "^5.1.0"
4568-
45694540
esrecurse@^4.3.0:
45704541
version "4.3.0"
45714542
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -4913,10 +4884,10 @@ globals@^13.19.0:
49134884
dependencies:
49144885
type-fest "^0.20.2"
49154886

4916-
globals@^15.7.0:
4917-
version "15.8.0"
4918-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
4919-
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==
4887+
globals@^15.9.0:
4888+
version "15.11.0"
4889+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
4890+
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
49204891

49214892
globalthis@^1.0.3, globalthis@^1.0.4:
49224893
version "1.0.4"
@@ -7163,16 +7134,11 @@ semver@^6.3.1:
71637134
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
71647135
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
71657136

7166-
semver@^7.5.3, semver@^7.6.0:
7137+
semver@^7.5.3, semver@^7.6.0, semver@^7.6.3:
71677138
version "7.6.3"
71687139
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
71697140
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
71707141

7171-
semver@^7.6.1:
7172-
version "7.6.2"
7173-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
7174-
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
7175-
71767142
set-blocking@^2.0.0:
71777143
version "2.0.0"
71787144
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -7849,7 +7815,7 @@ unplugin@1.0.1:
78497815
webpack-sources "^3.2.3"
78507816
webpack-virtual-modules "^0.5.0"
78517817

7852-
update-browserslist-db@^1.1.0, update-browserslist-db@^1.1.1:
7818+
update-browserslist-db@^1.1.1:
78537819
version "1.1.1"
78547820
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
78557821
integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==

0 commit comments

Comments
 (0)