Skip to content

Commit

Permalink
Enable yarn dedupe by default in Renovate PRs (#433)
Browse files Browse the repository at this point in the history
* Enable `yarn dedupe` for Renovate PRs

* dedupe now
  • Loading branch information
amitdahan authored Jun 6, 2023
1 parent 7e37af9 commit 5f3e30f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 49 deletions.
11 changes: 3 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":preserveSemverRanges"
],
"baseBranches": [
"master",
"next"
]
"extends": ["config:base", ":preserveSemverRanges"],
"baseBranches": ["master", "next"],
"postUpdateOptions": ["yarnDedupeHighest"]
}
45 changes: 4 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4883,7 +4883,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-scope@npm:^7.0.0":
"eslint-scope@npm:^7.0.0, eslint-scope@npm:^7.1.1":
version: 7.2.0
resolution: "eslint-scope@npm:7.2.0"
dependencies:
Expand All @@ -4893,16 +4893,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-scope@npm:^7.1.1":
version: 7.1.1
resolution: "eslint-scope@npm:7.1.1"
dependencies:
esrecurse: ^4.3.0
estraverse: ^5.2.0
checksum: 9f6e974ab2db641ca8ab13508c405b7b859e72afe9f254e8131ff154d2f40c99ad4545ce326fd9fde3212ff29707102562a4834f1c48617b35d98c71a97fbf3e
languageName: node
linkType: hard

"eslint-utils@npm:^3.0.0":
version: 3.0.0
resolution: "eslint-utils@npm:3.0.0"
Expand Down Expand Up @@ -5446,18 +5436,7 @@ __metadata:
languageName: node
linkType: hard

"get-intrinsic@npm:^1.0.2":
version: 1.1.3
resolution: "get-intrinsic@npm:1.1.3"
dependencies:
function-bind: ^1.1.1
has: ^1.0.3
has-symbols: ^1.0.3
checksum: 152d79e87251d536cf880ba75cfc3d6c6c50e12b3a64e1ea960e73a3752b47c69f46034456eae1b0894359ce3bc64c55c186f2811f8a788b75b638b06fab228a
languageName: node
linkType: hard

"get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0":
"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0":
version: 1.2.1
resolution: "get-intrinsic@npm:1.2.1"
dependencies:
Expand Down Expand Up @@ -6407,14 +6386,7 @@ __metadata:
languageName: node
linkType: hard

"jasmine-core@npm:^4.1.0":
version: 4.4.0
resolution: "jasmine-core@npm:4.4.0"
checksum: b52e2f17080dd33628dee73c8b6eb9fbe793126a5e4ceb77ecf164f15fc44f6b29baa1e034992630a866522f470d62dc2f3c364b234af3487a9507c9d1ae0d94
languageName: node
linkType: hard

"jasmine-core@npm:~4.6.0":
"jasmine-core@npm:^4.1.0, jasmine-core@npm:~4.6.0":
version: 4.6.0
resolution: "jasmine-core@npm:4.6.0"
checksum: c5c5ce16c512cf0bc8b6b4f2d4f0ac7b23cae90624e0cd9d22da3baab3266e9a4da5a9363fb7937b16e0a4cf550bb79183cd74483ce55cfff4b6678434d599b7
Expand Down Expand Up @@ -9021,16 +8993,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.5.5":
version: 7.5.7
resolution: "rxjs@npm:7.5.7"
dependencies:
tslib: ^2.1.0
checksum: edabcdb73b0f7e0f5f6e05c2077aff8c52222ac939069729704357d6406438acca831c24210db320aba269e86dbe1a400f3769c89101791885121a342fb15d9c
languageName: node
linkType: hard

"rxjs@npm:~7.8.0":
"rxjs@npm:^7.5.5, rxjs@npm:~7.8.0":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
Expand Down

0 comments on commit 5f3e30f

Please sign in to comment.