Skip to content

Commit 5f2fcb7

Browse files
authored
build: update nx to 20.7.1 (#423)
1 parent 860a9dc commit 5f2fcb7

File tree

3 files changed

+3630
-2481
lines changed

3 files changed

+3630
-2481
lines changed

migrations.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
11
{
22
"migrations": [
33
{
4-
"version": "19.0.0-0",
5-
"description": "Updates the Angular CDK to v19",
6-
"factory": "./ng-update/index#updateToV19",
7-
"package": "@angular/cdk",
8-
"name": "migration-v19"
4+
"version": "20.3.0-beta.1",
5+
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
6+
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
7+
"package": "@nx/eslint",
8+
"name": "add-file-extensions-to-overrides"
9+
},
10+
{
11+
"cli": "nx",
12+
"version": "20.3.0-beta.2",
13+
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
14+
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
15+
"package": "@nx/angular",
16+
"name": "ensure-nx-module-federation-package"
17+
},
18+
{
19+
"cli": "nx",
20+
"version": "20.4.0-beta.1",
21+
"requires": { "@angular/core": ">=19.1.0" },
22+
"description": "Update the @angular/cli package version to ~19.1.0.",
23+
"factory": "./src/migrations/update-20-4-0/update-angular-cli",
24+
"package": "@nx/angular",
25+
"name": "update-angular-cli-version-19-1-0"
26+
},
27+
{
28+
"cli": "nx",
29+
"version": "20.5.0-beta.5",
30+
"requires": { "@angular/core": ">=19.2.0" },
31+
"description": "Update the @angular/cli package version to ~19.2.0.",
32+
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
33+
"package": "@nx/angular",
34+
"name": "update-angular-cli-version-19-2-0"
935
}
1036
]
1137
}

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/animations": "19.0.3",
26-
"@angular/cdk": "19.0.2",
27-
"@angular/common": "19.0.3",
28-
"@angular/compiler": "19.0.3",
29-
"@angular/core": "19.0.3",
30-
"@angular/forms": "19.0.3",
31-
"@angular/platform-browser": "19.0.3",
32-
"@angular/platform-browser-dynamic": "19.0.3",
33-
"@angular/platform-server": "19.0.3",
34-
"@angular/router": "19.0.3",
35-
"@angular/ssr": "19.0.4",
25+
"@angular/animations": "19.2.5",
26+
"@angular/cdk": "19.2.8",
27+
"@angular/common": "19.2.5",
28+
"@angular/compiler": "19.2.5",
29+
"@angular/core": "19.2.5",
30+
"@angular/forms": "19.2.5",
31+
"@angular/platform-browser": "19.2.5",
32+
"@angular/platform-browser-dynamic": "19.2.5",
33+
"@angular/platform-server": "19.2.5",
34+
"@angular/router": "19.2.5",
35+
"@angular/ssr": "19.2.6",
3636
"@builder.io/partytown": "^0.10.2",
3737
"@jsverse/transloco": "^7.4.2",
3838
"@libsql/client": "^0.14.0",
@@ -42,7 +42,7 @@
4242
"@ng-icons/tabler-icons": "^25.6.0",
4343
"@ngrx/operators": "^17.2.0",
4444
"@ngrx/signals": "^17.0.1",
45-
"@nx/angular": "20.2.2",
45+
"@nx/angular": "20.7.1",
4646
"@push-based/ngx-fast-svg": "^18.1.0",
4747
"@shikijs/langs-precompiled": "^2.4.2",
4848
"@tailwindcss/container-queries": "^0.1.1",
@@ -52,7 +52,7 @@
5252
"clsx": "^2.1.1",
5353
"compression": "^1.7.4",
5454
"drizzle-orm": "^0.40.0",
55-
"express": "^4.18.2",
55+
"express": "4.21.2",
5656
"giscus": "^1.5.0",
5757
"highlight.js": "^11.9.0",
5858
"hono": "^4.4.5",
@@ -72,41 +72,41 @@
7272
},
7373
"devDependencies": {
7474
"@algolia/client-search": "^4.23.3",
75-
"@angular-devkit/build-angular": "19.0.4",
76-
"@angular-devkit/core": "19.0.4",
77-
"@angular-devkit/schematics": "19.0.4",
78-
"@angular-eslint/eslint-plugin": "19.0.2",
79-
"@angular-eslint/eslint-plugin-template": "19.0.2",
80-
"@angular-eslint/template-parser": "19.0.2",
81-
"@angular/cli": "19.0.4",
82-
"@angular/compiler-cli": "19.0.3",
83-
"@angular/language-service": "19.0.3",
75+
"@angular-devkit/build-angular": "19.2.6",
76+
"@angular-devkit/core": "19.2.6",
77+
"@angular-devkit/schematics": "19.2.6",
78+
"@angular-eslint/eslint-plugin": "19.3.0",
79+
"@angular-eslint/eslint-plugin-template": "19.3.0",
80+
"@angular-eslint/template-parser": "19.3.0",
81+
"@angular/cli": "~19.2.0",
82+
"@angular/compiler-cli": "19.2.5",
83+
"@angular/language-service": "19.2.5",
8484
"@cloudflare/workers-types": "^4.20240605.0",
8585
"@commitlint/cli": "^19.3.0",
8686
"@commitlint/config-conventional": "^19.2.2",
8787
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
8888
"@k11r/nx-cloudflare-wrangler": "^2.7.1",
8989
"@ngneat/spectator": "^18.0.2",
90-
"@nx/devkit": "20.2.2",
91-
"@nx/esbuild": "20.2.2",
92-
"@nx/eslint": "20.2.2",
93-
"@nx/eslint-plugin": "20.2.2",
94-
"@nx/jest": "20.2.2",
95-
"@nx/js": "20.2.2",
96-
"@nx/node": "20.2.2",
97-
"@nx/playwright": "20.2.2",
98-
"@nx/storybook": "20.2.2",
99-
"@nx/workspace": "20.2.2",
90+
"@nx/devkit": "20.7.1",
91+
"@nx/esbuild": "20.7.1",
92+
"@nx/eslint": "20.7.1",
93+
"@nx/eslint-plugin": "20.7.1",
94+
"@nx/jest": "20.7.1",
95+
"@nx/js": "20.7.1",
96+
"@nx/node": "20.7.1",
97+
"@nx/playwright": "20.7.1",
98+
"@nx/storybook": "20.7.1",
99+
"@nx/workspace": "20.7.1",
100100
"@playwright/test": "^1.36.0",
101-
"@schematics/angular": "18.1.1",
101+
"@schematics/angular": "19.2.6",
102102
"@storybook/addon-essentials": "8.4.7",
103103
"@storybook/angular": "8.4.7",
104104
"@storybook/core-server": "8.4.7",
105105
"@swc-node/register": "1.9.2",
106106
"@swc/core": "1.5.7",
107107
"@swc/helpers": "0.5.12",
108108
"@types/compression": "^1.7.5",
109-
"@types/express": "^4.17.20",
109+
"@types/express": "4.17.21",
110110
"@types/jest": "^29.5.12",
111111
"@types/node": "18.19.31",
112112
"@types/sanitize-html": "^2.9.4",
@@ -116,7 +116,7 @@
116116
"autoprefixer": "^10.4.16",
117117
"esbuild": "^0.19.5",
118118
"eslint": "8.57.0",
119-
"eslint-config-prettier": "^9.0.0",
119+
"eslint-config-prettier": "10.1.1",
120120
"eslint-plugin-playwright": "^0.15.3",
121121
"husky": "^8.0.3",
122122
"jest": "^29.7.0",
@@ -125,8 +125,8 @@
125125
"jest-preset-angular": "14.4.2",
126126
"jsonc-eslint-parser": "^2.1.0",
127127
"lint-staged": "15.0.2",
128-
"ng-packagr": "18.1.0",
129-
"nx": "20.2.2",
128+
"ng-packagr": "19.2.1",
129+
"nx": "20.7.1",
130130
"postcss": "^8.4.32",
131131
"postcss-import": "~14.1.0",
132132
"postcss-preset-env": "~7.5.0",
@@ -139,7 +139,7 @@
139139
"tailwindcss": "^3.3.6",
140140
"ts-jest": "^29.1.0",
141141
"ts-node": "10.9.1",
142-
"typescript": "5.6.3",
142+
"typescript": "5.7.3",
143143
"wrangler": "^3.78.6"
144144
}
145145
}

0 commit comments

Comments
 (0)