nx/packages/cypress/migrations.json
Leosvel Pérez Espinosa 8d0c7f6349
feat(testing): remove tsConfig and copyFiles options from the @nx/cypress:cypress executor (#30870)
Removes the previously deprecated and unused `tsConfig` and `copyFiles`
options from the `@nx/cypress:cypress` executor.

BREAKING CHANGE: The previously deprecated and unused `tsConfig` and
`copyFiles` options from the `@nx/cypress:cypress` executor were
removed.
2025-04-29 11:12:47 -04:00

103 lines
3.3 KiB
JSON

{
"generators": {
"update-19-6-0-update-ci-webserver-for-vite": {
"cli": "nx",
"version": "19.6.0-beta.4",
"description": "Update ciWebServerCommand to use static serve for the application.",
"implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-static-serve"
},
"set-inject-document-domain": {
"cli": "nx",
"version": "20.8.0-beta.0",
"requires": {
"cypress": ">=14.0.0"
},
"description": "Replaces the `experimentalSkipDomainInjection` configuration option with the new `injectDocumentDomain` configuration option.",
"implementation": "./src/migrations/update-20-8-0/set-inject-document-domain"
},
"remove-experimental-fetch-polyfill": {
"cli": "nx",
"version": "20.8.0-beta.0",
"requires": {
"cypress": ">=14.0.0"
},
"description": "Removes the `experimentalFetchPolyfill` configuration option.",
"implementation": "./src/migrations/update-20-8-0/remove-experimental-fetch-polyfill"
},
"replace-experimental-just-in-time-compile": {
"cli": "nx",
"version": "20.8.0-beta.0",
"requires": {
"cypress": ">=14.0.0"
},
"description": "Replaces the `experimentalJustInTimeCompile` configuration option with the new `justInTimeCompile` configuration option.",
"implementation": "./src/migrations/update-20-8-0/replace-experimental-just-in-time-compile"
},
"update-component-testing-mount-imports": {
"cli": "nx",
"version": "20.8.0-beta.0",
"requires": {
"cypress": ">=14.0.0"
},
"description": "Updates the module specifier for the Component Testing `mount` function.",
"implementation": "./src/migrations/update-20-8-0/update-component-testing-mount-imports"
},
"remove-tsconfig-and-copy-files-options-from-cypress-executor": {
"version": "21.0.0-beta.10",
"description": "Removes the `tsConfig` and `copyFiles` options from the `@nx/cypress:cypress` executor.",
"implementation": "./src/migrations/update-21-0-0/remove-tsconfig-and-copy-files-options-from-cypress-executor"
}
},
"packageJsonUpdates": {
"19.1.0": {
"version": "19.1.0-beta.0",
"requires": {
"cypress": "^13.0.0"
},
"packages": {
"cypress": {
"version": "^13.8.0",
"alwaysAddToPackageJson": false
},
"@cypress/webpack-dev-server": {
"version": "^3.8.0",
"alwaysAddToPackageJson": false
}
}
},
"19.4.1": {
"version": "19.4.1-beta.0",
"requires": {
"cypress": "^13.0.0"
},
"packages": {
"cypress": {
"version": "^13.13.0",
"alwaysAddToPackageJson": false
}
}
},
"20.8.0": {
"version": "20.8.0-beta.0",
"x-prompt": "Do you want to update the Cypress version to v14?",
"requires": {
"cypress": ">=13.0.0 <14.0.0"
},
"packages": {
"cypress": {
"version": "^14.2.1",
"alwaysAddToPackageJson": false
},
"@cypress/vite-dev-server": {
"version": "^6.0.3",
"alwaysAddToPackageJson": false
},
"@cypress/webpack-dev-server": {
"version": "^4.0.2",
"alwaysAddToPackageJson": false
}
}
}
}
}