|
1 | 1 | {
|
2 | 2 | "migrations": [
|
3 | 3 | {
|
4 |
| - "version": "16.4.1-beta.0", |
5 |
| - "description": "Changes the testFile config in the vite:test exectutor from a string to an array of strings", |
6 | 4 | "cli": "nx",
|
7 |
| - "implementation": "./src/migrations/update-16-4-1-update-test-file-config/update-16-4-1-test-file-config", |
8 |
| - "package": "@nx/vite", |
9 |
| - "name": "update-16-4-1-test-file-config" |
| 5 | + "version": "16.8.0-beta.3", |
| 6 | + "description": "Escape $ in env variables", |
| 7 | + "implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", |
| 8 | + "package": "nx", |
| 9 | + "name": "16.8.0-escape-dollar-sign-env" |
10 | 10 | },
|
11 | 11 | {
|
12 | 12 | "cli": "nx",
|
13 |
| - "version": "16.5.0-beta.0", |
14 |
| - "description": "Move .storybook/tsconfig.json to tsconfig.storybook.json for non-Angular projects.", |
15 |
| - "factory": "./src/migrations/update-16-5-0/move-storybook-tsconfig", |
16 |
| - "package": "@nx/storybook", |
17 |
| - "name": "update-16-5-0" |
| 13 | + "version": "16.8.2-beta.0", |
| 14 | + "description": "Remove invalid options (strict, noInterop) for ES6 type modules.", |
| 15 | + "factory": "./src/migrations/update-16-8-2/update-swcrc", |
| 16 | + "package": "@nx/js", |
| 17 | + "name": "16-8-2-update-swcrc" |
| 18 | + }, |
| 19 | + { |
| 20 | + "version": "16.8.0", |
| 21 | + "description": "update-16-8-0-add-ignored-files", |
| 22 | + "implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files", |
| 23 | + "package": "@nx/linter", |
| 24 | + "name": "update-16-8-0-add-ignored-files" |
| 25 | + }, |
| 26 | + { |
| 27 | + "cli": "nx", |
| 28 | + "version": "16.8.0-beta.4", |
| 29 | + "description": "Update to Cypress v13. Most noteable change is video recording is off by default. This migration will only update if the workspace is already on Cypress v12. https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-130", |
| 30 | + "implementation": "./src/migrations/update-16-8-0/cypress-13", |
| 31 | + "package": "@nx/cypress", |
| 32 | + "name": "update-16-8-0-cypress-13" |
18 | 33 | }
|
19 | 34 | ]
|
20 | 35 | }
|
0 commit comments