@uuv/runner-commons 2.70.0 → 2.72.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 +31 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
# [2.72.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.71.0...runner-commons-v2.72.0) (2026-02-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-playwright:** update dependency chokidar to v4.0.3 ([40b93ce](https://github.com/e2e-test-quest/uuv/commit/40b93ce3170605fff5ec681ba592478a6059f679))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 [security] ([2b945ed](https://github.com/e2e-test-quest/uuv/commit/2b945ed51c308be739f45a8bfc27190ba95b0960))
|
|
12
|
+
* **runner-cypress:** update dependency cypress to v15.10.0 ([86db98f](https://github.com/e2e-test-quest/uuv/commit/86db98fcfb28f439cb5122f9b45e61fceded02a4))
|
|
13
|
+
* **runner-cypress:** update dependency junit-report-merger to v9 ([6d95cfc](https://github.com/e2e-test-quest/uuv/commit/6d95cfc0e4e2363f3c83f407fbb485fcf3e39769))
|
|
14
|
+
* **runner-playwright:** update dependency webpack to v5.105.0 ([6097081](https://github.com/e2e-test-quest/uuv/commit/609708177d910b3a0e414d096322497ff4c8cbe6))
|
|
15
|
+
|
|
16
|
+
# [2.71.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.70.0...runner-commons-v2.71.0) (2026-01-25)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **assistant:** update dependency dom-accessibility-api to v0.7.1 ([1e76c40](https://github.com/e2e-test-quest/uuv/commit/1e76c40a6d021a60c42b8a30e80281cb14a816f7))
|
|
22
|
+
* **runner-playwright:** update dependency axe-core to v4.11.1 ([8404435](https://github.com/e2e-test-quest/uuv/commit/8404435e018c6068a7a649a19d2f77b57d8f8260))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **assistant:** update dependency playwright-chromium to v1.58.0 ([963f73f](https://github.com/e2e-test-quest/uuv/commit/963f73fcff199a46201ce676c9dde278973c4953))
|
|
28
|
+
* **assistant:** update dependency tabbable to v6.4.0 ([0db9a9e](https://github.com/e2e-test-quest/uuv/commit/0db9a9e75a28bcbe4851f666934fdc90b06eaf68))
|
|
29
|
+
* **runner-cypress:** update dependency cypress to v15.9.0 ([16e7102](https://github.com/e2e-test-quest/uuv/commit/16e7102542e9a1a958c3d30971c9314bb6c3f0e2))
|
|
30
|
+
* **runner-playwright:** update dependency webpack to v5.104.1 ([715510a](https://github.com/e2e-test-quest/uuv/commit/715510ac995b295670568b8e8e492b7c6b8937e0))
|
|
31
|
+
|
|
1
32
|
# [2.70.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.69.0...runner-commons-v2.70.0) (2026-01-18)
|
|
2
33
|
|
|
3
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.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 common lib for uuv",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"lodash": "^4.17.21",
|
|
82
82
|
"minimist": "1.2.8",
|
|
83
83
|
"node-ipc": "^12.0.0",
|
|
84
|
-
"@uuv/dictionary": "0.
|
|
84
|
+
"@uuv/dictionary": "0.6.0"
|
|
85
85
|
},
|
|
86
86
|
"funding": {
|
|
87
87
|
"type": "opencollective",
|