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 across 1 directory with 43 updates #150

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

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

Package From To
@shopware-ag/meteor-icon-kit 5.2.0 5.2.1
terser 5.27.2 5.30.4
vitepress 1.0.0-rc.45 1.1.3
vitepress-shopware-docs 1.1.32 1.1.35
vue 3.4.19 3.4.25
@docsearch/css 3.5.2 3.6.0
@docsearch/js 3.5.2 3.6.0
@playwright/test 1.41.2 1.43.1
@shopware-docs/cli 1.1.32 1.1.35
@shopware-docs/storybook 1.1.32 1.1.35
@shopware-docs/vitepress 1.1.32 1.1.35
@shopware-docs/vitest 1.1.31 1.1.35
@storybook/addon-essentials 7.6.15 8.0.9
@storybook/addon-interactions 7.6.15 8.0.9
@storybook/addon-links 7.6.17 8.0.9
@storybook/blocks 7.6.17 8.0.9
@storybook/vue3 7.6.17 8.0.9
@storybook/vue3-vite 7.6.17 8.0.9
@types/markdown-it 13.0.7 14.0.1
@types/node 20.11.19 20.12.7
@vue/test-utils 2.4.4 2.4.5
@vueuse/shared 10.7.2 10.9.0
algoliasearch 4.22.1 4.23.3
axios 1.6.7 1.6.8
chromatic 10.9.6 11.3.0
get-port 7.0.0 7.1.0
instantsearch.js 4.65.0 4.67.0
mermaid 10.8.0 10.9.0
playwright-chromium 1.41.2 1.43.1
react 18.2.0 18.3.0
react-dom 18.2.0 18.3.0
sass 1.71.0 1.75.0
shiki 1.1.6 1.3.0
storybook 7.6.17 8.0.9
storybook-addon-fetch-mock 1.0.1 2.0.0
storybook-addon-pseudo-states 2.1.2 3.0.1
typedoc 0.25.8 0.25.13
typescript 5.3.3 5.4.5
unocss 0.58.5 0.59.4
vite-plugin-inspect 0.8.3 0.8.4
vitest 1.3.0 1.5.2
vue-instantsearch 4.13.8 4.16.0
vue3-carousel 0.3.1 0.3.3

Updates @shopware-ag/meteor-icon-kit from 5.2.0 to 5.2.1

Release notes

Sourced from @​shopware-ag/meteor-icon-kit's releases.

@​shopware-ag/meteor-icon-kit@​5.2.1

Patch Changes

  • 9b441e6: We've fixed and issue that prevented two icons from being available as solid variant.

    Fixed:

    • solid/e-scooter
    • solid/balance-scale
Commits
  • b7dbfa2 allow changesets to publish public packages
  • 8845338 Version Packages
  • 4e6224c use single quotes when generating dark mode tokens
  • 723daf0 add experimental project notice
  • 7be6557 format code
  • 9b6a418 add changeset
  • c2217a1 generate deliverables
  • f5abe81 replace env variables with hard-coded dummy values in test job
  • 9921f85 change deliverable location to deliverables directory
  • 05dcad5 rename tokens directory to dictionaries
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by haberkamp, a new releaser for @​shopware-ag/meteor-icon-kit since your current version.


Updates terser from 5.27.2 to 5.30.4

Changelog

Sourced from terser's changelog.

v5.30.4

  • Fix parsing #private in ... when next to other operators

v5.30.3

  • Fix precedence of #private in ... operator

v5.30.2

  • Avoid optimizations inside computed keys, because they can cause js-engine-specific bugs.

v5.30.1

  • Removed useless \ escapes for non-ascii characters
  • Make modern identifier characters quoted for older environments (#1512)

v5.30.0

  • Improve removal of classes referring to themselves

v5.29.2

  • Make sure 'computed_props' creates string keys
  • Take into account the evaluated size when inlining

v5.29.1

  • fix optimisation of all-bits mask check

v5.29.0

  • Re-releases previously reverted 5.28.0
  • Fix crash while optimizing some bitwise ops
  • (internal) Remove needless wrapper for from_moz (#1499)

v5.28.1

(hotfix release)

  • Reverts v5.28.0

v5.28.0

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations
Commits

Updates vitepress from 1.0.0-rc.45 to 1.1.3

Release notes

Sourced from vitepress's releases.

v1.1.3

Please refer to CHANGELOG.md for details.

v1.1.1

Please refer to CHANGELOG.md for details.

v1.1.0

Please refer to CHANGELOG.md for details.

v1.0.2

Please refer to CHANGELOG.md for details.

v1.0.1

Please refer to CHANGELOG.md for details.

v1.0.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.1.3 (2024-04-18)

Bug Fixes

  • build/regression: markdown backslash escapes not working (d02d1e9), closes #3808

1.1.1 (2024-04-18)

Bug Fixes

  • client: don't reload page on hash change (#3777) (74b725a)
  • let vue compiler handle entity decoding (f86ac56)
  • hot updating config file suppresses error logs (#3592) (cd5adf3)

1.1.0 (2024-04-09)

Bug Fixes

  • client: hashchange should only be triggered for same page navigations (#3768) (2a9fc2a)
  • client: emit correct Event instance in hashchange event
  • theme: remove small layout shift on On this page button (#3767) (5f28e74)

Features

  • client: add hash property to useData()
  • theme: update Inter to version 4 (#3693) (#3694) (ffafa31)

1.0.2 (2024-04-01)

Bug Fixes

  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)

1.0.1 (2024-03-22)

Bug Fixes

  • build: vendor vue-demi to avoid resolution issues with yarn berry (#3680) (5d3cb96)

1.0.0 (2024-03-21)

Bug Fixes

  • build: resolve pattern relative to srcDir instead of root in createContentLoader (#3638) (59183e9)
  • localSearch: remove empty titles that may appear in search results (#3665) (f7aef3c)
  • theme: fixed sidebar expand caret showing when no children are present (#3657) (e13f932)
  • theme: ignore inner-page items in next/prev link (#3663) (b50a8a1)
  • theme: local nav separator not visible on pages having no outline (1909041)

Features

... (truncated)

Commits
  • 7ed5148 release: v1.1.3
  • 576e43a refactor: simplify code
  • a481ebe release: v1.1.2
  • d02d1e9 fix(build/regression): markdown backslash escapes not working
  • f30b848 docs(ru): update translation guide/deploy.md (#3807)
  • 47570a1 chore: bump deps
  • 3f551ea release: v1.1.1
  • a1ced36 chore: override text renderer before calling user config
  • f86ac56 fix: let vue compiler handle entity decoding
  • 469ff38 chore: remove missing type
  • Additional commits viewable in compare view

Updates vitepress-shopware-docs from 1.1.32 to 1.1.35

Updates vue from 3.4.19 to 3.4.25

Release notes

Sourced from vue's releases.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

3.4.22 (2024-04-15)

Bug Fixes

  • compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
  • compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
  • compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
  • compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
  • compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
  • compiler-sfc: also search for .tsx when type import's extension is omitted (#10637) (34106bc), closes #10635

... (truncated)

Commits
  • 574c3e6 release: v3.4.25
  • 8ee69e7 ci: use single thread for e2e tests on ci
  • 064e82f fix(runtime-core): use normal object as internal prototype for attrs and slots
  • 4253a57 fix(defineModel): align prod mode runtime type generation with defineProps
  • 3724693 fix(runtime-core): properly get keepAlive child (#10772)
  • 958286e release: v3.4.24
  • b92c25f fix(compiler-core): properly parse await expressions in edge cases
  • 173ec65 test: revert to threads
  • f12c81e fix(compiler-ssr): fix hydration mismatch for conditional slot in transition
  • c8e87a1 test: use pool: vmThreads
  • Additional commits viewable in compare view

Updates @docsearch/css from 3.5.2 to 3.6.0

Release notes

Sourced from @​docsearch/css's releases.

v3.6.0

3.6.0 (2024-03-06)

Bug Fixes

Features

Changelog

Sourced from @​docsearch/css's changelog.

3.6.0 (2024-03-06)

Bug Fixes

Features

Commits

Updates @docsearch/js from 3.5.2 to 3.6.0

Release notes

Sourced from @​docsearch/js's releases.

v3.6.0

3.6.0 (2024-03-06)

Bug Fixes

Features

Changelog

Sourced from @​docsearch/js's changelog.

3.6.0 (2024-03-06)

Bug Fixes

Features

Commits

Updates @playwright/test from 1.41.2 to 1.43.1

Release notes

Sourced from @​playwright/test's releases.

v1.43.1

Highlights

microsoft/playwright#30300 - [REGRESSION]: UI mode restarts if keep storage state microsoft/playwright#30339 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode

Browser Versions

  • Chromium 124.0.6367.29
  • Mozilla Firefox 124.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 123
  • Microsoft Edge 123

v1.43.0

New APIs

  • Method browserContext.clearCookies() now supports filters to remove only some cookies.

    // Clear all cookies.
    await context.clearCookies();
    // New: clear cookies with a particular name.
    await context.clearCookies({ name: 'session-id' });
    // New: clear cookies for a particular domain.
    await context.clearCookies({ domain: 'my-origin.com' });
  • New mode retain-on-first-failure for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.

    import { defineConfig } from '@playwright/test';
    export default defineConfig({
    use: {
    trace: 'retain-on-first-failure',
    },
    });

  • New property testInfo.tags exposes test tags during test execution.

    test('example', async ({ page }) => {
      console.log(test.info().tags);
    });
  • New method locator.contentFrame() converts a Locator object to a FrameLocator. This can be useful when you have a Locator object obtained somewhere, and later on would like to interact with the content inside the frame.

... (truncated)

Commits
  • a051ceb chore: mark 1.43.1 (#30354)
  • 3ab466e cherry-pick(#30312): fix(ui-mode): do not loose run information after writing...
  • 35468cf cherry-pick(#30342): Revert "fix(reuse): reset Origin Private File System API...
  • 5332639 cherry-pick(#30263): docs: add v1.43 release notes for language ports
  • c729a7b cherry-pick(#30232): docs: fix C# and python snippets
  • 7748e21 cherry-pick(#30210): docs: update context.backgroundPage event examples
  • acb6ff1 cherry-pick(#30200): docs(java,csharp): add BrowserContext.backgroundPage(s)
  • 7c7f8ac cherry-pick(#30227): chore(deps): bump vite from 5.0.12 to 5.0.13 (#30254)
  • 62d4dc9 cherry-pick(#30235): feat(chromium): roll to r1112
  • 79d4776 cherry-pick(#30226): chore: migrate to the testserver.initialize
  • Additional commits viewable in compare view

Updates @shopware-docs/cli from 1.1.32 to 1.1.35

Updates @shopware-docs/storybook from 1.1.32 to 1.1.35

Updates @shopware-docs/vitepress from 1.1.32 to 1.1.35

Updates @shopware-docs/vitest from 1.1.31 to 1.1.35

Updates @storybook/addon-essentials from 7.6.15 to 8.0.9

Release notes

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

v8.0.9

8.0.9

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

v8.0.5

8.0.5

v8.0.4

8.0.4

  • Addon Docs: Support Stencil based display names in source snippets - #26592, thanks @​yannbf!
  • CLI: Instruct the correct auto-migration command - #26515, thanks @​ndelangen!
  • CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks @​yannbf!

v8.0.3

... (truncated)

Changelog

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

8.0.9

8.0.8

8.0.7

8.0.6

8.0.5

8.0.4

  • Addon Docs: Support Stencil based display names in source snippets - #26592, thanks @​yannbf!
  • CLI: Instruct the correct auto-migration command - #26515, thanks @​ndelangen!
  • CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks @​yannbf!

8.0.3

8.0.2

... (truncated)

Commits
  • 3c598bd Bump version from "8.0.8" to "8.0.9" [skip ci]
  • b96b670 Bump version from "8.0.7" to "8.0.8" [skip ci]
  • b7c50bb Bump version from "8.0.6" to "8.0.7" [skip ci]
  • 6cf8ae4 Bump version from "8.0.5" to "8.0.6" [skip ci]
  • 75565ed Bump version from "8.0.4" to "8.0.5" [skip ci]
  • b66dfe0 Bump version from "8.0.3" to "8.0.4" [skip ci]
  • f30d120 Bump version from "8.0.2" to "8.0.3" [skip ci]
  • 01c44fb Bump version from "8.0.1" to "8.0.2" [skip ci]
  • 9975199 Bump version from "8.0.0" to "8.0.1" [skip ci]
  • 49f18e8 Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.6.15 to 8.0.9

Release notes

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

v8.0.9

8.0.9

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

v8.0.5

8.0.5

  • Addon-docs: Fix react-dom/server imports breaking stor...

    Description has been truncated

…43 updates

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

| Package | From | To |
| --- | --- | --- |
| [@shopware-ag/meteor-icon-kit](https://github.com/shopware/meteor) | `5.2.0` | `5.2.1` |
| [terser](https://github.com/terser/terser) | `5.27.2` | `5.30.4` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.45` | `1.1.3` |
| vitepress-shopware-docs | `1.1.32` | `1.1.35` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.4.25` |
| [@docsearch/css](https://github.com/algolia/docsearch) | `3.5.2` | `3.6.0` |
| [@docsearch/js](https://github.com/algolia/docsearch) | `3.5.2` | `3.6.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.2` | `1.43.1` |
| @shopware-docs/cli | `1.1.32` | `1.1.35` |
| @shopware-docs/storybook | `1.1.32` | `1.1.35` |
| @shopware-docs/vitepress | `1.1.32` | `1.1.35` |
| @shopware-docs/vitest | `1.1.31` | `1.1.35` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.15` | `8.0.9` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.15` | `8.0.9` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.0.9` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.17` | `8.0.9` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.0.9` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.0.9` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.7` | `14.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.7` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.4` | `2.4.5` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `10.7.2` | `10.9.0` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `4.22.1` | `4.23.3` |
| [axios](https://github.com/axios/axios) | `1.6.7` | `1.6.8` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.9.6` | `11.3.0` |
| [get-port](https://github.com/sindresorhus/get-port) | `7.0.0` | `7.1.0` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.65.0` | `4.67.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.8.0` | `10.9.0` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.41.2` | `1.43.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.0` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.75.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.1.6` | `1.3.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.17` | `8.0.9` |
| [storybook-addon-fetch-mock](https://github.com/JohnAlbin/storybook-addon-fetch-mock) | `1.0.1` | `2.0.0` |
| [storybook-addon-pseudo-states](https://github.com/chromaui/storybook-addon-pseudo-states) | `2.1.2` | `3.0.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.8` | `0.25.13` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [unocss](https://github.com/unocss/unocss) | `0.58.5` | `0.59.4` |
| [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) | `0.8.3` | `0.8.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.0` | `1.5.2` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.8` | `4.16.0` |
| [vue3-carousel](https://github.com/ismail9k/vue3-carousel) | `0.3.1` | `0.3.3` |



Updates `@shopware-ag/meteor-icon-kit` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/shopware/meteor/releases)
- [Commits](https://github.com/shopware/meteor/compare/@shopware-ag/meteor-admin-sdk@5.2.0...@shopware-ag/meteor-icon-kit@5.2.1)

Updates `terser` from 5.27.2 to 5.30.4
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.27.2...v5.30.4)

Updates `vitepress` from 1.0.0-rc.45 to 1.1.3
- [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.45...v1.1.3)

Updates `vitepress-shopware-docs` from 1.1.32 to 1.1.35

Updates `vue` from 3.4.19 to 3.4.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.19...v3.4.25)

Updates `@docsearch/css` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](algolia/docsearch@v3.5.2...v3.6.0)

Updates `@docsearch/js` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](algolia/docsearch@v3.5.2...v3.6.0)

Updates `@playwright/test` from 1.41.2 to 1.43.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.43.1)

Updates `@shopware-docs/cli` from 1.1.32 to 1.1.35

Updates `@shopware-docs/storybook` from 1.1.32 to 1.1.35

Updates `@shopware-docs/vitepress` from 1.1.32 to 1.1.35

Updates `@shopware-docs/vitest` from 1.1.31 to 1.1.35

Updates `@storybook/addon-essentials` from 7.6.15 to 8.0.9
- [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/v8.0.9/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.6.15 to 8.0.9
- [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/v8.0.9/code/addons/interactions)

Updates `@storybook/addon-links` from 7.6.17 to 8.0.9
- [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/v8.0.9/code/addons/links)

Updates `@storybook/blocks` from 7.6.17 to 8.0.9
- [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/v8.0.9/code/ui/blocks)

Updates `@storybook/vue3` from 7.6.17 to 8.0.9
- [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/v8.0.9/code/renderers/vue3)

Updates `@storybook/vue3-vite` from 7.6.17 to 8.0.9
- [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/v8.0.9/code/frameworks/vue3-vite)

Updates `@types/markdown-it` from 13.0.7 to 14.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

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

Updates `@vue/test-utils` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.4...v2.4.5)

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

Updates `algoliasearch` from 4.22.1 to 4.23.3
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@4.22.1...4.23.3)

Updates `axios` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.7...v1.6.8)

Updates `chromatic` from 10.9.6 to 11.3.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.9.6...v11.3.0)

Updates `get-port` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/sindresorhus/get-port/releases)
- [Commits](sindresorhus/get-port@v7.0.0...v7.1.0)

Updates `instantsearch.js` from 4.65.0 to 4.67.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.65.0...instantsearch.js@4.67.0)

Updates `mermaid` from 10.8.0 to 10.9.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](mermaid-js/mermaid@v10.8.0...v10.9.0)

Updates `playwright-chromium` from 1.41.2 to 1.43.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.43.1)

Updates `react` from 18.2.0 to 18.3.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom)

Updates `sass` from 1.71.0 to 1.75.0
- [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.71.0...1.75.0)

Updates `shiki` from 1.1.6 to 1.3.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.3.0/packages/shiki)

Updates `storybook` from 7.6.17 to 8.0.9
- [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/v8.0.9/code/lib/cli)

Updates `storybook-addon-fetch-mock` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/JohnAlbin/storybook-addon-fetch-mock/releases)
- [Changelog](https://github.com/JohnAlbin/storybook-addon-fetch-mock/blob/main/CHANGELOG.md)
- [Commits](JohnAlbin/storybook-addon-fetch-mock@v1.0.1...v2.0.0)

Updates `storybook-addon-pseudo-states` from 2.1.2 to 3.0.1
- [Release notes](https://github.com/chromaui/storybook-addon-pseudo-states/releases)
- [Changelog](https://github.com/chromaui/storybook-addon-pseudo-states/blob/main/CHANGELOG.md)
- [Commits](chromaui/storybook-addon-pseudo-states@v2.1.2...v3.0.1)

Updates `typedoc` from 0.25.8 to 0.25.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.8...v0.25.13)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

Updates `unocss` from 0.58.5 to 0.59.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.5...v0.59.4)

Updates `vite-plugin-inspect` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/antfu/vite-plugin-inspect/releases)
- [Commits](antfu-collective/vite-plugin-inspect@v0.8.3...v0.8.4)

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

Updates `vue-instantsearch` from 4.13.8 to 4.16.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/vue-instantsearch@4.13.8...vue-instantsearch@4.16.0)

Updates `vue3-carousel` from 0.3.1 to 0.3.3
- [Release notes](https://github.com/ismail9k/vue3-carousel/releases)
- [Changelog](https://github.com/ismail9k/vue3-carousel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ismail9k/vue3-carousel/commits)

---
updated-dependencies:
- dependency-name: "@shopware-ag/meteor-icon-kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitepress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: all-dependencies
- dependency-name: "@docsearch/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@docsearch/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  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-major
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3-vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vueuse/shared"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: algoliasearch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-major
  dependency-group: all-dependencies
- dependency-name: get-port
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: instantsearch.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mermaid
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: playwright-chromium
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react-dom
  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-minor
  dependency-group: all-dependencies
- dependency-name: shiki
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: storybook-addon-fetch-mock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: storybook-addon-pseudo-states
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite-plugin-inspect
  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-minor
  dependency-group: all-dependencies
- dependency-name: vue-instantsearch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vue3-carousel
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #151.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-e8d50c7858 branch April 29, 2024 11:13
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.

None yet

0 participants