|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
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" |
9 | 11 | },
|
10 | 12 | {
|
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" |
16 | 20 | },
|
17 | 21 | {
|
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" |
23 | 29 | },
|
24 | 30 | {
|
25 | 31 | "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" |
32 | 38 | }
|
33 | 39 | ]
|
34 | 40 | }
|
0 commit comments