@uuv/cypress 2.75.0 → 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 +10 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
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.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)
2
11
 
3
12
 
4
13
  ### 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.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,8 +47,8 @@
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",
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
54
  "cypress": "15.8.1",
@@ -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",