Skip to content

build(deps-dev): bump storybook-addon-vis from 3.0.1 to 4.2.2 in /packages/openbridge-webcomponents - #815

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/packages/openbridge-webcomponents/storybook-addon-vis-4.2.2
Open

build(deps-dev): bump storybook-addon-vis from 3.0.1 to 4.2.2 in /packages/openbridge-webcomponents#815
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/packages/openbridge-webcomponents/storybook-addon-vis-4.2.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps storybook-addon-vis from 3.0.1 to 4.2.2.

Release notes

Sourced from storybook-addon-vis's releases.

storybook-addon-vis@4.2.2

Patch Changes

  • #739 66599bc Thanks @​unional! - Make sure the visAnnotation.beforeEach do anything only when it is running in test.

storybook-addon-vis@4.2.1

Patch Changes

storybook-addon-vis@4.2.0

Minor Changes

  • 4bead0a Thanks @​unional! - Export visAnnotations from the main package index and move expect.extend({ toMatchImageSnapshot }) from a module-level side effect to lazy initialization inside visAnnotations.beforeEach().

    Previously, importing storybook-addon-vis or storybook-addon-vis/vitest-setup would immediately call expect.extend as a side effect. Now the extension is deferred until visAnnotations.beforeEach() runs, ensuring it only executes when storybook/test is initialized.

storybook-addon-vis@4.1.0

Minor Changes

  • #723 69cde31 Thanks @​unional! - Add createMissingBaseline for image matchers so a missing baseline can be written without -u / updateSnapshot: 'all', and support vis.setup({ createMissingBaseline: true }) defaults for auto snapshots (overridable per test). Document Storybook Vitest browser limitations for createMissingBaseline and the updateSnapshot workaround.

  • #723 fc139fd Thanks @​unional! - Add opt-in shortenLongSnapshotPaths to vis(): when enabled, if representative absolute snapshot paths under __baselines__ (after snapshotRootDir and snapshotSubpath) would exceed Windows-safe limits (250 characters or a path segment over 255), keep subpath directories and shorten only the final component to {firstToken}-{hash12}{ext} (tersify-style prefix); legacy taskId-key.png names are unchanged. Fix getVisOption to merge __default plugin options with the active Vitest project. Storybook visProjects may set shortenLongSnapshotPaths for the Vis panel (same semantics as Vitest vis()). Export resolveSnapshotSubpathWithinLimits from vitest-plugin-vis/server-utils. vitest-plugin-vis/testing is browser-safe (fixtures only). getVisOption and stubSuite are available from vitest-plugin-vis/testing/node for Node/Vitest project tests.

Patch Changes

storybook-addon-vis@4.0.0

Major Changes

  • #711 b4c34dc Thanks @​unional! - Remove deprecated setup APIs and align with Vitest 4.

    • BREAKING: createVis is no longer re-exported from vitest-plugin-vis/setup. Import it from vitest-plugin-vis/setup-api instead.
    • BREAKING: Removed deprecated vis.presets, vis.beforeAll, and vis.afterEach helpers from the object returned by createVis. Use vis.setup() (and autoSnapshotMatcher where you need per-theme snapshots) instead.
    • BREAKING: Config preset none is renamed to custom.
    • BREAKING: Removed the vitest-plugin-vis/presets/enable entry point; use the manual or auto preset, or custom with your own vitest.setup.ts.
    • BREAKING: Browser helpers now rely on Vitest 4’s TestRunner.getCurrentTest / getCurrentSuite (via vitest instead of vitest/suite). Requires Vitest 4+ in browser projects.

Patch Changes

  • 397cbe6 Thanks @​unional! - Remove usage of deprecated IconButton.

  • Updated dependencies [b4c34dc]:

    • vitest-plugin-vis@5.0.0

storybook-addon-vis@3.1.5

Patch Changes

... (truncated)

Changelog

Sourced from storybook-addon-vis's changelog.

4.2.2

Patch Changes

  • #739 66599bc Thanks @​unional! - Make sure the visAnnotation.beforeEach do anything only when it is running in test.

4.2.1

Patch Changes

4.2.0

Minor Changes

  • 4bead0a Thanks @​unional! - Export visAnnotations from the main package index and move expect.extend({ toMatchImageSnapshot }) from a module-level side effect to lazy initialization inside visAnnotations.beforeEach().

    Previously, importing storybook-addon-vis or storybook-addon-vis/vitest-setup would immediately call expect.extend as a side effect. Now the extension is deferred until visAnnotations.beforeEach() runs, ensuring it only executes when storybook/test is initialized.

4.1.0

Minor Changes

  • #723 69cde31 Thanks @​unional! - Add createMissingBaseline for image matchers so a missing baseline can be written without -u / updateSnapshot: 'all', and support vis.setup({ createMissingBaseline: true }) defaults for auto snapshots (overridable per test). Document Storybook Vitest browser limitations for createMissingBaseline and the updateSnapshot workaround.

  • #723 fc139fd Thanks @​unional! - Add opt-in shortenLongSnapshotPaths to vis(): when enabled, if representative absolute snapshot paths under __baselines__ (after snapshotRootDir and snapshotSubpath) would exceed Windows-safe limits (250 characters or a path segment over 255), keep subpath directories and shorten only the final component to {firstToken}-{hash12}{ext} (tersify-style prefix); legacy taskId-key.png names are unchanged. Fix getVisOption to merge __default plugin options with the active Vitest project. Storybook visProjects may set shortenLongSnapshotPaths for the Vis panel (same semantics as Vitest vis()). Export resolveSnapshotSubpathWithinLimits from vitest-plugin-vis/server-utils. vitest-plugin-vis/testing is browser-safe (fixtures only). getVisOption and stubSuite are available from vitest-plugin-vis/testing/node for Node/Vitest project tests.

Patch Changes

4.0.0

Major Changes

  • #711 b4c34dc Thanks @​unional! - Remove deprecated setup APIs and align with Vitest 4.

    • BREAKING: createVis is no longer re-exported from vitest-plugin-vis/setup. Import it from vitest-plugin-vis/setup-api instead.
    • BREAKING: Removed deprecated vis.presets, vis.beforeAll, and vis.afterEach helpers from the object returned by createVis. Use vis.setup() (and autoSnapshotMatcher where you need per-theme snapshots) instead.
    • BREAKING: Config preset none is renamed to custom.
    • BREAKING: Removed the vitest-plugin-vis/presets/enable entry point; use the manual or auto preset, or custom with your own vitest.setup.ts.
    • BREAKING: Browser helpers now rely on Vitest 4’s TestRunner.getCurrentTest / getCurrentSuite (via vitest instead of vitest/suite). Requires Vitest 4+ in browser projects.

Patch Changes

... (truncated)

Commits
  • c0fa529 chore: version packages
  • 66599bc fix: Make sure the visAnnotation.beforeEach do anything only when it is run...
  • 3d1fa68 chore: version packages
  • d1c7325 fix(sav): add manager subpath export
  • 2370652 fix(sav): manager ref
  • 8ffd383 chore: version packages
  • 4bead0a feat: Export visAnnotations from the main package index
  • 856e720 chore: version packages
  • bf68db8 docs: add Storybook 10.3+ setup guide for Vitest project annotations
  • 1c10700 refactor: use subpath imports in test and story files
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for storybook-addon-vis since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
storybook-addon-vis [>= 3.1.a, < 3.2]

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [storybook-addon-vis](https://github.com/repobuddy/visual-testing/tree/HEAD/packages/storybook-addon-vis) from 3.0.1 to 4.2.2.
- [Release notes](https://github.com/repobuddy/visual-testing/releases)
- [Changelog](https://github.com/repobuddy/visual-testing/blob/main/packages/storybook-addon-vis/CHANGELOG.md)
- [Commits](https://github.com/repobuddy/visual-testing/commits/storybook-addon-vis@4.2.2/packages/storybook-addon-vis)

---
updated-dependencies:
- dependency-name: storybook-addon-vis
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 23, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 23, 2026
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.

0 participants