nx 19.5.0-beta.0 → 19.5.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/init-local.js +2 -3
- package/package.json +12 -12
- package/src/adapter/angular-json.js +6 -6
- package/src/adapter/decorate-cli.js +1 -2
- package/src/adapter/ngcli-adapter.js +8 -8
- package/src/adapter/rxjs-for-await.js +5 -5
- package/src/command-line/add/add.js +2 -2
- package/src/command-line/affected/affected.js +2 -3
- package/src/command-line/connect/connect-to-nx-cloud.js +5 -6
- package/src/command-line/connect/view-logs.js +1 -2
- package/src/command-line/daemon/daemon.js +1 -2
- package/src/command-line/exec/exec.js +1 -2
- package/src/command-line/format/format.js +1 -2
- package/src/command-line/generate/generate.js +4 -5
- package/src/command-line/generate/generator-utils.js +2 -3
- package/src/command-line/graph/command-object.js +2 -2
- package/src/command-line/graph/graph.js +2 -3
- package/src/command-line/init/implementation/add-nx-to-monorepo.js +1 -2
- package/src/command-line/init/implementation/add-nx-to-nest.js +1 -2
- package/src/command-line/init/implementation/add-nx-to-npm-repo.js +1 -2
- package/src/command-line/init/implementation/angular/index.js +1 -2
- package/src/command-line/init/implementation/angular/integrated-workspace.js +1 -2
- package/src/command-line/init/implementation/angular/legacy-angular-versions.js +1 -2
- package/src/command-line/init/implementation/angular/standalone-workspace.js +1 -2
- package/src/command-line/init/implementation/dot-nx/add-nx-scripts.d.ts +1 -1
- package/src/command-line/init/implementation/dot-nx/add-nx-scripts.js +7 -7
- package/src/command-line/init/implementation/react/add-craco-commands-to-package-scripts.js +1 -2
- package/src/command-line/init/implementation/react/add-vite-commands-to-package-scripts.js +1 -2
- package/src/command-line/init/implementation/react/check-for-custom-webpack-setup.js +1 -2
- package/src/command-line/init/implementation/react/check-for-uncommitted-changes.js +1 -2
- package/src/command-line/init/implementation/react/clean-up-files.js +1 -2
- package/src/command-line/init/implementation/react/index.js +1 -2
- package/src/command-line/init/implementation/react/read-name-from-package-json.js +1 -2
- package/src/command-line/init/implementation/react/rename-js-to-jsx.js +1 -2
- package/src/command-line/init/implementation/react/tsconfig-setup.js +1 -2
- package/src/command-line/init/implementation/react/write-craco-config.js +1 -2
- package/src/command-line/init/implementation/react/write-vite-config.js +1 -2
- package/src/command-line/init/implementation/react/write-vite-index-html.js +1 -2
- package/src/command-line/init/implementation/utils.js +10 -11
- package/src/command-line/init/init-v1.js +1 -2
- package/src/command-line/init/init-v2.js +1 -2
- package/src/command-line/list/list.js +1 -2
- package/src/command-line/migrate/migrate.d.ts +1 -1
- package/src/command-line/migrate/migrate.js +5 -5
- package/src/command-line/new/new.js +1 -2
- package/src/command-line/release/changelog.js +3 -3
- package/src/command-line/release/config/config.js +3 -3
- package/src/command-line/release/config/filter-release-groups.js +1 -2
- package/src/command-line/release/config/version-plans.js +3 -4
- package/src/command-line/release/plan.js +2 -2
- package/src/command-line/release/publish.js +2 -2
- package/src/command-line/release/release.js +2 -2
- package/src/command-line/release/utils/batch-projects-by-generator-config.js +1 -2
- package/src/command-line/release/utils/exec-command.js +1 -2
- package/src/command-line/release/utils/git.js +11 -12
- package/src/command-line/release/utils/github.js +5 -6
- package/src/command-line/release/utils/launch-editor.js +1 -2
- package/src/command-line/release/utils/markdown.js +1 -2
- package/src/command-line/release/utils/print-changes.d.ts +0 -1
- package/src/command-line/release/utils/print-changes.js +2 -3
- package/src/command-line/release/utils/resolve-changelog-renderer.js +1 -2
- package/src/command-line/release/utils/resolve-nx-json-error-message.js +1 -2
- package/src/command-line/release/utils/resolve-semver-specifier.js +2 -3
- package/src/command-line/release/utils/semver.js +4 -5
- package/src/command-line/release/utils/shared.js +6 -6
- package/src/command-line/release/version.js +2 -2
- package/src/command-line/repair/repair.js +1 -2
- package/src/command-line/report/report.js +27 -19
- package/src/command-line/reset/reset.js +1 -2
- package/src/command-line/run/executor-utils.js +2 -3
- package/src/command-line/run/run-one.js +1 -2
- package/src/command-line/run/run.js +5 -6
- package/src/command-line/run-many/run-many.js +2 -3
- package/src/command-line/show/project.js +1 -2
- package/src/command-line/show/projects.js +1 -2
- package/src/command-line/watch/watch.js +2 -2
- package/src/command-line/yargs-utils/documentation.js +1 -2
- package/src/command-line/yargs-utils/shared-options.js +12 -13
- package/src/commands-runner/create-command-graph.js +1 -2
- package/src/commands-runner/get-command-projects.js +1 -2
- package/src/config/calculate-default-project-name.js +2 -3
- package/src/config/configuration.js +2 -2
- package/src/config/nx-json.js +2 -3
- package/src/config/project-graph.js +3 -3
- package/src/config/schema-utils.js +3 -4
- package/src/config/to-project-name.js +1 -2
- package/src/core/graph/main.js +1 -1
- package/src/daemon/cache.js +6 -6
- package/src/daemon/client/client.d.ts +0 -2
- package/src/daemon/client/client.js +2 -2
- package/src/daemon/client/daemon-socket-messenger.d.ts +0 -1
- package/src/daemon/client/generate-help-output.js +1 -2
- package/src/daemon/is-on-daemon.js +1 -2
- package/src/daemon/message-types/get-context-file-data.js +2 -2
- package/src/daemon/message-types/get-files-in-directory.js +2 -2
- package/src/daemon/message-types/get-nx-workspace-files.js +2 -2
- package/src/daemon/message-types/glob.js +2 -2
- package/src/daemon/message-types/hash-glob.js +2 -2
- package/src/daemon/message-types/task-history.js +3 -3
- package/src/daemon/message-types/update-context-files.js +2 -2
- package/src/daemon/server/file-watching/changed-projects.js +1 -2
- package/src/daemon/server/file-watching/file-watcher-sockets.d.ts +0 -1
- package/src/daemon/server/file-watching/file-watcher-sockets.js +4 -4
- package/src/daemon/server/handle-context-file-data.js +1 -2
- package/src/daemon/server/handle-get-files-in-directory.js +1 -2
- package/src/daemon/server/handle-get-task-history.js +1 -2
- package/src/daemon/server/handle-glob.js +1 -2
- package/src/daemon/server/handle-hash-glob.js +1 -2
- package/src/daemon/server/handle-hash-tasks.js +1 -2
- package/src/daemon/server/handle-nx-workspace-files.js +1 -2
- package/src/daemon/server/handle-outputs-tracking.js +2 -3
- package/src/daemon/server/handle-process-in-background.js +1 -2
- package/src/daemon/server/handle-request-project-graph.js +1 -2
- package/src/daemon/server/handle-request-shutdown.d.ts +0 -1
- package/src/daemon/server/handle-request-shutdown.js +1 -2
- package/src/daemon/server/handle-write-task-runs-to-history.js +1 -2
- package/src/daemon/server/outputs-tracking.js +7 -8
- package/src/daemon/server/plugins.js +2 -3
- package/src/daemon/server/project-graph-incremental-recomputation.js +3 -3
- package/src/daemon/server/server.d.ts +0 -1
- package/src/daemon/server/server.js +2 -3
- package/src/daemon/server/shutdown-utils.d.ts +0 -1
- package/src/daemon/server/shutdown-utils.js +9 -9
- package/src/daemon/server/watcher.d.ts +0 -1
- package/src/daemon/server/watcher.js +3 -4
- package/src/daemon/socket-utils.js +3 -3
- package/src/daemon/tmp-dir.js +6 -6
- package/src/executors/noop/noop.impl.js +1 -1
- package/src/executors/run-commands/run-commands.impl.js +3 -3
- package/src/executors/run-script/run-script.impl.js +1 -1
- package/src/executors/utils/convert-nx-executor.js +1 -2
- package/src/generators/internal-utils/format-changed-files-with-prettier-if-available.js +1 -2
- package/src/generators/testing-utils/create-tree-with-empty-workspace.d.ts +1 -1
- package/src/generators/testing-utils/create-tree-with-empty-workspace.js +2 -3
- package/src/generators/testing-utils/create-tree.js +1 -2
- package/src/generators/tree.d.ts +0 -2
- package/src/generators/tree.js +3 -3
- package/src/generators/utils/glob.js +2 -3
- package/src/generators/utils/json.js +3 -4
- package/src/generators/utils/nx-json.js +2 -3
- package/src/generators/utils/project-configuration.js +7 -7
- package/src/hasher/create-task-hasher.js +1 -2
- package/src/hasher/file-hasher.js +2 -3
- package/src/hasher/hash-task.d.ts +0 -1
- package/src/hasher/hash-task.js +2 -3
- package/src/hasher/native-task-hasher-impl.d.ts +0 -1
- package/src/hasher/node-task-hasher-impl.d.ts +0 -1
- package/src/hasher/task-hasher.d.ts +0 -1
- package/src/hasher/task-hasher.js +10 -10
- package/src/migrations/update-15-0-0/migrate-to-inputs.js +1 -1
- package/src/migrations/update-15-0-0/prefix-outputs.js +1 -1
- package/src/migrations/update-16-0-0/remove-nrwl-cli.js +1 -1
- package/src/migrations/update-16-0-0/update-depends-on-to-tokens.js +1 -1
- package/src/migrations/update-16-0-0/update-nx-cloud-runner.js +1 -1
- package/src/migrations/update-16-2-0/remove-run-commands-output-path.js +1 -1
- package/src/migrations/update-16-8-0/escape-dollar-sign-env-variables.js +1 -1
- package/src/migrations/update-16-9-0/remove-project-name-and-root-format.js +1 -1
- package/src/migrations/update-17-0-0/move-cache-directory.js +1 -1
- package/src/migrations/update-17-0-0/rm-default-collection-npm-scope.js +1 -1
- package/src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options.js +1 -1
- package/src/migrations/update-17-2-0/move-default-base.js +1 -1
- package/src/migrations/update-17-3-0/nx-release-path.js +2 -3
- package/src/migrations/update-17-3-0/update-nxw.js +1 -1
- package/src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces.js +1 -1
- package/src/migrations/update-19-2-0/move-workspace-data-directory.js +3 -4
- package/src/migrations/update-19-2-4/set-project-name.js +1 -1
- package/src/native/assert-supported-platform.js +1 -2
- package/src/native/native-file-cache-location.js +1 -2
- package/src/native/nx.wasm32-wasi.wasm +0 -0
- package/src/native/transform-objects.js +1 -2
- package/src/nx-cloud/debug-logger.js +1 -2
- package/src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud.js +1 -2
- package/src/nx-cloud/resolution-helpers.js +1 -2
- package/src/nx-cloud/update-manager.js +2 -2
- package/src/nx-cloud/utilities/axios.js +1 -2
- package/src/nx-cloud/utilities/get-cloud-options.js +1 -2
- package/src/nx-cloud/utilities/url-shorten.js +8 -9
- package/src/plugins/js/hasher/hasher.js +1 -2
- package/src/plugins/js/lock-file/lock-file.js +6 -6
- package/src/plugins/js/lock-file/npm-parser.js +3 -4
- package/src/plugins/js/lock-file/pnpm-parser.js +3 -4
- package/src/plugins/js/lock-file/project-graph-pruning.js +1 -2
- package/src/plugins/js/lock-file/utils/package-json.js +2 -3
- package/src/plugins/js/lock-file/utils/pnpm-normalizer.js +5 -6
- package/src/plugins/js/lock-file/yarn-parser.js +3 -4
- package/src/plugins/js/package-json/create-package-json.js +2 -3
- package/src/plugins/js/project-graph/build-dependencies/build-dependencies.js +1 -2
- package/src/plugins/js/project-graph/build-dependencies/explicit-package-json-dependencies.js +1 -2
- package/src/plugins/js/project-graph/build-dependencies/explicit-project-dependencies.js +1 -2
- package/src/plugins/js/project-graph/build-dependencies/strip-source-code.js +1 -2
- package/src/plugins/js/project-graph/build-dependencies/target-project-locator.js +2 -2
- package/src/plugins/js/project-graph/build-nodes/build-npm-package-nodes.js +1 -2
- package/src/plugins/js/utils/config.js +1 -2
- package/src/plugins/js/utils/register.d.ts +1 -0
- package/src/plugins/js/utils/register.js +7 -8
- package/src/plugins/js/utils/resolve-relative-to-dir.js +1 -2
- package/src/plugins/js/utils/typescript.js +5 -6
- package/src/plugins/js/versions.d.ts +1 -1
- package/src/plugins/js/versions.js +1 -1
- package/src/plugins/package-json-workspaces/create-nodes.js +5 -5
- package/src/plugins/project-json/build-nodes/project-json.js +3 -3
- package/src/project-graph/affected/affected-project-graph.js +1 -2
- package/src/project-graph/build-project-graph.js +3 -4
- package/src/project-graph/error-types.js +11 -11
- package/src/project-graph/file-map-utils.js +4 -5
- package/src/project-graph/file-utils.d.ts +1 -1
- package/src/project-graph/file-utils.js +7 -7
- package/src/project-graph/nx-deps-cache.js +8 -8
- package/src/project-graph/operators.js +5 -5
- package/src/project-graph/plugins/internal-api.d.ts +1 -1
- package/src/project-graph/plugins/internal-api.js +13 -9
- package/src/project-graph/plugins/isolation/index.js +1 -2
- package/src/project-graph/plugins/isolation/messaging.d.ts +1 -3
- package/src/project-graph/plugins/isolation/messaging.js +4 -5
- package/src/project-graph/plugins/isolation/plugin-pool.js +1 -2
- package/src/project-graph/plugins/isolation/plugin-worker.js +6 -2
- package/src/project-graph/plugins/loader.js +7 -7
- package/src/project-graph/plugins/utils.js +4 -5
- package/src/project-graph/project-graph-builder.js +2 -2
- package/src/project-graph/project-graph.js +7 -8
- package/src/project-graph/utils/build-all-workspace-files.js +1 -2
- package/src/project-graph/utils/find-project-for-path.js +4 -5
- package/src/project-graph/utils/implicit-project-dependencies.js +1 -2
- package/src/project-graph/utils/normalize-project-nodes.js +2 -3
- package/src/project-graph/utils/project-configuration-utils.js +14 -13
- package/src/project-graph/utils/retrieve-workspace-files.js +6 -7
- package/src/tasks-runner/create-task-graph.d.ts +2 -1
- package/src/tasks-runner/create-task-graph.js +17 -33
- package/src/tasks-runner/forked-process-task-runner.d.ts +0 -1
- package/src/tasks-runner/init-tasks-runner.js +1 -2
- package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.js +1 -2
- package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.js +1 -2
- package/src/tasks-runner/life-cycles/formatting-utils.js +2 -3
- package/src/tasks-runner/life-cycles/pretty-time.js +1 -2
- package/src/tasks-runner/life-cycles/view-logs-utils.js +1 -2
- package/src/tasks-runner/pseudo-ipc.d.ts +0 -1
- package/src/tasks-runner/pseudo-terminal.d.ts +0 -1
- package/src/tasks-runner/pseudo-terminal.js +2 -2
- package/src/tasks-runner/run-command.js +4 -5
- package/src/tasks-runner/task-env.d.ts +0 -1
- package/src/tasks-runner/task-env.js +5 -6
- package/src/tasks-runner/task-graph-utils.js +2 -3
- package/src/tasks-runner/task-orchestrator.js +8 -0
- package/src/tasks-runner/utils.d.ts +15 -2
- package/src/tasks-runner/utils.js +106 -43
- package/src/utils/ab-testing.js +2 -2
- package/src/utils/all-file-data.js +1 -2
- package/src/utils/assert-workspace-validity.js +1 -2
- package/src/utils/async-iterator.js +2 -3
- package/src/utils/cache-directory.js +2 -2
- package/src/utils/child-process.d.ts +0 -1
- package/src/utils/child-process.js +3 -3
- package/src/utils/chunkify.js +1 -2
- package/src/utils/code-frames.js +1 -2
- package/src/utils/collapse-expanded-outputs.js +1 -2
- package/src/utils/command-line-utils.js +5 -6
- package/src/utils/consume-messages-from-socket.js +1 -2
- package/src/utils/default-base.js +1 -2
- package/src/utils/dotenv.js +1 -2
- package/src/utils/exit-codes.d.ts +0 -1
- package/src/utils/exit-codes.js +1 -2
- package/src/utils/fileutils.d.ts +0 -1
- package/src/utils/fileutils.js +9 -10
- package/src/utils/find-matching-projects.d.ts +4 -0
- package/src/utils/find-matching-projects.js +8 -5
- package/src/utils/find-workspace-root.js +1 -2
- package/src/utils/get-package-name-from-import-path.js +1 -2
- package/src/utils/git-utils.js +4 -5
- package/src/utils/globs.js +1 -2
- package/src/utils/ignore.js +4 -4
- package/src/utils/installation-directory.js +2 -3
- package/src/utils/is-ci.js +1 -2
- package/src/utils/json-diff.js +5 -5
- package/src/utils/json.js +3 -3
- package/src/utils/logger.js +2 -2
- package/src/utils/nx-cloud-utils.js +3 -4
- package/src/utils/nx-plugin.deprecated.js +1 -2
- package/src/utils/object-sort.js +1 -2
- package/src/utils/package-json.js +8 -9
- package/src/utils/package-manager.js +13 -14
- package/src/utils/params.js +14 -14
- package/src/utils/path.js +3 -4
- package/src/utils/plugins/community-plugins.js +1 -2
- package/src/utils/plugins/core-plugins.js +2 -3
- package/src/utils/plugins/installed-plugins.js +3 -4
- package/src/utils/plugins/local-plugins.js +2 -3
- package/src/utils/plugins/plugin-capabilities.js +2 -3
- package/src/utils/plugins/shared.js +1 -2
- package/src/utils/print-help.js +1 -2
- package/src/utils/project-graph-utils.js +4 -5
- package/src/utils/serializable-error.js +7 -2
- package/src/utils/serialize-overrides-into-command-line.js +1 -2
- package/src/utils/serialize-target.js +1 -2
- package/src/utils/split-target.js +2 -3
- package/src/utils/strip-indents.js +1 -2
- package/src/utils/task-history.js +3 -3
- package/src/utils/update-nxw.js +1 -2
- package/src/utils/workspace-configuration-check.js +1 -2
- package/src/utils/workspace-context.js +10 -11
- package/src/utils/workspace-root.js +3 -3
@@ -1,6 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.retrieveWorkspaceFiles = retrieveWorkspaceFiles;
|
4
|
+
exports.retrieveProjectConfigurations = retrieveProjectConfigurations;
|
5
|
+
exports.retrieveProjectConfigurationsWithAngularProjects = retrieveProjectConfigurationsWithAngularProjects;
|
6
|
+
exports.retrieveProjectConfigurationPaths = retrieveProjectConfigurationPaths;
|
7
|
+
exports.retrieveProjectConfigurationsWithoutPluginInference = retrieveProjectConfigurationsWithoutPluginInference;
|
8
|
+
exports.configurationGlobs = configurationGlobs;
|
4
9
|
const perf_hooks_1 = require("perf_hooks");
|
5
10
|
const angular_json_1 = require("../../adapter/angular-json");
|
6
11
|
const nx_json_1 = require("../../config/nx-json");
|
@@ -32,7 +37,6 @@ async function retrieveWorkspaceFiles(workspaceRoot, projectRootMap) {
|
|
32
37
|
rustReferences: externalReferences,
|
33
38
|
};
|
34
39
|
}
|
35
|
-
exports.retrieveWorkspaceFiles = retrieveWorkspaceFiles;
|
36
40
|
/**
|
37
41
|
* Walk through the workspace and return `ProjectConfigurations`. Only use this if the projectFileMap is not needed.
|
38
42
|
*/
|
@@ -41,7 +45,6 @@ async function retrieveProjectConfigurations(plugins, workspaceRoot, nxJson) {
|
|
41
45
|
const workspaceFiles = await (0, workspace_context_1.globWithWorkspaceContext)(workspaceRoot, globPatterns);
|
42
46
|
return (0, project_configuration_utils_1.createProjectConfigurations)(workspaceRoot, nxJson, workspaceFiles, plugins);
|
43
47
|
}
|
44
|
-
exports.retrieveProjectConfigurations = retrieveProjectConfigurations;
|
45
48
|
async function retrieveProjectConfigurationsWithAngularProjects(workspaceRoot, nxJson) {
|
46
49
|
const pluginsToLoad = nxJson?.plugins ?? [];
|
47
50
|
if ((0, angular_json_1.shouldMergeAngularProjects)(workspaceRoot, true) &&
|
@@ -54,12 +57,10 @@ async function retrieveProjectConfigurationsWithAngularProjects(workspaceRoot, n
|
|
54
57
|
cleanup();
|
55
58
|
return res;
|
56
59
|
}
|
57
|
-
exports.retrieveProjectConfigurationsWithAngularProjects = retrieveProjectConfigurationsWithAngularProjects;
|
58
60
|
function retrieveProjectConfigurationPaths(root, plugins) {
|
59
61
|
const projectGlobPatterns = configurationGlobs(plugins);
|
60
62
|
return (0, workspace_context_1.globWithWorkspaceContext)(root, projectGlobPatterns);
|
61
63
|
}
|
62
|
-
exports.retrieveProjectConfigurationPaths = retrieveProjectConfigurationPaths;
|
63
64
|
const projectsWithoutPluginCache = new Map();
|
64
65
|
// TODO: This function is called way too often, it should be optimized without this cache
|
65
66
|
async function retrieveProjectConfigurationsWithoutPluginInference(root) {
|
@@ -76,7 +77,6 @@ async function retrieveProjectConfigurationsWithoutPluginInference(root) {
|
|
76
77
|
cleanup();
|
77
78
|
return projects;
|
78
79
|
}
|
79
|
-
exports.retrieveProjectConfigurationsWithoutPluginInference = retrieveProjectConfigurationsWithoutPluginInference;
|
80
80
|
function configurationGlobs(plugins) {
|
81
81
|
const globPatterns = [];
|
82
82
|
for (const plugin of plugins) {
|
@@ -86,4 +86,3 @@ function configurationGlobs(plugins) {
|
|
86
86
|
}
|
87
87
|
return globPatterns;
|
88
88
|
}
|
89
|
-
exports.configurationGlobs = configurationGlobs;
|
@@ -11,10 +11,11 @@ export declare class ProcessTasks {
|
|
11
11
|
readonly dependencies: {
|
12
12
|
[k: string]: string[];
|
13
13
|
};
|
14
|
+
private readonly allTargetNames;
|
14
15
|
constructor(extraTargetDependencies: TargetDependencies, projectGraph: ProjectGraph);
|
15
16
|
processTasks(projectNames: string[], targets: string[], configuration: string, overrides: Object, excludeTaskDependencies: boolean): string[];
|
16
17
|
processTask(task: Task, projectUsedToDeriveDependencies: string, configuration: string, overrides: Object): void;
|
17
|
-
private
|
18
|
+
private processTasksForMultipleProjects;
|
18
19
|
private processTasksForSingleProject;
|
19
20
|
private processTasksForDependencies;
|
20
21
|
createTask(id: string, project: ProjectGraphProjectNode, target: string, resolvedConfiguration: string | undefined, overrides: Object): Task;
|
@@ -1,9 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.ProcessTasks = void 0;
|
4
|
+
exports.createTaskGraph = createTaskGraph;
|
5
|
+
exports.mapTargetDefaultsToDependencies = mapTargetDefaultsToDependencies;
|
4
6
|
const utils_1 = require("./utils");
|
5
7
|
const project_graph_utils_1 = require("../utils/project-graph-utils");
|
6
|
-
const find_matching_projects_1 = require("../utils/find-matching-projects");
|
7
8
|
const output_1 = require("../utils/output");
|
8
9
|
class ProcessTasks {
|
9
10
|
constructor(extraTargetDependencies, projectGraph) {
|
@@ -12,6 +13,14 @@ class ProcessTasks {
|
|
12
13
|
this.seen = new Set();
|
13
14
|
this.tasks = {};
|
14
15
|
this.dependencies = {};
|
16
|
+
const allTargetNames = new Set();
|
17
|
+
for (const projectName in projectGraph.nodes) {
|
18
|
+
const project = projectGraph.nodes[projectName];
|
19
|
+
for (const targetName in project.data.targets ?? {}) {
|
20
|
+
allTargetNames.add(targetName);
|
21
|
+
}
|
22
|
+
}
|
23
|
+
this.allTargetNames = Array.from(allTargetNames);
|
15
24
|
}
|
16
25
|
processTasks(projectNames, targets, configuration, overrides, excludeTaskDependencies) {
|
17
26
|
for (const projectName of projectNames) {
|
@@ -58,32 +67,13 @@ class ProcessTasks {
|
|
58
67
|
return;
|
59
68
|
}
|
60
69
|
this.seen.add(seenKey);
|
61
|
-
const dependencyConfigs = (0, utils_1.getDependencyConfigs)({ project: task.target.project, target: task.target.target }, this.extraTargetDependencies, this.projectGraph);
|
70
|
+
const dependencyConfigs = (0, utils_1.getDependencyConfigs)({ project: task.target.project, target: task.target.target }, this.extraTargetDependencies, this.projectGraph, this.allTargetNames);
|
62
71
|
for (const dependencyConfig of dependencyConfigs) {
|
63
72
|
const taskOverrides = dependencyConfig.params === 'forward'
|
64
73
|
? overrides
|
65
74
|
: { __overrides_unparsed__: [] };
|
66
75
|
if (dependencyConfig.projects) {
|
67
|
-
|
68
|
-
// Lerna uses `dependencies` in `prepNxOptions`, so we need to maintain
|
69
|
-
// support for it until lerna can be updated to use the syntax.
|
70
|
-
//
|
71
|
-
// This should have been removed in v17, but the updates to lerna had not
|
72
|
-
// been made yet.
|
73
|
-
//
|
74
|
-
// TODO(@agentender): Remove this part in v20
|
75
|
-
if (typeof dependencyConfig.projects === 'string') {
|
76
|
-
if (dependencyConfig.projects === 'self') {
|
77
|
-
this.processTasksForSingleProject(task, task.target.project, dependencyConfig, configuration, taskOverrides, overrides);
|
78
|
-
continue;
|
79
|
-
}
|
80
|
-
else if (dependencyConfig.projects === 'dependencies') {
|
81
|
-
this.processTasksForDependencies(projectUsedToDeriveDependencies, dependencyConfig, configuration, task, taskOverrides, overrides);
|
82
|
-
continue;
|
83
|
-
}
|
84
|
-
}
|
85
|
-
/** LERNA SUPPORT END - Remove in v17 */
|
86
|
-
this.processTasksForMatchingProjects(dependencyConfig, configuration, task, taskOverrides, overrides);
|
76
|
+
this.processTasksForMultipleProjects(dependencyConfig, configuration, task, taskOverrides, overrides);
|
87
77
|
}
|
88
78
|
else if (dependencyConfig.dependencies) {
|
89
79
|
this.processTasksForDependencies(projectUsedToDeriveDependencies, dependencyConfig, configuration, task, taskOverrides, overrides);
|
@@ -93,20 +83,16 @@ class ProcessTasks {
|
|
93
83
|
}
|
94
84
|
}
|
95
85
|
}
|
96
|
-
|
97
|
-
|
98
|
-
? [dependencyConfig.projects]
|
99
|
-
: dependencyConfig.projects;
|
100
|
-
const matchingProjects = (0, find_matching_projects_1.findMatchingProjects)(targetProjectSpecifiers, this.projectGraph.nodes);
|
101
|
-
if (matchingProjects.length === 0) {
|
86
|
+
processTasksForMultipleProjects(dependencyConfig, configuration, task, taskOverrides, overrides) {
|
87
|
+
if (dependencyConfig.projects.length === 0) {
|
102
88
|
output_1.output.warn({
|
103
89
|
title: `\`dependsOn\` is misconfigured for ${task.target.project}:${task.target.target}`,
|
104
90
|
bodyLines: [
|
105
|
-
`Project patterns "${
|
91
|
+
`Project patterns "${dependencyConfig.projects}" does not match any projects.`,
|
106
92
|
],
|
107
93
|
});
|
108
94
|
}
|
109
|
-
for (const projectName of
|
95
|
+
for (const projectName of dependencyConfig.projects) {
|
110
96
|
this.processTasksForSingleProject(task, projectName, dependencyConfig, configuration, taskOverrides, overrides);
|
111
97
|
}
|
112
98
|
}
|
@@ -197,7 +183,6 @@ function createTaskGraph(projectGraph, extraTargetDependencies, projectNames, ta
|
|
197
183
|
dependencies: p.dependencies,
|
198
184
|
};
|
199
185
|
}
|
200
|
-
exports.createTaskGraph = createTaskGraph;
|
201
186
|
function mapTargetDefaultsToDependencies(defaults) {
|
202
187
|
const res = {};
|
203
188
|
Object.keys(defaults ?? {}).forEach((k) => {
|
@@ -205,7 +190,6 @@ function mapTargetDefaultsToDependencies(defaults) {
|
|
205
190
|
});
|
206
191
|
return res;
|
207
192
|
}
|
208
|
-
exports.mapTargetDefaultsToDependencies = mapTargetDefaultsToDependencies;
|
209
193
|
function interpolateOverrides(args, projectName, project) {
|
210
194
|
const interpolatedArgs = { ...args };
|
211
195
|
Object.entries(interpolatedArgs).forEach(([name, value]) => {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.initTasksRunner =
|
3
|
+
exports.initTasksRunner = initTasksRunner;
|
4
4
|
const workspace_configuration_check_1 = require("../utils/workspace-configuration-check");
|
5
5
|
const configuration_1 = require("../config/configuration");
|
6
6
|
const project_graph_1 = require("../project-graph/project-graph");
|
@@ -56,4 +56,3 @@ async function initTasksRunner(nxArgs) {
|
|
56
56
|
},
|
57
57
|
};
|
58
58
|
}
|
59
|
-
exports.initTasksRunner = initTasksRunner;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.createRunManyDynamicOutputRenderer =
|
3
|
+
exports.createRunManyDynamicOutputRenderer = createRunManyDynamicOutputRenderer;
|
4
4
|
const cliCursor = require("cli-cursor");
|
5
5
|
const cli_spinners_1 = require("cli-spinners");
|
6
6
|
const os_1 = require("os");
|
@@ -318,7 +318,6 @@ async function createRunManyDynamicOutputRenderer({ projectNames, tasks, args, o
|
|
318
318
|
};
|
319
319
|
return { lifeCycle, renderIsDone };
|
320
320
|
}
|
321
|
-
exports.createRunManyDynamicOutputRenderer = createRunManyDynamicOutputRenderer;
|
322
321
|
function writeCompletedTaskResultLine(line) {
|
323
322
|
output_1.output.overwriteLine(LEFT_PAD + line);
|
324
323
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.createRunOneDynamicOutputRenderer =
|
3
|
+
exports.createRunOneDynamicOutputRenderer = createRunOneDynamicOutputRenderer;
|
4
4
|
const cliCursor = require("cli-cursor");
|
5
5
|
const cli_spinners_1 = require("cli-spinners");
|
6
6
|
const os_1 = require("os");
|
@@ -226,4 +226,3 @@ async function createRunOneDynamicOutputRenderer({ initiatingProject, tasks, arg
|
|
226
226
|
};
|
227
227
|
return { lifeCycle, renderIsDone };
|
228
228
|
}
|
229
|
-
exports.createRunOneDynamicOutputRenderer = createRunOneDynamicOutputRenderer;
|
@@ -1,13 +1,13 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.formatFlags = formatFlags;
|
4
|
+
exports.formatTargetsAndProjects = formatTargetsAndProjects;
|
4
5
|
const output_1 = require("../../utils/output");
|
5
6
|
function formatFlags(leftPadding, flag, value) {
|
6
7
|
return flag == '_'
|
7
8
|
? `${leftPadding} ${value.join(' ')}`
|
8
9
|
: `${leftPadding} --${flag}=${formatValue(value)}`;
|
9
10
|
}
|
10
|
-
exports.formatFlags = formatFlags;
|
11
11
|
function formatValue(value) {
|
12
12
|
if (Array.isArray(value)) {
|
13
13
|
return `[${value.join(',')}]`;
|
@@ -41,4 +41,3 @@ function formatTargetsAndProjects(projectNames, targets, tasks) {
|
|
41
41
|
}
|
42
42
|
return text;
|
43
43
|
}
|
44
|
-
exports.formatTargetsAndProjects = formatTargetsAndProjects;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
* All credit to https://github.com/jonschlinkert/pretty-time
|
4
4
|
*/
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.prettyTime =
|
6
|
+
exports.prettyTime = prettyTime;
|
7
7
|
const nano = (time) => +time[0] * 1e9 + +time[1];
|
8
8
|
const scale = {
|
9
9
|
w: 6048e11,
|
@@ -71,4 +71,3 @@ function prettyTime(time, smallest, digits) {
|
|
71
71
|
}
|
72
72
|
return res.trim();
|
73
73
|
}
|
74
|
-
exports.prettyTime = prettyTime;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.viewLogsFooterRows =
|
3
|
+
exports.viewLogsFooterRows = viewLogsFooterRows;
|
4
4
|
const nx_json_1 = require("../../config/nx-json");
|
5
5
|
const nx_cloud_utils_1 = require("../../utils/nx-cloud-utils");
|
6
6
|
const output_1 = require("../../utils/output");
|
@@ -13,4 +13,3 @@ function viewLogsFooterRows(failedTasks) {
|
|
13
13
|
return [];
|
14
14
|
}
|
15
15
|
}
|
16
|
-
exports.viewLogsFooterRows = viewLogsFooterRows;
|
@@ -16,7 +16,6 @@
|
|
16
16
|
* * channel = getPseudoIpcChannel(process.env.NX_IPC_CHANNEL_ID)
|
17
17
|
* * forkChildProcess.on('message', writeToPseudoIpcChannel)
|
18
18
|
*/
|
19
|
-
/// <reference types="node" />
|
20
19
|
import { Serializable } from 'child_process';
|
21
20
|
export interface PseudoIPCMessage {
|
22
21
|
type: 'TO_CHILDREN_FROM_PARENT' | 'TO_PARENT_FROM_CHILDREN' | 'CHILD_READY';
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.PseudoTtyProcessWithSend = exports.PseudoTtyProcess = exports.PseudoTerminal =
|
3
|
+
exports.PseudoTtyProcessWithSend = exports.PseudoTtyProcess = exports.PseudoTerminal = void 0;
|
4
|
+
exports.getPseudoTerminal = getPseudoTerminal;
|
4
5
|
const native_1 = require("../native");
|
5
6
|
const pseudo_ipc_1 = require("./pseudo-ipc");
|
6
7
|
const socket_utils_1 = require("../daemon/socket-utils");
|
@@ -13,7 +14,6 @@ function getPseudoTerminal(skipSupportCheck = false) {
|
|
13
14
|
pseudoTerminal ??= new PseudoTerminal(new native_1.RustPseudoTerminal());
|
14
15
|
return pseudoTerminal;
|
15
16
|
}
|
16
|
-
exports.getPseudoTerminal = getPseudoTerminal;
|
17
17
|
class PseudoTerminal {
|
18
18
|
static isSupported() {
|
19
19
|
return process.stdout.isTTY && supportedPtyPlatform();
|
@@ -1,6 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.runCommand = runCommand;
|
4
|
+
exports.invokeTasksRunner = invokeTasksRunner;
|
5
|
+
exports.getRunner = getRunner;
|
6
|
+
exports.getRunnerOptions = getRunnerOptions;
|
4
7
|
const path_1 = require("path");
|
5
8
|
const workspace_root_1 = require("../utils/workspace-root");
|
6
9
|
const fileutils_1 = require("../utils/fileutils");
|
@@ -103,7 +106,6 @@ async function runCommand(projectsToRun, projectGraph, { nxJson }, nxArgs, overr
|
|
103
106
|
});
|
104
107
|
return status;
|
105
108
|
}
|
106
|
-
exports.runCommand = runCommand;
|
107
109
|
function setEnvVarsBasedOnArgs(nxArgs, loadDotEnvFiles) {
|
108
110
|
if (nxArgs.outputStyle == 'stream' ||
|
109
111
|
process.env.NX_BATCH_MODE === 'true' ||
|
@@ -195,7 +197,6 @@ async function invokeTasksRunner({ tasks, projectGraph, taskGraph, lifeCycle, nx
|
|
195
197
|
}
|
196
198
|
return anyFailures ? 1 : 0;
|
197
199
|
}
|
198
|
-
exports.invokeTasksRunner = invokeTasksRunner;
|
199
200
|
function constructLifeCycles(lifeCycle) {
|
200
201
|
const lifeCycles = [];
|
201
202
|
lifeCycles.push(new store_run_information_life_cycle_1.StoreRunInformationLifeCycle());
|
@@ -298,7 +299,6 @@ function getRunner(nxArgs, nxJson) {
|
|
298
299
|
throw new Error(`Could not find runner configuration for ${runner}`);
|
299
300
|
}
|
300
301
|
}
|
301
|
-
exports.getRunner = getRunner;
|
302
302
|
function getTasksRunnerPath(runner, nxJson) {
|
303
303
|
let modulePath = nxJson.tasksRunnerOptions?.[runner]?.runner;
|
304
304
|
if (modulePath) {
|
@@ -355,4 +355,3 @@ function getRunnerOptions(runner, nxJson, nxArgs, isCloudDefault) {
|
|
355
355
|
}
|
356
356
|
return result;
|
357
357
|
}
|
358
|
-
exports.getRunnerOptions = getRunnerOptions;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import { Task } from '../config/task-graph';
|
3
2
|
export declare function getEnvVariablesForBatchProcess(skipNxCache: boolean, captureStderr: boolean): NodeJS.ProcessEnv;
|
4
3
|
export declare function getTaskSpecificEnv(task: Task): NodeJS.ProcessEnv;
|
@@ -1,6 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.getEnvVariablesForBatchProcess = getEnvVariablesForBatchProcess;
|
4
|
+
exports.getTaskSpecificEnv = getTaskSpecificEnv;
|
5
|
+
exports.getEnvVariablesForTask = getEnvVariablesForTask;
|
6
|
+
exports.loadAndExpandDotEnvFile = loadAndExpandDotEnvFile;
|
7
|
+
exports.unloadDotEnvFile = unloadDotEnvFile;
|
4
8
|
const dotenv_1 = require("dotenv");
|
5
9
|
const dotenv_expand_1 = require("dotenv-expand");
|
6
10
|
const workspace_root_1 = require("../utils/workspace-root");
|
@@ -12,7 +16,6 @@ function getEnvVariablesForBatchProcess(skipNxCache, captureStderr) {
|
|
12
16
|
...getNxEnvVariablesForForkedProcess(process.env.FORCE_COLOR === undefined ? 'true' : process.env.FORCE_COLOR, skipNxCache, captureStderr),
|
13
17
|
};
|
14
18
|
}
|
15
|
-
exports.getEnvVariablesForBatchProcess = getEnvVariablesForBatchProcess;
|
16
19
|
function getTaskSpecificEnv(task) {
|
17
20
|
// Unload any dot env files at the root of the workspace that were loaded on init of Nx.
|
18
21
|
const taskEnv = unloadDotEnvFiles({ ...process.env });
|
@@ -21,7 +24,6 @@ function getTaskSpecificEnv(task) {
|
|
21
24
|
: // If not loading dot env files, ensure env vars created by system are still loaded
|
22
25
|
taskEnv;
|
23
26
|
}
|
24
|
-
exports.getTaskSpecificEnv = getTaskSpecificEnv;
|
25
27
|
function getEnvVariablesForTask(task, taskSpecificEnv, forceColor, skipNxCache, captureStderr, outputPath, streamOutput) {
|
26
28
|
const res = {
|
27
29
|
// Start With Dotenv Variables
|
@@ -39,7 +41,6 @@ function getEnvVariablesForTask(task, taskSpecificEnv, forceColor, skipNxCache,
|
|
39
41
|
delete res.NX_SET_CLI;
|
40
42
|
return res;
|
41
43
|
}
|
42
|
-
exports.getEnvVariablesForTask = getEnvVariablesForTask;
|
43
44
|
function getNxEnvVariablesForForkedProcess(forceColor, skipNxCache, captureStderr, outputPath, streamOutput) {
|
44
45
|
const env = {
|
45
46
|
FORCE_COLOR: forceColor,
|
@@ -92,7 +93,6 @@ function loadAndExpandDotEnvFile(filename, environmentVariables, override = fals
|
|
92
93
|
processEnv: environmentVariables,
|
93
94
|
});
|
94
95
|
}
|
95
|
-
exports.loadAndExpandDotEnvFile = loadAndExpandDotEnvFile;
|
96
96
|
/**
|
97
97
|
* This function unloads a .env file and removes the variables in it from the environmentVariables.
|
98
98
|
* @param filename
|
@@ -107,7 +107,6 @@ function unloadDotEnvFile(filename, environmentVariables, override = false) {
|
|
107
107
|
}
|
108
108
|
});
|
109
109
|
}
|
110
|
-
exports.unloadDotEnvFile = unloadDotEnvFile;
|
111
110
|
function getEnvFilesForTask(task) {
|
112
111
|
// Collect dot env files that may pertain to a task
|
113
112
|
return [
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.findCycle = findCycle;
|
4
|
+
exports.makeAcyclic = makeAcyclic;
|
4
5
|
function _findCycle(graph, id, visited, path) {
|
5
6
|
if (visited[id])
|
6
7
|
return null;
|
@@ -26,7 +27,6 @@ function findCycle(graph) {
|
|
26
27
|
}
|
27
28
|
return null;
|
28
29
|
}
|
29
|
-
exports.findCycle = findCycle;
|
30
30
|
function _makeAcyclic(graph, id, visited, path) {
|
31
31
|
if (visited[id])
|
32
32
|
return;
|
@@ -52,4 +52,3 @@ function makeAcyclic(graph) {
|
|
52
52
|
}
|
53
53
|
graph.roots = Object.keys(graph.dependencies).filter((t) => graph.dependencies[t].length === 0);
|
54
54
|
}
|
55
|
-
exports.makeAcyclic = makeAcyclic;
|
@@ -264,6 +264,14 @@ class TaskOrchestrator {
|
|
264
264
|
});
|
265
265
|
}
|
266
266
|
}
|
267
|
+
else if (targetConfiguration.executor === 'nx:noop') {
|
268
|
+
(0, fs_1.writeFileSync)(temporaryOutputPath, '');
|
269
|
+
results.push({
|
270
|
+
task,
|
271
|
+
status: 'success',
|
272
|
+
terminalOutput: '',
|
273
|
+
});
|
274
|
+
}
|
267
275
|
else {
|
268
276
|
// cache prep
|
269
277
|
const { code, terminalOutput } = await this.runTaskInForkedProcess(task, env, pipeOutput, temporaryOutputPath, streamOutput);
|
@@ -2,12 +2,25 @@ import { Task, TaskGraph } from '../config/task-graph';
|
|
2
2
|
import { ProjectGraph, ProjectGraphProjectNode } from '../config/project-graph';
|
3
3
|
import { TargetConfiguration, TargetDependencyConfig } from '../config/workspace-json-project-json';
|
4
4
|
import { CustomHasher, ExecutorConfig } from '../config/misc-interfaces';
|
5
|
+
export type NormalizedTargetDependencyConfig = TargetDependencyConfig & {
|
6
|
+
projects: string[];
|
7
|
+
};
|
5
8
|
export declare function getDependencyConfigs({ project, target }: {
|
6
9
|
project: string;
|
7
10
|
target: string;
|
8
|
-
}, extraTargetDependencies: Record<string, (TargetDependencyConfig | string)[]>, projectGraph: ProjectGraph):
|
9
|
-
export declare function
|
11
|
+
}, extraTargetDependencies: Record<string, (TargetDependencyConfig | string)[]>, projectGraph: ProjectGraph, allTargetNames: string[]): NormalizedTargetDependencyConfig[] | undefined;
|
12
|
+
export declare function normalizeDependencyConfigDefinition(definition: string | TargetDependencyConfig, currentProject: string, graph: ProjectGraph, allTargetNames: string[]): NormalizedTargetDependencyConfig[];
|
13
|
+
export declare function normalizeDependencyConfigProjects(dependencyConfig: TargetDependencyConfig, currentProject: string, graph: ProjectGraph): NormalizedTargetDependencyConfig;
|
14
|
+
export declare function expandDependencyConfigSyntaxSugar(dependencyConfigString: string | TargetDependencyConfig, graph: ProjectGraph): TargetDependencyConfig;
|
15
|
+
export declare function expandWildcardTargetConfiguration(dependencyConfig: NormalizedTargetDependencyConfig, allTargetNames: string[]): NormalizedTargetDependencyConfig[];
|
16
|
+
export declare function readProjectAndTargetFromTargetString(targetString: string, projects: Record<string, ProjectGraphProjectNode>): {
|
17
|
+
projects?: string[];
|
18
|
+
target: string;
|
19
|
+
};
|
10
20
|
export declare function getOutputs(p: Record<string, ProjectGraphProjectNode>, target: Task['target'], overrides: Task['overrides']): string[];
|
21
|
+
export declare function normalizeTargetDependencyWithStringProjects(dependencyConfig: TargetDependencyConfig): Omit<TargetDependencyConfig, 'projects'> & {
|
22
|
+
projects: string[];
|
23
|
+
};
|
11
24
|
declare class InvalidOutputsError extends Error {
|
12
25
|
outputs: string[];
|
13
26
|
invalidOutputs: Set<string>;
|