Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools/visual-chromatic/npm-tools-visual-chromatic-patch-minor-908def71fd
Open

chore(deps-dev): Bump the npm-tools-visual-chromatic-patch-minor group in /tools/visual-chromatic with 3 updates#138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tools/visual-chromatic/npm-tools-visual-chromatic-patch-minor-908def71fd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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.12.8

Release notes

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

@​chromatic-com/playwright@​0.12.8

Patch Changes

  • b46f181: Always use forward slashes when rebuilding asset paths

@​chromatic-com/playwright@​0.12.7

Patch Changes

  • c40badc: Improvements to windows compatibility in archive creation

@​chromatic-com/playwright@​0.12.6

Patch Changes

  • 127011b: Sanitize localhost hostname from base element URL in archived snapshots

@​chromatic-com/playwright@​0.12.5

Patch Changes

  • 5f63d70: Sanitize newlines in snapshot archive filenames

@​chromatic-com/playwright@​0.12.4

Patch Changes

  • 0f0ef62: pin Storybook to 8.5.x to fix the error with the server-webpack5 mismatch with version 8.6 and above
Changelog

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

0.12.8

Patch Changes

  • b46f181: Always use forward slashes when rebuilding asset paths

0.12.7

Patch Changes

  • c40badc: Improvements to windows compatibility in archive creation

0.12.6

Patch Changes

  • 127011b: Sanitize localhost hostname from base element URL in archived snapshots

0.12.5

Patch Changes

  • 5f63d70: Sanitize newlines in snapshot archive filenames

0.12.4

Patch Changes

  • 0f0ef62: pin Storybook to 8.5.x to fix the error with the server-webpack5 mismatch with version 8.6 and above
Commits
  • 380ac91 Version Packages
  • c5512d4 Version Packages
  • 3a6443f remove colons and @ symbols from file system paths
  • b02b703 Version Packages
  • 8bc8d59 Add playwright test
  • e853d9a update @​segment/analytics-core to 2.1.3 for dset patch
  • d133828 ci: reduce warnings in test job by 50%
  • 02b0e10 Version Packages
  • 589c6d3 sanitize newlines from test names for snapshot filenames
  • 539e48a Version Packages (#257)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.58.2 to 1.59.1

Release notes

Sourced from @​playwright/test's releases.

v1.59.1

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#39990)

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
</tr></table> 

... (truncated)

Commits
  • d466ac5 chore: mark v1.59.1 (#40005)
  • 530e7e5 cherry-pick(#4004): fix(cli): kill-all should kill dashboard
  • 9aa216c cherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...
  • 01b2b15 cherry-pick(#39980): chore: more release notes fixes
  • a5cb6c9 cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs
  • 99a17b5 cherry-pick(#39975): chore: support opening .trace files via .link indirection
  • 43607c3 cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.4
  • 62cabe1 cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)
  • 0c65a75 cherry-pick(#39968): chore: screencast.showActions api
  • f04155b cherry-pick(#39958): chore: release notes for langs v1.59
  • Additional commits viewable in compare view

Updates chromatic from 16.0.0 to 16.1.0

Release notes

Sourced from chromatic's releases.

v16.1.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

Changelog

Sourced from chromatic's changelog.

v16.1.0 (Thu Apr 02 2026)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits
  • d40b9c5 Bump version to: 16.1.0 [skip ci]
  • dc9d6f2 Update CHANGELOG.md [skip ci]
  • 266f9ba Merge pull request #1261 from chromaui/jmhobbs/cap-4242-find-a-more-robust-pi...
  • da19ccd Merge pull request #1265 from chromaui/CAP-4242-unit-tests
  • 4636d8e Unit test treeKill
  • a0c8f4b Best effort alternative to tree-kill that swallows errors
  • c175ff8 Merge pull request #1255 from chromaui/jmhobbs/cap-4228-create-workflow-for-a...
  • 69ae79f action-canary: ensure next version is used when pushing canary
  • ffdd265 Publish action-canary in release workflow
  • 11e1367 Error out publishAction if GH_TOKEN environment variable is not set
  • 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

Summary by cubic

Updates our visual regression tooling in /tools/visual-chromatic to improve stability and Windows compatibility by bumping @chromatic-com/playwright to 0.12.8, @playwright/test to 1.59.1, and chromatic to 16.1.0.

  • Dependencies

    • @chromatic-com/playwright → 0.12.8: fixes Windows archive/path issues, sanitizes snapshot names; pins Storybook to 8.5.x, which adjusts transitive Storybook packages to 8.5.8 in the lockfile.
    • @playwright/test → 1.59.1: includes Windows bug fixes and new screencast API.
    • chromatic → 16.1.0: more robust process kill handling and minor fixes.
  • Migration

    • Ensure Node 18+ for running /tools/visual-chromatic (pulled via @segment/analytics-node 2.x).

Written for commit d146d24. Summary will update on new commits.

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.12.8
- [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.12.8/packages/playwright)

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

Updates `chromatic` from 16.0.0 to 16.1.0
- [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.1.0)

---
updated-dependencies:
- dependency-name: "@chromatic-com/playwright"
  dependency-version: 0.12.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-tools-visual-chromatic-patch-minor
- dependency-name: "@playwright/test"
  dependency-version: 1.59.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.1.0
  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 Apr 5, 2026
@dependabot dependabot Bot requested a review from Prekzursil as a code owner April 5, 2026 04:04
@dependabot dependabot Bot added type:chore Maintenance or housekeeping area:ci CI/CD and automation dependencies Dependency updates labels Apr 5, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​chromatic-com/​playwright@​0.12.3 ⏵ 0.12.898 +110071 +293 -7100
Updatednpm/​chromatic@​16.0.0 ⏵ 16.1.09910088100100
Updatednpm/​@​playwright/​test@​1.58.2 ⏵ 1.59.110010010099100

View full report

@deepsource-io
Copy link
Copy Markdown

deepsource-io Bot commented Apr 5, 2026

DeepSource Code Review

We reviewed changes in 3871476...d146d24 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Terraform Apr 5, 2026 4:04a.m. Review ↗
SQL Apr 5, 2026 4:04a.m. Review ↗
Rust Apr 5, 2026 4:04a.m. Review ↗
Shell Apr 5, 2026 4:04a.m. Review ↗
Ruby Apr 5, 2026 4:04a.m. Review ↗
PHP Apr 5, 2026 4:04a.m. Review ↗
Kotlin Apr 5, 2026 4:04a.m. Review ↗
Swift Apr 5, 2026 4:04a.m. Review ↗
Scala Apr 5, 2026 4:04a.m. Review ↗
Python Apr 5, 2026 4:04a.m. Review ↗
JavaScript Apr 5, 2026 4:04a.m. Review ↗
Java Apr 5, 2026 4:04a.m. Review ↗
Go Apr 5, 2026 4:04a.m. Review ↗
Docker Apr 5, 2026 4:04a.m. Review ↗
C & C++ Apr 5, 2026 4:04a.m. Review ↗
Ansible Apr 5, 2026 4:04a.m. Review ↗

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 5, 2026

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0 (≤ 10 complexity)
Duplication 0 (≤ 0 duplication)

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

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