Skip to content

Commit bd9d780

Browse files
committed
chore: update nx dependencies
1 parent 7fd46da commit bd9d780

File tree

3 files changed

+2827
-1163
lines changed

3 files changed

+2827
-1163
lines changed

migrations.json

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,60 @@
11
{
22
"migrations": [
33
{
4-
"version": "1.5.0-beta.1",
5-
"description": "Update withMarkdownRenderer feature with withPrismHighlighter",
6-
"implementation": "./src/migrations/update-markdown-renderer-feature/update-markdown-renderer-feature",
7-
"package": "@analogjs/content",
8-
"name": "update-markdown-renderer-feature"
4+
"cli": "nx",
5+
"version": "19.6.0-beta.4",
6+
"description": "Update ciWebServerCommand to use static serve for the application.",
7+
"implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve",
8+
"package": "@nx/cypress",
9+
"name": "update-19-6-0-update-ci-webserver-for-vite"
10+
},
11+
{
12+
"cli": "nx",
13+
"version": "19.5.0-beta.1",
14+
"requires": { "@angular/core": ">=18.1.0" },
15+
"description": "Update the @angular/cli package version to ~18.1.0.",
16+
"factory": "./src/migrations/update-19-5-0/update-angular-cli",
17+
"package": "@nx/angular",
18+
"name": "update-angular-cli-version-18-1-0"
19+
},
20+
{
21+
"cli": "nx",
22+
"version": "19.6.0-beta.4",
23+
"description": "Ensure Module Federation DTS is turned off by default.",
24+
"factory": "./src/migrations/update-19-6-0/turn-off-dts-by-default",
25+
"package": "@nx/angular",
26+
"name": "update-19-6-0"
27+
},
28+
{
29+
"cli": "nx",
30+
"version": "19.6.0-beta.7",
31+
"requires": { "@angular/core": ">=18.2.0" },
32+
"description": "Update the @angular/cli package version to ~18.2.0.",
33+
"factory": "./src/migrations/update-19-6-0/update-angular-cli",
34+
"package": "@nx/angular",
35+
"name": "update-angular-cli-version-18-2-0"
36+
},
37+
{
38+
"cli": "nx",
39+
"version": "19.6.1-beta.0",
40+
"description": "Ensure Target Defaults are set correctly for Module Federation.",
41+
"factory": "./src/migrations/update-19-6-1/ensure-depends-on-for-mf",
42+
"package": "@nx/angular",
43+
"name": "update-19-6-1-ensure-module-federation-target-defaults"
44+
},
45+
{
46+
"version": "19.6.0-beta.0",
47+
"description": "Add dependsOn: [build] to preview targets using preview-server",
48+
"implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview",
49+
"package": "@nx/vite",
50+
"name": "update-19-6-0-add-depends-on-for-preview-server"
51+
},
52+
{
53+
"version": "18.1.0",
54+
"description": "Updates calls to afterRender with an explicit phase to the new API",
55+
"factory": "./migrations/after-render-phase/bundle",
56+
"package": "@angular/core",
57+
"name": "migration-after-render-phase"
958
}
1059
]
1160
}

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"dependencies": {
1616
"@analogjs/content": "1.6.0",
1717
"@analogjs/router": "1.6.0",
18-
"@angular/animations": "18.0.5",
19-
"@angular/cdk": "18.0.5",
20-
"@angular/common": "18.0.5",
21-
"@angular/compiler": "18.0.5",
22-
"@angular/core": "18.0.5",
23-
"@angular/forms": "18.0.5",
24-
"@angular/platform-browser": "18.0.5",
25-
"@angular/platform-browser-dynamic": "18.0.5",
26-
"@angular/platform-server": "18.0.5",
27-
"@angular/pwa": "18.0.6",
28-
"@angular/router": "18.0.5",
29-
"@angular/service-worker": "18.0.5",
30-
"@nx/plugin": "19.3.2",
18+
"@angular/animations": "18.2.0",
19+
"@angular/cdk": "18.2.0",
20+
"@angular/common": "18.2.0",
21+
"@angular/compiler": "18.2.0",
22+
"@angular/core": "18.2.0",
23+
"@angular/forms": "18.2.0",
24+
"@angular/platform-browser": "18.2.0",
25+
"@angular/platform-browser-dynamic": "18.2.0",
26+
"@angular/platform-server": "18.2.0",
27+
"@angular/pwa": "18.2.0",
28+
"@angular/router": "18.2.0",
29+
"@angular/service-worker": "18.2.0",
30+
"@nx/plugin": "19.6.1",
3131
"@supabase/ssr": "^0.4.0",
3232
"@supabase/supabase-js": "^2.44.2",
3333
"date-fns": "^2.30.0",
@@ -48,48 +48,48 @@
4848
"devDependencies": {
4949
"@analogjs/platform": "1.6.0",
5050
"@analogjs/vite-plugin-angular": "1.6.0",
51-
"@angular-devkit/build-angular": "18.0.6",
52-
"@angular-devkit/core": "18.0.6",
53-
"@angular-devkit/schematics": "18.0.6",
54-
"@angular/cli": "~18.0.6",
55-
"@angular/compiler-cli": "18.0.5",
56-
"@angular/language-service": "18.0.5",
51+
"@angular-devkit/build-angular": "18.2.0",
52+
"@angular-devkit/core": "18.2.0",
53+
"@angular-devkit/schematics": "18.2.0",
54+
"@angular/cli": "~18.2.0",
55+
"@angular/compiler-cli": "18.2.0",
56+
"@angular/language-service": "18.2.0",
5757
"@commitlint/cli": "^19.3.0",
5858
"@commitlint/config-conventional": "^19.2.2",
59-
"@nx/angular": "19.3.2",
60-
"@nx/cypress": "19.3.2",
61-
"@nx/devkit": "19.3.2",
62-
"@nx/eslint": "19.3.2",
63-
"@nx/eslint-plugin": "19.3.2",
64-
"@nx/jest": "19.3.2",
65-
"@nx/js": "19.3.2",
66-
"@nx/vite": "19.3.2",
67-
"@nx/workspace": "19.3.2",
68-
"@schematics/angular": "18.0.1",
59+
"@nx/angular": "19.6.1",
60+
"@nx/cypress": "19.6.1",
61+
"@nx/devkit": "19.6.1",
62+
"@nx/eslint": "19.6.1",
63+
"@nx/eslint-plugin": "19.6.1",
64+
"@nx/jest": "19.6.1",
65+
"@nx/js": "19.6.1",
66+
"@nx/vite": "19.6.1",
67+
"@nx/workspace": "19.6.1",
68+
"@schematics/angular": "18.2.0",
6969
"@swc-node/register": "~1.9.1",
7070
"@swc/cli": "~0.3.12",
7171
"@swc/core": "~1.5.7",
7272
"@swc/helpers": "~0.5.11",
73-
"@types/jest": "^29.4.0",
73+
"@types/jest": "29.5.12",
7474
"@types/node": "^18.16.9",
75-
"@typescript-eslint/eslint-plugin": "7.11.0",
76-
"@typescript-eslint/parser": "7.8.0",
75+
"@typescript-eslint/eslint-plugin": "7.18.0",
76+
"@typescript-eslint/parser": "7.18.0",
7777
"autoprefixer": "^10.4.0",
7878
"eslint": "8.57.0",
7979
"eslint-config-prettier": "^9.0.0",
8080
"eslint-plugin-html": "^8.1.1",
8181
"husky": "^9.0.11",
82-
"jest": "^29.4.1",
83-
"jest-environment-jsdom": "^29.4.1",
82+
"jest": "29.7.0",
83+
"jest-environment-jsdom": "29.7.0",
8484
"jsdom": "^22.0.0",
8585
"lint-staged": "^15.1.0",
86-
"nx": "19.3.2",
86+
"nx": "19.6.1",
8787
"postcss": "^8.4.5",
8888
"prettier": "3.3.0",
8989
"tailwindcss": "^3.0.2",
9090
"ts-jest": "^29.1.0",
9191
"ts-node": "10.9.1",
92-
"typescript": "5.4.5",
92+
"typescript": "5.5.4",
9393
"vite": "5.2.11",
9494
"vite-tsconfig-paths": "^4.2.0",
9595
"vitest": "1.6.0"

0 commit comments

Comments
 (0)