nx 15.5.0-beta.0 → 15.5.0
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/CHANGELOG.md +1 -1
- package/bin/nx.js +0 -15
- package/bin/nx.js.map +1 -1
- package/package.json +4 -4
- package/src/core/graph/3rdpartylicenses.txt +0 -52
- package/src/core/graph/environment.js +18 -1
- package/src/core/graph/index.html +1 -1
- package/src/core/graph/main.js +70020 -2
- package/src/core/graph/polyfills.js +10392 -1
- package/src/core/graph/runtime.js +174 -1
- package/src/core/graph/styles.js +17 -0
- package/src/utils/json.d.ts +1 -1
- package/src/utils/json.js +2 -1
- package/src/utils/json.js.map +1 -1
- package/src/core/graph/main.js.LICENSE.txt +0 -83
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [15.5.0
|
|
6
|
+
# [15.5.0](https://github.com/nrwl/nx/compare/15.4.8...15.5.0) (2023-01-13)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package nx
|
package/bin/nx.js
CHANGED
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
const find_workspace_root_1 = require("../src/utils/find-workspace-root");
|
|
5
5
|
const chalk = require("chalk");
|
|
6
6
|
const init_local_1 = require("./init-local");
|
|
7
|
-
const package_manager_1 = require("../src/utils/package-manager");
|
|
8
7
|
const output_1 = require("../src/utils/output");
|
|
9
8
|
const workspace = (0, find_workspace_root_1.findWorkspaceRoot)(process.cwd());
|
|
10
9
|
// new is a special case because there is no local workspace to load
|
|
@@ -59,20 +58,6 @@ else {
|
|
|
59
58
|
(0, init_local_1.initLocal)(workspace);
|
|
60
59
|
}
|
|
61
60
|
else {
|
|
62
|
-
const packageManager = (0, package_manager_1.detectPackageManager)();
|
|
63
|
-
if (packageManager === 'pnpm') {
|
|
64
|
-
const tip = process.platform === 'win32'
|
|
65
|
-
? 'doskey pnx=pnpm nx -- $*'
|
|
66
|
-
: `alias pnx="pnpm nx --"`;
|
|
67
|
-
output_1.output.warn({
|
|
68
|
-
title: `Running global Nx CLI with PNPM may have issues.`,
|
|
69
|
-
bodyLines: [
|
|
70
|
-
`Prefer to use "pnpm" (https://pnpm.io/cli/exec) to execute commands in this workspace.`,
|
|
71
|
-
`${chalk.reset.inverse.bold.cyan(' TIP ')} create a shortcut such as: ${chalk.bold.white(tip)}`,
|
|
72
|
-
``,
|
|
73
|
-
],
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
61
|
// Nx is being run from globally installed CLI - hand off to the local
|
|
77
62
|
require(localNx);
|
|
78
63
|
}
|
package/bin/nx.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nx.js","sourceRoot":"","sources":["../../../../packages/nx/bin/nx.ts"],"names":[],"mappings":";;;AACA,0EAG0C;AAC1C,+BAA+B;AAC/B,6CAAyC;
|
|
1
|
+
{"version":3,"file":"nx.js","sourceRoot":"","sources":["../../../../packages/nx/bin/nx.ts"],"names":[],"mappings":";;;AACA,0EAG0C;AAC1C,+BAA+B;AAC/B,6CAAyC;AAEzC,gDAA6C;AAE7C,MAAM,SAAS,GAAG,IAAA,uCAAiB,EAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;AACnD,oEAAoE;AACpE,IACE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,KAAK;IACzB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,UAAU;IAC9B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,MAAM;IAC1B,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,OAAO,IAAI,CAAC,SAAS,CAAC,EAC3C;IACA,OAAO,CAAC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC;IAChC,OAAO,CAAC,iCAAiC,CAAC,CAAC,cAAc,CAAC,IAAI,CAAC;CAChE;KAAM;IACL,IAAI,SAAS,IAAI,SAAS,CAAC,IAAI,KAAK,IAAI,EAAE;QACxC,OAAO,CAAC,kBAAkB,CAAC,CAAC;KAC7B;IACD,yGAAyG;IACzG,8DAA8D;IAC9D,IAAI,CAAE,MAAc,CAAC,UAAU;QAC5B,MAAc,CAAC,UAAU,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;IAE7D,IAAI,CAAC,SAAS,EAAE;QACd,eAAM,CAAC,GAAG,CAAC;YACT,KAAK,EAAE,sDAAsD;YAC7D,SAAS,EAAE;gBACT,4BAA4B;gBAC5B,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,iDAAiD,CAAC;gBACnE,EAAE;gBACF,wEAAwE;gBACxE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,+BAA+B,CAAC;gBACjD,EAAE;gBACF,sCAAsC;gBACtC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC;aAC5B;SACF,CAAC,CAAC;QAEH,eAAM,CAAC,IAAI,CAAC;YACV,KAAK,EAAE,mDAAmD;SAC3D,CAAC,CAAC;QACH,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,wDAAwD;IACxD,IAAI,OAAe,CAAC;IACpB,IAAI;QACF,OAAO,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;KAChC;IAAC,WAAM;QACN,eAAM,CAAC,KAAK,CAAC;YACX,KAAK,EAAE,8CAA8C;YACrD,SAAS,EAAE,CAAC,gBAAgB,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,kBAAkB,CAAC,GAAG,CAAC;SACrE,CAAC,CAAC;QACH,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;IAED,8CAA8C;IAC9C,IAAI,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,EAAE;QAC/B,IAAA,sBAAS,EAAC,SAAS,CAAC,CAAC;KACtB;SAAM;QACL,sEAAsE;QACtE,OAAO,CAAC,OAAO,CAAC,CAAC;KAClB;CACF;AAED,SAAS,SAAS,CAAC,SAAsC;IACvD,IAAI;QACF,OAAO,OAAO,CAAC,OAAO,CAAC,cAAc,EAAE;YACrC,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/C,CAAC,CAAC;KACJ;IAAC,WAAM;QACN,OAAO,OAAO,CAAC,OAAO,CAAC,qBAAqB,EAAE;YAC5C,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/C,CAAC,CAAC;KACJ;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nx",
|
|
3
|
-
"version": "15.5.0
|
|
3
|
+
"version": "15.5.0",
|
|
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": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://nx.dev",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@nrwl/cli": "15.5.0
|
|
36
|
-
"@nrwl/tao": "15.5.0
|
|
35
|
+
"@nrwl/cli": "15.5.0",
|
|
36
|
+
"@nrwl/tao": "15.5.0",
|
|
37
37
|
"@parcel/watcher": "2.0.4",
|
|
38
38
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
39
39
|
"@yarnpkg/parsers": "^3.0.0-rc.18",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
},
|
|
122
122
|
"main": "./bin/nx.js",
|
|
123
123
|
"types": "./bin/nx.d.ts",
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "d7d1bcf17b472cd84704717f7242eca22e2e98cd"
|
|
125
125
|
}
|
|
@@ -55,58 +55,6 @@ MIT
|
|
|
55
55
|
@heroicons/react
|
|
56
56
|
MIT
|
|
57
57
|
|
|
58
|
-
@nrwl/nx-source
|
|
59
|
-
MIT
|
|
60
|
-
(The MIT License)
|
|
61
|
-
|
|
62
|
-
Copyright (c) 2017-2023 Narwhal Technologies Inc.
|
|
63
|
-
|
|
64
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
65
|
-
a copy of this software and associated documentation files (the
|
|
66
|
-
'Software'), to deal in the Software without restriction, including
|
|
67
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
68
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
69
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
70
|
-
the following conditions:
|
|
71
|
-
|
|
72
|
-
The above copyright notice and this permission notice shall be
|
|
73
|
-
included in all copies or substantial portions of the Software.
|
|
74
|
-
|
|
75
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
76
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
77
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
78
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
79
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
80
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
81
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
@nrwl/webpack
|
|
85
|
-
MIT
|
|
86
|
-
(The MIT License)
|
|
87
|
-
|
|
88
|
-
Copyright (c) 2017-2022 Narwhal Technologies Inc.
|
|
89
|
-
|
|
90
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
91
|
-
a copy of this software and associated documentation files (the
|
|
92
|
-
'Software'), to deal in the Software without restriction, including
|
|
93
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
94
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
95
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
96
|
-
the following conditions:
|
|
97
|
-
|
|
98
|
-
The above copyright notice and this permission notice shall be
|
|
99
|
-
included in all copies or substantial portions of the Software.
|
|
100
|
-
|
|
101
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
102
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
103
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
104
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
105
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
106
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
107
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
108
|
-
|
|
109
|
-
|
|
110
58
|
@popperjs/core
|
|
111
59
|
MIT
|
|
112
60
|
The MIT License (MIT)
|
|
@@ -1 +1,18 @@
|
|
|
1
|
-
window.exclude=[]
|
|
1
|
+
window.exclude = [];
|
|
2
|
+
window.watch = false;
|
|
3
|
+
window.environment = 'release';
|
|
4
|
+
window.useXstateInspect = false;
|
|
5
|
+
|
|
6
|
+
window.appConfig = {
|
|
7
|
+
showDebugger: false,
|
|
8
|
+
showExperimentalFeatures: false,
|
|
9
|
+
workspaces: [
|
|
10
|
+
{
|
|
11
|
+
id: 'local',
|
|
12
|
+
label: 'local',
|
|
13
|
+
projectGraphUrl: 'assets/project-graphs/e2e.json',
|
|
14
|
+
taskGraphUrl: 'assets/task-graphs/e2e.json',
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
defaultWorkspaceId: 'local',
|
|
18
|
+
};
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
class="h-full w-full overflow-hidden bg-white text-slate-500 dark:bg-slate-900 dark:text-slate-400"
|
|
30
30
|
>
|
|
31
31
|
<div class="flex h-full w-full overflow-hidden p-0" id="app"></div>
|
|
32
|
-
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
32
|
+
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="styles.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
33
33
|
</html>
|