Skip to content

chore(deps-dev): bump the npm-tools-visual-chromatic-patch-minor group in /tools/visual-chromatic with 3 updates#192

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/visual-chromatic/npm-tools-visual-chromatic-patch-minor-ae42713263
Open

chore(deps-dev): bump the npm-tools-visual-chromatic-patch-minor group in /tools/visual-chromatic with 3 updates#192
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tools/visual-chromatic/npm-tools-visual-chromatic-patch-minor-ae42713263

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-tools-visual-chromatic-patch-minor group in /tools/visual-chromatic with 3 updates: @chromatic-com/playwright, @playwright/test and chromatic.

Updates @chromatic-com/playwright from 0.12.3 to 0.14.10

Release notes

Sourced from @​chromatic-com/playwright's releases.

@​chromatic-com/playwright@​0.14.10

Patch Changes

  • 161a994: Fix: Preserve asset extension when handling query params

@​chromatic-com/playwright@​0.14.9

Patch Changes

  • 6837593: Fix: Prevent duplicate story ids by allowing multiple projects to overwrite each others results like before

@​chromatic-com/playwright@​0.14.8

Patch Changes

  • f1ba7f9: Fix: Snapshot script fails when Javascript is disabled

@​chromatic-com/playwright@​0.14.7

Patch Changes

  • f95b82a: Fix: Hide unrelevant Storybook options

@​chromatic-com/playwright@​0.14.6

Patch Changes

  • daa3ffe: Fix: Wait for browser module to define __chromatic_takeSnapshot before invoking it

@​chromatic-com/playwright@​0.14.5

Patch Changes

  • 6ad0961: Fix archived responsive image replay by stripping stale img.srcset and img.sizes after the captured image asset has been resolved.

@​chromatic-com/playwright@​0.14.4

Patch Changes

  • 235a8b1: Fix: Trim newlines from story titles
  • d7656e7: Fix: Prevent Storybook load failure for non-ASCII story names

@​chromatic-com/playwright@​0.14.3

Patch Changes

  • c7d8eab: Fix: Avoid crashing on deeply nested DOMs

@​chromatic-com/playwright@​0.14.2

Patch Changes

  • 6fa75b9: Fix: Public API typings

@​chromatic-com/playwright@​0.14.1

Patch Changes

  • 9da7ecc: Fix: Proper browser entrypoint

... (truncated)

Changelog

Sourced from @​chromatic-com/playwright's changelog.

0.14.10

Patch Changes

  • 161a994: Fix: Preserve asset extension when handling query params

0.14.9

Patch Changes

  • 6837593: Fix: Prevent duplicate story ids by allowing multiple projects to overwrite each others results like before

0.14.8

Patch Changes

  • f1ba7f9: Fix: Snapshot script fails when Javascript is disabled

0.14.7

Patch Changes

  • f95b82a: Fix: Hide unrelevant Storybook options

0.14.6

Patch Changes

  • daa3ffe: Fix: Wait for browser module to define __chromatic_takeSnapshot before invoking it

0.14.5

Patch Changes

  • 6ad0961: Fix archived responsive image replay by stripping stale img.srcset and img.sizes after the captured image asset has been resolved.

0.14.4

Patch Changes

  • 235a8b1: Fix: Trim newlines from story titles
  • d7656e7: Fix: Prevent Storybook load failure for non-ASCII story names

0.14.3

Patch Changes

  • c7d8eab: Fix: Avoid crashing on deeply nested DOMs

0.14.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​chromatic-com/playwright since your current version.


Updates @playwright/test from 1.58.2 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

Updates chromatic from 16.0.0 to 16.10.1

Release notes

Sourced from chromatic's releases.

v16.10.1

🐛 Bug Fix

Authors: 2

v16.10.0

🚀 Enhancement

🐛 Bug Fix

Authors: 4

v16.9.1

🐛 Bug Fix

Authors: 1

v16.9.0

🚀 Enhancement

Authors: 1

v16.8.0

🚀 Enhancement

... (truncated)

Changelog

Sourced from chromatic's changelog.

v16.10.1 (Fri May 15 2026)

🐛 Bug Fix

Authors: 2


v16.10.0 (Mon May 11 2026)

🚀 Enhancement

🐛 Bug Fix

Authors: 4


v16.9.1 (Thu May 07 2026)

🐛 Bug Fix

Authors: 1


v16.9.0 (Wed May 06 2026)

🚀 Enhancement

... (truncated)

Commits
  • 3a6f612 Bump version to: 16.10.1 [skip ci]
  • e0e9ce9 Update CHANGELOG.md [skip ci]
  • 8ece961 Merge pull request #1332 from chromaui/CAP-4400
  • 5087fb8 Support all: false
  • 7b1c005 Fix getUncommittedHash in Windows environments
  • 1a8c8ce Merge pull request #1326 from chromaui/cody/flaky-test
  • 7e9321e Remove duplicate skipped test
  • ed870e5 Increase flaky test timeout
  • 9ed03ec Merge pull request #1323 from chromaui/CAP-4385
  • 66af1d1 Bump version to: 16.10.0 [skip ci]
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-tools-visual-chromatic-patch-minor group in /tools/visual-chromatic with 3 updates: [@chromatic-com/playwright](https://github.com/chromaui/chromatic-e2e/tree/HEAD/packages/playwright), [@playwright/test](https://github.com/microsoft/playwright) and [chromatic](https://github.com/chromaui/chromatic-cli).


Updates `@chromatic-com/playwright` from 0.12.3 to 0.14.10
- [Release notes](https://github.com/chromaui/chromatic-e2e/releases)
- [Changelog](https://github.com/chromaui/chromatic-e2e/blob/main/packages/playwright/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-e2e/commits/@chromatic-com/playwright@0.14.10/packages/playwright)

Updates `@playwright/test` from 1.58.2 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.61.1)

Updates `chromatic` from 16.0.0 to 16.10.1
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v16.0.0...v16.10.1)

---
updated-dependencies:
- dependency-name: "@chromatic-com/playwright"
  dependency-version: 0.14.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-tools-visual-chromatic-patch-minor
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-tools-visual-chromatic-patch-minor
- dependency-name: chromatic
  dependency-version: 16.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-tools-visual-chromatic-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area:ci CI/CD and automation dependencies Dependency updates type:chore Maintenance or housekeeping labels Jul 5, 2026
@dependabot dependabot Bot requested a review from Prekzursil as a code owner July 5, 2026 04:03
@dependabot dependabot Bot added type:chore Maintenance or housekeeping area:ci CI/CD and automation dependencies Dependency updates labels Jul 5, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

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

Labels

area:ci CI/CD and automation dependencies Dependency updates type:chore Maintenance or housekeeping

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants