@uuv/cypress 2.84.0 → 2.86.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 +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # [2.86.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.85.0...runner-cypress-v2.86.0) (2026-04-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency axe-core to v4.11.2 ([6be5e42](https://github.com/e2e-test-quest/uuv/commit/6be5e428c862d08e218d60cff9785c0d77962c57))
7
+
8
+
9
+ ### Features
10
+
11
+ * **assistant:** update dependency playwright-chromium to v1.59.1 ([d430c96](https://github.com/e2e-test-quest/uuv/commit/d430c96e7445eb262ca27900c0b778058c8b08f7))
12
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.29.0 ([e311320](https://github.com/e2e-test-quest/uuv/commit/e3113201ae81eb7bc488e9af0224416186417ec1))
13
+ * **deps:** update docusaurus monorepo to v3.9.2 ([cba0174](https://github.com/e2e-test-quest/uuv/commit/cba0174f196682e1bd7642c2ce91c895f5300ca8))
14
+
15
+ # [2.85.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.84.0...runner-cypress-v2.85.0) (2026-03-29)
16
+
17
+
18
+ ### Features
19
+
20
+ * **deps:** update dependency @cucumber/gherkin to v39 ([23d4002](https://github.com/e2e-test-quest/uuv/commit/23d400287d3a414774b45c8768d7c410e2d351fa))
21
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.28.0 ([c605a3f](https://github.com/e2e-test-quest/uuv/commit/c605a3fb01b8668902a3bc5f0c5aa5b04438bf03))
22
+ * **deps:** update dependency zod to v4.3.6 ([26921b8](https://github.com/e2e-test-quest/uuv/commit/26921b82290e881e72f4c18a1f487683ccee66c7))
23
+ * **runner-cypress:** update dependency cypress to v15.13.0 ([2765ead](https://github.com/e2e-test-quest/uuv/commit/2765ead56b7e013ca5d0a0f5efbe4ee7bd794c28))
24
+
1
25
  # [2.84.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.83.0...runner-cypress-v2.84.0) (2026-03-22)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.84.0",
3
+ "version": "2.86.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": "24.0.1",
48
48
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
49
49
  "@testing-library/cypress": "10.1.0",
50
- "@uuv/a11y": "1.0.0-beta.99",
51
- "@uuv/runner-commons": "2.78.0",
52
- "axe-core": "4.11.1",
50
+ "@uuv/a11y": "1.0.0-beta.101",
51
+ "@uuv/runner-commons": "2.80.0",
52
+ "axe-core": "4.11.2",
53
53
  "chai-subset": "^1.6.0",
54
- "cypress": "15.12.0",
54
+ "cypress": "15.13.0",
55
55
  "cypress-on-fix": "^1.1.0",
56
56
  "cypress-real-events": "^1.10.0",
57
57
  "dom-accessibility-api": "^0.7.0",