@uuv/runner-commons 2.71.0 → 2.72.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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [2.72.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.72.0...runner-commons-v2.72.1) (2026-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-cypress:** use cypress-on-fix for multiple hooks, [#1214](https://github.com/e2e-test-quest/uuv/issues/1214) ([bff79c8](https://github.com/e2e-test-quest/uuv/commit/bff79c8a332bd8f270301623d5ab519c585bcea4))
|
|
7
|
+
|
|
8
|
+
# [2.72.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.71.0...runner-commons-v2.72.0) (2026-02-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **runner-playwright:** update dependency chokidar to v4.0.3 ([40b93ce](https://github.com/e2e-test-quest/uuv/commit/40b93ce3170605fff5ec681ba592478a6059f679))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 [security] ([2b945ed](https://github.com/e2e-test-quest/uuv/commit/2b945ed51c308be739f45a8bfc27190ba95b0960))
|
|
19
|
+
* **runner-cypress:** update dependency cypress to v15.10.0 ([86db98f](https://github.com/e2e-test-quest/uuv/commit/86db98fcfb28f439cb5122f9b45e61fceded02a4))
|
|
20
|
+
* **runner-cypress:** update dependency junit-report-merger to v9 ([6d95cfc](https://github.com/e2e-test-quest/uuv/commit/6d95cfc0e4e2363f3c83f407fbb485fcf3e39769))
|
|
21
|
+
* **runner-playwright:** update dependency webpack to v5.105.0 ([6097081](https://github.com/e2e-test-quest/uuv/commit/609708177d910b3a0e414d096322497ff4c8cbe6))
|
|
22
|
+
|
|
1
23
|
# [2.71.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.70.0...runner-commons-v2.71.0) (2026-01-25)
|
|
2
24
|
|
|
3
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.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 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.1"
|
|
85
85
|
},
|
|
86
86
|
"funding": {
|
|
87
87
|
"type": "opencollective",
|