chore(deps): bump the all-dependencies group across 1 directory with 13 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(5 days ago)
(5 days ago)
(5 days ago)
dependencies javascript
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
- onLongPress: Allow function as value in delay - by
@keeplearning66
in vueuse/vueuse#4979 (415f3)- useAsyncState: Allow initial value to be a ref - by
@43081j
in vueuse/vueuse#4992 (e38e8)🐞 Bug Fixes
- types: Update type casting for watch functions to use WatchSource - by
@ArthurDarkstone
in vueuse/vueuse#4966 (00a72)- useUrlSearchParams: Restore proper history and navigation behavior - by
@yosong-github
and@ilyaliao
in vueuse/vueuse#4969 (1cff4)View changes on GitHub
Commits
b8fdcab
chore: release v13.9.0b2aa062
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
Commits
793d71e
chore: release v3.12.1- See full diff in compare view
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
- core: Enhance raw css utils parse with apply variants - by
@zyyv
in unocss/unocss#4889 (e91d1)- preset-web-fonts: Add fetch option to LocalFontProcessor - by
@runyasak
in unocss/unocss#4894 (dda90)🐞 Bug Fixes
- autocomplete:
- Respect variant autocomplete template without
mutipass
- by@zyyv
in unocss/unocss#4891 (3587a)- eslint:
- Disallow extra properties in rule options - by
@andreww2012
in unocss/unocss#4873 (89243)- playground:
- Add import map plugin - by
@Jungzl
in unocss/unocss#4874 (a587c)- preset-typography:
- Start with
selectorName
by default related to #4882 - by@zyyv
in unocss/unocss#4882 (45ca1)- preset-web-fonts:
- Support width axis and single axis config for google provider - by
@Jungzl
,@zyyv
and Copilot in unocss/unocss#4878 (86435)- preset-wind4:
- Exclude
containers
key in theme preflight close #4870 - by@zyyv
in unocss/unocss#4870 (84c69)space
÷
aligned with tw4 - by@Jungzl
in unocss/unocss#4879 (56e58)- Negative variant for
scale
rule - by@Jungzl
in unocss/unocss#4881 (c8863)box-shadow
&text-shadow
&drop-shadow
aligned with tw4 - by@Jungzl
in unocss/unocss#4888 (4e6c2)- svelte-scoped:
- Update
preset-typography
usage in svelte - by@zyyv
in unocss/unocss#4900 (79c71)- transformer-directives:
@apply
in grouping selectors - by@Jungzl
in unocss/unocss#4895 (30bcc)🏎 Performance
- core: Cache rule index to reduce query index - by
@lghuahua
and@zyyv
in unocss/unocss#4892 (48ea5)View changes on GitHub
v66.4.3-beta.1
🐞 Bug Fixes
- eslint:
- Disallow extra properties in rule options - by
@andreww2012
in unocss/unocss#4873 (89243)- playground:
- Add import map plugin - by
@Jungzl
in unocss/unocss#4874 (a587c)- preset-web-fonts:
- Support width axis and single axis config for google provider - by
@Jungzl
,@zyyv
and Copilot in unocss/unocss#4878 (86435)- preset-wind4:
- Exclude
containers
key in theme preflight close #4870 - by@zyyv
in unocss/unocss#4870 (84c69)space
÷
aligned with tw4 - by@Jungzl
in unocss/unocss#4879 (56e58)- Negative variant for
scale
rule - by@Jungzl
in unocss/unocss#4881 (c8863)View changes on GitHub
Commits
f22ce1b
chore: release v66.5.01cd3bf6
chore: release v66.4.3-beta.1- See full diff in compare view
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
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Changelog
Sourced from @storybook/addon-links
's changelog.
9.1.4
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Commits
9f02684
Bump version from "9.1.3" to "9.1.4" [skip ci]- See full diff in compare view
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
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Changelog
Sourced from @storybook/vue3
's changelog.
9.1.4
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Commits
9f02684
Bump version from "9.1.3" to "9.1.4" [skip ci]- See full diff in compare view
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
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Changelog
Sourced from @storybook/vue3-vite
's changelog.
9.1.4
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Commits
9f02684
Bump version from "9.1.3" to "9.1.4" [skip ci]470f1fd
Merge pull request #32319 from storybookjs/copilot/fix-32318- See full diff in compare view
Updates @vueuse/shared
from 13.8.0 to 13.9.0
Release notes
Sourced from @vueuse/shared
's releases.
v13.9.0
🚀 Features
- onLongPress: Allow function as value in delay - by
@keeplearning66
in vueuse/vueuse#4979 (415f3)- useAsyncState: Allow initial value to be a ref - by
@43081j
in vueuse/vueuse#4992 (e38e8)🐞 Bug Fixes
- types: Update type casting for watch functions to use WatchSource - by
@ArthurDarkstone
in vueuse/vueuse#4966 (00a72)- useUrlSearchParams: Restore proper history and navigation behavior - by
@yosong-github
and@ilyaliao
in vueuse/vueuse#4969 (1cff4)View changes on GitHub
Commits
b8fdcab
chore: release v13.9.000a7291
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
- Feat:Fix outdated and incorrect links in the CLI #1202 (
@jonniebigodes
)- Show setup URL on build errors when onboarding. #1201 (
@jmhobbs
)Authors: 2
@jonniebigodes
- John Hobbs (
@jmhobbs
)
Changelog
Sourced from chromatic's changelog.
v13.1.4 (Fri Aug 29 2025)
🐛 Bug Fix
- Feat:Fix outdated and incorrect links in the CLI #1202 (
@jonniebigodes
)- Show setup URL on build errors when onboarding. #1201 (
@jmhobbs
)Authors: 2
@jonniebigodes
- John Hobbs (
@jmhobbs
)
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_links15f72ae
Removes references to the viewlayer used by noCSFGlobs1a0e200
Remove viewlayer from nocsf filef4c52ab
Attempt to fix linting errors0db944b
Feat:Fix outdated and incorrect links in the CLI8879737
Merge pull request #1201 from chromaui/jmhobbs/cap-3287-chromatic-cicli-issue...d3c25a2
Improve links during onboarding with system errorscce1b29
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
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Changelog
Sourced from storybook's changelog.
9.1.4
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
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
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Changelog
Sourced from storybook-addon-pseudo-states's changelog.
9.1.4
- Angular: Properly merge builder options and browserTarget options - #32272, thanks
@kroeder
!- Core: Optimize bundlesize, by reusing internal/babel in mocking-utils - #32350, thanks
@ndelangen
!- Svelte & Vue: Add framework-specific
docgen
option to disable docgen processing - #32319, thanks@copilot-swe-agent
!- Svelte: Support
@sveltejs/vite-plugin-svelte
v6 - #32320, thanks@JReinhold
!
Commits
9f02684
Bump version from "9.1.3" to "9.1.4" [skip ci]- See full diff in compare view
Updates terser
from 5.43.1 to 5.44.0
Changelog
Sourced from terser's changelog.
v5.44.0
- Support
using
andawait 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
- compiler-core: force dynamic slots when slot referencing scope vars (#9427) (99d54b2), closes #9380
- compiler-sfc: check lang before attempt to compile script (#13508) (55922ff), closes #8368
- compiler-sfc: support
${configDir}
in paths for TypeScript 5.5+ (#13491) (8696e34), closes #13484- compiler-sfc: support global augments with named exports (#13789) (35da3c6)
- custom-element: prevent defineCustomElement from mutating the options object (#13791) (e322436)
- hmr: prevent
__VUE_HMR_RUNTIME__
from being overwritten by vue runtime in 3rd-party libraries (#13817) (1392734), closes vitejs/vite-plugin-vue#644- hmr: prevent update unmounting component during HMR reload (#13815) (ef20b86), closes vitejs/vite-plugin-vue#599
- runtime-core: disable tracking block in h function (#8213) (8f6b505), closes #6913
- runtime-core: use separate emits caches for components and mixins (#11661) (15fc75f)
- Suspence: handle Suspense + KeepAlive HMR updating edge case (#13076) (5d75a17), closes #13075
- Teleport: hydrate disabled Teleport with undefined target (#11235) (00978f7), closes #11230
- templateRef: prevent unnecessary set ref on dynamic ref change or component unmount (#12642) (93ba107), closes #12639
- watch: use maximum depth for duplicates (#13434) (f2699a5)
Performance Improvements
Commits
4b6cb1f
release: v3.5.215d75a17
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
1
2
+708
-449
Package Dependencies
storybook-addon-pseudo-states
npm
9.1.3 → 9.1.4
Patch
Technical Details
ID: | 6742142 |
UUID: | 2795722399 |
Node ID: | PR_kwDOGvSsFM6mo1af |
Host: | GitHub |
Repository: | shopware/developer-documentation-vitepress |
Mergeable: | Yes |
Merge State: | Clean |
Rebaseable: | Yes |