Skip to content

chore(deps): bump the all-dependencies group with 15 updates - #327

Merged
lornakelly merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-99d32ac054
Aug 13, 2026
Merged

chore(deps): bump the all-dependencies group with 15 updates#327
lornakelly merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-99d32ac054

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 15 updates:

Package From To
@chromatic-com/storybook 5.2.1 5.3.0
@storybook/addon-a11y 10.5.5 10.5.7
@storybook/addon-docs 10.5.5 10.5.7
@storybook/addon-vitest 10.5.5 10.5.7
@storybook/react-vite 10.5.5 10.5.7
@testing-library/jest-dom 6.9.1 7.0.1
@testing-library/user-event 14.6.1 14.6.3
@types/node 12.20.55 26.2.0
lucide-react 1.28.0 1.31.0
oxfmt 0.61.0 0.62.0
oxlint 1.76.0 1.77.0
sonner 2.0.7 2.0.8
storybook 10.5.5 10.5.7
syncpack 15.3.2 15.3.3
vite 8.2.0 8.2.1

Updates @chromatic-com/storybook from 5.2.1 to 5.3.0

Release notes

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

v5.3.0

🚀 Enhancement

🐛 Bug Fix

Authors: 5

v5.3.0-next.6

🐛 Bug Fix

Authors: 2

v5.3.0-next.5

🐛 Bug Fix

Authors: 3

v5.3.0-next.4

🐛 Bug Fix

... (truncated)

Changelog

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

v5.3.0 (Thu Aug 06 2026)

🚀 Enhancement

🐛 Bug Fix

Authors: 5


Commits
  • 73d1ea7 Bump version to: 5.3.0 [skip ci]
  • ede1bf7 Update CHANGELOG.md [skip ci]
  • b918426 Merge pull request #445 from chromaui/next
  • 737bc01 Merge pull request #450 from chromaui/ghengeveld/pin-checkout-action-sha
  • 894b2ee Pin actions/checkout to a commit SHA in Chromatic workflow
  • 2414392 Merge pull request #443 from chromaui/shilman/fix-share-actions
  • 09f0c93 Linting
  • fc2fda1 Include signedIn on openShare telemetry
  • 11c0a9a Use SHARE_TELEMETRY constant in SharePopup tests
  • 005a099 Align SharePopup screen names with Authentication telemetry
  • Additional commits viewable in compare view

Updates @storybook/addon-a11y from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/addon-a11y's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/addon-a11y's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 80195a0 Merge pull request #35486 from storybookjs/valentin/cli-local-postinstall-aut...
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-docs from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-vitest from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/addon-vitest's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/addon-vitest's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 80195a0 Merge pull request #35486 from storybookjs/valentin/cli-local-postinstall-aut...
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @storybook/react-vite from 10.5.5 to 10.5.7

Release notes

Sourced from @​storybook/react-vite's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from @​storybook/react-vite's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • 43f2316 Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • See full diff in compare view

Updates @testing-library/jest-dom from 6.9.1 to 7.0.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.1

7.0.1 (2026-08-09)

Bug Fixes

  • declare vitest as an optional peer dependency (#733) (3782c78)

v7.0.0

7.0.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)

BREAKING CHANGES

  • @​testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22.

Repaired release for testing-library/jest-dom#731

v6.10.0

6.10.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (#731) (cae44df)
Commits
  • 3782c78 fix: declare vitest as an optional peer dependency (#733)
  • 1e39089 feat: add toContainAnyBy* and toContainOneBy* query matchers
  • cae44df feat: add toContainAnyBy* and toContainOneBy* query matchers (#731)
  • 55c07ce ci: switch release to npm trusted publishing (#726)
  • 213256f docs: move toHaveSelection from the deprecated section (#717)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/jest-dom since your current version.


Updates @testing-library/user-event from 14.6.1 to 14.6.3

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/user-event since your current version.


Updates @types/node from 12.20.55 to 26.2.0

Commits

Updates lucide-react from 1.28.0 to 1.31.0

Release notes

Sourced from lucide-react's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Commits

Updates oxfmt from 0.61.0 to 0.62.0

Changelog

Sourced from oxfmt's changelog.

[0.62.0] - 2026-08-03

🐛 Bug Fixes

  • e6e584b oxfmt: Type jsdoc. enum options (#25008) (leaysgur)

[0.59.0] - 2026-07-13

🐛 Bug Fixes

  • 415fe1e oxfmt: Error on ignorePatterns that cannot match files outside the config directory (#24286) (leaysgur)

[0.55.0] - 2026-06-15

🚀 Features

  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#22935) (AliceLanniste)

[0.54.0] - 2026-06-08

📚 Documentation

  • dadafe3 oxlint, oxfmt: Mention migrate skills in npm READMEs (#22965) (Boshen)
  • f88961a oxfmt: Annotate each config option with supported languages (#22953) (leaysgur)

[0.52.0] - 2026-05-26

🚀 Features

  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#22454) (leaysgur)

[0.50.0] - 2026-05-15

🐛 Bug Fixes

  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)

[0.49.0] - 2026-05-11

🚀 Features

  • 6e8e818 oxfmt: Experimental .svelte support (#21700) (leaysgur)

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)

[0.44.0] - 2026-04-06

... (truncated)

Commits

Updates oxlint from 1.76.0 to 1.77.0

Changelog

Sourced from oxlint's changelog.

[1.77.0] - 2026-08-03

🐛 Bug Fixes

  • 5c0fa61 linter/eslint/no-warning-comments: Unify config structs and remove manual options docs (#25151) (Mikhail Baev)

📚 Documentation

  • 9dc7756 linter/typescript/no-unnecessary-condition: Clarify options (#25110) (camc314)
Commits
  • 9a423f2 release(apps): oxlint v1.77.0 && oxfmt v0.62.0 (#25251)
  • 5c0fa61 fix(linter/eslint/no-warning-comments): unify config structs and remove manua...
  • 9dc7756 docs(linter/typescript/no-unnecessary-condition): clarify options (#25110)
  • See full diff in compare view

Updates sonner from 2.0.7 to 2.0.8

Release notes

Sourced from sonner's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.7...v2.0.8

Commits

Updates storybook from 10.5.5 to 10.5.7

Release notes

Sourced from storybook's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

Changelog

Sourced from storybook's changelog.

10.5.7

10.5.6

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • bc4860a Merge pull request #35767 from storybookjs/valentin/install-packages-as-latest
  • b90d14d Merge pull request #35341 from storybookjs/valentin/rolldown-dts
  • f1d065b Merge pull request #35769 from storybookjs/valentin/handle-non-storybook-pack...
  • 49bf860 Merge pull request #35492 from storybookjs/valentin/ts7-package-typecheck
  • 43f2316 Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • 3559428 Merge pull request #35614 from storybookjs/fix/pin-jest-dom-6.9.1
  • See full diff in compare view

Updates syncpack from 15.3.2 to 15.3.3

Release notes

Sourced from syncpack's releases.

15.3.3

15.3.3 (2026-08-09)

Bug Fixes

  • cargo: update dependencies (8e1cd38)
  • cargo: update dependencies (7d47933)
  • rust: update to 1.97 (f157e57)
Changelog

Sourced from syncpack's changelog.

15.3.3 (2026-08-09)

Bug Fixes

  • cargo: update dependencies (8e1cd38)
  • cargo: update dependencies (7d47933)
  • rust: update to 1.97 (f157e57)
Commits
  • 958d306 chore(release): 15.3.3
  • ea501c7 chore(yaml): apply breaking changes from yamlpath@1.29
  • 8e1cd38 fix(cargo): update dependencies
  • f157e57 fix(rust): update to 1.97
  • 7d47933 fix(cargo): update dependencies
  • See full diff in compare view

Updates vite from 8.2.0 to 8.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

v8.2.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • build: make client chunkImportMap work with sharedPlugins: true (#23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix

Bumps the all-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `5.2.1` | `5.3.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.5.5` | `10.5.7` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.5` | `10.5.7` |
| [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.5.5` | `10.5.7` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.5.5` | `10.5.7` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.9.1` | `7.0.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `12.20.55` | `26.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.28.0` | `1.31.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.61.0` | `0.62.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.76.0` | `1.77.0` |
| [sonner](https://github.com/emilkowalski/sonner) | `2.0.7` | `2.0.8` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.5.5` | `10.5.7` |
| [syncpack](https://github.com/JamieMason/syncpack) | `15.3.2` | `15.3.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` |


Updates `@chromatic-com/storybook` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.3.0/CHANGELOG.md)
- [Commits](chromaui/addon-visual-tests@v5.2.1...v5.3.0)

Updates `@storybook/addon-a11y` from 10.5.5 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.5.5 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/docs)

Updates `@storybook/addon-vitest` from 10.5.5 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/vitest)

Updates `@storybook/react-vite` from 10.5.5 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/frameworks/react-vite)

Updates `@testing-library/jest-dom` from 6.9.1 to 7.0.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.9.1...v7.0.1)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.3
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.1...v14.6.3)

Updates `@types/node` from 12.20.55 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lucide-react` from 1.28.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)

Updates `oxfmt` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.62.0/npm/oxfmt)

Updates `oxlint` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.77.0/npm/oxlint)

Updates `sonner` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v2.0.7...v2.0.8)

Updates `storybook` from 10.5.5 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/core)

Updates `syncpack` from 15.3.2 to 15.3.3
- [Release notes](https://github.com/JamieMason/syncpack/releases)
- [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md)
- [Commits](JamieMason/syncpack@15.3.2...15.3.3)

Updates `vite` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@chromatic-com/storybook"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-vitest"
  dependency-version: 10.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: lucide-react
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: oxfmt
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: oxlint
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sonner
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: storybook
  dependency-version: 10.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: syncpack
  dependency-version: 15.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 Aug 13, 2026
Copilot AI lite review requested due to automatic review settings August 13, 2026 07:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
@netlify

netlify Bot commented Aug 13, 2026

Copy link
Copy Markdown

Deploy Preview for openworkflow-editor canceled.

Name Link
🔨 Latest commit c69e02a
🔍 Latest deploy log https://app.netlify.com/projects/openworkflow-editor/deploys/6a7d6ded4c811e000850e172

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the workspace package catalog to newer patch/minor versions, likely to pick up bug fixes and compatibility improvements across the monorepo.

Changes:

  • Bumped Storybook-related packages (including Chromatic Storybook) from 10.5.5/5.2.0 to 10.5.7/5.3.0.
  • Updated testing/tooling dependencies (Testing Library, types, lint/format tools, Vite, etc.).
  • Minor bumps to UI/support libraries (lucide-react, sonner) and tooling (syncpack).
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@lornakelly lornakelly left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@lornakelly
lornakelly merged commit 47e0a8e into main Aug 13, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-99d32ac054 branch August 13, 2026 12:45
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.

4 participants