@serenity-js/cucumber 3.42.1 → 3.43.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.43.0](https://github.com/serenity-js/serenity-js/compare/v3.42.2...v3.43.0) (2026-05-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update cucumber ([709715b](https://github.com/serenity-js/serenity-js/commit/709715b66fac6adb79ecdc5e89870bc22643ec64))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** update cucumber ([b2a2822](https://github.com/serenity-js/serenity-js/commit/b2a28222c06f1db92a81c1a1d0d4e4d7ef138fbb))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
7
29
 
8
30
  **Note:** Version bump only for package @serenity-js/cucumber
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/cucumber",
3
- "version": "3.42.1",
3
+ "version": "3.43.0",
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",
@@ -85,9 +85,9 @@
85
85
  "node": "^20 || ^22 || ^24"
86
86
  },
87
87
  "dependencies": {
88
- "@cucumber/gherkin": "39.0.0",
89
- "@cucumber/messages": "32.2.0",
90
- "@serenity-js/core": "3.42.1",
88
+ "@cucumber/gherkin": "39.1.0",
89
+ "@cucumber/messages": "32.3.1",
90
+ "@serenity-js/core": "3.43.0",
91
91
  "cli-table3": "0.6.5",
92
92
  "tiny-types": "2.0.5"
93
93
  },
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "devDependencies": {
107
- "@cucumber/cucumber": "12.7.0",
107
+ "@cucumber/cucumber": "12.8.3",
108
108
  "@integration/testing-tools": "3.0.0",
109
109
  "@types/chai": "4.3.20",
110
110
  "@types/mocha": "10.0.10",
@@ -114,5 +114,5 @@
114
114
  "tsx": "4.21.0",
115
115
  "typescript": "5.9.3"
116
116
  },
117
- "gitHead": "42dc1d09e9c09db93669395939e386162a08be29"
117
+ "gitHead": "96ffb7ecba111082c92d7b107fef007d9f56bb83"
118
118
  }