Skip to content

chore(deps-dev): bump @playwright/test from 1.60.0 to 1.61.1#660

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/playwright/test-1.61.1
Closed

chore(deps-dev): bump @playwright/test from 1.60.0 to 1.61.1#660
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/playwright/test-1.61.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps @playwright/test from 1.60.0 to 1.61.1.

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

... (truncated)

Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 12, 2026
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Jul 21, 2026 11:13am

@changeset-bot

changeset-bot Bot commented Jul 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 923eea0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from d3e757b to 87382ca Compare July 12, 2026 08:59
@borisno2
borisno2 enabled auto-merge (squash) July 12, 2026 09:22
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 87382ca to 3c517fe Compare July 12, 2026 09:25
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 3c517fe to 168a252 Compare July 12, 2026 09:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 168a252 to 2fa55c1 Compare July 12, 2026 10:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 2fa55c1 to 9470697 Compare July 12, 2026 10:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 9470697 to 1efbcfb Compare July 13, 2026 03:12
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 1efbcfb to 7b40373 Compare July 14, 2026 11:54
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 7b40373 to 9407e71 Compare July 17, 2026 10:54
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 9407e71 to cf8378d Compare July 21, 2026 00:47
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from cf8378d to 7d44aae Compare July 21, 2026 00:59
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from 7d44aae to dd031db Compare July 21, 2026 09:05
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.60.0 to 1.61.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.61.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.61.1 branch from ba69c11 to 923eea0 Compare July 21, 2026 11:12
borisno2 added a commit that referenced this pull request Jul 21, 2026
Aligns the standalone `playwright` devDependency to ^1.61.1 in the root and packages/ui so a single Playwright version resolves, fixing the e2e "two different versions of @playwright/test" failure. Supersedes #660.
@borisno2 borisno2 closed this Jul 21, 2026
auto-merge was automatically disabled July 21, 2026 12:14

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/playwright/test-1.61.1 branch July 21, 2026 12:14

Copy link
Copy Markdown
Member

Superseded by #796, which is now merged into main.

This PR bumped @playwright/test to 1.61.1 but left the standalone playwright devDependency at ^1.60.0, so the lockfile kept playwright@1.60.0 alongside @playwright/test@1.61.1 — two Playwright installs, which broke the e2e job (Playwright Test did not expect test.describe() to be called here). #796 carries the same @playwright/test bump plus aligns playwright to ^1.61.1 in the root and packages/ui, so e2e passes.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant