Skip to content

Commit f161603

Browse files
JamesHenrynx-cloud[bot]FrozenPandaz
authored
fix(core): nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#33587)
Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> Co-authored-by: Jason Jean <[email protected]>
1 parent 191e492 commit f161603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/nx/schemas/nx-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,8 @@
10171017
},
10181018
"preserveMatchingDependencyRanges": {
10191019
"type": ["boolean", "array"],
1020-
"description": "Whether to preserve matching dependency ranges when updating them during versioning. This is false by default. (e.g. The new version will be '1.2.0' and the current version range in dependents is already '^1.0.0'. Therefore, the manifest file is not updated.)",
1021-
"default": false,
1020+
"description": "Whether to preserve matching dependency ranges when updating them during versioning. This is true by default. (e.g. The new version will be '1.2.0' and the current version range in dependents is already '^1.0.0'. Therefore, the manifest file is not updated.)",
1021+
"default": true,
10221022
"items": {
10231023
"type": "string",
10241024
"enum": [

0 commit comments

Comments
 (0)