Skip to content

Commit 1e72813

Browse files
renovate-botantongolub
authored andcommitted
fix(deps): update dependency eslint-plugin-unicorn to v35
1 parent 94e3374 commit 1e72813

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/eslint-config-qiwi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-react-hooks": "^4.2.0",
4444
"eslint-plugin-simple-import-sort": "^7.0.0",
4545
"eslint-plugin-sonarjs": "^0.9.1",
46-
"eslint-plugin-unicorn": "^34.0.0",
46+
"eslint-plugin-unicorn": "^35.0.0",
4747
"typescript": "*"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@
208208
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
209209
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
210210

211+
"@babel/helper-validator-identifier@^7.14.9":
212+
version "7.14.9"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
214+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
215+
211216
"@babel/helper-validator-option@^7.12.17":
212217
version "7.12.17"
213218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -3312,11 +3317,12 @@ eslint-plugin-sonarjs@^0.9.1:
33123317
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.1.tgz#a3c63ab0d267bfb69863159e42c8081b01fd3ac6"
33133318
integrity sha512-KKFofk1LPjGHWeAZijYWv32c/C4mz+OAeBNVxhxHu1hknrTOhu415MWC8qKdAdsmOlBPShs9evM4mI1o7MNMhw==
33143319

3315-
eslint-plugin-unicorn@^34.0.0:
3316-
version "34.0.1"
3317-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-34.0.1.tgz#e31cfaf487591599ff1f1b1e74776cce59dcc3ae"
3318-
integrity sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==
3320+
eslint-plugin-unicorn@^35.0.0:
3321+
version "35.0.0"
3322+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-35.0.0.tgz#40797793d4f645bafaaa7a1396b8f4ca7b2a7dbd"
3323+
integrity sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==
33193324
dependencies:
3325+
"@babel/helper-validator-identifier" "^7.14.9"
33203326
ci-info "^3.2.0"
33213327
clean-regexp "^1.0.0"
33223328
eslint-template-visitor "^2.3.2"
@@ -3326,7 +3332,6 @@ eslint-plugin-unicorn@^34.0.0:
33263332
pluralize "^8.0.0"
33273333
read-pkg-up "^7.0.1"
33283334
regexp-tree "^0.1.23"
3329-
reserved-words "^0.1.2"
33303335
safe-regex "^2.1.1"
33313336
semver "^7.3.5"
33323337

@@ -6955,11 +6960,6 @@ require-from-string@^2.0.2:
69556960
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
69566961
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
69576962

6958-
reserved-words@^0.1.2:
6959-
version "0.1.2"
6960-
resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1"
6961-
integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=
6962-
69636963
resolve-cwd@^3.0.0:
69646964
version "3.0.0"
69656965
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"

0 commit comments

Comments
 (0)