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 42 updates #186

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

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

Package From To
@shopware-ag/meteor-icon-kit 5.2.0 5.4.0
terser 5.27.2 5.31.1
vue 3.4.19 3.4.28
@docsearch/css 3.5.2 3.6.0
@docsearch/js 3.5.2 3.6.0
@playwright/test 1.41.2 1.44.1
@storybook/addon-essentials 7.6.15 8.1.9
@storybook/addon-interactions 7.6.15 8.1.9
@storybook/addon-links 7.6.17 8.1.9
@storybook/blocks 7.6.17 8.1.9
@storybook/vue3 7.6.17 8.1.9
@storybook/vue3-vite 7.6.17 8.1.9
@types/markdown-it 13.0.7 14.1.1
@types/node 20.11.19 20.14.2
@vitejs/plugin-vue 5.0.4 5.0.5
@vue/test-utils 2.4.4 2.4.6
@vueuse/shared 10.7.2 10.11.0
algoliasearch 4.22.1 4.23.3
axios 1.6.7 1.7.2
chromatic 10.9.6 11.5.4
execa 8.0.1 9.2.0
get-port 7.0.0 7.1.0
instantsearch.css 8.1.0 8.2.1
instantsearch.js 4.65.0 4.71.1
mermaid 10.8.0 10.9.1
playwright-chromium 1.41.2 1.44.1
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
sass 1.71.0 1.77.5
shiki 1.1.6 1.6.4
sitemap 7.1.1 8.0.0
storybook 7.6.17 8.1.9
storybook-addon-fetch-mock 1.0.1 2.0.0
storybook-addon-pseudo-states 2.1.2 3.1.1
typedoc 0.25.8 0.25.13
typescript 5.3.3 5.4.5
unocss 0.58.5 0.61.0
uuid 9.0.1 10.0.0
vite-plugin-inspect 0.8.3 0.8.4
vitest 1.3.0 1.6.0
vue-instantsearch 4.13.8 4.17.3
vue3-carousel 0.3.1 0.3.3

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

Release notes

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

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

Minor Changes

  • ec91cce: Add solid and regular "plans" icon

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

Minor Changes

  • e15e23a: Add share icon

@​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
  • 236d4d8 Version Packages
  • ec91cce Update icons
  • 9662827 Version Packages
  • 434854d update snapshots
  • 4f85b4f style required star for base field
  • b301a99 NEXT-36432 - fix placeholder in select components
  • 816e736 update snapshots
  • d1c8c8a NEXT-35650 - add tokens for select
  • 02d27ce NEXT-35650 - add tokens for mt-base-field
  • 8385721 set failure threshold for test to half a percentage
  • 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.31.1

Changelog

Sourced from terser's changelog.

v5.31.1

  • Allow drop-unused to drop the whole assignment (not just the assigned name) in more situations, in order to avoid duplication of long strings.

v5.31.0

  • Sync up property mangler exceptions with current contents of Firefox and Chrome environments
  • Add more webcomponent properties to property mangler exceptions (#1525)
  • Drop non-nullish constants in ...spreads in objects (#1141)

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 vue from 3.4.19 to 3.4.28

Release notes

Sourced from vue's releases.

v3.4.28

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

v3.4.27

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

v3.4.26

Please refer to CHANGELOG.md for details.

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.28 (2024-06-14)

Bug Fixes

  • compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
  • compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
  • compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
  • compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
  • compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
  • compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
  • compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
  • compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
  • compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
  • compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)
  • compiler-core: should set <math> tag as block to retain MathML namespace after patching (#10891) (87c5443)
  • compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
  • compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
  • compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
  • compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
  • compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
  • correct the type of <details>'s onToggle event handler (#10938) (fd18ce7), closes #10928
  • custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
  • custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
  • hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
  • hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
  • KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
  • npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)
  • reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
  • runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
  • runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
  • runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
  • runtime-core: fix missed updates when passing text vnode to <component :is> (#8304) (b310ec3), closes #8298
  • runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
  • runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
  • runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012
  • runtime-dom: support Symbol for input value bindings (#10608) (188f3ae), closes #10597
  • shared: ensure invokeArrayFns handles undefined arguments (#10869) (9b40d0f), closes #10863
  • ssr: directive binding.instance should respect exposed during ssr (df686ab), closes #7499 #7502
  • ssr: fix hydration for node with empty text node (#7216) (d1011c0)
  • ssr: fix the bug that multi slot scope id does not work on component (#6100) (4c74302), closes #6093
  • teleport: do not throw target warning when teleport is disabled (#9818) (15ee43f)
  • transition: ensure Transition enterHooks are updated after clone (#11066) (671cf29), closes #11061
  • types/apiWatch: correct type inference for reactive array (#11036) (aae2d78), closes #9416
  • types: improve app.provide type checking (#10603) (612bbf0), closes #10602
  • types: support generic argument in setup context expose method (#8507) (635a59b)
  • v-model: fix the lazy modifier is not reset by other modifications (#8547) (a52a02f), closes #8546 #6564 #6773
  • watch: support traversing symbol properties in deep watcher (#10969) (a3e8aaf), closes #402

... (truncated)

Commits
  • 3e89a0d release: v3.4.28
  • 495263a fix(compiler-sfc): support type resolve for keyof for intersection & union ty...
  • b557d3f fix(runtime-core): avoid traversing static children for vnodes w/ PatchFlags....
  • 04729ba fix(compat): only warn ATTR_FALSE_VALUE when enabled
  • 73fb15c chore(build): update warning message for missing temp/packages (#11120)
  • 30cf237 chore(security): add @​RedYetiDev to HoF (#11114)
  • 8cf357e chore(perf): replace startsWith with === (#11124)
  • 70773d0 docs: fix typo (#11105)
  • df686ab fix(ssr): directive binding.instance should respect exposed during ssr
  • 9daf90e refactor(runtime-core): extract getComponentPublicInstance helper
  • 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.44.1

Release notes

Sourced from @​playwright/test's releases.

v1.44.1

Highlights

microsoft/playwright#30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed microsoft/playwright#30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work microsoft/playwright#30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work microsoft/playwright#30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124

v1.44.0

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');

Locator handler

  • After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
  • You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.

... (truncated)

Commits

Updates @storybook/addon-essentials from 7.6.15 to 8.1.9

Release notes

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

v8.1.9

8.1.9

v8.1.8

8.1.8

v8.1.7

8.1.7

v8.1.6

8.1.6

  • CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks @​kasperpeulen!
  • Core: Replace ip function with a small helper function to address security concerns - #27529, thanks @​tony19!
  • Tags: Fix unsafe project-level tags lookup - #27511, thanks @​shilman!
  • Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks @​AlexAtVista!

v8.1.5

8.1.5

v8.1.4

8.1.4

v8.1.3

8.1.3

... (truncated)

Changelog

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

8.1.9

8.1.8

8.1.7

8.1.6

  • CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - #27217, thanks @​kasperpeulen!
  • Core: Replace ip function with a small helper function to address security concerns - #27529, thanks @​tony19!
  • Tags: Fix unsafe project-level tags lookup - #27511, thanks @​shilman!
  • Vite: Fix stats-plugin to normalize file names with posix paths - #27218, thanks @​AlexAtVista!

8.1.5

8.1.4

8.1.3

8.1.2

8.1.1

... (truncated)

Commits
  • 01bb58e Bump version from "8.1.8" to "8.1.9" [skip ci]
  • 001c9d8 Bump version from "8.1.7" to "8.1.8" [skip ci]
  • cc49ca8 Bump version from "8.1.6" to "8.1.7" [skip ci]
  • 27a643d Bump version from "8.1.5" to "8.1.6" [skip ci]
  • 9b706ff Bump version from "8.1.4" to "8.1.5" [skip ci]
  • d972793 Bump version from "8.1.3" to "8.1.4" [skip ci]
  • a2b9d08 Bump version from "8.1.2" to "8.1.3" [skip ci]
  • 487b028 Bump version from "8.1.1" to "8.1.2" [skip ci]
  • bb059a9 Bump version from "8.1.0" to "8.1.1" [skip ci]
  • 684fb9c Bump version from "8.1.0-beta.1" to "8.1.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.6.15 to 8.1.9

Release notes

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

v8.1.9

8.1.9

v8.1.8

8.1.8

v8.1.7

8.1.7

v8.1.6

8.1.6

  • CLI: Only log UpgradeStorybookToSameVersionError but continue upgrade as normal - #27217, thanks @​kasperpeulen!
  • Core: Replace ip function with a small helper function to address security concerns -

…42 updates

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

| Package | From | To |
| --- | --- | --- |
| [@shopware-ag/meteor-icon-kit](https://github.com/shopware/meteor) | `5.2.0` | `5.4.0` |
| [terser](https://github.com/terser/terser) | `5.27.2` | `5.31.1` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.4.28` |
| [@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.44.1` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.15` | `8.1.9` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.15` | `8.1.9` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.1.9` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.17` | `8.1.9` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.1.9` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.1.9` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.7` | `14.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.14.2` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.0.4` | `5.0.5` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.4` | `2.4.6` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `10.7.2` | `10.11.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.7.2` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.9.6` | `11.5.4` |
| [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.2.0` |
| [get-port](https://github.com/sindresorhus/get-port) | `7.0.0` | `7.1.0` |
| [instantsearch.css](https://github.com/algolia/instantsearch) | `8.1.0` | `8.2.1` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.65.0` | `4.71.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.8.0` | `10.9.1` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.41.2` | `1.44.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.77.5` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.1.6` | `1.6.4` |
| [sitemap](https://github.com/ekalinin/sitemap.js) | `7.1.1` | `8.0.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.17` | `8.1.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.1.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.61.0` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` |
| [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.6.0` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.8` | `4.17.3` |
| [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.4.0
- [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.4.0)

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

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

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

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

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

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

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

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

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

Updates `@types/markdown-it` from 13.0.7 to 14.1.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.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 5.0.4 to 5.0.5
- [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/plugin-vue@5.0.5/packages/plugin-vue)

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

Updates `@vueuse/shared` from 10.7.2 to 10.11.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.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.7.2
- [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.7.2)

Updates `chromatic` from 10.9.6 to 11.5.4
- [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.5.4)

Updates `execa` from 8.0.1 to 9.2.0
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v8.0.1...v9.2.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.css` from 8.1.0 to 8.2.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.css@8.1.0...instantsearch.css@8.2.1)

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

Updates `mermaid` from 10.8.0 to 10.9.1
- [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.1)

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

Updates `react` from 18.2.0 to 18.3.1
- [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/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [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/v18.3.1/packages/react-dom)

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

Updates `shiki` from 1.1.6 to 1.6.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.6.4/packages/shiki)

Updates `sitemap` from 7.1.1 to 8.0.0
- [Release notes](https://github.com/ekalinin/sitemap.js/releases)
- [Changelog](https://github.com/ekalinin/sitemap.js/blob/master/CHANGELOG.md)
- [Commits](ekalinin/sitemap.js@7.1.1...8.0.0)

Updates `storybook` from 7.6.17 to 8.1.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.1.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.1.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.1.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.61.0
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.5...v0.61.0)

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

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.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

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

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-minor
  dependency-group: all-dependencies
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@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: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-minor
  dependency-group: all-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: execa
  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.css
  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: sitemap
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: uuid
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Jun 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #187.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-40b3346ca5 branch June 17, 2024 11:11
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