@uuv/cypress 2.74.1 → 2.76.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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [2.76.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.75.0...runner-cypress-v2.76.0) (2026-01-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.25.2 [security] ([77e3511](https://github.com/e2e-test-quest/uuv/commit/77e3511ecbf906c72dedc798fa5883109095d0e4))
7
+ * **runner-playwright:** update dependency typescript to v5.9.3 ([3b0f131](https://github.com/e2e-test-quest/uuv/commit/3b0f1314104546c382bfabb38d3bc6a72c9b2e9e))
8
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([d1dd93b](https://github.com/e2e-test-quest/uuv/commit/d1dd93b3426c7e9baee15c4ad88dc294ea23c9c7))
9
+
10
+ # [2.75.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.74.1...runner-cypress-v2.75.0) (2026-01-01)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
16
+
17
+
18
+ ### Features
19
+
20
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
21
+
1
22
  ## [2.74.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.74.0...runner-cypress-v2.74.1) (2025-12-07)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.74.1",
3
+ "version": "2.76.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.88",
51
- "@uuv/runner-commons": "2.68.1",
50
+ "@uuv/a11y": "1.0.0-beta.90",
51
+ "@uuv/runner-commons": "2.70.0",
52
52
  "axe-core": "4.11.0",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "15.7.0",
54
+ "cypress": "15.8.1",
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",