Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all-dependencies group with 23 updates #50

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps the all-dependencies group with 23 updates:

Package From To
vitepress 1.0.0-rc.32 1.0.0-rc.35
vitepress-shopware-docs 1.1.10 1.1.11
vue 3.3.13 3.4.5
@shopware-docs/cli 1.1.10 1.1.11
@shopware-docs/storybook 1.1.10 1.1.11
@shopware-docs/vitepress 1.1.10 1.1.11
@shopware-docs/vitest 1.1.10 1.1.11
@storybook/addon-essentials 7.6.6 7.6.7
@storybook/addon-interactions 7.6.6 7.6.7
@storybook/addon-links 7.6.6 7.6.7
@storybook/blocks 7.6.6 7.6.7
@storybook/vue3 7.6.6 7.6.7
@storybook/vue3-vite 7.6.6 7.6.7
@types/node 20.10.5 20.10.6
@vitejs/plugin-vue 4.5.2 5.0.2
@vueuse/shared 10.7.0 10.7.1
axios 1.6.2 1.6.4
chromatic 10.1.0 10.2.0
sass 1.69.5 1.69.7
storybook 7.6.6 7.6.7
typedoc 0.25.4 0.25.6
unocss 0.58.0 0.58.3
vitest 1.1.0 1.1.1

Updates vitepress from 1.0.0-rc.32 to 1.0.0-rc.35

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.35

Please refer to CHANGELOG.md for details.

v1.0.0-rc.34

Please refer to CHANGELOG.md for details.

v1.0.0-rc.33

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.35 (2024-1-3)

Bug Fixes

  • client: add computed dir and lang to html root (c2b4c66), closes #3353
  • fill all empty code lines (563020b), closes #3305
  • fix theme chunking logic causing out-of-order styles (#3403) (a6cd891)
  • invalidate module cache for subsequent builds (#3398) (27f60e0)

Features

Performance Improvements

  • localSearch: add concurrency pooling, cleanup logic, improve performance (#3374) (ac5881e)

1.0.0-rc.34 (2023-12-30)

Bug Fixes

  • build: clear cache after build (9568fea), closes #3363
  • default-theme: remove use of reactify for search i18n (8687b86)
  • print errors when importing an invalid dynamic route (#3201) (6d89a08)
  • remove double title from home pages (9f1f04e), closes #3375
  • theme/i18n: support customizing dark mode switch titles (#3311) (50c9758)

Features

1.0.0-rc.33 (2023-12-26)

Features

  • allow explicitly mark code element as .vp-copy-ignore (#3360) (93122ee)
  • build: enable VUE_PROD_HYDRATION_MISMATCH_DETAILS when DEBUG is truthy (f4d4280), closes #422

Performance Improvements

  • implement concurrent promise pooling for render task (#3366)
Commits

Updates vitepress-shopware-docs from 1.1.10 to 1.1.11

Updates vue from 3.3.13 to 3.4.5

Release notes

Sourced from vue's releases.

v3.4.5

Please refer to CHANGELOG.md for details.

v3.4.4

Please refer to CHANGELOG.md for details.

v3.4.3

Please refer to CHANGELOG.md for details.

v3.4.2

Please refer to CHANGELOG.md for details.

v3.4.1

Please refer to CHANGELOG.md for details.

v3.4.0

Please refer to CHANGELOG.md for details.

v3.4.0-rc.3

Please refer to CHANGELOG.md for details.

v3.4.0-rc.2

Please refer to CHANGELOG.md for details.

v3.4.0-rc.1

Please refer to CHANGELOG.md for details.

v3.4.0-beta.4

Please refer to CHANGELOG.md for details.

v3.4.0-beta.3

Please refer to CHANGELOG.md for details.

v3.4.0-beta.2

Please refer to CHANGELOG.md for details.

v3.4.0-beta.1

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.4

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v3.4.0-alpha.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.5 (2024-01-04)

Bug Fixes

  • compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #9972
  • compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #6483 #6491
  • compiler-ssr: fix node clone edge case caused by AST reuse (#9983) (7dbdb3e), closes #9981
  • watch: cleanup watcher effect from scope when manually stopped (#9978) (d2d8955)

3.4.4 (2024-01-03)

Bug Fixes

  • compiler-sfc: fix scss source map regression (71d3121), closes #9970 #9969
  • compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)
  • defineModel: support kebab-case/camelCase mismatches (#9950) (10ccb9b)
  • runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#9966) (0648804), closes #9944
  • ssr: avoid rendering transition-group slot content as a fragment (#9961) (0160264), closes #9933
  • watch: remove instance unmounted short circuit in getter of watchEffect (#9948) (f300a40)
  • watch: revert watch behavior when watching shallow reactive objects (a9f781a), closes #9965

Performance Improvements

  • watch: avoid double traverse for reactive source (24d77c2)

3.4.3 (2023-12-30)

Bug Fixes

  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)

3.4.2 (2023-12-30)

Bug Fixes

  • compiler-sfc: fix dev regression for dot / namespace component usage (dce99c1), closes #9947
  • runtime-core: support deep: false when watch reactive (#9928) (4f703d1), closes #9916
  • ssr: fix hydration error for slot outlet inside transition-group (#9937) (6cb00ed), closes #9933

... (truncated)

Commits
  • 0275dd3 release: v3.4.5
  • b20350d fix(compiler-sfc): fix co-usage of defineModel transform options and props de...
  • ae60a91 fix(compiler-sfc): fix sfc template unref rewrite for class instantiation
  • fda5192 chore: disallow console statement (#9986)
  • 0ae651a chore: remove log
  • e790e1b build: add production/development export conditions (#9977)
  • 7dbdb3e fix(compiler-ssr): fix node clone edge case caused by AST reuse (#9983)
  • d2d8955 fix(watch): cleanup watcher effect from scope when manually stopped (#9978)
  • f70f7ca release: v3.4.4
  • fe03b2f chore(apiWatch): constraint deep passes boolean (#9952)
  • Additional commits viewable in compare view

Updates @shopware-docs/cli from 1.1.10 to 1.1.11

Updates @shopware-docs/storybook from 1.1.10 to 1.1.11

Updates @shopware-docs/vitepress from 1.1.10 to 1.1.11

Updates @shopware-docs/vitest from 1.1.10 to 1.1.11

Updates @storybook/addon-essentials from 7.6.6 to 7.6.7

Release notes

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

v7.6.7

7.6.7

Changelog

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

7.6.7

Commits

Updates @storybook/addon-interactions from 7.6.6 to 7.6.7

Release notes

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

v7.6.7

7.6.7

Changelog

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

7.6.7

Commits

Updates @storybook/addon-links from 7.6.6 to 7.6.7

Release notes

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

v7.6.7

7.6.7

Changelog

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

7.6.7

Commits

Updates @storybook/blocks from 7.6.6 to 7.6.7

Release notes

Sourced from @​storybook/blocks's releases.

v7.6.7

7.6.7

Changelog

Sourced from @​storybook/blocks's changelog.

7.6.7

Commits

Updates @storybook/vue3 from 7.6.6 to 7.6.7

Release notes

Sourced from @​storybook/vue3's releases.

v7.6.7

7.6.7

Changelog

Sourced from @​storybook/vue3's changelog.

7.6.7

Commits

Updates @storybook/vue3-vite from 7.6.6 to 7.6.7

Release notes

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

v7.6.7

7.6.7

Changelog

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

7.6.7

Commits

Updates @types/node from 20.10.5 to 20.10.6

Commits

Updates @vitejs/plugin-vue from 4.5.2 to 5.0.2

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.0.2 (2023-12-30)

  • fix: ensure consistent user template options when reusing AST (bc0ad64), closes #322
  • fix: only enable ast reuse for vue 3.4.3+ (4a53b6f)
  • chore: bump vue to 3.4.2 (97002e1)

5.0.1 (2023-12-29)

5.0.0 (2023-12-25)

  • Breaking: drop reactivityTransform support
  • Breaking: drop Node 14/16 support
  • Breaking: drop Vite 4.x support
  • Vue 3.4 template AST reuse support
  • Vue 3.4 compile-time flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ support
  • Added customElement option
  • Deprecated defineModel option

5.0.0-beta.1 (2023-12-14)

  • chore: deprecate defineModel option (0d52a27)
  • feat: provide default value for __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ (new in Vue 3.4) (0fbc4a4)

5.0.0-beta.0 (2023-12-07)

  • chore: upgrade vitest (db4cf1c)
  • chore(deps): update dependency rollup to ^4.6.1 (#308) (1a5df4f), closes #308
  • feat(plugin-vue): add customElement option to compiler (#238) (99564d5), closes #238
  • fix: respect vite base config for absolute URLs during dev (515b171)
  • fix(deps): update all non-major dependencies (#298) (cad0825), closes #298

5.0.0-alpha.0 (2023-11-28)

  • fix(plugin-vue): dts for cjs and esm (c6050ea)
  • feat: skip hmr when script is merely formatted (#258) (8383f49), closes #258
  • feat: support template AST reuse from Vue 3.4 parser (ba1bab9)
  • feat(plugin-vue): add api type to plugin (028617d)
  • chore: remove leftover references to reactivity transform (66d81ce)
  • chore(deps): update upstream (#302) (9c93426), closes #302

... (truncated)

Commits

Updates @vueuse/shared from 10.7.0 to 10.7.1

Release notes

Sourced from @​vueuse/shared's releases.

v10.7.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates axios from 1.6.2 to 1.6.4

Release notes

Sourced from axios's releases.

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Commits

Updates chromatic from 10.1.0 to 10.2.0

Release notes

Sourced from chromatic's releases.

v10.2.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

Changelog

Sourced from chromatic's changelog.

v10.2.0 (Thu Dec 21 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits
  • 9c7cd74 Bump version to: 10.2.0 [skip ci]
  • af894be Update CHANGELOG.md [skip ci]
  • 3ede8ba Merge pull request #879 from chromaui/tom/865-add-STORYBOOK_NODE_ENV
  • aeb31b4 Allow overriding NODE_ENV with STORYBOOK_NODE_ENV
  • fa2d355 Merge pull request #876 from chromaui/ghengeveld/ap-3909-cli-replace-getbuild...
  • 6a68e03 Force canary release regardless of label
  • bc29b2a Fix tests and skip one for now
  • cab653f Fix zip upload
  • a99b16e Remove .only modifier
  • 09ba3ac Fix multipart upload
  • Additional commits viewable in compare view

Updates sass from 1.69.5 to 1.69.7

Release notes

Sourced from sass's releases.

Dart Sass 1.69.7

To install Sass 1.69.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Sass

  • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

See the full changelog for changes in earlier releases.

Dart Sass 1.69.6

To install Sass 1.69.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Produce better output for numbers with complex units in meta.inspect() and debugging messages.

  • Escape U+007F DELETE when serializing strings.

  • When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.

  • Provide official releases for musl LibC and for Android.

  • Don't crash when running meta.apply() in asynchronous mode.

JS API

  • Fix a bug where certain exceptions could produce SourceSpans that didn't follow the documented SourceSpan API.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.69.7

Embedded Sass

  • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

1.69.6

  • Produce better output for numbers with complex units in meta.insp...

    Description has been truncated

Bumps the all-dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.32` | `1.0.0-rc.35` |
| vitepress-shopware-docs | `1.1.10` | `1.1.11` |
| [vue](https://github.com/vuejs/core) | `3.3.13` | `3.4.5` |
| @shopware-docs/cli | `1.1.10` | `1.1.11` |
| @shopware-docs/storybook | `1.1.10` | `1.1.11` |
| @shopware-docs/vitepress | `1.1.10` | `1.1.11` |
| @shopware-docs/vitest | `1.1.10` | `1.1.11` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.6` | `7.6.7` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.6` | `7.6.7` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.6` | `7.6.7` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.6` | `7.6.7` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.6` | `7.6.7` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.6` | `7.6.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.5` | `20.10.6` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.5.2` | `5.0.2` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `10.7.0` | `10.7.1` |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.6.4` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.1.0` | `10.2.0` |
| [sass](https://github.com/sass/dart-sass) | `1.69.5` | `1.69.7` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.6` | `7.6.7` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.4` | `0.25.6` |
| [unocss](https://github.com/unocss/unocss) | `0.58.0` | `0.58.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.0` | `1.1.1` |


Updates `vitepress` from 1.0.0-rc.32 to 1.0.0-rc.35
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-rc.32...v1.0.0-rc.35)

Updates `vitepress-shopware-docs` from 1.1.10 to 1.1.11

Updates `vue` from 3.3.13 to 3.4.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.13...v3.4.5)

Updates `@shopware-docs/cli` from 1.1.10 to 1.1.11

Updates `@shopware-docs/storybook` from 1.1.10 to 1.1.11

Updates `@shopware-docs/vitepress` from 1.1.10 to 1.1.11

Updates `@shopware-docs/vitest` from 1.1.10 to 1.1.11

Updates `@storybook/addon-essentials` from 7.6.6 to 7.6.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/v7.6.7/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.6.6 to 7.6.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/v7.6.7/code/addons/interactions)

Updates `@storybook/addon-links` from 7.6.6 to 7.6.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/v7.6.7/code/addons/links)

Updates `@storybook/blocks` from 7.6.6 to 7.6.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/v7.6.7/code/ui/blocks)

Updates `@storybook/vue3` from 7.6.6 to 7.6.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/v7.6.7/code/renderers/vue3)

Updates `@storybook/vue3-vite` from 7.6.6 to 7.6.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/v7.6.7/code/frameworks/vue3-vite)

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

Updates `@vitejs/plugin-vue` from 4.5.2 to 5.0.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vueuse/shared` from 10.7.0 to 10.7.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.7.1/packages/shared)

Updates `axios` from 1.6.2 to 1.6.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.4)

Updates `chromatic` from 10.1.0 to 10.2.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@v10.1.0...v10.2.0)

Updates `sass` from 1.69.5 to 1.69.7
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.5...1.69.7)

Updates `storybook` from 7.6.6 to 7.6.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/v7.6.7/code/lib/cli)

Updates `typedoc` from 0.25.4 to 0.25.6
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.4...v0.25.6)

Updates `unocss` from 0.58.0 to 0.58.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.0...v0.58.3)

Updates `vitest` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitepress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitepress-shopware-docs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/storybook"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/vitepress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/vitest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vueuse/shared"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2024
@bojanrajh bojanrajh merged commit cbd2165 into main Jan 4, 2024
5 of 6 checks passed
@bojanrajh bojanrajh deleted the dependabot/npm_and_yarn/all-dependencies-7510b17d57 branch January 4, 2024 15:55
Weltraumakustik added a commit to Weltraumakustik/design-portal that referenced this pull request Jan 5, 2024
build(deps): bump the all-dependencies group with 23 updates (shopware#50)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant