@uuv/cypress 2.91.0 → 2.91.1
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.
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [2.91.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.91.0...runner-cypress-v2.91.1) (2026-05-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @ai-sdk/anthropic to v3.0.79 ([ef5f4d7](https://github.com/e2e-test-quest/uuv/commit/ef5f4d7b7dcd45b9efe3a250740d5597717838a2))
|
|
7
|
+
* **deps:** update dependency @ai-sdk/google to v3.0.79 ([5bd8e02](https://github.com/e2e-test-quest/uuv/commit/5bd8e027ff9129ba53641eb2172bd2ee15b46159))
|
|
8
|
+
* **deps:** update dependency @ai-sdk/mcp to v1.0.43 ([fb5e8e3](https://github.com/e2e-test-quest/uuv/commit/fb5e8e381fc7e096199edba397267c9902bda0cf))
|
|
9
|
+
* **deps:** update dependency @ai-sdk/openai to v3.0.65 ([831dcf3](https://github.com/e2e-test-quest/uuv/commit/831dcf3c6c3b778ac96ded94d7078974cf8f47b7))
|
|
10
|
+
* **runner-playwright:** update dependency cucumber-json-report-formatter to v0.1.5 ([2a61e93](https://github.com/e2e-test-quest/uuv/commit/2a61e9387205d6fb1018cd76f6800080bed02194))
|
|
11
|
+
|
|
1
12
|
# [2.91.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.90.1...runner-cypress-v2.91.0) (2026-05-17)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "2.91.
|
|
3
|
+
"version": "2.91.1",
|
|
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": "24.0.1",
|
|
48
48
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
|
|
49
49
|
"@testing-library/cypress": "10.1.3",
|
|
50
|
-
"@uuv/a11y": "1.0.0-beta.
|
|
51
|
-
"@uuv/runner-commons": "2.85.
|
|
50
|
+
"@uuv/a11y": "1.0.0-beta.108",
|
|
51
|
+
"@uuv/runner-commons": "2.85.1",
|
|
52
52
|
"axe-core": "4.11.4",
|
|
53
53
|
"chai-subset": "^1.6.0",
|
|
54
54
|
"cypress": "15.15.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"chalk": "^4.1.2",
|
|
107
107
|
"cross-env": "7.0.3",
|
|
108
108
|
"eslint-plugin-cypress": "4.3.0",
|
|
109
|
-
"ts-loader": "9.5.
|
|
109
|
+
"ts-loader": "9.5.7",
|
|
110
110
|
"tsconfig-paths": "4.2.0"
|
|
111
111
|
},
|
|
112
112
|
"funding": {
|