Skip to content

Commit a637f9e

Browse files
authored
chore(repo): remove v16 migrations (#28220)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 3b278e6 commit a637f9e

File tree

160 files changed

+23
-11897
lines changed

Some content is hidden

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

160 files changed

+23
-11897
lines changed

packages/angular/migrations.json

-981
Large diffs are not rendered by default.

packages/cypress/migrations.json

-57
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
{
22
"generators": {
3-
"update-16-0-0-add-nx-packages": {
4-
"cli": "nx",
5-
"version": "16.0.0-beta.1",
6-
"description": "Replace @nrwl/cypress with @nx/cypress",
7-
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
8-
},
9-
"update-16-2-0-normalize-tsconfigs": {
10-
"cli": "nx",
11-
"version": "16.2.0-beta.0",
12-
"description": "Normalize tsconfig.cy.json files to be located at '<projectRoot>/cypress/tsconfig.json'",
13-
"implementation": "./src/migrations/update-16-2-0/update-cy-tsconfig"
14-
},
15-
"update-16-3-0-remove-old-tsconfigs": {
16-
"cli": "nx",
17-
"version": "16.4.0-beta.10",
18-
"description": "Remove tsconfig.e2e.json and add settings to project tsconfig.json. tsConfigs executor option is now deprecated. The project level tsconfig.json file should be used instead.",
19-
"implementation": "./src/migrations/update-16-4-0/tsconfig-sourcemaps"
20-
},
21-
"update-16-8-0-cypress-13": {
22-
"cli": "nx",
23-
"version": "16.8.0-beta.4",
24-
"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",
25-
"implementation": "./src/migrations/update-16-8-0/cypress-13"
26-
},
273
"update-cypress-version-13-6-6": {
284
"cli": "nx",
295
"version": "18.1.0-beta.3",
@@ -38,39 +14,6 @@
3814
}
3915
},
4016
"packageJsonUpdates": {
41-
"16.1.0": {
42-
"version": "16.1.0-beta.0",
43-
"requires": {
44-
"cypress": ">=12.0.0 <12.11.0"
45-
},
46-
"packages": {
47-
"cypress": {
48-
"version": "^12.11.0",
49-
"alwaysAddToPackageJson": false
50-
}
51-
}
52-
},
53-
"16.5.0": {
54-
"version": "16.5.0-beta.0",
55-
"requires": {
56-
"cypress": ">=12.0.0 <12.16.0"
57-
},
58-
"packages": {
59-
"cypress": {
60-
"version": "^12.16.0",
61-
"alwaysAddToPackageJson": false
62-
}
63-
}
64-
},
65-
"16.7.0": {
66-
"version": "16.7.0-beta.3",
67-
"packages": {
68-
"eslint-plugin-cypress": {
69-
"version": "^2.13.4",
70-
"alwaysAddToPackageJson": false
71-
}
72-
}
73-
},
7417
"17.2.0-beta.2": {
7518
"version": "17.2.0-beta.2",
7619
"packages": {

packages/cypress/src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages.spec.ts

-37
This file was deleted.

packages/cypress/src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages.ts

-8
This file was deleted.

packages/cypress/src/migrations/update-16-2-0/update-cy-tsconfig.spec.ts

-250
This file was deleted.

0 commit comments

Comments
 (0)