chore(deps-dev): bump @playwright/test from 1.53.2 to 1.54.1
Type: Pull Request
State: Closed
Association: Contributor
Comments: 5
(4 months ago)
(4 months ago)
(4 months ago)
Dependencies Dashboard javascript
Bumps @playwright/test from 1.53.2 to 1.54.1.
Release notes
Sourced from @playwright/test's releases.
v1.54.1
Highlights
microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.0
Highlights
New cookie property
partitionKeyin browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippetsto disable code snippets in the html report.import { defineConfig } from '@playwright/test';export default defineConfig({ reporter: [['html', { noSnippets: true }]] });
New property
locationin test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skiportest.fixmewas added.Command Line
New option
--user-data-dirin multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.npx playwright codegen --user-data-dir=./user-dataOption
-gvhas been removed from thenpx playwright testcommand. Use--grep-invertinstead.
npx playwright opendoes not open the test recorder anymore. Usenpx playwright codegeninstead.Miscellaneous
- Support for Node.js 16 has been removed.
- Support for Node.js 18 has been deprecated, and will be removed in the future.
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
... (truncated)
Commits
97b6b88chore: mark 1.54.1 (#36655)0071756cherry-pick(#36654): Revert "fix: get rid of url.parse in network code" (#36654)3da07a7cherry-pick(#36625): chore: render overlay on top of modal dom contentb01d0d1chore: mark v1.54.0 (#36626)12834b0cherry-pick(#36624): chore: update v1.54 release notes82ce736test: remove stale fixme/skips in capabilities spec (#36617)fab3043chore: v1.54 release notes (#36620)ba32a24chore: push action in context to the recorder app (#36611)090e5aachore: update WebKit version to 26.0 (#36619)2edbe25chore: update browser_patches to 9638cca873674fdb6c97a524be0d3ae4874f805a (#3...- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
PR-Codex overview
This PR primarily updates the version of the @playwright/test package from 1.53.2 to 1.54.1, along with various related dependencies in the pnpm-lock.yaml file.
Detailed summary
- Updated
@playwright/testfrom1.53.2to1.54.1inapps/dashboard/package.json. - Updated references to
@playwright/testinpnpm-lock.yamlto1.54.1. - Adjusted various dependencies in
pnpm-lock.yamlto reflect the new version of@playwright/test.
The following files were skipped due to too many changes:
pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
Pull Request Statistics
1
2
+317
-258
Package Dependencies
Technical Details
| ID: | 3435498 |
| UUID: | 2665707790 |
| Node ID: | PR_kwDOH5MG4s6e43kO |
| Host: | GitHub |
| Repository: | thirdweb-dev/js |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |