Skip to content

Commit 8bffe47

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v40 (#874)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e9be0bf commit 8bffe47

File tree

2 files changed

+20
-41
lines changed

2 files changed

+20
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-node": "11.1.0",
4343
"eslint-plugin-promise": "6.0.0",
4444
"eslint-plugin-standard": "5.0.0",
45-
"eslint-plugin-unicorn": "39.0.0",
45+
"eslint-plugin-unicorn": "40.0.0",
4646
"husky": "7.0.4",
4747
"jest": "27.4.5",
4848
"jest-snapshot-serializer-raw": "1.2.0",

yarn.lock

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
semver "^6.3.0"
5555
source-map "^0.5.0"
5656

57-
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
57+
"@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
5858
version "7.15.0"
5959
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
6060
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
@@ -75,15 +75,6 @@
7575
semver "^6.3.0"
7676
source-map "^0.5.0"
7777

78-
"@babel/eslint-parser@^7.12.16":
79-
version "7.15.0"
80-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21"
81-
integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==
82-
dependencies:
83-
eslint-scope "^5.1.1"
84-
eslint-visitor-keys "^2.1.0"
85-
semver "^6.3.0"
86-
8778
"@babel/generator@^7.15.0", "@babel/generator@^7.7.2":
8879
version "7.15.0"
8980
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
@@ -2943,7 +2934,7 @@ ci-info@^2.0.0:
29432934
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
29442935
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
29452936

2946-
ci-info@^3.1.0:
2937+
ci-info@^3.1.0, ci-info@^3.3.0:
29472938
version "3.3.0"
29482939
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2"
29492940
integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==
@@ -3729,23 +3720,22 @@ [email protected]:
37293720
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
37303721
integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==
37313722

3732-
eslint-plugin-unicorn@39.0.0:
3733-
version "39.0.0"
3734-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc"
3735-
integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==
3723+
eslint-plugin-unicorn@40.0.0:
3724+
version "40.0.0"
3725+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz#a8226cab9c62b303e44fc41b1333a146e5676b86"
3726+
integrity sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==
37363727
dependencies:
3737-
"@babel/helper-validator-identifier" "^7.14.9"
3738-
ci-info "^3.2.0"
3728+
"@babel/helper-validator-identifier" "^7.15.7"
3729+
ci-info "^3.3.0"
37393730
clean-regexp "^1.0.0"
3740-
eslint-template-visitor "^2.3.2"
37413731
eslint-utils "^3.0.0"
37423732
esquery "^1.4.0"
3743-
indent-string "4"
3733+
indent-string "^4.0.0"
37443734
is-builtin-module "^3.1.0"
37453735
lodash "^4.17.21"
37463736
pluralize "^8.0.0"
37473737
read-pkg-up "^7.0.1"
3748-
regexp-tree "^0.1.23"
3738+
regexp-tree "^0.1.24"
37493739
safe-regex "^2.1.1"
37503740
semver "^7.3.5"
37513741
strip-indent "^3.0.0"
@@ -3774,17 +3764,6 @@ eslint-scope@^7.1.0:
37743764
esrecurse "^4.3.0"
37753765
estraverse "^5.2.0"
37763766

3777-
eslint-template-visitor@^2.3.2:
3778-
version "2.3.2"
3779-
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d"
3780-
integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==
3781-
dependencies:
3782-
"@babel/core" "^7.12.16"
3783-
"@babel/eslint-parser" "^7.12.16"
3784-
eslint-visitor-keys "^2.0.0"
3785-
esquery "^1.3.1"
3786-
multimap "^1.1.0"
3787-
37883767
eslint-utils@^2.0.0:
37893768
version "2.1.0"
37903769
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -3804,7 +3783,7 @@ eslint-visitor-keys@^1.1.0:
38043783
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
38053784
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
38063785

3807-
eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
3786+
eslint-visitor-keys@^2.0.0:
38083787
version "2.1.0"
38093788
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
38103789
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
@@ -3939,7 +3918,7 @@ esprima@^4.0.0, esprima@^4.0.1:
39393918
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
39403919
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
39413920

3942-
esquery@^1.3.1, esquery@^1.4.0:
3921+
esquery@^1.4.0:
39433922
version "1.4.0"
39443923
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
39453924
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
@@ -4566,7 +4545,7 @@ imurmurhash@^0.1.4:
45664545
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
45674546
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
45684547

4569-
indent-string@4, indent-string@^4.0.0:
4548+
indent-string@^4.0.0:
45704549
version "4.0.0"
45714550
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
45724551
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
@@ -5758,11 +5737,6 @@ ms@^2.1.1:
57585737
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
57595738
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
57605739

5761-
multimap@^1.1.0:
5762-
version "1.1.0"
5763-
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
5764-
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
5765-
57665740
mz@^2.7.0:
57675741
version "2.7.0"
57685742
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
@@ -6348,7 +6322,12 @@ regenerator-transform@^0.14.2:
63486322
dependencies:
63496323
"@babel/runtime" "^7.8.4"
63506324

6351-
regexp-tree@^0.1.23, regexp-tree@~0.1.1:
6325+
regexp-tree@^0.1.24:
6326+
version "0.1.24"
6327+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
6328+
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
6329+
6330+
regexp-tree@~0.1.1:
63526331
version "0.1.23"
63536332
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.23.tgz#8a8ce1cc5e971acef62213a7ecdb1f6e18a1f1b2"
63546333
integrity sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw==

0 commit comments

Comments
 (0)