@uuv/cypress 1.16.0 → 2.0.0
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 +14 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
|
-
# [
|
|
1
|
+
# [2.0.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.15.0...runner-cypress-v2.0.0) (2023-12-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* **deps:** update dependency
|
|
8
|
-
* **deps:** update dependency ts-node to v10.9.2 ([0cac560](https://github.com/Orange-OpenSource/uuv/commit/0cac560a0233815c2c07c7e2cd1e43ff7b197052))
|
|
6
|
+
* **deps:** update dependency primereact to v9.6.4 ([ed3e76c](https://github.com/Orange-OpenSource/uuv/commit/ed3e76c6da6af1d9c17f98e0802ffbb1a46124a4))
|
|
7
|
+
* **deps:** update dependency ts-node to v10.9.2 ([b5c5ebb](https://github.com/Orange-OpenSource/uuv/commit/b5c5ebbc1eb9556d66c9494d45b089018580ba70))
|
|
9
8
|
* **deps:** update dependency tslib to v2.6.2 ([f43d897](https://github.com/Orange-OpenSource/uuv/commit/f43d8972746b85a386320ad67b80d9c7aa7bc313))
|
|
10
9
|
|
|
11
10
|
|
|
11
|
+
* feat!: allow only correct indefinite article from role based sentence, #361 ([bf323dd](https://github.com/Orange-OpenSource/uuv/commit/bf323dd891d5640368851056185159d1860a90e5)), closes [#361](https://github.com/Orange-OpenSource/uuv/issues/361)
|
|
12
|
+
* fix!: correct abusive capitalization for within, #254 ([b3037e8](https://github.com/Orange-OpenSource/uuv/commit/b3037e8c809629b8d68b656290270fabb3641072)), closes [#254](https://github.com/Orange-OpenSource/uuv/issues/254)
|
|
13
|
+
|
|
14
|
+
|
|
12
15
|
### Features
|
|
13
16
|
|
|
14
|
-
*
|
|
15
|
-
|
|
17
|
+
* fix pr review, [#361](https://github.com/Orange-OpenSource/uuv/issues/361) ([3aaf14a](https://github.com/Orange-OpenSource/uuv/commit/3aaf14a60e1d0035cf2460c0af6e4fc1527e3dee))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### BREAKING CHANGES
|
|
21
|
+
|
|
22
|
+
* #361 see doc https://orange-opensource.github.io/uuv/docs/migration/v1-to-v2#correct-abusive-capitalization
|
|
23
|
+
* #254 see doc https://orange-opensource.github.io/uuv/docs/migration/v1-to-v2#correct-abusive-capitalization
|
|
16
24
|
|
|
17
25
|
# [1.15.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.14.3...runner-cypress-v1.15.0) (2023-12-03)
|
|
18
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
|
|
47
47
|
"@cypress/webpack-preprocessor": "5.17.1",
|
|
48
48
|
"@testing-library/cypress": "9.0.0",
|
|
49
|
-
"@uuv/runner-commons": "
|
|
49
|
+
"@uuv/runner-commons": "2.0.0",
|
|
50
50
|
"axe-core": "4.8.2",
|
|
51
51
|
"chalk": "4.1.2",
|
|
52
52
|
"cucumber-json-report-formatter": "0.1.4",
|