Skip to content

Commit 836ddb6

Browse files
committed
Update dependency eslint-plugin-unicorn to v40
1 parent 6318ccf commit 836ddb6

File tree

2 files changed

+16
-33
lines changed

2 files changed

+16
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-plugin-import-helpers": "1.2.0",
117117
"eslint-plugin-prettier": "4.0.0",
118118
"eslint-plugin-qunit-dom": "0.2.0",
119-
"eslint-plugin-unicorn": "39.0.0",
119+
"eslint-plugin-unicorn": "40.0.0",
120120
"loader.js": "4.7.0",
121121
"match-json": "1.3.3",
122122
"normalize.css": "8.0.1",

yarn.lock

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
1515
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
1616

17-
"@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.5", "@babel/core@^7.3.4", "@babel/core@^7.7.5":
17+
"@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.5", "@babel/core@^7.3.4", "@babel/core@^7.7.5":
1818
version "7.16.5"
1919
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c"
2020
integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==
@@ -35,7 +35,7 @@
3535
semver "^6.3.0"
3636
source-map "^0.5.0"
3737

38-
"@babel/eslint-parser@7.16.5", "@babel/eslint-parser@^7.12.16":
38+
"@babel/eslint-parser@7.16.5":
3939
version "7.16.5"
4040
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz#48d3485091d6e36915358e4c0d0b2ebe6da90462"
4141
integrity sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==
@@ -231,7 +231,7 @@
231231
dependencies:
232232
"@babel/types" "^7.16.0"
233233

234-
"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
234+
"@babel/helper-validator-identifier@^7.15.7":
235235
version "7.15.7"
236236
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
237237
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
@@ -5033,7 +5033,7 @@ ci-info@^2.0.0:
50335033
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
50345034
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
50355035

5036-
ci-info@^3.2.0, ci-info@^3.3.0:
5036+
ci-info@^3.3.0:
50375037
version "3.3.0"
50385038
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2"
50395039
integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==
@@ -7351,23 +7351,22 @@ eslint-plugin-qunit-dom@0.2.0:
73517351
resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87"
73527352
integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg==
73537353

7354-
eslint-plugin-unicorn@39.0.0:
7355-
version "39.0.0"
7356-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc"
7357-
integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==
7354+
eslint-plugin-unicorn@40.0.0:
7355+
version "40.0.0"
7356+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz#a8226cab9c62b303e44fc41b1333a146e5676b86"
7357+
integrity sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==
73587358
dependencies:
7359-
"@babel/helper-validator-identifier" "^7.14.9"
7360-
ci-info "^3.2.0"
7359+
"@babel/helper-validator-identifier" "^7.15.7"
7360+
ci-info "^3.3.0"
73617361
clean-regexp "^1.0.0"
7362-
eslint-template-visitor "^2.3.2"
73637362
eslint-utils "^3.0.0"
73647363
esquery "^1.4.0"
7365-
indent-string "4"
7364+
indent-string "^4.0.0"
73667365
is-builtin-module "^3.1.0"
73677366
lodash "^4.17.21"
73687367
pluralize "^8.0.0"
73697368
read-pkg-up "^7.0.1"
7370-
regexp-tree "^0.1.23"
7369+
regexp-tree "^0.1.24"
73717370
safe-regex "^2.1.1"
73727371
semver "^7.3.5"
73737372
strip-indent "^3.0.0"
@@ -7396,17 +7395,6 @@ eslint-scope@^7.1.0:
73967395
esrecurse "^4.3.0"
73977396
estraverse "^5.2.0"
73987397

7399-
eslint-template-visitor@^2.3.2:
7400-
version "2.3.2"
7401-
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
7402-
integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==
7403-
dependencies:
7404-
"@babel/core" "^7.12.16"
7405-
"@babel/eslint-parser" "^7.12.16"
7406-
eslint-visitor-keys "^2.0.0"
7407-
esquery "^1.3.1"
7408-
multimap "^1.1.0"
7409-
74107398
eslint-utils@^3.0.0:
74117399
version "3.0.0"
74127400
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
@@ -7492,7 +7480,7 @@ esprima@~3.0.0:
74927480
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.0.0.tgz#53cf247acda77313e551c3aa2e73342d3fb4f7d9"
74937481
integrity sha1-U88kes2ncxPlUcOqLnM0LT+099k=
74947482

7495-
esquery@^1.3.1, esquery@^1.4.0:
7483+
esquery@^1.4.0:
74967484
version "1.4.0"
74977485
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
74987486
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
@@ -8997,7 +8985,7 @@ imurmurhash@^0.1.4:
89978985
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
89988986
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
89998987

9000-
indent-string@4, indent-string@^4.0.0:
8988+
indent-string@^4.0.0:
90018989
version "4.0.0"
90028990
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
90038991
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
@@ -10742,11 +10730,6 @@ ms@2.1.3, ms@^2.1.1:
1074210730
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1074310731
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1074410732

10745-
multimap@^1.1.0:
10746-
version "1.1.0"
10747-
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
10748-
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
10749-
1075010733
mustache@^3.0.0:
1075110734
version "3.2.1"
1075210735
resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.1.tgz#89e78a9d207d78f2799b1e95764a25bf71a28322"
@@ -12401,7 +12384,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
1240112384
extend-shallow "^3.0.2"
1240212385
safe-regex "^1.1.0"
1240312386

12404-
regexp-tree@^0.1.23, regexp-tree@~0.1.1:
12387+
regexp-tree@^0.1.24, regexp-tree@~0.1.1:
1240512388
version "0.1.24"
1240612389
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
1240712390
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==

0 commit comments

Comments
 (0)