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 39 updates #135

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 39 updates:

Package From To
@shopware-ag/meteor-icon-kit 5.2.0 5.2.1
terser 5.27.2 5.30.3
vitepress 1.0.0-rc.45 1.0.2
vitepress-shopware-docs 1.1.32 1.1.34
vue 3.4.19 3.4.21
@docsearch/css 3.5.2 3.6.0
@docsearch/js 3.5.2 3.6.0
@playwright/test 1.41.2 1.42.1
@shopware-docs/cli 1.1.32 1.1.34
@shopware-docs/storybook 1.1.32 1.1.34
@shopware-docs/vitepress 1.1.32 1.1.34
@shopware-docs/vitest 1.1.31 1.1.34
@storybook/addon-essentials 7.6.15 8.0.5
@storybook/addon-interactions 7.6.15 8.0.5
@storybook/addon-links 7.6.17 8.0.5
@storybook/blocks 7.6.17 8.0.5
@storybook/vue3 7.6.17 8.0.5
@storybook/vue3-vite 7.6.17 8.0.5
@types/node 20.11.19 20.12.4
@vue/test-utils 2.4.4 2.4.5
@vueuse/shared 10.7.2 10.9.0
algoliasearch 4.22.1 4.23.2
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.66.1
mermaid 10.8.0 10.9.0
playwright-chromium 1.41.2 1.42.1
sass 1.71.0 1.74.1
shiki 1.1.6 1.2.4
storybook 7.6.17 8.0.5
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.12
typescript 5.3.3 5.4.3
unocss 0.58.5 0.58.9
vitest 1.3.0 1.4.0
vue-instantsearch 4.13.8 4.15.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
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.3

Changelog

Sourced from terser's changelog.

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.0.2

Release notes

Sourced from vitepress's releases.

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.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

  • theme: allow selectively disabling external link icon on navbar items (#3607) (5f6297c)
Commits

Updates vitepress-shopware-docs from 1.1.32 to 1.1.34

Updates vue from 3.4.19 to 3.4.21

Release notes

Sourced from vue's releases.

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.21 (2024-02-28)

Bug Fixes

3.4.20 (2024-02-26)

Bug Fixes

  • parser: should not treat uppercase components as special tags (e0e0253), closes #10395
  • runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
  • runtime-dom: fix nested v-show priority regression (364f890), closes #10338
  • runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
  • suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
  • types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
Commits

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.42.1

Release notes

Sourced from @​playwright/test's releases.

v1.42.1

Highlights

microsoft/playwright#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 microsoft/playwright#29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import microsoft/playwright#29739 - [Bug]: Component tests fails when imported a module with a dot in a name microsoft/playwright#29731 - [Regression]: 1.42.0 breaks some import statements microsoft/playwright#29760 - [Bug]: Possible regression with chained locators in v1.42

Browser Versions

  • Chromium 123.0.6312.4
  • Mozilla Firefox 123.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 122
  • Microsoft Edge 123

v1.42.0

New APIs

  • Test tags

    New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).

    test('test customer login', { tag: ['@fast', '@login'] }, async ({ page }) => {
      // ...
    });

    Use --grep command line option to run only tests with certain tags.

    npx playwright test --grep @fast
  • Annotating skipped tests

    New annotation syntax for test annotations allows annotating the tests that do not run.

    test('test full report', {
      annotation: [
        { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23180' },
        { type: 'docs', description: 'https://playwright.dev/docs/test-annotations#tag-tests' },
      ],
    }, async ({ page }) => {
      // ...
    });

... (truncated)

Commits

Updates @shopware-docs/cli from 1.1.32 to 1.1.34

Updates @shopware-docs/storybook from 1.1.32 to 1.1.34

Updates @shopware-docs/vitepress from 1.1.32 to 1.1.34

Updates @shopware-docs/vitest from 1.1.31 to 1.1.34

Updates @storybook/addon-essentials from 7.6.15 to 8.0.5

Release notes

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

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

8.0.3

v8.0.2

8.0.2

v8.0.1

8.0.1

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support

... (truncated)

Changelog

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

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

8.0.1

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

... (truncated)

Commits
  • 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]
  • 9050c69 Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]
  • bfa0570 Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]
  • d6f8526 Bump version from "8.0.0-rc.2" to "8.0.0-rc.3" [skip ci]
  • ebec658 Bump version from "8.0.0-rc.1" to "8.0.0-rc.2" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.6.15 to 8.0.5

Release notes

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

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

8.0.3

v8.0.2

8.0.2

v8.0.1

8.0.1

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support

... (truncated)

Changelog

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

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

8.0.1

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

... (truncated)

Commits
  • 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]
  • 6c159e1 Merge pull request #26481 from storybookjs/feat/addon-panel-empty-state
  • 9975199 Bump version from "8.0.0" to "8.0.1" [skip ci]
  • a4fc840 Merge pull request #26411 from storybookjs/kasper/perf-regressions
  • 49f18e8 Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]
  • 9050c69 Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]
  • bfa0570 Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 7.6.17 to 8.0.5

Release notes

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

v8.0.5

8.0.5

  • Addon-docs: Fix react-dom/server imports breaking stories and docs - #26557, thanks @​JReinhold!
  • Automigrations: Fix missing support for mts vite config - #26441, thanks @​drik98!
  • CLI: Improve Yarn berry error parsing -

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2024
Bumps the all-dependencies group with 39 updates:

| 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.3` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.45` | `1.0.2` |
| vitepress-shopware-docs | `1.1.32` | `1.1.34` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.4.21` |
| [@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.42.1` |
| @shopware-docs/cli | `1.1.32` | `1.1.34` |
| @shopware-docs/storybook | `1.1.32` | `1.1.34` |
| @shopware-docs/vitepress | `1.1.32` | `1.1.34` |
| @shopware-docs/vitest | `1.1.31` | `1.1.34` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.15` | `8.0.5` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.15` | `8.0.5` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.0.5` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.17` | `8.0.5` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.0.5` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.0.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.4` |
| [@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.2` |
| [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.66.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.8.0` | `10.9.0` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.41.2` | `1.42.1` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.74.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.1.6` | `1.2.4` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.17` | `8.0.5` |
| [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.12` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` |
| [unocss](https://github.com/unocss/unocss) | `0.58.5` | `0.58.9` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.0` | `1.4.0` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.8` | `4.15.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/commits/@shopware-ag/[email protected])

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

Updates `vitepress` from 1.0.0-rc.45 to 1.0.2
- [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.0.2)

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

Updates `vue` from 3.4.19 to 3.4.21
- [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.21)

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.42.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.42.1)

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

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

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

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

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

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

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

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

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

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

Updates `@types/node` from 20.11.19 to 20.12.4
- [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.2
- [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.2)

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.66.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected]@4.66.1)

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.42.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.42.1)

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

Updates `shiki` from 1.1.6 to 1.2.4
- [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.2.4/packages/shiki)

Updates `storybook` from 7.6.17 to 8.0.5
- [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.5/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.12
- [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.12)

Updates `typescript` from 5.3.3 to 5.4.3
- [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.3)

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

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

Updates `vue-instantsearch` from 4.13.8 to 4.15.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected]@4.15.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-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-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/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: 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-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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-dependencies-930f452317 branch from f6837bc to 3878232 Compare April 4, 2024 15:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

Superseded by #136.

@dependabot dependabot bot closed this Apr 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-930f452317 branch April 5, 2024 10: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants