nx 21.4.0-canary.20250731-b9bfeeb → 21.4.0-canary.20250801-e0a3829
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nx",
|
3
|
-
"version": "21.4.0-canary.
|
3
|
+
"version": "21.4.0-canary.20250801-e0a3829",
|
4
4
|
"private": false,
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
6
6
|
"repository": {
|
@@ -83,16 +83,16 @@
|
|
83
83
|
}
|
84
84
|
},
|
85
85
|
"optionalDependencies": {
|
86
|
-
"@nx/nx-darwin-arm64": "21.4.0-canary.
|
87
|
-
"@nx/nx-darwin-x64": "21.4.0-canary.
|
88
|
-
"@nx/nx-freebsd-x64": "21.4.0-canary.
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.4.0-canary.
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.4.0-canary.
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.4.0-canary.
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.4.0-canary.
|
93
|
-
"@nx/nx-linux-x64-musl": "21.4.0-canary.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.4.0-canary.
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.4.0-canary.
|
86
|
+
"@nx/nx-darwin-arm64": "21.4.0-canary.20250801-e0a3829",
|
87
|
+
"@nx/nx-darwin-x64": "21.4.0-canary.20250801-e0a3829",
|
88
|
+
"@nx/nx-freebsd-x64": "21.4.0-canary.20250801-e0a3829",
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "21.4.0-canary.20250801-e0a3829",
|
90
|
+
"@nx/nx-linux-arm64-gnu": "21.4.0-canary.20250801-e0a3829",
|
91
|
+
"@nx/nx-linux-arm64-musl": "21.4.0-canary.20250801-e0a3829",
|
92
|
+
"@nx/nx-linux-x64-gnu": "21.4.0-canary.20250801-e0a3829",
|
93
|
+
"@nx/nx-linux-x64-musl": "21.4.0-canary.20250801-e0a3829",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "21.4.0-canary.20250801-e0a3829",
|
95
|
+
"@nx/nx-win32-x64-msvc": "21.4.0-canary.20250801-e0a3829"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
@@ -534,6 +534,7 @@ function resolveChangelogVersions(args, releaseGroups, releaseGroupToFilteredPro
|
|
534
534
|
for (const projectName of releaseGroupProjectNames) {
|
535
535
|
if (!args.versionData) {
|
536
536
|
versionData[projectName] = {
|
537
|
+
dockerVersion: args.version,
|
537
538
|
newVersion: args.version,
|
538
539
|
currentVersion: '', // not relevant within changelog/commit generation
|
539
540
|
dependentProjects: [], // not relevant within changelog/commit generation
|
@@ -126,6 +126,10 @@ const versionCommand = {
|
|
126
126
|
.option('stage-changes', {
|
127
127
|
type: 'boolean',
|
128
128
|
describe: 'Whether or not to stage the changes made by this command. Useful when combining this command with changelog generation.',
|
129
|
+
})
|
130
|
+
.options('dockerVersionScheme', {
|
131
|
+
type: 'string',
|
132
|
+
describe: 'Exact docker version scheme to apply to the selected release group. Warning: Docker support is experimental. Breaking changes may occur and not adhere to semver versioning.',
|
129
133
|
}))),
|
130
134
|
handler: async (args) => {
|
131
135
|
const release = await Promise.resolve().then(() => require('./version'));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"project-graph-pruning.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nx/src/plugins/js/lock-file/project-graph-pruning.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAInF;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,YAAY,EACnB,iBAAiB,EAAE,WAAW,GAC7B,YAAY,CA0Bd;AAmDD,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,YAAY,EACnB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,4BAsBpB;AAED,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,YAAY,EACnB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACvC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,uBAAuB,CAAC,EACvD,OAAO,EAAE,mBAAmB,
|
1
|
+
{"version":3,"file":"project-graph-pruning.d.ts","sourceRoot":"","sources":["../../../../../../../packages/nx/src/plugins/js/lock-file/project-graph-pruning.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAInF;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,YAAY,EACnB,iBAAiB,EAAE,WAAW,GAC7B,YAAY,CA0Bd;AAmDD,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,YAAY,EACnB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,4BAsBpB;AAED,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,YAAY,EACnB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACvC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,uBAAuB,CAAC,EACvD,OAAO,EAAE,mBAAmB,QAgB7B;AA+BD,wBAAgB,YAAY,CAC1B,KAAK,EAAE,YAAY,EACnB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACvC,OAAO,EAAE,mBAAmB,QAiD7B"}
|
@@ -85,7 +85,9 @@ function addNodesAndDependencies(graph, packageJsonDeps, workspacePackages, buil
|
|
85
85
|
else if (workspacePackages.has(name)) {
|
86
86
|
// Workspace Node
|
87
87
|
const node = graph.nodes[name];
|
88
|
-
|
88
|
+
if (node) {
|
89
|
+
traverseWorkspaceNode(graph, builder, node);
|
90
|
+
}
|
89
91
|
}
|
90
92
|
});
|
91
93
|
}
|