@uuv/cypress 2.75.0 → 2.77.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 +26 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,4 +1,29 @@
1
- # [2.75.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.74.1...runner-cypress-v2.75.0) (2025-12-22)
1
+ # [2.77.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.76.0...runner-cypress-v2.77.0) (2026-01-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency dom-accessibility-api to v0.7.1 ([1e76c40](https://github.com/e2e-test-quest/uuv/commit/1e76c40a6d021a60c42b8a30e80281cb14a816f7))
7
+ * **runner-playwright:** update dependency axe-core to v4.11.1 ([8404435](https://github.com/e2e-test-quest/uuv/commit/8404435e018c6068a7a649a19d2f77b57d8f8260))
8
+
9
+
10
+ ### Features
11
+
12
+ * **assistant:** update dependency playwright-chromium to v1.58.0 ([963f73f](https://github.com/e2e-test-quest/uuv/commit/963f73fcff199a46201ce676c9dde278973c4953))
13
+ * **assistant:** update dependency tabbable to v6.4.0 ([0db9a9e](https://github.com/e2e-test-quest/uuv/commit/0db9a9e75a28bcbe4851f666934fdc90b06eaf68))
14
+ * **runner-cypress:** update dependency cypress to v15.9.0 ([16e7102](https://github.com/e2e-test-quest/uuv/commit/16e7102542e9a1a958c3d30971c9314bb6c3f0e2))
15
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([715510a](https://github.com/e2e-test-quest/uuv/commit/715510ac995b295670568b8e8e492b7c6b8937e0))
16
+
17
+ # [2.76.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.75.0...runner-cypress-v2.76.0) (2026-01-18)
18
+
19
+
20
+ ### Features
21
+
22
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.25.2 [security] ([77e3511](https://github.com/e2e-test-quest/uuv/commit/77e3511ecbf906c72dedc798fa5883109095d0e4))
23
+ * **runner-playwright:** update dependency typescript to v5.9.3 ([3b0f131](https://github.com/e2e-test-quest/uuv/commit/3b0f1314104546c382bfabb38d3bc6a72c9b2e9e))
24
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([d1dd93b](https://github.com/e2e-test-quest/uuv/commit/d1dd93b3426c7e9baee15c4ad88dc294ea23c9c7))
25
+
26
+ # [2.75.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.74.1...runner-cypress-v2.75.0) (2026-01-01)
2
27
 
3
28
 
4
29
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.75.0",
3
+ "version": "2.77.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,11 +47,11 @@
47
47
  "@badeball/cypress-cucumber-preprocessor": "23.2.1",
48
48
  "@cypress/webpack-preprocessor": "7.0.2",
49
49
  "@testing-library/cypress": "10.1.0",
50
- "@uuv/a11y": "1.0.0-beta.89",
51
- "@uuv/runner-commons": "2.69.0",
52
- "axe-core": "4.11.0",
50
+ "@uuv/a11y": "1.0.0-beta.91",
51
+ "@uuv/runner-commons": "2.71.0",
52
+ "axe-core": "4.11.1",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "15.8.1",
54
+ "cypress": "15.9.0",
55
55
  "cypress-axe": "1.7.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "dom-accessibility-api": "^0.7.0",
@@ -61,8 +61,8 @@
61
61
  "multiple-cucumber-html-reporter": "3.9.3",
62
62
  "path-browserify": "^1.0.1",
63
63
  "ts-node": "10.9.2",
64
- "typescript": "5.8.3",
65
- "webpack": "5.99.6"
64
+ "typescript": "5.9.3",
65
+ "webpack": "5.104.1"
66
66
  },
67
67
  "types": "./dist/index.d.ts",
68
68
  "main": "./dist/index.js",