Skip to content

Commit c75d431

Browse files
authored
migrate recipes
1 parent 5bd23b0 commit c75d431

File tree

108 files changed

+13958
-7937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+13958
-7937
lines changed

angular-monorepo/migrations.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "17.2.0-beta.2",
6+
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'",
7+
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server",
8+
"package": "@nx/angular",
9+
"name": "rename-webpack-dev-server-executor"
10+
},
11+
{
12+
"version": "17.2.0-beta.0",
13+
"description": "Simplify eslintFilePatterns",
14+
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
15+
"package": "@nx/eslint",
16+
"name": "simplify-eslint-patterns"
17+
}
18+
]
19+
}

angular-monorepo/package-lock.json

+510-943
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-monorepo/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@angular/platform-browser": "17.0.4",
1414
"@angular/platform-browser-dynamic": "17.0.4",
1515
"@angular/router": "17.0.4",
16-
"@nx/angular": "17.1.3",
16+
"@nx/angular": "17.2.5",
1717
"rxjs": "~7.8.0",
1818
"tslib": "^2.3.0",
1919
"zone.js": "0.14.2"
@@ -28,31 +28,31 @@
2828
"@angular/cli": "~17.0.0",
2929
"@angular/compiler-cli": "17.0.4",
3030
"@angular/language-service": "17.0.4",
31-
"@nx/cypress": "17.1.3",
32-
"@nx/eslint-plugin": "17.1.3",
33-
"@nx/jest": "17.1.3",
34-
"@nx/js": "17.1.3",
35-
"@nx/web": "17.1.3",
36-
"@nx/workspace": "17.1.3",
31+
"@nx/cypress": "17.2.5",
32+
"@nx/eslint-plugin": "17.2.5",
33+
"@nx/jest": "17.2.5",
34+
"@nx/js": "17.2.5",
35+
"@nx/web": "17.2.5",
36+
"@nx/workspace": "17.2.5",
3737
"@schematics/angular": "17.0.3",
3838
"@types/jest": "^29.4.0",
39-
"@types/node": "16.11.7",
39+
"@types/node": "18.16.9",
4040
"@typescript-eslint/eslint-plugin": "6.12.0",
4141
"@typescript-eslint/parser": "6.12.0",
4242
"cypress": "^13.0.0",
43-
"eslint": "~8.46.0",
43+
"eslint": "8.48.0",
4444
"eslint-config-prettier": "9.0.0",
4545
"eslint-plugin-cypress": "^2.13.4",
4646
"jest": "^29.4.1",
4747
"jest-environment-jsdom": "^29.4.1",
4848
"jest-preset-angular": "13.1.4",
4949
"jsonc-eslint-parser": "^2.1.0",
50-
"nx": "17.1.3",
50+
"nx": "17.2.5",
5151
"prettier": "^2.6.2",
5252
"ts-jest": "^29.1.0",
5353
"ts-node": "10.9.1",
5454
"typescript": "5.2.2",
55-
"@nx/eslint": "17.1.3"
55+
"@nx/eslint": "17.2.5"
5656
}
5757
}
5858

angular-standalone/migrations.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "17.2.0-beta.0",
5+
"description": "Simplify eslintFilePatterns",
6+
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
7+
"package": "@nx/eslint",
8+
"name": "simplify-eslint-patterns"
9+
},
10+
{
11+
"cli": "nx",
12+
"version": "17.2.0-beta.2",
13+
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'",
14+
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server",
15+
"package": "@nx/angular",
16+
"name": "rename-webpack-dev-server-executor"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)