Skip to content

Commit a5c7448

Browse files
committed
chore: nx migrate latest 19.7.3
1 parent a789738 commit a5c7448

File tree

6 files changed

+2040
-1594
lines changed

6 files changed

+2040
-1594
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ testem.log
3939
.DS_Store
4040
Thumbs.db
4141

42-
.nx/cache
42+
.nx/cache
43+
.nx/workspace-data

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/dist
44
/coverage
55

6-
/.nx/cache
6+
/.nx/cache
7+
/.nx/workspace-data

migrations.json

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
11
{
22
"migrations": [
3-
{
4-
"cli": "nx",
5-
"version": "19.1.0-beta.6",
6-
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
7-
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
8-
"package": "@nx/eslint-plugin",
9-
"name": "update-19-1-0-rename-no-extra-semi"
10-
},
11-
{
12-
"cli": "nx",
13-
"version": "19.1.0-beta.2",
14-
"requires": {
15-
"@angular/core": ">=18.0.0"
16-
},
17-
"description": "Update the @angular/cli package version to ~18.0.0.",
18-
"factory": "./src/migrations/update-19-1-0/update-angular-cli",
19-
"package": "@nx/angular",
20-
"name": "update-angular-cli-version-18-0-0"
21-
},
22-
{
23-
"version": "18.0.0",
24-
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
25-
"factory": "./migrations/invalid-two-way-bindings/bundle",
26-
"package": "@angular/core",
27-
"name": "invalid-two-way-bindings"
28-
},
29-
{
30-
"version": "18.0.0",
31-
"description": "Replace deprecated HTTP related modules with provider functions",
32-
"factory": "./migrations/http-providers/bundle",
33-
"package": "@angular/core",
34-
"name": "migration-http-providers"
35-
}
3+
{ "cli": "nx", "version": "19.2.0-beta.2", "description": "Updates the default workspace data directory to .nx/workspace-data", "implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory", "package": "nx", "name": "19-2-0-move-graph-cache-directory" },
4+
{ "cli": "nx", "version": "19.2.2-beta.0", "description": "Updates the nx wrapper.", "implementation": "./src/migrations/update-17-3-0/update-nxw", "package": "nx", "name": "19-2-2-update-nx-wrapper" },
5+
{ "version": "19.2.4-beta.0", "description": "Set project name in nx.json explicitly", "implementation": "./src/migrations/update-19-2-4/set-project-name", "x-repair-skip": true, "package": "nx", "name": "19-2-4-set-project-name" },
6+
{ "cli": "nx", "version": "19.5.0-beta.1", "requires": { "@angular/core": ">=18.1.0" }, "description": "Update the @angular/cli package version to ~18.1.0.", "factory": "./src/migrations/update-19-5-0/update-angular-cli", "package": "@nx/angular", "name": "update-angular-cli-version-18-1-0" },
7+
{ "cli": "nx", "version": "19.6.0-beta.4", "description": "Ensure Module Federation DTS is turned off by default.", "factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default", "package": "@nx/angular", "name": "update-19-6-0" },
8+
{ "cli": "nx", "version": "19.6.0-beta.7", "requires": { "@angular/core": ">=18.2.0" }, "description": "Update the @angular/cli package version to ~18.2.0.", "factory": "./src/migrations/update-19-6-0/update-angular-cli", "package": "@nx/angular", "name": "update-angular-cli-version-18-2-0" },
9+
{ "cli": "nx", "version": "19.6.1-beta.0", "description": "Ensure Target Defaults are set correctly for Module Federation.", "factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf", "package": "@nx/angular", "name": "update-19-6-1-ensure-module-federation-target-defaults" },
10+
{ "version": "18.1.0", "description": "Updates calls to afterRender with an explicit phase to the new API", "factory": "./migrations/after-render-phase/bundle", "package": "@angular/core", "name": "migration-after-render-phase" }
3611
]
37-
}
12+
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
},
3232
"private": true,
3333
"devDependencies": {
34-
"@angular-devkit/schematics": "18.0.1",
35-
"@angular/core": "18.0.0",
34+
"@angular-devkit/schematics": "18.2.4",
35+
"@angular/core": "18.2.4",
3636
"@types/fs-extra": "^11.0.3",
37-
"@types/jest": "29.5.12",
37+
"@types/jest": "29.5.13",
3838
"@types/node": "^20.0.0",
3939
"@types/plist": "^3.0.2",
4040
"@types/xml2js": "^0.4.9",
41-
"@typescript-eslint/eslint-plugin": "7.5.0",
42-
"@typescript-eslint/parser": "7.5.0",
41+
"@typescript-eslint/eslint-plugin": "7.18.0",
42+
"@typescript-eslint/parser": "7.18.0",
4343
"conventional-changelog-cli": "^4.1.0",
4444
"cz-conventional-changelog": "^3.3.0",
4545
"doctoc": "^2.0.0",
@@ -49,24 +49,24 @@
4949
"fs-extra": "^11.2.0",
5050
"jest": "29.7.0",
5151
"jsonc-parser": "3.2.1",
52-
"nx": "19.1.0",
52+
"nx": "19.7.3",
5353
"plist": "^3.1.0",
5454
"prettier": "^2.7.1",
5555
"ts-jest": "29.1.3",
5656
"ts-node": "10.9.2",
5757
"tslib": "^2.6.2",
58-
"typescript": "5.4.5",
58+
"typescript": "5.5.4",
5959
"xml2js": "^0.6.2",
60-
"nx-cloud": "19.0.0",
61-
"@nx/devkit": "19.1.0",
62-
"@nx/workspace": "19.1.0",
63-
"@nx/plugin": "19.1.0",
64-
"@nx/web": "19.1.0",
65-
"@nx/js": "19.1.0",
66-
"@nx/eslint-plugin": "19.1.0",
67-
"@nx/jest": "19.1.0",
68-
"@nx/express": "19.1.0",
69-
"@nx/angular": "19.1.0",
70-
"@nx/eslint": "19.1.0"
60+
"nx-cloud": "19.1.0",
61+
"@nx/devkit": "19.7.3",
62+
"@nx/workspace": "19.7.3",
63+
"@nx/plugin": "19.7.3",
64+
"@nx/web": "19.7.3",
65+
"@nx/js": "19.7.3",
66+
"@nx/eslint-plugin": "19.7.3",
67+
"@nx/jest": "19.7.3",
68+
"@nx/express": "19.7.3",
69+
"@nx/angular": "19.7.3",
70+
"@nx/eslint": "19.7.3"
7171
}
7272
}

packages/nx/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
"migrations": "./migrations.json"
2929
},
3030
"dependencies": {
31-
"@angular-devkit/architect": "^0.1800.0",
32-
"@angular-devkit/core": "^18.0.0",
33-
"@angular-devkit/schematics": "^18.0.0",
3431
"fs-extra": "^11.2.0",
3532
"ignore": "^5.3.0",
3633
"plist": "^3.1.0",
37-
"xml2js": "~0.6.0",
38-
"@nx/devkit": "^19.0.0",
39-
"@nx/js": "^19.0.0",
40-
"@nx/jest": "^19.0.0"
34+
"xml2js": "~0.6.0"
35+
},
36+
"peerDependencies": {
37+
"@nx/devkit": ">=19.0.0 <20.0.0",
38+
"@nx/js": ">=19.0.0 <20.0.0",
39+
"@nx/jest": ">=19.0.0 <20.0.0"
4140
}
42-
}
41+
}

0 commit comments

Comments
 (0)