@serenity-js/cucumber 3.31.12 → 3.31.14

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 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.31.14](https://github.com/serenity-js/serenity-js/compare/v3.31.13...v3.31.14) (2025-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency typescript to v5.8.3 ([b19c09b](https://github.com/serenity-js/serenity-js/commit/b19c09b5e5e7d05e744bc0c8b0b49cd3af89483c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
18
+
19
+ **Note:** Version bump only for package @serenity-js/cucumber
20
+
21
+
22
+
23
+
24
+
6
25
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
26
 
8
27
  **Note:** Version bump only for package @serenity-js/cucumber
package/README.md CHANGED
@@ -10,9 +10,9 @@ of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
11
  ⭐️ Get started with Serenity/JS!
12
12
  - [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
13
- - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
13
+ - [Serenity/JS Handbook](https://serenity-js.org/handbook)
14
14
  - [API documentation](https://serenity-js.org/api/)
15
- - [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/)
15
+ - [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/)
16
16
 
17
17
  👋 Join the Serenity/JS Community!
18
18
  - Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
@@ -50,7 +50,6 @@ To install [Cucumber 6.x](https://www.npmjs.com/package/cucumber) or earlier, ru
50
50
  npm install --save-dev cucumber
51
51
  ```
52
52
 
53
- To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide](https://serenity-js.org/handbook/getting-started/).
54
53
 
55
54
  ### Command line usage
56
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/cucumber",
3
- "version": "3.31.12",
3
+ "version": "3.31.14",
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.31.12",
54
+ "@serenity-js/core": "3.31.14",
55
55
  "cli-table3": "0.6.5",
56
56
  "gherkin": "5.1.0",
57
57
  "tiny-types": "1.23.0"
@@ -77,7 +77,7 @@
77
77
  "mocha": "11.1.0",
78
78
  "mocha-multi": "1.1.7",
79
79
  "ts-node": "10.9.2",
80
- "typescript": "5.8.2"
80
+ "typescript": "5.8.3"
81
81
  },
82
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
82
+ "gitHead": "12d24f951ec02ece66016a7b1d2b9b111acaae4a"
83
83
  }