@uuv/cypress 2.11.0 → 2.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ # [2.12.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.11.1...runner-cypress-v2.12.0) (2024-03-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix husky migration to v9, [#530](https://github.com/Orange-OpenSource/uuv/issues/530) ([dbce11e](https://github.com/Orange-OpenSource/uuv/commit/dbce11e2c8edb8e759538eb9731fbe0ecfb06552))
7
+
8
+
9
+ ### Features
10
+
11
+ * **flutter-finder-usercentric:** initialize flutter usercentric finder, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([cedcc3a](https://github.com/Orange-OpenSource/uuv/commit/cedcc3a8803b07a21a9fa3ca18c86d7359743ebc))
12
+ * **runner-flutter:** initialize uuv_flutter e2e cucumber library, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([bace2f6](https://github.com/Orange-OpenSource/uuv/commit/bace2f6a6e12b48d99fb69b84e7ce930b0292d4a))
13
+
14
+ ## [2.11.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.11.0...runner-cypress-v2.11.1) (2024-03-04)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **assistant:** update dependency @ant-design/icons to v5.3.1 ([a428304](https://github.com/Orange-OpenSource/uuv/commit/a428304f37759003424e79d93dc1d5582ef34626))
20
+ * **assistant:** update dependency antd to v5.15.0 ([cb516bc](https://github.com/Orange-OpenSource/uuv/commit/cb516bcd7bb6993c6d7de8ec3f24c7d0ce4dd8b7))
21
+ * fix semantic release ([aef0c23](https://github.com/Orange-OpenSource/uuv/commit/aef0c234009fa8eb6e6a1b63c158af7c407f318a))
22
+ * **runner-playwright:** update playwright monorepo to v1.42.1 ([d0e78f6](https://github.com/Orange-OpenSource/uuv/commit/d0e78f6c73be178e7c00bf4e88d57aef3b537a70))
23
+
1
24
  ## [2.11.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.10.0...runner-cypress-v2.11.0) (2024-02-26)
2
25
 
3
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.11.0",
3
+ "version": "2.12.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",
@@ -45,8 +45,8 @@
45
45
  "@badeball/cypress-cucumber-preprocessor": "16.0.3",
46
46
  "@cypress/webpack-preprocessor": "5.17.1",
47
47
  "@testing-library/cypress": "9.0.0",
48
- "@uuv/a11y": "1.0.0-beta.15",
49
- "@uuv/runner-commons": "2.7.1",
48
+ "@uuv/a11y": "1.0.0-beta.17",
49
+ "@uuv/runner-commons": "2.8.0",
50
50
  "axe-core": "4.8.4",
51
51
  "chai-subset": "^1.6.0",
52
52
  "chalk": "4.1.2",