@nrwl/cypress 15.5.2 → 15.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [15.5.
|
|
6
|
+
## [15.5.3](https://github.com/nrwl/nx/compare/15.5.2...15.5.3) (2023-01-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/cypress
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/cypress",
|
|
3
|
-
"version": "15.5.
|
|
3
|
+
"version": "15.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
|
|
6
6
|
"repository": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"migrations": "./migrations.json"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@nrwl/devkit": "15.5.
|
|
38
|
-
"@nrwl/linter": "15.5.
|
|
39
|
-
"@nrwl/workspace": "15.5.
|
|
37
|
+
"@nrwl/devkit": "15.5.3",
|
|
38
|
+
"@nrwl/linter": "15.5.3",
|
|
39
|
+
"@nrwl/workspace": "15.5.3",
|
|
40
40
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
41
41
|
"dotenv": "~10.0.0",
|
|
42
42
|
"semver": "7.3.4"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"types": "./index.d.ts",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "7285ee50fca7136f38ce159ef3ed2977b8e7816a"
|
|
57
57
|
}
|
|
@@ -29,7 +29,7 @@ function updateToCypress12(tree) {
|
|
|
29
29
|
shouldNotOverrideCommands(tree, filePath);
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
console.warn((0, devkit_1.stripIndents) `Cypress 12 has lots of breaking changes that might
|
|
32
|
+
console.warn((0, devkit_1.stripIndents) `Cypress 12 has lots of breaking changes that might subtly break your tests.
|
|
33
33
|
This migration marked known issues that need to be manually migrated,
|
|
34
34
|
but there can still be runtime based errors that were not detected.
|
|
35
35
|
Please consult the offical Cypress v12 migration guide for more info on these changes and the next steps.
|