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 45 updates #208

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2024

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

Package From To
@shopware-ag/meteor-icon-kit 5.2.0 5.4.0
terser 5.27.2 5.31.2
vitepress 1.2.3 1.3.1
vue 3.4.19 3.4.31
@docsearch/css 3.5.2 3.6.0
@docsearch/js 3.5.2 3.6.0
@playwright/test 1.41.2 1.45.1
@storybook/addon-essentials 7.6.15 8.2.4
@storybook/addon-interactions 7.6.15 8.2.4
@storybook/addon-links 7.6.17 8.2.4
@storybook/blocks 7.6.17 8.2.4
@storybook/vue3 7.6.17 8.2.4
@storybook/vue3-vite 7.6.17 8.2.4
@types/markdown-it 13.0.7 14.1.1
@types/mocha 10.0.6 10.0.7
@types/node 20.11.19 20.14.10
@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.24.0
axios 1.6.7 1.7.2
chromatic 10.9.6 11.5.5
execa 8.0.1 9.3.0
get-port 7.0.0 7.1.0
instantsearch.css 8.1.0 8.3.0
instantsearch.js 4.65.0 4.73.1
mermaid 10.8.0 10.9.1
playwright-chromium 1.41.2 1.45.1
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
sass 1.71.0 1.77.8
shiki 1.1.6 1.10.3
sitemap 7.1.1 8.0.0
storybook 7.6.17 8.2.4
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.26.4
typescript 5.3.3 5.5.3
unocss 0.58.5 0.61.4
uuid 9.0.1 10.0.0
@types/uuid 9.0.8 10.0.0
vite-plugin-inspect 0.8.3 0.8.4
vitest 1.3.0 2.0.3
vue-instantsearch 4.13.8 4.18.1
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.2

Changelog

Sourced from terser's changelog.

v5.31.2

  • drop_unused: scan variables in self-referential class declarations that contain side effects.
  • Don't add parens to arrow function when it's the default for an argument (#1540)
  • Update domprops (#1538)

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 vitepress from 1.2.3 to 1.3.1

Release notes

Sourced from vitepress's releases.

v1.3.1

Please refer to CHANGELOG.md for details.

v1.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.3.1 (2024-07-14)

Bug Fixes

  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #4042

1.3.0 (2024-07-07)

Bug Fixes

  • build: don't normalize links containing target or download property (e24899a), closes #3947
  • build: respect frontmatter.lastUpdated for pageData.lastUpdated and sitemap generation (7fcf462), closes #3931
  • build: sort pageToHashMap to ensure stable assets (e302328), closes #4016
  • client: do nothing on anchor elements with empty href (6461f5d), closes #3950
  • don't do git log on non-existent file (387acf7), closes #4008
  • don't reopen browser on restart (d837e82), closes #4001
  • properly handle svg anchor elements (b785bd6)
  • theme: add styles for h4 too (b54d7b0)
  • theme: deep watch sidebar groups and force render on match change (97f9469), closes #3613
  • theme: dim color for all text like elements inside blockquotes (5d3ed87), closes #3929
  • theme: force update title attribute on hydration (d348da7), closes #4004
  • theme: show filled nav bar when nav screen is open (0fc70e2)

Features

  • allow using components in navigation bar (#4000) (fa87d81)
  • cli/init: allow passing target dir as command argument (#3948) (99053ba)
  • markdown: support including specific regions from markdown files (#3978) (143b1e9)
  • support force-auto as an option for appearance (1e8bb48), closes #3946
  • theme: export VPHomeContent (#3960) (8aa6ccb), closes #3954
Commits
  • f0fd3d1 release: v1.3.1
  • 7f19b5f chore: bump deps
  • 01d0d45 fix(theme/regression): typo in component props resulting in nested titles not...
  • 6263db1 fix: don't reopen browser on restart when vite.server.open is specified
  • 9b1bb4f docs(ru): update translations (#4024)
  • a0cc687 release: v1.3.0
  • fa87d81 feat: allow using components in navigation bar (#4000)
  • fa81e89 refactor: consistent type assertion
  • e302328 fix(build): sort pageToHashMap to ensure stable assets
  • f3ee906 docs(zh): fix punctuation in markdown file (#4022)
  • Additional commits viewable in compare view

Updates vue from 3.4.19 to 3.4.31

Release notes

Sourced from vue's releases.

v3.4.31

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

v3.4.30

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

v3.4.29

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

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

Bug Fixes

Reverts

  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183

3.4.30 (2024-06-22)

Note: this release contains a fix (#11150) that requires vue-tsc to also be updated in sync to ^2.0.22. See #11196

Bug Fixes

  • compiler-core: should not remove slot node with v-else (#11150) (e102670)
  • hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
  • hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
  • reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
  • runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
  • runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
  • runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
  • runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163

Performance Improvements

3.4.29 (2024-06-14)

Bug Fixes

  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
  • reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121

... (truncated)

Commits
  • f2acd51 release: v3.4.31
  • 746352a fix(compiler-core): handle inline comments with undefined bindings (#11217)
  • ad22879 test(reactivity): add a failed test for computed (#11243)
  • b1d1f44 chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)
  • e0df985 fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...
  • 6c303ea Revert "fix(reactivity): fix side effect computed dirty level (#11183)"
  • 261fb7c chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)
  • 01ff603 chore(deps): update dependency puppeteer to ~22.12.0 (#11210)
  • 89946f8 chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)
  • a1170db chore(deps): update all non-major dependencies (#11207)
  • 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.45.1

Release notes

Sourced from @​playwright/test's releases.

v1.45.1

Highlights

microsoft/playwright#31473 - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron microsoft/playwright#31442 - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using --disable-web-security microsoft/playwright#31431 - [REGRESSION]: NewTab doesn't work properly with Chrome with --disable-web-security microsoft/playwright#31425 - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures microsoft/playwright#31491 - [REGRESSION]: @playwright/experimental-ct-react doesn't work with VSCode extension and PNPM

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126

v1.45.0

Clock

Utilizing the new Clock API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:

  • testing with predefined time;
  • keeping consistent time and timers;
  • monitoring inactivity;
  • ticking through time manually.
// Initialize clock and let the page load naturally.
await page.clock.install({ time: new Date('2024-02-02T08:00:00') });
await page.goto('http://localhost:3333');
// Pretend that the user closed the laptop lid and opened it again at 10am,
// Pause the time once reached that point.
await page.clock.pauseAt(new Date('2024-02-02T10:00:00'));
// Assert the page state.
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:00:00 AM');
// Close the laptop lid again and open it at 10:30am.
await page.clock.fastForward('30:00');
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:30:00 AM');

See the clock guide for more details.

Test runner

  • New CLI option --fail-on-flaky-tests that sets exit code to 1 upon any flaky tests. Note that by default, the test runner exits with code 0 when all failed tests recovered upon a retry. With this option, the test run will fail in such case.

... (truncated)

Commits

Updates @storybook/addon-essentials from 7.6.15 to 8.2.4

Release notes

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

v8.2.4

8.2.4

v8.2.3

8.2.3

v8.2.2

8.2.2

v8.2.1

8.2.1

v8.2.0

8.2.0

Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

  • 🪝 New test hook beforeAll
  • 🕹️ Enhanced play function
  • 📦 Portable stories that let you use your stories in other testing tools
  • 🎁 Consolidated dependency to bring you better performance in a smaller package
  • ✨ Brand new onboarding experience to get you up to speed quicker
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.2.4

8.2.3

8.2.2

8.2.1

8.2.0

Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:

  • 🪝 New test hook beforeAll
  • 🕹️ Enhanced play function
  • 📦 Portable stories that let you use your stories in other testing tools
  • 🎁 Consolidated dependency to bring you better performance in a smaller package
  • ✨ Brand new onboarding experience to get you up to speed quicker
  • 💯 Hundreds more improvements

... (truncated)

Commits
  • 7b84561 Bump version from "8.2.3" to "8.2.4" [skip ci]
  • 7067b33 Bump version from "8.2.2" to "8.2.3" [skip ci]
  • 480359d Bump version from "8.2.1" to "8.2.2" [skip ci]
  • 9c3d891 Bump version from "8.2.0" to "8.2.1" [skip ci]
  • 8b2f2db Bump version from "8.2.0-beta.3" to "8.2.0" [skip ci]
  • ef343c7 Bump version from "8.2.0-beta.2" to "8.2.0-beta.3" [skip ci]
  • bd047a6 Bump version from "8.2.0-beta.1" to "8.2.0-beta.2" [skip ci]
  • d3d25f1 Bump version from "8.2.0-beta.0" to "8.2.0-beta.1" [skip ci]
  • 78c3f60 Bump version from "8.2.0-alpha.10" to "8.2.0-beta.0" [skip ci]
  • 3a1e61c add an /internal in the path to core subpaths from storybook
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.6.15 to 8.2.4

Release notes

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

v8.2.4

8.2.4

v8.2.3

8.2.3

  • Bug: Fix invalid docs links in Configure.mdx templ...

    Description has been truncated

…45 updates

Bumps the all-dependencies group with 45 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.2` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.2.3` | `1.3.1` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.4.31` |
| [@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.45.1` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.15` | `8.2.4` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.15` | `8.2.4` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.2.4` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `7.6.17` | `8.2.4` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.2.4` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.2.4` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.7` | `14.1.1` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.6` | `10.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.14.10` |
| [@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.24.0` |
| [axios](https://github.com/axios/axios) | `1.6.7` | `1.7.2` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.9.6` | `11.5.5` |
| [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.3.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.3.0` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.65.0` | `4.73.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.45.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.8` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.1.6` | `1.10.3` |
| [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.2.4` |
| [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.26.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.3` |
| [unocss](https://github.com/unocss/unocss) | `0.58.5` | `0.61.4` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.8` | `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` | `2.0.3` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.8` | `4.18.1` |
| [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/[email protected]...@shopware-ag/[email protected])

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

Updates `vitepress` from 1.2.3 to 1.3.1
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.2.3...v1.3.1)

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

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

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

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

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

Updates `@storybook/blocks` from 7.6.17 to 8.2.4
- [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.2.4/code/lib/blocks)

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

Updates `@storybook/vue3-vite` from 7.6.17 to 8.2.4
- [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.2.4/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/mocha` from 10.0.6 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `@types/node` from 20.11.19 to 20.14.10
- [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/[email protected]/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.24.0
- [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.24.0)

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.5
- [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.5)

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

Updates `instantsearch.js` from 4.65.0 to 4.73.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/[email protected]@4.73.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.45.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.45.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.8
- [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.8)

Updates `shiki` from 1.1.6 to 1.10.3
- [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.10.3/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.2.4
- [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.2.4/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.26.4
- [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.26.4)

Updates `typescript` from 5.3.3 to 5.5.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.5.3)

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

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 `@types/uuid` from 9.0.8 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

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

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

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: vitepress
  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/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-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-minor
  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: "@types/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-major
  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 added the dependencies Pull requests that update a dependency file label Jul 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2024

Superseded by #209.

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-68cda8ffbe branch July 17, 2024 10:36
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