Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-unicorn to v49 #15642

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"eslint-plugin-prettier-internal-rules": "2.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "49.0.0",
"esm-utils": "4.2.1",
"execa": "7.2.0",
"jest": "29.7.0",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3791,28 +3791,27 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:48.0.1":
version: 48.0.1
resolution: "eslint-plugin-unicorn@npm:48.0.1"
"eslint-plugin-unicorn@npm:49.0.0":
version: 49.0.0
resolution: "eslint-plugin-unicorn@npm:49.0.0"
dependencies:
"@babel/helper-validator-identifier": ^7.22.5
"@babel/helper-validator-identifier": ^7.22.20
"@eslint-community/eslint-utils": ^4.4.0
ci-info: ^3.8.0
clean-regexp: ^1.0.0
esquery: ^1.5.0
indent-string: ^4.0.0
is-builtin-module: ^3.2.1
jsesc: ^3.0.2
lodash: ^4.17.21
pluralize: ^8.0.0
read-pkg-up: ^7.0.1
regexp-tree: ^0.1.27
regjsparser: ^0.10.0
semver: ^7.5.4
strip-indent: ^3.0.0
peerDependencies:
eslint: ">=8.44.0"
checksum: e63112cbaa3a1347cbb427160d7b3c6a1f8cc8ef512075a0ab285c64761772356f4eb5f82c9fb1a8cde63d8794f8aa819eda02fa0a7c44bc9955c5113f87be78
eslint: ">=8.52.0"
checksum: 7580dc96b2edd26d10c1671e575d8ed26df87405f8a535f69f718187aecd64a89402c5dca40ee4a873ed8822496445451b50d9b9a52555b74f053af00fa98c0b
languageName: node
linkType: hard

Expand Down Expand Up @@ -6084,7 +6083,7 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:~4.17.21":
"lodash@npm:^4.17.4, lodash@npm:~4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
Expand Down Expand Up @@ -7196,7 +7195,7 @@ __metadata:
eslint-plugin-prettier-internal-rules: 2.0.1
eslint-plugin-react: 7.33.2
eslint-plugin-regexp: 1.15.0
eslint-plugin-unicorn: 48.0.1
eslint-plugin-unicorn: 49.0.0
esm-utils: 4.2.1
espree: 9.6.1
execa: 7.2.0
Expand Down
Loading