@serenity-js/console-reporter 3.35.3 → 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 +11 -0
  2. 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.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
+
6
17
  ## [3.35.3](https://github.com/serenity-js/serenity-js/compare/v3.35.2...v3.35.3) (2025-10-30)
7
18
 
8
19
  **Note:** Version bump only for package @serenity-js/console-reporter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/console-reporter",
3
- "version": "3.35.3",
3
+ "version": "3.36.0",
4
4
  "description": "Serenity/JS console reporter that displays test results directly in the standard output",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -46,10 +46,10 @@
46
46
  "url": "https://github.com/serenity-js/serenity-js/issues"
47
47
  },
48
48
  "engines": {
49
- "node": "^18.12 || ^20 || ^22"
49
+ "node": "^20 || ^22 || ^24"
50
50
  },
51
51
  "dependencies": {
52
- "@serenity-js/core": "3.35.3",
52
+ "@serenity-js/core": "3.36.0",
53
53
  "chalk": "4.1.2",
54
54
  "tiny-types": "1.24.1"
55
55
  },
@@ -58,10 +58,10 @@
58
58
  "@types/chai": "4.3.20",
59
59
  "@types/mocha": "10.0.10",
60
60
  "c8": "10.1.3",
61
- "mocha": "11.7.4",
61
+ "mocha": "11.7.5",
62
62
  "mocha-multi": "1.1.7",
63
63
  "ts-node": "10.9.2",
64
64
  "typescript": "5.9.3"
65
65
  },
66
- "gitHead": "91d894f0970535abe4be120db7d9dca4830e25e5"
66
+ "gitHead": "65f753e759dd1e6241d3d9f81aa744abd52a663e"
67
67
  }