Skip to content

Commit 770ec27

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore: upgrade nx
1 parent 53515a5 commit 770ec27

File tree

3 files changed

+40
-16
lines changed

3 files changed

+40
-16
lines changed

libs/angular-three/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@angular/common": "^15.1.0",
2525
"@angular/core": "^15.1.0",
26-
"three": "^0.148.0 || ^0.149.0 || ^0.150.0"
26+
"three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0"
2727
},
2828
"dependencies": {
2929
"ngx-resize": "^1.0.0",

migrations.json

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
{
22
"migrations": [
33
{
4+
"version": "15.9.0-beta.0",
45
"cli": "nx",
5-
"version": "15.8.2-beta.0",
6-
"description": "Updates the nx wrapper in encapsulated repos.",
7-
"implementation": "./src/migrations/update-15-8-2/update-nxw",
8-
"package": "nx",
9-
"name": "15.8.2-update-nx-wrapper"
6+
"description": "Update nx plugin jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
7+
"factory": "./src/migrations/update-15-9-0/jest-29-configs",
8+
"package": "@nrwl/nx-plugin",
9+
"name": "update-configs-jest-29"
10+
},
11+
{
12+
"version": "15.9.0-beta.0",
13+
"cli": "nx",
14+
"description": "Update nx plugin jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
15+
"factory": "./src/migrations/update-15-9-0/jest-29-tests",
16+
"package": "@nrwl/nx-plugin",
17+
"name": "update-tests-jest-29"
18+
},
19+
{
20+
"cli": "nx",
21+
"version": "15.9.0-beta.3",
22+
"description": "Update the tsconfig.spec.json to use target es2016 for jest-preset-angular v13",
23+
"factory": "./src/migrations/update-15-9-0/update-testing-tsconfig",
24+
"package": "@nrwl/angular",
25+
"name": "update-tsconfig-spec-jest"
26+
},
27+
{
28+
"cli": "nx",
29+
"version": "15.9.0-beta.9",
30+
"description": "Update the file-server executor to use @nrwl/web:file-server",
31+
"factory": "./src/migrations/update-15-9-0/update-file-server-executor",
32+
"package": "@nrwl/angular",
33+
"name": "update-file-server-executor"
1034
}
1135
]
1236
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@angular/cli": "~15.2.1",
1818
"@angular/compiler-cli": "15.2.1",
1919
"@angular/language-service": "15.2.1",
20-
"@nrwl/angular": "15.8.5",
21-
"@nrwl/devkit": "15.8.5",
22-
"@nrwl/eslint-plugin-nx": "15.8.5",
23-
"@nrwl/jest": "15.8.5",
24-
"@nrwl/js": "15.8.5",
25-
"@nrwl/linter": "15.8.5",
26-
"@nrwl/nx-cloud": "15.1.1",
27-
"@nrwl/nx-plugin": "15.8.5",
28-
"@nrwl/workspace": "15.8.5",
20+
"@nrwl/angular": "15.9.1",
21+
"@nrwl/devkit": "15.9.1",
22+
"@nrwl/eslint-plugin-nx": "15.9.1",
23+
"@nrwl/jest": "15.9.1",
24+
"@nrwl/js": "15.9.1",
25+
"@nrwl/linter": "15.9.1",
26+
"@nrwl/nx-cloud": "15.3.4",
27+
"@nrwl/nx-plugin": "15.9.1",
28+
"@nrwl/workspace": "15.9.1",
2929
"@release-it/bumper": "^4.0.2",
3030
"@release-it/conventional-changelog": "^5.1.1",
3131
"@schematics/angular": "15.2.1",
@@ -45,7 +45,7 @@
4545
"jest-preset-angular": "13.0.0",
4646
"jsonc-eslint-parser": "^2.1.0",
4747
"ng-packagr": "15.2.2",
48-
"nx": "15.8.5",
48+
"nx": "15.9.1",
4949
"postcss": "^8.4.21",
5050
"postcss-import": "~15.1.0",
5151
"postcss-preset-env": "~8.0.1",

0 commit comments

Comments
 (0)