@serenity-js/playwright-test 3.43.2 → 3.43.4

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 +20 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.4](https://github.com/serenity-js/serenity-js/compare/v3.43.3...v3.43.4) (2026-06-10)
7
+
8
+ **Note:** Version bump only for package @serenity-js/playwright-test
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.43.3](https://github.com/serenity-js/serenity-js/compare/v3.43.2...v3.43.3) (2026-06-06)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** drop Node 20 support, require Node \>=22.12 ([08cbd88](https://github.com/serenity-js/serenity-js/commit/08cbd88ab545402b7c439178fd83152183f741e8))
20
+ * **deps:** update rest dependencies ([5fbd550](https://github.com/serenity-js/serenity-js/commit/5fbd5505fb11a2cc7536b8933ddc0d70efcf0a64))
21
+
22
+
23
+
24
+
25
+
6
26
  ## [3.43.2](https://github.com/serenity-js/serenity-js/compare/v3.43.1...v3.43.2) (2026-05-13)
7
27
 
8
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright-test",
3
- "version": "3.43.2",
3
+ "version": "3.43.4",
4
4
  "description": "Serenity/JS test runner adapter for Playwright Test, combining Playwright's developer experience with the advanced reporting and automation capabilities of Serenity/JS",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -139,14 +139,14 @@
139
139
  "url": "https://github.com/serenity-js/serenity-js/issues"
140
140
  },
141
141
  "engines": {
142
- "node": "^20 || ^22 || ^24"
142
+ "node": ">=22.12 || ^24"
143
143
  },
144
144
  "dependencies": {
145
- "@serenity-js/core": "3.43.2",
146
- "@serenity-js/playwright": "3.43.2",
147
- "@serenity-js/rest": "3.43.2",
148
- "@serenity-js/web": "3.43.2",
149
- "axios": "1.16.0",
145
+ "@serenity-js/core": "3.43.4",
146
+ "@serenity-js/playwright": "3.43.4",
147
+ "@serenity-js/rest": "3.43.4",
148
+ "@serenity-js/web": "3.43.4",
149
+ "axios": "1.17.0",
150
150
  "deepmerge": "4.3.1",
151
151
  "tiny-types": "2.0.5"
152
152
  },
@@ -159,10 +159,10 @@
159
159
  "@types/chai": "4.3.20",
160
160
  "@types/mocha": "10.0.10",
161
161
  "c8": "11.0.0",
162
- "mocha": "11.7.5",
162
+ "mocha": "11.7.6",
163
163
  "mocha-multi": "1.1.7",
164
164
  "ts-node": "10.9.2",
165
165
  "typescript": "5.9.3"
166
166
  },
167
- "gitHead": "df42aa042648f878111b6217cda68e5d0faa430e"
167
+ "gitHead": "338ec74a0e938591e00954c6a296c97149c2b5a4"
168
168
  }