@nrwl/cypress 14.6.0-beta.4 → 14.6.0-beta.5
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,14 @@
|
|
|
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
|
-
# [14.6.0-beta.
|
|
6
|
+
# [14.6.0-beta.5](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-beta.5) (2022-08-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nrwl/cypress
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [14.5.7](https://github.com/nrwl/nx/compare/14.5.6...14.5.7) (2022-08-17)
|
|
7
15
|
|
|
8
16
|
**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": "14.6.0-beta.
|
|
3
|
+
"version": "14.6.0-beta.5",
|
|
4
4
|
"description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@babel/core": "^7.0.1",
|
|
37
37
|
"@babel/preset-env": "^7.0.0",
|
|
38
38
|
"@cypress/webpack-preprocessor": "^5.12.0",
|
|
39
|
-
"@nrwl/devkit": "14.6.0-beta.
|
|
40
|
-
"@nrwl/linter": "14.6.0-beta.
|
|
41
|
-
"@nrwl/workspace": "14.6.0-beta.
|
|
39
|
+
"@nrwl/devkit": "14.6.0-beta.5",
|
|
40
|
+
"@nrwl/linter": "14.6.0-beta.5",
|
|
41
|
+
"@nrwl/workspace": "14.6.0-beta.5",
|
|
42
42
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
43
43
|
"babel-loader": "^8.0.2",
|
|
44
44
|
"chalk": "4.1.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"optional": true
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "15d83258fe3b9e0c4143d937868f77f040e30bb0"
|
|
65
65
|
}
|
|
@@ -60,7 +60,7 @@ function addProject(tree, options) {
|
|
|
60
60
|
const project = (0, devkit_1.readProjectConfiguration)(tree, options.project);
|
|
61
61
|
if (!project.targets) {
|
|
62
62
|
devkit_1.logger.warn((0, devkit_1.stripIndents) `
|
|
63
|
-
NOTE: Project, "${options.project}", does not have any targets defined and a baseUrl was not provided. Nx will use
|
|
63
|
+
NOTE: Project, "${options.project}", does not have any targets defined and a baseUrl was not provided. Nx will use
|
|
64
64
|
"${options.project}:serve" as the devServerTarget. But you may need to define this target within the project, "${options.project}".
|
|
65
65
|
`);
|
|
66
66
|
}
|