An open index of dependabot pull requests across open source projects.

chore(deps): bump the all-dependencies group across 1 directory with 13 updates

Closed
Number: #537
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 03, 2025 at 12:13 PM UTC
(5 days ago)
Updated: September 03, 2025 at 06:12 PM UTC
(5 days ago)
Closed: September 03, 2025 at 06:12 PM UTC
(5 days ago)
Time to Close: about 6 hours
Labels:
dependencies javascript
Description:

Bumps the all-dependencies group with 13 updates in the / directory:

Package From To
@vueuse/core 13.8.0 13.9.0
shiki 3.12.0 3.12.1
unocss 66.4.2 66.5.0
@storybook/addon-links 9.1.3 9.1.4
@storybook/vue3 9.1.3 9.1.4
@storybook/vue3-vite 9.1.3 9.1.4
@vueuse/shared 13.8.0 13.9.0
chromatic 13.1.3 13.1.4
storybook 9.1.3 9.1.4
storybook-addon-pseudo-states 9.1.3 9.1.4
terser 5.43.1 5.44.0
vue 3.5.20 3.5.21
rollup 4.49.0 4.50.0

Updates @vueuse/core from 13.8.0 to 13.9.0

Release notes

Sourced from @​vueuse/core's releases.

v13.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b8fdcab chore: release v13.9.0
  • b2aa062 test(onLongPress): use custom timer in test assertion (#5000)
  • 1cff4c4 fix(useUrlSearchParams): restore proper history and navigation behavior (#4969)
  • 415f376 feat(onLongPress): allow function as value in delay (#4979)
  • e38e8d9 feat(useAsyncState): allow initial value to be a ref (#4992)
  • See full diff in compare view

Updates shiki from 3.12.0 to 3.12.1

Release notes

Sourced from shiki's releases.

v3.12.1

No significant changes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for shiki since your current version.


Updates unocss from 66.4.2 to 66.5.0

Release notes

Sourced from unocss's releases.

v66.5.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v66.4.3-beta.1

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @storybook/addon-links from 9.1.3 to 9.1.4

Release notes

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

v9.1.4

9.1.4

Changelog

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

9.1.4

Commits

Updates @storybook/vue3 from 9.1.3 to 9.1.4

Release notes

Sourced from @​storybook/vue3's releases.

v9.1.4

9.1.4

Changelog

Sourced from @​storybook/vue3's changelog.

9.1.4

Commits

Updates @storybook/vue3-vite from 9.1.3 to 9.1.4

Release notes

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

v9.1.4

9.1.4

Changelog

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

9.1.4

Commits

Updates @vueuse/shared from 13.8.0 to 13.9.0

Release notes

Sourced from @​vueuse/shared's releases.

v13.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b8fdcab chore: release v13.9.0
  • 00a7291 fix(types): update type casting for watch functions to use WatchSource<T> (#4...
  • See full diff in compare view

Updates chromatic from 13.1.3 to 13.1.4

Release notes

Sourced from chromatic's releases.

v13.1.4

🐛 Bug Fix

Authors: 2

Changelog

Sourced from chromatic's changelog.

v13.1.4 (Fri Aug 29 2025)

🐛 Bug Fix

Authors: 2


Commits
  • c852593 Bump version to: 13.1.4 [skip ci]
  • aae7c41 Update CHANGELOG.md [skip ci]
  • 062d1fa Merge pull request #1202 from chromaui/feat_fix_links
  • 15f72ae Removes references to the viewlayer used by noCSFGlobs
  • 1a0e200 Remove viewlayer from nocsf file
  • f4c52ab Attempt to fix linting errors
  • 0db944b Feat:Fix outdated and incorrect links in the CLI
  • 8879737 Merge pull request #1201 from chromaui/jmhobbs/cap-3287-chromatic-cicli-issue...
  • d3c25a2 Improve links during onboarding with system errors
  • cce1b29 Show setup URL on build errors when onboarding.
  • See full diff in compare view

Updates storybook from 9.1.3 to 9.1.4

Release notes

Sourced from storybook's releases.

v9.1.4

9.1.4

Changelog

Sourced from storybook's changelog.

9.1.4

Commits
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • 58752c6 Merge pull request #32350 from storybookjs/norbert/deduplicate-babel
  • See full diff in compare view

Updates storybook-addon-pseudo-states from 9.1.3 to 9.1.4

Release notes

Sourced from storybook-addon-pseudo-states's releases.

v9.1.4

9.1.4

Changelog

Sourced from storybook-addon-pseudo-states's changelog.

9.1.4

Commits

Updates terser from 5.43.1 to 5.44.0

Changelog

Sourced from terser's changelog.

v5.44.0

  • Support using and await using declarations (#1635)
Commits

Updates vue from 3.5.20 to 3.5.21

Release notes

Sourced from vue's releases.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.21 (2025-09-02)

Bug Fixes

Performance Improvements

  • improve regexp performance with non-capturing groups (#13567) (1e8b65a)
Commits
  • 4b6cb1f release: v3.5.21
  • 5d75a17 fix(Suspence): handle Suspense + KeepAlive HMR updating edge case (#13076)
  • 55922ff fix(compiler-sfc): check lang before attempt to compile script (#13508)
  • 1e8b65a perf: improve regexp performance with non-capturing groups (#13567)
  • f2699a5 fix(watch): use maximum depth for duplicates (#13434)
  • 99d54b2 fix(compiler-core): force dynamic slots when slot referencing scope vars (#9427)
  • 15fc75f fix(runtime-core): use separate emits caches for components and mixins (#11661)
  • 4810f14 chore(types): compatible with TS 5.8 (#12973)
  • 7171def refactor: remove canary release workflows (#13794)
  • 26bce3d chore: update side effect annotations to use standardized format (#13839)
  • Additional commits viewable in compare view

Updates rollup from 4.49.0 to 4.50.0

Release notes

Sourced from rollup's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+708
Deletions:
-449
Package Dependencies
Package:
vue
Ecosystem:
npm
Version Change:
3.5.20 → 3.5.21
Update Type:
Patch
Package:
terser
Ecosystem:
npm
Version Change:
5.43.1 → 5.44.0
Update Type:
Minor
Package:
storybook
Ecosystem:
npm
Version Change:
9.1.3 → 9.1.4
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.3 → 9.1.4
Update Type:
Patch
Package:
shiki
Ecosystem:
npm
Version Change:
3.12.0 → 3.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
13.8.0 → 13.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.3 → 9.1.4
Update Type:
Patch
Package:
chromatic
Ecosystem:
npm
Version Change:
13.1.3 → 13.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.1.3 → 9.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.1.3 → 9.1.4
Update Type:
Patch
Package:
unocss
Ecosystem:
npm
Version Change:
66.4.2 → 66.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
13.8.0 → 13.9.0
Update Type:
Minor
Technical Details
ID: 6742142
UUID: 2795722399
Node ID: PR_kwDOGvSsFM6mo1af
Host: GitHub
Repository: shopware/developer-documentation-vitepress
Mergeable: Yes
Merge State: Clean
Rebaseable: Yes