@uuv/cypress 2.49.0 → 2.51.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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.51.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.50.0...runner-cypress-v2.51.0) (2025-02-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
7
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
8
+
9
+
10
+ ### Features
11
+
12
+ * **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
13
+
14
+ # [2.50.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.49.0...runner-cypress-v2.50.0) (2025-02-11)
15
+
16
+
17
+ ### Features
18
+
19
+ * **assistant:** update dependency antd to v5.24.0 ([420fa88](https://github.com/e2e-test-quest/uuv/commit/420fa88c4d73b95f5b8be677a801200b033e22e1))
20
+ * **deps:** update dependency @cucumber/gherkin to v31 ([f661a82](https://github.com/e2e-test-quest/uuv/commit/f661a825045b94d3cb7f578266a9872cdd84f02a))
21
+ * **runner-playwright:** update dependency axe-playwright to v2.1.0 ([dfb261a](https://github.com/e2e-test-quest/uuv/commit/dfb261acae0584f696e26c2ce0b10e06e9064e72))
22
+
1
23
  # [2.49.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.48.0...runner-cypress-v2.49.0) (2025-02-02)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.49.0",
3
+ "version": "2.51.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",
@@ -47,8 +47,8 @@
47
47
  "@badeball/cypress-cucumber-preprocessor": "20.1.2",
48
48
  "@cypress/webpack-preprocessor": "6.0.2",
49
49
  "@testing-library/cypress": "10.0.3",
50
- "@uuv/a11y": "1.0.0-beta.61",
51
- "@uuv/runner-commons": "2.43.0",
50
+ "@uuv/a11y": "1.0.0-beta.63",
51
+ "@uuv/runner-commons": "2.45.0",
52
52
  "axe-core": "4.10.2",
53
53
  "chai-subset": "^1.6.0",
54
54
  "cypress": "13.17.0",
@@ -57,7 +57,7 @@
57
57
  "is-admin": "4.0.0",
58
58
  "junit-report-merger": "^7.0.0",
59
59
  "lodash": "^4.17.21",
60
- "multiple-cucumber-html-reporter": "3.9.0",
60
+ "multiple-cucumber-html-reporter": "3.9.1",
61
61
  "path-browserify": "^1.0.1",
62
62
  "ts-node": "10.9.2",
63
63
  "typescript": "5.7.3",