Skip to content

Commit 6f3f7f8

Browse files
committed
Prepare to publish Rush 5.17.0
1 parent 6048b25 commit 6f3f7f8

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

apps/rush-lib/assets/rush-init/common/config/rush/common-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
* package managers, this tended to reduce duplication of indirect dependencies. However, it can sometimes cause
3434
* trouble for indirect dependencies with incompatible peerDependencies ranges.
3535
*
36-
* The default value is true.
36+
* The default value is true. If you're encountering installation errors related to peer dependencies,
37+
* it's recommended to set this to false.
3738
*
3839
* After modifying this field, it's recommended to run "rush update --full" so that the package manager
3940
* will recalculate all version selections.

common/changes/@microsoft/rush/octogonz-no-implicitly-preferred-versions_2019-11-07-05-34.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"changes": [
33
{
44
"packageName": "@microsoft/rush",
5-
"comment": "Add a new setting \"implicitlyPreferredVersions\" in common-versions.json; for PNPM this defaults to \"false\" which changes how package versions are solved -- see documentation for details",
5+
"comment": "Add a new setting \"implicitlyPreferredVersions\" in common-versions.json that can be used to solve some installation failures involving peer dependencies",
66
"type": "none"
77
}
88
],

common/changes/@microsoft/rush/octogonz-rush-optional-peer-deps_2019-11-12-21-54.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"changes": [
33
{
44
"packageName": "@microsoft/rush",
5-
"comment": "Fix dependency mapping when implicitlyPreferredVersions is false",
5+
"comment": "Improve the generation of shrinkwrap-deps.json to consider optional peer dependencies and implicitlyPreferredVersions=false",
66
"type": "none"
77
}
88
],

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"policyName": "rush",
8383
"definitionName": "lockStepVersion",
8484
"version": "5.16.1",
85-
"nextBump": "patch",
85+
"nextBump": "minor",
8686
"mainProject": "@microsoft/rush"
8787
}
8888
]

0 commit comments

Comments
 (0)