Skip to content

Commit 4644d4c

Browse files
committed
chore(repo): upgrade nx
1 parent e42b727 commit 4644d4c

File tree

3 files changed

+871
-541
lines changed

3 files changed

+871
-541
lines changed

migrations.json

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
{
22
"migrations": [
33
{
4-
"version": "20.5.0-beta.2",
5-
"description": "Install jiti as a devDependency to allow vite to parse TS postcss files.",
6-
"implementation": "./src/migrations/update-20-5-0/install-jiti",
7-
"package": "@nx/vite",
8-
"name": "update-20-5-0-install-jiti"
4+
"cli": "nx",
5+
"version": "20.8.0-beta.0",
6+
"requires": { "cypress": ">=14.0.0" },
7+
"description": "Replaces the `experimentalSkipDomainInjection` configuration option with the new `injectDocumentDomain` configuration option.",
8+
"implementation": "./src/migrations/update-20-8-0/set-inject-document-domain",
9+
"package": "@nx/cypress",
10+
"name": "set-inject-document-domain"
911
},
1012
{
11-
"version": "20.5.0-beta.3",
12-
"description": "Update resolve.conditions to include defaults that are no longer provided by Vite.",
13-
"implementation": "./src/migrations/update-20-5-0/update-resolve-conditions",
14-
"package": "@nx/vite",
15-
"name": "update-20-5-0-update-resolve-conditions"
13+
"cli": "nx",
14+
"version": "20.8.0-beta.0",
15+
"requires": { "cypress": ">=14.0.0" },
16+
"description": "Removes the `experimentalFetchPolyfill` configuration option.",
17+
"implementation": "./src/migrations/update-20-8-0/remove-experimental-fetch-polyfill",
18+
"package": "@nx/cypress",
19+
"name": "remove-experimental-fetch-polyfill"
1620
},
1721
{
18-
"version": "20.5.0-beta.3",
19-
"description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.",
20-
"implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files",
21-
"package": "@nx/vite",
22-
"name": "eslint-ignore-vite-temp-files"
22+
"cli": "nx",
23+
"version": "20.8.0-beta.0",
24+
"requires": { "cypress": ">=14.0.0" },
25+
"description": "Replaces the `experimentalJustInTimeCompile` configuration option with the new `justInTimeCompile` configuration option.",
26+
"implementation": "./src/migrations/update-20-8-0/replace-experimental-just-in-time-compile",
27+
"package": "@nx/cypress",
28+
"name": "replace-experimental-just-in-time-compile"
2329
},
2430
{
2531
"cli": "nx",
26-
"version": "20.5.0-beta.5",
27-
"requires": { "@angular/core": ">=19.2.0" },
28-
"description": "Update the @angular/cli package version to ~19.2.0.",
29-
"factory": "./src/migrations/update-20-5-0/update-angular-cli",
30-
"package": "@nx/angular",
31-
"name": "update-angular-cli-version-19-2-0"
32+
"version": "20.8.0-beta.0",
33+
"requires": { "cypress": ">=14.0.0" },
34+
"description": "Updates the module specifier for the Component Testing `mount` function.",
35+
"implementation": "./src/migrations/update-20-8-0/update-component-testing-mount-imports",
36+
"package": "@nx/cypress",
37+
"name": "update-component-testing-mount-imports"
3238
}
3339
]
3440
}

0 commit comments

Comments
 (0)