Skip to content

Commit 111a389

Browse files
feat: update to nx 18
1 parent 54667ff commit 111a389

File tree

3 files changed

+9797
-7003
lines changed

3 files changed

+9797
-7003
lines changed

migrations.json

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "17.3.0-beta.6",
6+
"description": "Updates the nx wrapper.",
7+
"implementation": "./src/migrations/update-17-3-0/update-nxw",
8+
"package": "nx",
9+
"name": "17.3.0-update-nx-wrapper"
10+
},
11+
{
12+
"cli": "nx",
13+
"version": "18.0.0-beta.2",
14+
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace",
15+
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
16+
"x-repair-skip": true,
17+
"package": "nx",
18+
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
19+
},
20+
{
21+
"cli": "nx",
22+
"version": "17.2.6-beta.1",
23+
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name",
24+
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules",
25+
"package": "@nx/eslint-plugin",
26+
"name": "update-17-2-6-rename-workspace-rules"
27+
},
28+
{
29+
"cli": "nx",
30+
"version": "17.3.0-beta.10",
31+
"requires": {
32+
"@angular/core": ">=17.1.0"
33+
},
34+
"description": "Update the @angular/cli package version to ~17.1.0.",
35+
"factory": "./src/migrations/update-17-3-0/update-angular-cli",
36+
"package": "@nx/angular",
37+
"name": "update-angular-cli-version-17-1-0"
38+
},
39+
{
40+
"cli": "nx",
41+
"version": "17.3.0-beta.10",
42+
"requires": {
43+
"@angular/core": ">=17.1.0"
44+
},
45+
"description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.",
46+
"factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency",
47+
"package": "@nx/angular",
48+
"name": "add-browser-sync-dependency"
49+
},
50+
{
51+
"cli": "nx",
52+
"version": "17.3.0-beta.10",
53+
"requires": {
54+
"@angular/core": ">=17.1.0"
55+
},
56+
"description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.",
57+
"factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency",
58+
"package": "@nx/angular",
59+
"name": "add-autoprefixer-dependency"
60+
},
61+
{
62+
"cli": "nx",
63+
"version": "18.0.0-beta.0",
64+
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/angular:webpack-browser' is used for Module Federation.",
65+
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
66+
"package": "@nx/angular",
67+
"name": "add-module-federation-env-var-to-target-defaults"
68+
},
69+
{
70+
"version": "17.2.9",
71+
"description": "Move executor options to target defaults",
72+
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults",
73+
"package": "@nx/eslint",
74+
"name": "move-options-to-target-defaults"
75+
},
76+
{
77+
"cli": "nx",
78+
"version": "17.3.1-beta.0",
79+
"description": "Add project property to playwright config",
80+
"implementation": "./src/migrations/update-17-3-1/add-project-to-config",
81+
"package": "@nx/playwright",
82+
"name": "17-3-1-add-project-to-config"
83+
}
84+
]
85+
}

0 commit comments

Comments
 (0)