Skip to content

Commit 4d70b06

Browse files
committed
chore: update nx
1 parent ea7837e commit 4d70b06

File tree

4 files changed

+19890
-14761
lines changed

4 files changed

+19890
-14761
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

migrations.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "15.7.0-beta.0",
5+
"description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.",
6+
"cli": "nx",
7+
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
8+
"package": "@nrwl/workspace",
9+
"name": "15-7-0-split-configuration-into-project-json-files"
10+
},
11+
{
12+
"version": "15.7.0-beta.0",
13+
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
14+
"cli": "nx",
15+
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files",
16+
"package": "@nrwl/workspace",
17+
"name": "15-7-0-split-configuration-into-project-json-files"
18+
},
19+
{
20+
"cli": "nx",
21+
"version": "15.7.1-beta.0",
22+
"description": "Add node_modules to root eslint ignore",
23+
"factory": "./src/migrations/update-15-7-1/add-eslint-ignore",
24+
"package": "@nrwl/linter",
25+
"name": "add-eslint-ignore"
26+
},
27+
{
28+
"cli": "nx",
29+
"version": "15.7.0-beta.1",
30+
"description": "Install the required angular-devkit packages as we do not directly depend on them anymore",
31+
"factory": "./src/migrations/update-15-7-0/install-required-packages",
32+
"package": "@nrwl/angular",
33+
"name": "install-required-packages"
34+
}
35+
]
36+
}

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,26 @@
99
"private": true,
1010
"devDependencies": {
1111
"@angular-devkit/build-angular": "~15.1.4",
12+
"@angular-devkit/core": "~15.1.4",
13+
"@angular-devkit/schematics": "~15.1.4",
1214
"@angular-eslint/eslint-plugin": "~15.2.0",
1315
"@angular-eslint/eslint-plugin-template": "~15.2.0",
1416
"@angular-eslint/template-parser": "~15.2.0",
1517
"@angular/cli": "~15.1.4",
1618
"@angular/compiler-cli": "~15.1.3",
1719
"@angular/language-service": "~15.1.3",
18-
"@nrwl/angular": "15.6.3",
19-
"@nrwl/devkit": "15.6.3",
20-
"@nrwl/eslint-plugin-nx": "15.6.3",
21-
"@nrwl/jest": "15.6.3",
22-
"@nrwl/js": "15.6.3",
23-
"@nrwl/linter": "15.6.3",
20+
"@nrwl/angular": "15.7.2",
21+
"@nrwl/devkit": "15.7.2",
22+
"@nrwl/eslint-plugin-nx": "15.7.2",
23+
"@nrwl/jest": "15.7.2",
24+
"@nrwl/js": "15.7.2",
25+
"@nrwl/linter": "15.7.2",
2426
"@nrwl/nx-cloud": "15.0.3",
25-
"@nrwl/nx-plugin": "15.6.3",
26-
"@nrwl/workspace": "15.6.3",
27+
"@nrwl/nx-plugin": "15.7.2",
28+
"@nrwl/workspace": "15.7.2",
2729
"@release-it/bumper": "^4.0.2",
2830
"@release-it/conventional-changelog": "^5.1.1",
31+
"@schematics/angular": "~15.1.4",
2932
"@swc-node/register": "^1.5.5",
3033
"@swc/cli": "~0.1.61",
3134
"@swc/core": "^1.3.32",
@@ -42,7 +45,7 @@
4245
"jest-preset-angular": "~12.2.6",
4346
"jsonc-eslint-parser": "^2.1.0",
4447
"ng-packagr": "~15.1.1",
45-
"nx": "15.6.3",
48+
"nx": "15.7.2",
4649
"postcss": "^8.4.21",
4750
"postcss-import": "~15.1.0",
4851
"postcss-preset-env": "~8.0.1",

0 commit comments

Comments
 (0)