Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unicorn to v43 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 21, 2022
1 parent 2fbc2cf commit 30c0010
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"reflect-metadata": "^0.1.13",
"typescript": "^4.7.2"
},
Expand Down
35 changes: 21 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.14.5, @babel/helper-validator-identifier@npm:^7.15.7":
"@babel/helper-validator-identifier@npm:^7.14.5":
version: 7.15.7
resolution: "@babel/helper-validator-identifier@npm:7.15.7"
checksum: f041c28c531d1add5cc345b25d5df3c29c62bce3205b4d4a93dcd164ccf630350acba252d374fad8f5d8ea526995a215829f27183ba7ce7ce141843bf23068a6
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.18.6":
version: 7.18.6
resolution: "@babel/helper-validator-identifier@npm:7.18.6"
checksum: e295254d616bbe26e48c196a198476ab4d42a73b90478c9842536cf910ead887f5af6b5c4df544d3052a25ccb3614866fa808dc1e3a5a4291acd444e243c0648
languageName: node
linkType: hard

"@babel/highlight@npm:^7.14.5":
version: 7.14.5
resolution: "@babel/highlight@npm:7.14.5"
Expand Down Expand Up @@ -708,7 +715,7 @@ __metadata:
eslint-plugin-import: ^2.26.0
eslint-plugin-node: ^11.1.0
eslint-plugin-promise: ^6.0.0
eslint-plugin-unicorn: ^42.0.0
eslint-plugin-unicorn: ^43.0.2
inversify: ^6.0.1
lodash: ^4.17.21
node-cron: ^3.0.0
Expand Down Expand Up @@ -908,10 +915,10 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^3.3.0":
version: 3.3.0
resolution: "ci-info@npm:3.3.0"
checksum: c3d86fe374938ecda5093b1ba39acb535d8309185ba3f23587747c6a057e63f45419b406d880304dbc0e1d72392c9a33e42fe9a1e299209bc0ded5efaa232b66
"ci-info@npm:^3.3.2":
version: 3.3.2
resolution: "ci-info@npm:3.3.2"
checksum: fd81f1edd2d3b0f6cb077b2e84365136d87b9db8c055928c1ad69da8a76c2c2f19cba8ea51b90238302157ca927f91f92b653e933f2398dde4867500f08d6e62
languageName: node
linkType: hard

Expand Down Expand Up @@ -1510,12 +1517,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:^42.0.0":
version: 42.0.0
resolution: "eslint-plugin-unicorn@npm:42.0.0"
"eslint-plugin-unicorn@npm:^43.0.2":
version: 43.0.2
resolution: "eslint-plugin-unicorn@npm:43.0.2"
dependencies:
"@babel/helper-validator-identifier": ^7.15.7
ci-info: ^3.3.0
"@babel/helper-validator-identifier": ^7.18.6
ci-info: ^3.3.2
clean-regexp: ^1.0.0
eslint-utils: ^3.0.0
esquery: ^1.4.0
Expand All @@ -1526,11 +1533,11 @@ __metadata:
read-pkg-up: ^7.0.1
regexp-tree: ^0.1.24
safe-regex: ^2.1.1
semver: ^7.3.5
semver: ^7.3.7
strip-indent: ^3.0.0
peerDependencies:
eslint: ">=8.8.0"
checksum: 03757cbf417d39691fe04048ac9352585162a4dd68c2f26f5bc0956409625c7c4841487f0fa623e0d6dd5ff9cc3e758b74e4d170e3b0a877bbd0114995310058
eslint: ">=8.18.0"
checksum: 1b63eb013cbc0b3c9ef131a1e049b4b53d8e208393675d5f97d3fa83c050ebcb695a7fd210f4de1460f42f89c2ecca261280488834591d5c21e146d297a9ee2e
languageName: node
linkType: hard

Expand Down

0 comments on commit 30c0010

Please sign in to comment.