@serenity-js/playwright 3.32.5 → 3.34.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 +20 -0
  2. package/package.json +7 -7
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.34.0](https://github.com/serenity-js/serenity-js/compare/v3.33.1...v3.34.0) (2025-08-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency typescript to v5.9.2 ([8a40483](https://github.com/serenity-js/serenity-js/commit/8a40483203534445d93c5be6f4d8a747055fd79e))
12
+ * **deps:** update playwright dependencies to v1.54.2 ([b6b9413](https://github.com/serenity-js/serenity-js/commit/b6b9413ae87d1247a23f93dc26285eb6836b98ec))
13
+
14
+
15
+
16
+
17
+
18
+ ## [3.33.1](https://github.com/serenity-js/serenity-js/compare/v3.33.0...v3.33.1) (2025-07-28)
19
+
20
+ **Note:** Version bump only for package @serenity-js/playwright
21
+
22
+
23
+
24
+
25
+
6
26
  ## [3.32.5](https://github.com/serenity-js/serenity-js/compare/v3.32.4...v3.32.5) (2025-07-28)
7
27
 
8
28
  **Note:** Version bump only for package @serenity-js/playwright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright",
3
- "version": "3.32.5",
3
+ "version": "3.34.0",
4
4
  "description": "Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -57,12 +57,12 @@
57
57
  "node": "^18.12 || ^20 || ^22"
58
58
  },
59
59
  "dependencies": {
60
- "@serenity-js/core": "3.32.5",
61
- "@serenity-js/web": "3.32.5",
60
+ "@serenity-js/core": "3.34.0",
61
+ "@serenity-js/web": "3.34.0",
62
62
  "tiny-types": "1.23.0"
63
63
  },
64
64
  "peerDependencies": {
65
- "playwright-core": "~1.54.1"
65
+ "playwright-core": "~1.54.2"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@integration/testing-tools": "3.0.0",
@@ -71,9 +71,9 @@
71
71
  "c8": "10.1.3",
72
72
  "mocha": "11.7.1",
73
73
  "mocha-multi": "1.1.7",
74
- "playwright-core": "1.54.1",
74
+ "playwright-core": "1.54.2",
75
75
  "ts-node": "10.9.2",
76
- "typescript": "5.8.3"
76
+ "typescript": "5.9.2"
77
77
  },
78
- "gitHead": "21102bdb4842f85a0620e9be7c49937a8228a508"
78
+ "gitHead": "b98a098b84ce976e187bdc22afe567fb447ed98b"
79
79
  }