@serenity-js/cucumber 3.34.1 → 3.34.2
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.34.2](https://github.com/serenity-js/serenity-js/compare/v3.34.1...v3.34.2) (2025-09-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency @cucumber/cucumber to v12.2.0 ([0162244](https://github.com/serenity-js/serenity-js/commit/016224465f46491c8de9bb60122d107e93a8080b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.34.1](https://github.com/serenity-js/serenity-js/compare/v3.34.0...v3.34.1) (2025-08-20)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/cucumber",
|
|
3
|
-
"version": "3.34.
|
|
3
|
+
"version": "3.34.2",
|
|
4
4
|
"description": "Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@cucumber/messages": "26.0.1",
|
|
54
|
-
"@serenity-js/core": "3.34.
|
|
54
|
+
"@serenity-js/core": "3.34.2",
|
|
55
55
|
"cli-table3": "0.6.5",
|
|
56
56
|
"gherkin": "5.1.0",
|
|
57
57
|
"tiny-types": "1.24.1"
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@cucumber/cucumber": "12.
|
|
72
|
+
"@cucumber/cucumber": "12.2.0",
|
|
73
73
|
"@integration/testing-tools": "3.0.0",
|
|
74
74
|
"@types/chai": "4.3.20",
|
|
75
75
|
"@types/mocha": "10.0.10",
|
|
76
76
|
"c8": "10.1.3",
|
|
77
|
-
"mocha": "11.7.
|
|
77
|
+
"mocha": "11.7.2",
|
|
78
78
|
"mocha-multi": "1.1.7",
|
|
79
79
|
"ts-node": "10.9.2",
|
|
80
80
|
"typescript": "5.9.2"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c2639f9771198d278cb595938d23e152c232b52d"
|
|
83
83
|
}
|