Skip to content

Commit

Permalink
chore(testing): point migrations to 19.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Aug 2, 2024
1 parent fd295a3 commit ecbd181
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/cypress/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"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-5-5-update-ci-webserver-for-vite": {
"update-19-6-0-update-ci-webserver-for-vite": {
"cli": "nx",
"version": "19.5.5-beta.0",
"version": "19.6.0-beta.0",
"description": "Update ciWebServerCommand to use previewTargetName if Vite is detected for the application.",
"implementation": "./src/migrations/update-19-5-5/update-ci-webserver-for-vite"
"implementation": "./src/migrations/update-19-6-0/update-ci-webserver-for-vite"
}
},
"packageJsonUpdates": {
Expand Down
6 changes: 3 additions & 3 deletions packages/playwright/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.",
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json"
},
"19-5-5-use-serve-static-preview-for-command": {
"19-6-0-use-serve-static-preview-for-command": {
"cli": "nx",
"version": "19.5.5-beta.0",
"version": "19.6.0-beta.0",
"description": "Use serve-static or preview for webServerCommand.",
"implementation": "./src/migrations/update-19-5-5/use-serve-static-preview-for-command"
"implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command"
}
}
}
6 changes: 3 additions & 3 deletions packages/vite/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"description": "Move the vitest coverage thresholds in their own object if exists and add reporters.",
"implementation": "./src/migrations/update-17-3-0/vitest-coverage-and-reporters"
},
"update-19-5-5-add-depends-on-for-preview-server": {
"version": "19.5.5-beta.0",
"update-19-6-0-add-depends-on-for-preview-server": {
"version": "19.6.0-beta.0",
"description": "Add dependsOn: [build] to preview targets using preview-server",
"implementation": "./src/migrations/update-19-5-5/add-depends-on-for-preview"
"implementation": "./src/migrations/update-19-6-0/add-depends-on-for-preview"
}
},
"packageJsonUpdates": {
Expand Down

0 comments on commit ecbd181

Please sign in to comment.