@uuv/runner-commons 2.77.0 → 2.79.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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [2.79.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.78.0...runner-commons-v2.79.0) (2026-03-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @cucumber/gherkin to v39 ([23d4002](https://github.com/e2e-test-quest/uuv/commit/23d400287d3a414774b45c8768d7c410e2d351fa))
|
|
7
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.28.0 ([c605a3f](https://github.com/e2e-test-quest/uuv/commit/c605a3fb01b8668902a3bc5f0c5aa5b04438bf03))
|
|
8
|
+
* **deps:** update dependency zod to v4.3.6 ([26921b8](https://github.com/e2e-test-quest/uuv/commit/26921b82290e881e72f4c18a1f487683ccee66c7))
|
|
9
|
+
* **runner-cypress:** update dependency cypress to v15.13.0 ([2765ead](https://github.com/e2e-test-quest/uuv/commit/2765ead56b7e013ca5d0a0f5efbe4ee7bd794c28))
|
|
10
|
+
|
|
11
|
+
# [2.78.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.77.0...runner-commons-v2.78.0) (2026-03-22)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **runner-commons:** update dependency figlet to v1.11.0 ([9ef9e82](https://github.com/e2e-test-quest/uuv/commit/9ef9e821f340f50a5471ebe9b986c823956a5d1e))
|
|
17
|
+
* **runner-cypress:** update dependency cypress to v15.12.0 ([05efa53](https://github.com/e2e-test-quest/uuv/commit/05efa5391684165efa222b1f773df080e7b22be7))
|
|
18
|
+
* **runner-playwright:** update dependency @cucumber/cucumber to v12.7.0 ([ee4ef96](https://github.com/e2e-test-quest/uuv/commit/ee4ef9627e620587a64f8db76dbbea0acc0f82e6))
|
|
19
|
+
* **runner-playwright:** update dependency playwright-bdd to v8.5.0 ([7003f59](https://github.com/e2e-test-quest/uuv/commit/7003f5933a4478cfcf0c880cc9182432bd388490))
|
|
20
|
+
|
|
1
21
|
# [2.77.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.76.0...runner-commons-v2.77.0) (2026-03-15)
|
|
2
22
|
|
|
3
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.79.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",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"chalk": "^4.1.2",
|
|
80
|
-
"figlet": "1.
|
|
80
|
+
"figlet": "1.11.0",
|
|
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.13.0"
|
|
85
85
|
},
|
|
86
86
|
"funding": {
|
|
87
87
|
"type": "opencollective",
|