Skip to content

Commit 3c3af74

Browse files
authored
chore: bump nx to 19.5.1 (#271)
1 parent f4bb389 commit 3c3af74

File tree

5 files changed

+2225
-2459
lines changed

5 files changed

+2225
-2459
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ testem.log
3838
Thumbs.db
3939

4040
.nx/cache
41+
.nx/workspace-data
4142
.angular
4243
.wrangler
4344

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
.angular
66
pnpm-lock.yaml
77
/app/blog-bff/.wrangler
8+
9+
/.nx/workspace-data

migrations.json

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,56 @@
22
"migrations": [
33
{
44
"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"
5+
"version": "19.2.0-beta.2",
6+
"description": "Updates the default workspace data directory to .nx/workspace-data",
7+
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
8+
"package": "nx",
9+
"name": "19-2-0-move-graph-cache-directory"
10+
},
11+
{
12+
"cli": "nx",
13+
"version": "19.2.2-beta.0",
14+
"description": "Updates the nx wrapper.",
15+
"implementation": "./src/migrations/update-17-3-0/update-nxw",
16+
"package": "nx",
17+
"name": "19-2-2-update-nx-wrapper"
18+
},
19+
{
20+
"version": "19.2.4-beta.0",
21+
"description": "Set project name in nx.json explicitly",
22+
"implementation": "./src/migrations/update-19-2-4/set-project-name",
23+
"x-repair-skip": true,
24+
"package": "nx",
25+
"name": "19-2-4-set-project-name"
26+
},
27+
{
28+
"cli": "nx",
29+
"version": "19.2.1-beta.0",
30+
"requires": {
31+
"@angular-eslint/eslint-plugin": ">=18.0.0"
32+
},
33+
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.",
34+
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
35+
"package": "@nx/angular",
36+
"name": "add-typescript-eslint-utils"
37+
},
38+
{
39+
"cli": "nx",
40+
"version": "19.5.0-beta.1",
41+
"requires": {
42+
"@angular/core": ">=18.1.0"
43+
},
44+
"description": "Update the @angular/cli package version to ~18.1.0.",
45+
"factory": "./src/migrations/update-19-5-0/update-angular-cli",
46+
"package": "@nx/angular",
47+
"name": "update-angular-cli-version-18-1-0"
48+
},
49+
{
50+
"version": "18.1.0",
51+
"description": "Updates calls to afterRender with an explicit phase to the new API",
52+
"factory": "./migrations/after-render-phase/bundle",
53+
"package": "@angular/core",
54+
"name": "migration-after-render-phase"
1055
}
1156
]
1257
}

package.json

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
},
1919
"private": true,
2020
"dependencies": {
21-
"@angular/animations": "18.0.0",
22-
"@angular/cdk": "^18.0.4",
23-
"@angular/common": "18.0.0",
24-
"@angular/compiler": "18.0.0",
25-
"@angular/core": "18.0.0",
26-
"@angular/forms": "18.0.0",
27-
"@angular/platform-browser": "18.0.0",
28-
"@angular/platform-browser-dynamic": "18.0.0",
29-
"@angular/platform-server": "18.0.0",
30-
"@angular/router": "18.0.0",
31-
"@angular/ssr": "18.0.1",
32-
"@jsverse/transloco": "^7.4.2",
21+
"@angular/animations": "18.1.1",
22+
"@angular/cdk": "18.1.1",
23+
"@angular/common": "18.1.1",
24+
"@angular/compiler": "18.1.1",
25+
"@angular/core": "18.1.1",
26+
"@angular/forms": "18.1.1",
27+
"@angular/platform-browser": "18.1.1",
28+
"@angular/platform-browser-dynamic": "18.1.1",
29+
"@angular/platform-server": "18.1.1",
30+
"@angular/router": "18.1.1",
31+
"@angular/ssr": "18.1.1",
3332
"@builder.io/partytown": "^0.10.2",
33+
"@jsverse/transloco": "^7.4.2",
3434
"@ng-icons/bootstrap-icons": "^27.3.1",
3535
"@ng-icons/core": "^25.6.0",
3636
"@ng-icons/heroicons": "^25.6.0",
3737
"@ng-icons/tabler-icons": "^25.6.0",
3838
"@ngrx/operators": "^17.2.0",
3939
"@ngrx/signals": "^17.0.1",
40-
"@nx/angular": "19.1.0",
40+
"@nx/angular": "19.5.1",
4141
"@push-based/ngx-fast-svg": "^18.0.0",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"algoliasearch": "^4.23.3",
@@ -64,46 +64,47 @@
6464
},
6565
"devDependencies": {
6666
"@algolia/client-search": "^4.23.3",
67-
"@angular-devkit/build-angular": "18.0.1",
68-
"@angular-devkit/core": "18.0.1",
69-
"@angular-devkit/schematics": "18.0.1",
70-
"@angular-eslint/eslint-plugin": "18.0.1",
71-
"@angular-eslint/eslint-plugin-template": "18.0.1",
72-
"@angular-eslint/template-parser": "18.0.1",
73-
"@angular/cli": "~18.0.0",
74-
"@angular/compiler-cli": "18.0.0",
75-
"@angular/language-service": "18.0.0",
67+
"@angular-devkit/build-angular": "18.1.1",
68+
"@angular-devkit/core": "18.1.1",
69+
"@angular-devkit/schematics": "18.1.1",
70+
"@angular-eslint/eslint-plugin": "18.1.0",
71+
"@angular-eslint/eslint-plugin-template": "18.1.0",
72+
"@angular-eslint/template-parser": "18.1.0",
73+
"@angular/cli": "~18.1.0",
74+
"@angular/compiler-cli": "18.1.1",
75+
"@angular/language-service": "18.1.1",
7676
"@cloudflare/workers-types": "^4.20240605.0",
7777
"@commitlint/cli": "^19.3.0",
7878
"@commitlint/config-conventional": "^19.2.2",
7979
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
8080
"@k11r/nx-cloudflare-wrangler": "^2.7.1",
8181
"@ngneat/spectator": "^18.0.2",
82-
"@nx/devkit": "19.1.0",
83-
"@nx/esbuild": "19.1.0",
84-
"@nx/eslint": "19.1.0",
85-
"@nx/eslint-plugin": "19.1.0",
86-
"@nx/jest": "19.1.0",
87-
"@nx/js": "19.1.0",
88-
"@nx/node": "19.1.0",
89-
"@nx/playwright": "19.1.0",
90-
"@nx/storybook": "19.1.0",
91-
"@nx/workspace": "19.1.0",
82+
"@nx/devkit": "19.5.1",
83+
"@nx/esbuild": "19.5.1",
84+
"@nx/eslint": "19.5.1",
85+
"@nx/eslint-plugin": "19.5.1",
86+
"@nx/jest": "19.5.1",
87+
"@nx/js": "19.5.1",
88+
"@nx/node": "19.5.1",
89+
"@nx/playwright": "19.5.1",
90+
"@nx/storybook": "19.5.1",
91+
"@nx/workspace": "19.5.1",
9292
"@playwright/test": "^1.36.0",
93-
"@schematics/angular": "18.0.1",
93+
"@schematics/angular": "18.1.1",
9494
"@storybook/addon-essentials": "^8.1.0-alpha.7",
9595
"@storybook/angular": "^8.1.0-alpha.7",
9696
"@storybook/core-server": "^8.1.0-alpha.7",
97-
"@swc-node/register": "1.8.0",
98-
"@swc/core": "~1.3.85",
99-
"@swc/helpers": "~0.5.2",
97+
"@swc-node/register": "1.9.2",
98+
"@swc/core": "1.5.7",
99+
"@swc/helpers": "0.5.12",
100100
"@types/compression": "^1.7.5",
101101
"@types/express": "^4.17.20",
102102
"@types/jest": "^29.4.0",
103103
"@types/node": "18.19.31",
104104
"@types/sanitize-html": "^2.9.4",
105-
"@typescript-eslint/eslint-plugin": "7.7.0",
106-
"@typescript-eslint/parser": "7.7.0",
105+
"@typescript-eslint/eslint-plugin": "7.16.1",
106+
"@typescript-eslint/parser": "7.16.1",
107+
"@typescript-eslint/utils": "^7.16.0",
107108
"autoprefixer": "^10.4.16",
108109
"esbuild": "^0.19.5",
109110
"eslint": "8.57.0",
@@ -116,8 +117,8 @@
116117
"jest-preset-angular": "14.1.0",
117118
"jsonc-eslint-parser": "^2.1.0",
118119
"lint-staged": "15.0.2",
119-
"ng-packagr": "18.0.0",
120-
"nx": "19.1.0",
120+
"ng-packagr": "18.1.0",
121+
"nx": "19.5.1",
121122
"postcss": "^8.4.32",
122123
"postcss-import": "~14.1.0",
123124
"postcss-preset-env": "~7.5.0",
@@ -130,7 +131,7 @@
130131
"tailwindcss": "^3.3.6",
131132
"ts-jest": "^29.1.0",
132133
"ts-node": "10.9.1",
133-
"typescript": "5.4.5",
134+
"typescript": "5.5.3",
134135
"wrangler": "^3.60.2"
135136
}
136137
}

0 commit comments

Comments
 (0)