@serenity-js/cucumber 3.35.2 → 3.36.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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.36.0](https://github.com/serenity-js/serenity-js/compare/v3.35.3...v3.36.0) (2025-11-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **core:** introduced support for Node 24, dropped support for Node 18 (EOL) ([9dd5f88](https://github.com/serenity-js/serenity-js/commit/9dd5f885d8e65cd8ff3429a2af94151fbe9134ed))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.35.3](https://github.com/serenity-js/serenity-js/compare/v3.35.2...v3.35.3) (2025-10-30)
18
+
19
+ **Note:** Version bump only for package @serenity-js/cucumber
20
+
21
+
22
+
23
+
24
+
6
25
  ## [3.35.2](https://github.com/serenity-js/serenity-js/compare/v3.35.1...v3.35.2) (2025-10-06)
7
26
 
8
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/cucumber",
3
- "version": "3.35.2",
3
+ "version": "3.36.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",
@@ -47,11 +47,11 @@
47
47
  "url": "https://github.com/serenity-js/serenity-js/issues"
48
48
  },
49
49
  "engines": {
50
- "node": "^18.12 || ^20 || ^22"
50
+ "node": "^20 || ^22 || ^24"
51
51
  },
52
52
  "dependencies": {
53
53
  "@cucumber/messages": "26.0.1",
54
- "@serenity-js/core": "3.35.2",
54
+ "@serenity-js/core": "3.36.0",
55
55
  "cli-table3": "0.6.5",
56
56
  "gherkin": "5.1.0",
57
57
  "tiny-types": "1.24.1"
@@ -74,10 +74,10 @@
74
74
  "@types/chai": "4.3.20",
75
75
  "@types/mocha": "10.0.10",
76
76
  "c8": "10.1.3",
77
- "mocha": "11.7.4",
77
+ "mocha": "11.7.5",
78
78
  "mocha-multi": "1.1.7",
79
79
  "ts-node": "10.9.2",
80
80
  "typescript": "5.9.3"
81
81
  },
82
- "gitHead": "23af01036e2bce4cc1cd5cbd6a69b694db3a4d69"
82
+ "gitHead": "65f753e759dd1e6241d3d9f81aa744abd52a663e"
83
83
  }