Skip to content

Commit e6788fa

Browse files
committed
chore: [nx migration] add-eslint-ignore
1 parent f7b6411 commit e6788fa

File tree

4 files changed

+15431
-25591
lines changed

4 files changed

+15431
-25591
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

migrations.json

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"migrations": [
3+
{
4+
"cli": "nx",
5+
"version": "15.8.2-beta.0",
6+
"description": "Updates the nx wrapper.",
7+
"implementation": "./src/migrations/update-15-8-2/update-nxw",
8+
"package": "nx",
9+
"name": "15.8.2-update-nx-wrapper"
10+
},
11+
{
12+
"cli": "nx",
13+
"version": "15.7.1-beta.0",
14+
"description": "Add node_modules to root eslint ignore",
15+
"factory": "./src/migrations/update-15-7-1/add-eslint-ignore",
16+
"package": "@nrwl/linter",
17+
"name": "add-eslint-ignore"
18+
},
19+
{
20+
"version": "15.8.0-beta.0",
21+
"cli": "nx",
22+
"description": "Update jest configs to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
23+
"factory": "./src/migrations/update-15-8-0/update-configs-jest-29",
24+
"package": "@nrwl/jest",
25+
"name": "update-configs-jest-29"
26+
},
27+
{
28+
"version": "15.8.0-beta.0",
29+
"cli": "nx",
30+
"description": "Update jest test files to support jest 29 changes (https://jestjs.io/docs/upgrading-to-jest29)",
31+
"factory": "./src/migrations/update-15-8-0/update-tests-jest-29",
32+
"package": "@nrwl/jest",
33+
"name": "update-tests-jest-29"
34+
},
35+
{
36+
"cli": "nx",
37+
"version": "15.9.1",
38+
"description": "Add @nrwl/linter, @nrwl/cypress, @nrwl/jest, @nrwl/rollup if they are used",
39+
"factory": "./src/migrations/update-15-9-1/add-dropped-dependencies",
40+
"package": "@nrwl/web",
41+
"name": "add-dropped-dependencies"
42+
},
43+
{
44+
"cli": "nx",
45+
"version": "15.8.0-beta.4",
46+
"description": "Update the @angular/cli package version to ~15.2.0.",
47+
"factory": "./src/migrations/update-15-8-0/update-angular-cli",
48+
"package": "@nrwl/angular",
49+
"name": "update-angular-cli-version-15-2-0"
50+
},
51+
{
52+
"cli": "nx",
53+
"version": "15.9.0-beta.3",
54+
"description": "Update the tsconfig.spec.json to use target es2016 for jest-preset-angular v13",
55+
"factory": "./src/migrations/update-15-9-0/update-testing-tsconfig",
56+
"package": "@nrwl/angular",
57+
"name": "update-tsconfig-spec-jest"
58+
},
59+
{
60+
"cli": "nx",
61+
"version": "15.9.0-beta.9",
62+
"description": "Update the file-server executor to use @nrwl/web:file-server",
63+
"factory": "./src/migrations/update-15-9-0/update-file-server-executor",
64+
"package": "@nrwl/angular",
65+
"name": "update-file-server-executor"
66+
},
67+
{
68+
"cli": "nx",
69+
"version": "15.8.0-beta.0",
70+
"description": "Rename .lib.swcrc to .swcrc for better SWC support throughout the workspace",
71+
"factory": "./src/migrations/update-15-8-0/rename-swcrc-config",
72+
"package": "@nrwl/js",
73+
"name": "rename-swcrc-config"
74+
}
75+
]
76+
}

0 commit comments

Comments
 (0)