Skip to content

Commit

Permalink
feat(testing): update cypress to support angular 16 (#16611)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Apr 28, 2023
1 parent 828f77a commit 38be288
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion packages/cypress/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,18 @@
"implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages"
}
},
"packageJsonUpdates": {}
"packageJsonUpdates": {
"16.1.0": {
"version": "16.1.0-beta.0",
"requires": {
"cypress": ">=12.0.0 <12.11.0"
},
"packages": {
"cypress": {
"version": "^12.11.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/cypress/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const nxVersion = require('../../package.json').version;
export const eslintPluginCypressVersion = '^2.10.3';
export const typesNodeVersion = '16.11.7';
export const cypressViteDevServerVersion = '^2.2.1';
export const cypressVersion = '^12.2.0';
export const cypressVersion = '^12.11.0';
export const cypressWebpackVersion = '^2.0.0';
export const webpackHttpPluginVersion = '^5.5.0';
export const viteVersion = '^4.0.1';
Expand Down

1 comment on commit 38be288

@vercel
Copy link

@vercel vercel bot commented on 38be288 Apr 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.