Skip to content

Commit

Permalink
Update playwright to latest (microsoft#7040)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

This change updates the playwright dependency and pipeline image to the latest version.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [x] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
  • Loading branch information
janechu authored Dec 3, 2024
1 parent 67a4e8f commit 26c5078
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extends:
os: windows # OS of the image. Allowed values: windows, linux, macOS
containers:
playwright_container:
image: mcr.microsoft.com/playwright:v1.47.2-noble
image: mcr.microsoft.com/playwright:v1.49.0-noble
stages:
- stage: Stage
jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update playwright image and dependency to latest",
"packageName": "@microsoft/fast-ssr",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "none"
}
28 changes: 16 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/web-components/fast-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@microsoft/fast-element": "^2.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@microsoft/api-extractor": "^7.47.0",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.49.0",
"@types/express": "^4.17.21",
"@types/node": "^17.0.17",
"express": "^4.19.2",
Expand Down

0 comments on commit 26c5078

Please sign in to comment.