@serenity-js/playwright 3.34.0 → 3.34.1

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.1](https://github.com/serenity-js/serenity-js/compare/v3.34.0...v3.34.1) (2025-08-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency tiny-types to v1.24.1 ([14c705a](https://github.com/serenity-js/serenity-js/commit/14c705a83bd7b38dec34529fbb7875168dbc7f3c))
12
+ * **deps:** update playwright dependencies to v1.55.0 ([6b501cb](https://github.com/serenity-js/serenity-js/commit/6b501cbf975e6e1bf7729ccf245a858ab586b074))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.34.0](https://github.com/serenity-js/serenity-js/compare/v3.33.1...v3.34.0) (2025-08-01)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright",
3
- "version": "3.34.0",
3
+ "version": "3.34.1",
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.34.0",
61
- "@serenity-js/web": "3.34.0",
62
- "tiny-types": "1.23.0"
60
+ "@serenity-js/core": "3.34.1",
61
+ "@serenity-js/web": "3.34.1",
62
+ "tiny-types": "1.24.1"
63
63
  },
64
64
  "peerDependencies": {
65
- "playwright-core": "~1.54.2"
65
+ "playwright-core": "~1.55.0"
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.2",
74
+ "playwright-core": "1.55.0",
75
75
  "ts-node": "10.9.2",
76
76
  "typescript": "5.9.2"
77
77
  },
78
- "gitHead": "b98a098b84ce976e187bdc22afe567fb447ed98b"
78
+ "gitHead": "8591e154237ca715a067ff5f58351c418416e75a"
79
79
  }