@uuv/runner-commons 2.61.0 → 2.63.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.
- package/CHANGELOG.md +30 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
# [2.63.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.62.0...runner-commons-v2.63.0) (2025-09-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.3 ([d84d345](https://github.com/e2e-test-quest/uuv/commit/d84d3457f5a98a9f7cb47edda56df63c85da5a4b))
|
|
7
|
+
* **runner-playwright:** update dependency playwright-bdd to v8.4.1 ([66d6d6a](https://github.com/e2e-test-quest/uuv/commit/66d6d6ad1717872a6ca8ac017a7792a6f05eb012))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **runner-cypress:** update dependency cypress to v14.5.4 ([ae2c1f1](https://github.com/e2e-test-quest/uuv/commit/ae2c1f197e622477041960831e31eeb6ca7405cc))
|
|
13
|
+
* **runner-cypress:** update dependency cypress-axe to v1.7.0 ([7f4f028](https://github.com/e2e-test-quest/uuv/commit/7f4f02822c5c20fc9435022963c1fa563b9d83c4))
|
|
14
|
+
|
|
15
|
+
# [2.62.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.61.0...runner-commons-v2.62.0) (2025-09-21)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **assistant:** update dependency antd to v5.27.4 ([f0601cb](https://github.com/e2e-test-quest/uuv/commit/f0601cb3b7db519ce26bf12a7fee78885086a2f0))
|
|
21
|
+
* **deps:** update dependency @mdx-js/react to v3.1.1 ([7931ada](https://github.com/e2e-test-quest/uuv/commit/7931ada1c1e9f46fefbffbad354b41a683a13105))
|
|
22
|
+
* **deps:** update docusaurus monorepo to v3.8.1 ([e2444da](https://github.com/e2e-test-quest/uuv/commit/e2444da952ce605cf5e2c40f6c077e8dbf09968c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v22.2.0 ([3f9ca1a](https://github.com/e2e-test-quest/uuv/commit/3f9ca1a40ed29fa193c4a9ea0f5c598877b0d19f))
|
|
28
|
+
* **runner-cypress:** update dependency @testing-library/cypress to v10.1.0 ([5481262](https://github.com/e2e-test-quest/uuv/commit/5481262ba4c8e07f825126ddcf4449dcc1c59146))
|
|
29
|
+
* **runner-playwright:** update dependency axe-playwright to v2.2.2 ([19ddd70](https://github.com/e2e-test-quest/uuv/commit/19ddd70762121ce635f1a7eba3a937b9bc726e0b))
|
|
30
|
+
|
|
1
31
|
# [2.61.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.60.0...runner-commons-v2.61.0) (2025-08-29)
|
|
2
32
|
|
|
3
33
|
|
package/package.json
CHANGED