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 47 updates #278

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

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

Package From To
@shopware-ag/meteor-icon-kit 5.2.0 5.4.0
terser 5.27.2 5.34.1
vitepress 1.2.3 1.4.0
vue 3.4.19 3.5.11
@docsearch/css 3.5.2 3.6.2
@docsearch/js 3.5.2 3.6.2
@playwright/test 1.41.2 1.47.2
@storybook/addon-essentials 7.6.15 8.3.5
@storybook/addon-interactions 7.6.15 8.3.5
@storybook/addon-links 7.6.17 8.3.5
@storybook/blocks 7.6.17 8.3.5
@storybook/vue3 7.6.17 8.3.5
@storybook/vue3-vite 7.6.17 8.3.5
@types/jest 29.5.12 29.5.13
@types/markdown-it 13.0.7 14.1.2
@types/mocha 10.0.6 10.0.9
@types/node 20.11.19 22.7.5
@vitejs/plugin-vue 5.0.4 5.1.4
@vue/test-utils 2.4.4 2.4.6
@vueuse/shared 10.7.2 11.1.0
algoliasearch 4.22.1 5.7.0
axios 1.7.4 1.7.7
chromatic 10.9.6 11.12.0
execa 8.0.1 9.4.0
get-port 7.0.0 7.1.0
instantsearch.css 8.1.0 8.5.1
instantsearch.js 4.65.0 4.74.2
mermaid 10.8.0 11.3.0
playwright-chromium 1.41.2 1.47.2
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
remove-markdown 0.5.0 0.5.5
sass 1.71.0 1.79.4
shiki 1.1.6 1.22.0
sitemap 7.1.1 8.0.0
storybook 7.6.17 8.3.5
storybook-addon-fetch-mock 1.0.1 2.0.1
storybook-addon-pseudo-states 2.1.2 4.0.2
typedoc 0.25.8 0.26.8
typescript 5.3.3 5.6.2
unocss 0.58.5 0.63.4
uuid 9.0.1 10.0.0
@types/uuid 9.0.8 10.0.0
vite-plugin-inspect 0.8.3 0.8.7
vitest 1.3.0 2.1.2
vue-instantsearch 4.13.8 4.19.5
vue3-carousel 0.3.1 0.3.4

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

Changelog

Sourced from terser's changelog.

v5.34.1

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)

v5.34.0

  • internal: stop assigning properties to objects they don't belong in
  • internal: run compress tests in parallel
  • drop_console: emit an empty function if the return value of console.METHOD(...) may be called.

v5.33.0

  • reduce_vars improved when dealing with hoisted function definitions (#1544)

v5.32.0

  • import("module") can now be input and output from ESTree AST (#1557)
  • BigInt literals can now be input and output from ESTree AST (#1555)
  • typeof an object or array (typeof {} and typeof []) can now be statically evaluated. (#1546)

v5.31.6

  • Retain side effects in a case when the expression is a sequence (comma) expression

v5.31.5

  • Revert v5.31.4, which created mysterious issues #1548, #1549

v5.31.4 (reverted)

  • drop_unused: drop classes which only have side effects in the extends part

v5.31.3

  • drop_unused: drop unused parameters from IIFEs in some more situations.

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

... (truncated)

Commits

Updates vitepress from 1.2.3 to 1.4.0

Release notes

Sourced from vitepress's releases.

v1.4.0

Please refer to CHANGELOG.md for details.

v1.3.4

Please refer to CHANGELOG.md for details.

v1.3.3

Please refer to CHANGELOG.md for details.

v1.3.2

Please refer to CHANGELOG.md for details.

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.4.0 (2024-10-07)

Bug Fixes

  • vueRE conflicting with lineNoRE (#4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#4225) (68150a6), closes #4224
  • theme: respect custom tag prop in VPButton component (#4185) (9c5d348)

Features

  • add data-title attribute for code group label tag (#4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #4171
  • client: add onAfterPageLoad hook in router (#4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)

1.3.4 (2024-08-24)

Bug Fixes

  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

1.3.2 (2024-08-05)

Bug Fixes

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

... (truncated)

Commits

Updates vue from 3.4.19 to 3.5.11

Release notes

Sourced from vue's releases.

v3.5.11

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

v3.5.10

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

v3.5.9

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

v3.5.8

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

v3.5.7

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

v3.5.6

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

v3.5.5

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

v3.5.4

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

v3.5.3

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

v3.5.2

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

v3.5.1

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

v3.5.0

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

v3.5.0-rc.1

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044

3.5.9 (2024-09-26)

Bug Fixes

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)

3.5.7 (2024-09-20)

... (truncated)

Commits
  • 6e4de8d release: v3.5.11
  • 6f85894 fix(type): should not intersect PublicProps with Props (#12077)
  • c97bb84 fix(types): infer the first generic type of Ref correctly (#12094)
  • 57315ab fix(types): correctly infer TypeProps when it is any (#12073)
  • 577edca fix(scheduler): job ordering when the post queue is flushing (#12090)
  • 3a55c3e chore(deps): update dependency rollup to ^4.24.0 (#12081)
  • 435e4fe chore(deps): update all non-major dependencies (#12080)
  • d3f5e6e fix(reactivity): prevent overwriting next property during batch processing ...
  • 29de6f8 chore: remove no longer used property on Dep
  • 2328b05 fix(compiler-sfc): do not skip TSSatisfiesExpression when transforming prop...
  • Additional commits viewable in compare view

Updates @docsearch/css from 3.5.2 to 3.6.2

Release notes

Sourced from @​docsearch/css's releases.

v3.6.2

3.6.2 (2024-09-27)

Bug Fixes

v3.6.1

3.6.1 (2024-07-16)

Bug Fixes

v3.6.0

3.6.0 (2024-03-06)

Bug Fixes

Features

Changelog

Sourced from @​docsearch/css's changelog.

3.6.2 (2024-09-27)

Bug Fixes

3.6.1 (2024-07-16)

Bug Fixes

3.6.0 (2024-03-06)

Bug Fixes

Features

Commits

Updates @docsearch/js from 3.5.2 to 3.6.2

Release notes

Sourced from @​docsearch/js's releases.

v3.6.2

3.6.2 (2024-09-27)

Bug Fixes

v3.6.1

3.6.1 (2024-07-16)

Bug Fixes

v3.6.0

3.6.0 (2024-03-06)

Bug Fixes

Features

Changelog

Sourced from @​docsearch/js's changelog.

3.6.2 (2024-09-27)

Bug Fixes

3.6.1 (2024-07-16)

Bug Fixes

3.6.0 (2024-03-06)

Bug Fixes

Features

Commits

Updates @playwright/test from 1.41.2 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.0

Network Tab improvements

The Network tab in the UI mode and trace viewer has several nice improvements:

  • filtering by asset type and URL
  • better display of query string parameters
  • preview of font assets

Network tab now has filters

Credit to @​kubajanik for these wonderful improvements!

--tsconfig CLI option

By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:

# Pass a specific tsconfig
</tr></table> 

... (truncated)

Commits
  • d93029f chore: mark v1.47.2 (#32729)
  • 0c6217a cherry-pick(#32699): fix(codegen): use content_frame property in python
  • f96b487 cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...
  • 937424f cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • Additional commits viewable in compare view

Updates @storybook/addon-essentials from 7.6.15 to 8.3.5

Release notes

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

v8.3.5

8.3.5

v8.3.4

8.3.4

v8.3.3

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

v8.3.2

8.3.2

v8.3.1

8.3.1

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.5

  • CLI: Update the React Native init to include v8 dependencies - #29273, thanks @​dannyhw!
  • Vitest plugin: Fix renamed export stories -

…47 updates

Bumps the all-dependencies group with 47 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.34.1` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.2.3` | `1.4.0` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.5.11` |
| [@docsearch/css](https://github.com/algolia/docsearch) | `3.5.2` | `3.6.2` |
| [@docsearch/js](https://github.com/algolia/docsearch) | `3.5.2` | `3.6.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.2` | `1.47.2` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.15` | `8.3.5` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.15` | `8.3.5` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `8.3.5` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `7.6.17` | `8.3.5` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.3.5` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.3.5` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.7` | `14.1.2` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.6` | `10.0.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `22.7.5` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.0.4` | `5.1.4` |
| [@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` | `11.1.0` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `4.22.1` | `5.7.0` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.7` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.9.6` | `11.12.0` |
| [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.4.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.5.1` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.65.0` | `4.74.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.8.0` | `11.3.0` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.41.2` | `1.47.2` |
| [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` |
| [remove-markdown](https://github.com/zuchka/remove-markdown) | `0.5.0` | `0.5.5` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.79.4` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.1.6` | `1.22.0` |
| [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.3.5` |
| [storybook-addon-fetch-mock](https://github.com/JohnAlbin/storybook-addon-fetch-mock) | `1.0.1` | `2.0.1` |
| [storybook-addon-pseudo-states](https://github.com/chromaui/storybook-addon-pseudo-states) | `2.1.2` | `4.0.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.8` | `0.26.8` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.6.2` |
| [unocss](https://github.com/unocss/unocss) | `0.58.5` | `0.63.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.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.0` | `2.1.2` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.8` | `4.19.5` |
| [vue3-carousel](https://github.com/ismail9k/vue3-carousel) | `0.3.1` | `0.3.4` |



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.34.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.27.2...v5.34.1)

Updates `vitepress` from 1.2.3 to 1.4.0
- [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.4.0)

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

Updates `@docsearch/css` from 3.5.2 to 3.6.2
- [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.2)

Updates `@docsearch/js` from 3.5.2 to 3.6.2
- [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.2)

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

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

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

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

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

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

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

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

Updates `@types/markdown-it` from 13.0.7 to 14.1.2
- [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.9
- [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 22.7.5
- [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.1.4
- [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 11.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.1.0/packages/shared)

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

Updates `axios` from 1.7.4 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.7)

Updates `chromatic` from 10.9.6 to 11.12.0
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/v11.12.0/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v10.9.6...v11.12.0)

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

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

Updates `mermaid` from 10.8.0 to 11.3.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected])

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

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 `remove-markdown` from 0.5.0 to 0.5.5
- [Commits](https://github.com/zuchka/remove-markdown/commits)

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

Updates `shiki` from 1.1.6 to 1.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.22.0/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.3.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.3.5/code/lib/cli)

Updates `storybook-addon-fetch-mock` from 1.0.1 to 2.0.1
- [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.1)

Updates `storybook-addon-pseudo-states` from 2.1.2 to 4.0.2
- [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...v4.0.2)

Updates `typedoc` from 0.25.8 to 0.26.8
- [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.8)

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

Updates `unocss` from 0.58.5 to 0.63.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.5...v0.63.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.7
- [Release notes](https://github.com/antfu/vite-plugin-inspect/releases)
- [Commits](antfu-collective/vite-plugin-inspect@v0.8.3...v0.8.7)

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

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

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

---
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-minor
  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/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-major
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-vue"
  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-major
  dependency-group: all-dependencies
- dependency-name: algoliasearch
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: 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-major
  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: remove-markdown
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Oct 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2024

Superseded by #279.

@dependabot dependabot bot closed this Oct 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-898c184244 branch October 9, 2024 11:08
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