@uuv/cypress 2.67.0 → 2.69.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 +30 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ # [2.69.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.68.0...runner-cypress-v2.69.0) (2025-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.3 ([d84d345](https://github.com/e2e-test-quest/uuv/commit/d84d3457f5a98a9f7cb47edda56df63c85da5a4b))
7
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.1 ([66d6d6a](https://github.com/e2e-test-quest/uuv/commit/66d6d6ad1717872a6ca8ac017a7792a6f05eb012))
8
+
9
+
10
+ ### Features
11
+
12
+ * **runner-cypress:** update dependency cypress to v14.5.4 ([ae2c1f1](https://github.com/e2e-test-quest/uuv/commit/ae2c1f197e622477041960831e31eeb6ca7405cc))
13
+ * **runner-cypress:** update dependency cypress-axe to v1.7.0 ([7f4f028](https://github.com/e2e-test-quest/uuv/commit/7f4f02822c5c20fc9435022963c1fa563b9d83c4))
14
+
15
+ # [2.68.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.67.0...runner-cypress-v2.68.0) (2025-09-21)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **assistant:** update dependency antd to v5.27.4 ([f0601cb](https://github.com/e2e-test-quest/uuv/commit/f0601cb3b7db519ce26bf12a7fee78885086a2f0))
21
+ * **deps:** update dependency @mdx-js/react to v3.1.1 ([7931ada](https://github.com/e2e-test-quest/uuv/commit/7931ada1c1e9f46fefbffbad354b41a683a13105))
22
+ * **deps:** update docusaurus monorepo to v3.8.1 ([e2444da](https://github.com/e2e-test-quest/uuv/commit/e2444da952ce605cf5e2c40f6c077e8dbf09968c))
23
+
24
+
25
+ ### Features
26
+
27
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v22.2.0 ([3f9ca1a](https://github.com/e2e-test-quest/uuv/commit/3f9ca1a40ed29fa193c4a9ea0f5c598877b0d19f))
28
+ * **runner-cypress:** update dependency @testing-library/cypress to v10.1.0 ([5481262](https://github.com/e2e-test-quest/uuv/commit/5481262ba4c8e07f825126ddcf4449dcc1c59146))
29
+ * **runner-playwright:** update dependency axe-playwright to v2.2.2 ([19ddd70](https://github.com/e2e-test-quest/uuv/commit/19ddd70762121ce635f1a7eba3a937b9bc726e0b))
30
+
1
31
  # [2.67.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.66.0...runner-cypress-v2.67.0) (2025-08-29)
2
32
 
3
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.67.0",
3
+ "version": "2.69.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",
@@ -44,21 +44,21 @@
44
44
  "lint": "eslint -c .eslintrc.js"
45
45
  },
46
46
  "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "22.0.1",
47
+ "@badeball/cypress-cucumber-preprocessor": "22.2.0",
48
48
  "@cypress/webpack-preprocessor": "6.0.4",
49
- "@testing-library/cypress": "10.0.3",
50
- "@uuv/a11y": "1.0.0-beta.79",
51
- "@uuv/runner-commons": "2.61.0",
49
+ "@testing-library/cypress": "10.1.0",
50
+ "@uuv/a11y": "1.0.0-beta.81",
51
+ "@uuv/runner-commons": "2.63.0",
52
52
  "axe-core": "4.10.3",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "14.4.0",
55
- "cypress-axe": "1.6.0",
54
+ "cypress": "14.5.4",
55
+ "cypress-axe": "1.7.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "dom-accessibility-api": "^0.7.0",
58
58
  "is-admin": "4.0.0",
59
59
  "junit-report-merger": "^7.0.0",
60
60
  "lodash": "^4.17.21",
61
- "multiple-cucumber-html-reporter": "3.9.0",
61
+ "multiple-cucumber-html-reporter": "3.9.3",
62
62
  "path-browserify": "^1.0.1",
63
63
  "ts-node": "10.9.2",
64
64
  "typescript": "5.8.3",
@@ -105,8 +105,8 @@
105
105
  "@types/node": "22.18.0",
106
106
  "chalk": "^4.1.2",
107
107
  "cross-env": "7.0.3",
108
- "eslint-plugin-cypress": "4.1.0",
109
- "ts-loader": "9.5.2",
108
+ "eslint-plugin-cypress": "4.3.0",
109
+ "ts-loader": "9.5.4",
110
110
  "tsconfig-paths": "4.2.0"
111
111
  },
112
112
  "funding": {