alpine-chrome
alpine-chrome copied to clipboard
⬆️ Bump jpeg-js and playwright-chromium in /with-playwright
Removes jpeg-js. It's no longer used after updating ancestor dependency playwright-chromium. These dependencies need to be updated together.
Removes jpeg-js
Updates playwright-chromium from 1.19.2 to 1.28.1
Release notes
Sourced from playwright-chromium's releases.
v1.28.1
Highlights
This patch release includes the following bug fixes:
microsoft/playwright#18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0 microsoft/playwright#18920 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribute microsoft/playwright#18865 - [BUG] regression in killing web server process in 1.28.0
Browser Versions
- Chromium 108.0.5359.29
- Mozilla Firefox 106.0
- WebKit 16.4
This version was also tested against the following stable channels:
- Google Chrome 107
- Microsoft Edge 107
v1.28
Playwright Tools
- Record at Cursor in VSCode. You can run the test, position the cursor at the end of the test and continue generating the test.
- Live Locators in VSCode. You can hover and edit locators in VSCode to get them highlighted in the opened browser.
- Live Locators in CodeGen. Generate a locator for any element on the page using "Explore" tool.
- Codegen and Trace Viewer Dark Theme. Automatically picked up from operating system settings.
Test Runner
Configure retries and test timeout for a file or a test with
test.describe.configure([options]).// Each test in the file will be retried twice and have a timeout of 20 seconds. test.describe.configure({ retries: 2, timeout: 20_000 }); test('runs first', async ({ page }) => {}); test('runs second', async ({ page }) => {});Use
testProject.snapshotPathTemplateandtestConfig.snapshotPathTemplateto configure a template controlling location of snapshots generated byexpect(page).toHaveScreenshot(name[, options])andexpect(screenshot).toMatchSnapshot(name[, options]).
... (truncated)
Commits
9ede66acherry-pick(#18997): fix(reuse): stop pending operations upon reuse/disconnect76dc43echerry-pick(#18993): fix(electron): tolerate connection closed during quitf38b2c8chore: mark v1.28.1 (#18974)0d5098bcherry-pick(#18968): Revert "fix(webserver): do not spawn webserver as a new ...bbe27dccherry-pick(#18929): fix(role selector): expanded=false does not match elemen...226eedfcherry-pick(#18972): fix(electron): consistently emit ready event after app i...36f8a63chery-pick(#18884): docs(locator): code snippet fixes (#18887)d284219cherry-pick(#18854): docs: Java, .NET, Python release notes 1.28 (#18858)8f9bf0fcherry-pick(#18818): chore: multiply overloaded options in csharpc3335e4cherry-pick(#18799): chore: allowpycode blocks for python- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot rebase?
OK, I won't notify you again about this release, but will get in touch when a new version is available.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.