@uuv/cypress 2.8.3 → 2.9.1

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [2.9.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.9.0...runner-cypress-v2.9.1) (2024-02-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency antd to v5.14.2 ([1335df6](https://github.com/Orange-OpenSource/uuv/commit/1335df676dd4641a4bda7b7f36d29d8216de0da4))
7
+ * **runner-cypress:** update dependency cypress-real-events to v1.12.0 ([55794fd](https://github.com/Orange-OpenSource/uuv/commit/55794fd04362ad2ece397d108ba400c50b152d59))
8
+
9
+ ## [2.9.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.8.3...runner-cypress-v2.9.0) (2024-02-23)
10
+
11
+
12
+ ### Features
13
+
14
+ * **a11y:** add rgaa topic 6, [#457](https://github.com/Orange-OpenSource/uuv/issues/457) ([ae59c46](https://github.com/Orange-OpenSource/uuv/commit/ae59c46a8973ba4ad24d2d7479362c3f9a5b0b0b))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **a11y:** fix topic 5 typo in warning message, [#451](https://github.com/Orange-OpenSource/uuv/issues/451) ([ac503f0](https://github.com/Orange-OpenSource/uuv/commit/ac503f0641574c05222967eff0babc95bbc3f5fc))
20
+ * **assistant:** update dependency @ant-design/icons to v5.3.0 ([b4b2782](https://github.com/Orange-OpenSource/uuv/commit/b4b2782cfa93290a2e3cece937c02c1b00aec938))
21
+
1
22
  ## [2.8.3](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.8.2...runner-cypress-v2.8.3) (2024-02-21)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.8.3",
3
+ "version": "2.9.1",
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.11",
49
- "@uuv/runner-commons": "2.6.3",
48
+ "@uuv/a11y": "1.0.0-beta.13",
49
+ "@uuv/runner-commons": "2.6.5",
50
50
  "axe-core": "4.8.4",
51
51
  "chai-subset": "^1.6.0",
52
52
  "chalk": "4.1.2",