<!-- 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 #
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"generators": {
|
|
"update-cypress-version-13-6-6": {
|
|
"cli": "nx",
|
|
"version": "18.1.0-beta.3",
|
|
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
|
|
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"17.2.0-beta.2": {
|
|
"version": "17.2.0-beta.2",
|
|
"packages": {
|
|
"vite": {
|
|
"version": "^5.0.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"17.3.0": {
|
|
"version": "17.3.0-beta.3",
|
|
"packages": {
|
|
"@types/node": {
|
|
"version": "18.16.9",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|