Skip to content

Commit fe1b8bc

Browse files
fix(deps): update playwright monorepo to ^1.36.2 (#1854)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@playwright/test](https://playwright.dev) ([source](https://togithub.com/Microsoft/playwright)) | [`^1.36.1` -> `^1.36.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.36.1/1.36.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.36.1/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.36.1/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [playwright](https://playwright.dev) ([source](https://togithub.com/Microsoft/playwright)) | [`^1.36.1` -> `^1.36.2`](https://renovatebot.com/diffs/npm/playwright/1.36.1/1.36.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/playwright/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/playwright/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/playwright/1.36.1/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/playwright/1.36.1/1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Microsoft/playwright (@&#8203;playwright/test)</summary> ### [`v1.36.2`](https://togithub.com/microsoft/playwright/releases/tag/v1.36.2): 1.36.2 [Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.36.1...v1.36.2) ##### Highlights [https://github.com/microsoft/playwright/issues/24316](https://togithub.com/microsoft/playwright/issues/24316) - \[REGRESSION] Character classes are not working in globs in 1.36 ##### Browser Versions - Chromium 115.0.5790.75 - Mozilla Firefox 115.0 - WebKit 17.0 This version was also tested against the following stable channels: - Google Chrome 114 - Microsoft Edge 114 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55ce4fa commit fe1b8bc

File tree

11 files changed

+90
-90
lines changed

11 files changed

+90
-90
lines changed

chromeless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"express": "^4.18.2",
3030
"pino": "^8.14.1",
3131
"pino-pretty": "^10.1.0",
32-
"playwright": "^1.36.1",
32+
"playwright": "^1.36.2",
3333
"typescript": "^5.1.6"
3434
},
3535
"devDependencies": {

framework-plugins/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "^5.1.6"
3333
},
3434
"devDependencies": {
35-
"@playwright/test": "^1.36.1",
35+
"@playwright/test": "^1.36.2",
3636
"@previewjs/api": "workspace:*",
3737
"@previewjs/core": "workspace:*",
3838
"@previewjs/iframe": "workspace:*",

framework-plugins/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typescript": "^5.1.6"
3535
},
3636
"devDependencies": {
37-
"@playwright/test": "^1.36.1",
37+
"@playwright/test": "^1.36.2",
3838
"@previewjs/api": "workspace:*",
3939
"@previewjs/core": "workspace:*",
4040
"@previewjs/iframe": "workspace:*",

framework-plugins/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vite-plugin-solid": "^2.7.0"
3636
},
3737
"devDependencies": {
38-
"@playwright/test": "^1.36.1",
38+
"@playwright/test": "^1.36.2",
3939
"@previewjs/core": "workspace:*",
4040
"@previewjs/iframe": "workspace:*",
4141
"@previewjs/testing": "workspace:*",

framework-plugins/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"vite": "^4.4.7"
3737
},
3838
"devDependencies": {
39-
"@playwright/test": "^1.36.1",
39+
"@playwright/test": "^1.36.2",
4040
"@previewjs/core": "workspace:*",
4141
"@previewjs/iframe": "workspace:*",
4242
"@previewjs/testing": "workspace:*",

framework-plugins/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"vue-template-compiler": "^2.7.14"
4040
},
4141
"devDependencies": {
42-
"@playwright/test": "^1.36.1",
42+
"@playwright/test": "^1.36.2",
4343
"@previewjs/core": "workspace:*",
4444
"@previewjs/iframe": "workspace:*",
4545
"@previewjs/testing": "workspace:*",

framework-plugins/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"vue": "^3.3.4"
3939
},
4040
"devDependencies": {
41-
"@playwright/test": "^1.36.1",
41+
"@playwright/test": "^1.36.2",
4242
"@previewjs/core": "workspace:*",
4343
"@previewjs/iframe": "workspace:*",
4444
"@previewjs/testing": "workspace:*",

0 commit comments

Comments
 (0)