@serenity-js/webdriverio-8 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 +28 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency axios to v1.13.2 ([9f8d6cc](https://github.com/serenity-js/serenity-js/commit/9f8d6cc34ecf2cbd121380bd584f509b1416e675))
12
+
13
+
14
+ ### Features
15
+
16
+ * **core:** introduced support for Node 24, dropped support for Node 18 (EOL) ([9dd5f88](https://github.com/serenity-js/serenity-js/commit/9dd5f885d8e65cd8ff3429a2af94151fbe9134ed))
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.35.3](https://github.com/serenity-js/serenity-js/compare/v3.35.2...v3.35.3) (2025-10-30)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency axios to v1.12.0 [security] ([640e95f](https://github.com/serenity-js/serenity-js/commit/640e95f9f8ee83640592966f1b5909c0773efde0))
28
+ * **deps:** update dependency axios to v1.12.0 [security] ([343ab7a](https://github.com/serenity-js/serenity-js/commit/343ab7aa371f51d346a1da2b6f11e81d1251b109))
29
+
30
+
31
+
32
+
33
+
6
34
  ## [3.35.2](https://github.com/serenity-js/serenity-js/compare/v3.35.1...v3.35.2) (2025-10-06)
7
35
 
8
36
  **Note:** Version bump only for package @serenity-js/webdriverio-8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/webdriverio-8",
3
- "version": "3.35.2",
3
+ "version": "3.36.0",
4
4
  "description": "Adapter that integrates @serenity-js/web with WebdriverIO 8, enabling Serenity/JS reporting and using the Screenplay Pattern to write web and mobile test scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -71,12 +71,12 @@
71
71
  "url": "https://github.com/serenity-js/serenity-js/issues"
72
72
  },
73
73
  "engines": {
74
- "node": "^18.12 || ^20 || ^22"
74
+ "node": "^20 || ^22 || ^24"
75
75
  },
76
76
  "dependencies": {
77
- "@serenity-js/core": "3.35.2",
78
- "@serenity-js/rest": "3.35.2",
79
- "@serenity-js/web": "3.35.2",
77
+ "@serenity-js/core": "3.36.0",
78
+ "@serenity-js/rest": "3.36.0",
79
+ "@serenity-js/web": "3.36.0",
80
80
  "@wdio/reporter": "8.43.0",
81
81
  "deepmerge": "4.3.1",
82
82
  "tiny-types": "1.24.1"
@@ -103,20 +103,20 @@
103
103
  "@integration/testing-tools": "3.0.0",
104
104
  "@types/mocha": "10.0.10",
105
105
  "@wdio/cli": "8.46.0",
106
- "@wdio/devtools-service": "8.42.0",
106
+ "@wdio/devtools-service": "8.46.0",
107
107
  "@wdio/dot-reporter": "8.43.0",
108
108
  "@wdio/local-runner": "8.46.0",
109
109
  "@wdio/spec-reporter": "8.43.0",
110
110
  "@wdio/types": "8.41.0",
111
- "axios": "1.11.0",
111
+ "axios": "1.13.2",
112
112
  "c8": "10.1.3",
113
113
  "cross-env": "10.1.0",
114
- "mocha": "11.7.4",
114
+ "mocha": "11.7.5",
115
115
  "mocha-multi": "1.1.7",
116
116
  "mocha-testdata": "1.2.0",
117
- "puppeteer-core": "24.23.0",
117
+ "puppeteer-core": "24.29.0",
118
118
  "start-server-and-test": "2.1.2",
119
119
  "webdriverio": "8.46.0"
120
120
  },
121
- "gitHead": "23af01036e2bce4cc1cd5cbd6a69b694db3a4d69"
121
+ "gitHead": "65f753e759dd1e6241d3d9f81aa744abd52a663e"
122
122
  }