Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all-dependencies group with 38 updates #28

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps the all-dependencies group with 38 updates:

Package From To
terser 5.24.0 5.25.0
vitepress 1.0.0-rc.25 1.0.0-rc.31
vitepress-shopware-docs 1.0.17 1.0.27
vue 3.3.8 3.3.10
@playwright/test 1.39.0 1.40.1
@shopware-docs/cli 1.0.17 1.0.27
@shopware-docs/storybook 1.0.17 1.0.27
@shopware-docs/vitepress 1.0.17 1.0.27
@shopware-docs/vitest 1.0.17 1.0.27
@storybook/addon-essentials 7.5.3 7.6.3
@storybook/addon-interactions 7.5.3 7.6.3
@storybook/addon-links 7.5.3 7.6.3
@storybook/blocks 7.5.3 7.6.3
@storybook/testing-library 0.1.0 0.2.2
@storybook/vue3 7.5.3 7.6.3
@storybook/vue3-vite 7.5.3 7.6.3
@types/jest 29.5.8 29.5.10
@types/markdown-it 12.2.3 13.0.7
@types/mocha 10.0.4 10.0.6
@types/node 18.18.9 20.10.3
@vitejs/plugin-vue 4.4.1 4.5.1
@vitest/coverage-c8 0.31.4 0.33.0
@vue/test-utils 2.4.2 2.4.3
@vueuse/shared 10.6.1 10.7.0
chromatic 6.24.1 10.0.0
execa 7.2.0 8.0.1
fuse.js 6.6.2 7.0.0
get-port 6.1.2 7.0.0
jest-image-snapshot 6.2.0 6.3.0
mermaid 9.1.7 10.6.1
playwright-chromium 1.39.0 1.40.1
storybook 7.5.3 7.6.3
typedoc 0.24.8 0.25.4
typescript 5.2.2 5.3.2
unocss 0.51.13 0.58.0
vite-plugin-inspect 0.7.42 0.8.1
vite-plugin-live-reload 3.0.2 3.0.3
vitest 0.31.4 1.0.1

Updates terser from 5.24.0 to 5.25.0

Changelog

Sourced from terser's changelog.

v5.25.0

  • Regex properties added to reserved property mangler (#1471)
  • pure_new option added to drop unused new expressions.
Commits

Updates vitepress from 1.0.0-rc.25 to 1.0.0-rc.31

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.31

Please refer to CHANGELOG.md for details.

v1.0.0-rc.30

Please refer to CHANGELOG.md for details.

v1.0.0-rc.29

Please refer to CHANGELOG.md for details.

v1.0.0-rc.28

Please refer to CHANGELOG.md for details.

v1.0.0-rc.27

Please refer to CHANGELOG.md for details.

v1.0.0-rc.26

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.31 (2023-11-25)

Bug Fixes

  • build: make assets go through vite pipeline during dev too (#3258) (c3d7f22)
  • theme: use VPLink for links in VPDocFooter (#3248) (479a320)

1.0.0-rc.30 (2023-11-23)

Bug Fixes

  • client: no onAfterRouteChanged called after popstate (#3227) (60fc8fd), closes #3226
  • theme: remove double padding from sidebar (ef6d8d1), closes #3228

Features

BREAKING CHANGES

  • VitePress now uses shikiji instead of shiki for syntax highlighting. If you're using features like adding extra languages or custom aliases, please refer shikiji docs for migration guide or comment on #3237 if you need help.

1.0.0-rc.29 (2023-11-19)

Bug Fixes

  • client: regression - router not working without .html present (d63cb86), closes #3225

1.0.0-rc.28 (2023-11-18)

Bug Fixes

  • ally: clear up confusion with the title of theme switch (#3215) (6761036)
  • build: support nested assetsDir (02161d0)
  • wrong recognition of non-html extension leads to route error (#3218) (c4abc95)

Features

1.0.0-rc.27 (2023-11-17)

Bug Fixes

1.0.0-rc.26 (2023-11-16)

Bug Fixes

... (truncated)

Commits
  • ddc54cf release: v1.0.0-rc.31
  • 25f8a2c chore: bump deps
  • c3d7f22 fix(build): force assets to go through vite pipeline during dev too (#3258)
  • 479a320 fix(theme): use VPLink for links in VPDocFooter (#3248)
  • 03e1c93 release: v1.0.0-rc.30
  • 33ce7e4 fix: merge bundledLanguages with user provided languages for less breakage
  • ba5ff86 chore: bump deps
  • 75f18e4 feat: migrate to shikiji (#3237)
  • 46966ac docs: use .default with dynamic imports
  • 00b5aea docs: consistent example with js/ts
  • Additional commits viewable in compare view

Updates vitepress-shopware-docs from 1.0.17 to 1.0.27

Updates vue from 3.3.8 to 3.3.10

Release notes

Sourced from vue's releases.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707
  • compiler-sfc: generate more treeshaking friendly code (#9507) (8d74ca0), closes #9500
  • compiler-sfc: support inferring generic types (#8511) (eb5e307), closes #8482
  • compiler-sfc: support resolving components from props (#8785) (7cbcee3)
  • compiler-sfc: throw error when failing to load TS during type resolution (#8883) (4936d2e)
  • cssVars: cssVar names should be double-escaped when generating code for ssr (#8824) (5199a12), closes #7823
  • deps: update compiler to ^7.23.4 (#9681) (31f6ebc)
  • runtime-core: Suspense get anchor properly in Transition (#9309) (65f3fe2), closes #8105
  • runtime-dom: set width/height with units as attribute (#8781) (bfc1838)
  • ssr: avoid computed being accidentally cached before server render (#9688) (30d5d93), closes #5300
  • types: expose emits as props in functional components (#9234) (887e54c)
  • types: fix reactive collection types (#8960) (ad27473), closes #8904
  • types: improve return type withKeys and withModifiers (#9734) (43c3cfd)

Performance Improvements

  • optimize on* prop check (38aaa8c)
  • runtime-dom: cache modifier wrapper functions (da4a4fb), closes #8882
  • v-on: constant handlers with modifiers should not be treated as dynamic (4d94ebf)

3.3.9 (2023-11-25)

Bug Fixes

... (truncated)

Commits
  • d5a88ef release: v3.3.10
  • c3e2c55 fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple s...
  • bf7269a chore(deps): update compiler (#9745)
  • ec71585 fix(app): prevent template from being cached between apps with different opti...
  • f2f5f76 chore(deps): update all non-major dependencies (#9744)
  • f4ec0b3 chore: fix typos in CHANGELOG.md (#9746) [ci skip]
  • 65f3fe2 fix(runtime-core): Suspense get anchor properly in Transition (#9309)
  • f12db7f fix(compiler-sfc): avoid passing forEach index to genMap
  • 43c3cfd fix(types): improve return type withKeys and withModifiers (#9734)
  • 9ea2b86 chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
  • Additional commits viewable in compare view

Updates @playwright/test from 1.39.0 to 1.40.1

Release notes

Sourced from @​playwright/test's releases.

v1.40.1

Highlights

microsoft/playwright#28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traces microsoft/playwright#28371 - [BUG] The color of the 'ok' text did not change to green in the vs code test results section microsoft/playwright#28321 - [BUG] Ambiguous test outcome and status for serial mode microsoft/playwright#28362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characters microsoft/playwright#28239 - fix: collect all errors in removeFolders

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119

v1.40.0

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@playwright/test';
test('test', async ({ page }) => {
await page.goto('https://playwright.dev/');
await page.getByRole('link', { name: 'Get started' }).click();
await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation');
await expect(page.getByLabel('Search')).toBeVisible();
await page.getByLabel('Search').click();
await page.getByPlaceholder('Search docs').fill('locator');
await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator');
});

New APIs

Other Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dgozman-ms, a new releaser for @​playwright/test since your current version.


Updates @shopware-docs/cli from 1.0.17 to 1.0.27

Updates @shopware-docs/storybook from 1.0.17 to 1.0.27

Updates @shopware-docs/vitepress from 1.0.17 to 1.0.27

Updates @shopware-docs/vitest from 1.0.17 to 1.0.27

Updates @storybook/addon-essentials from 7.5.3 to 7.6.3

Release notes

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

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

Check out the blog post for more information: https://storybook.js.org/blog/storybook-7-6/

... (truncated)

Changelog

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

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • bffa2db Bump version from "7.6.0-alpha.6" to "7.6.0-alpha.7" [skip ci]
  • df35702 Merge pull request #24834 from storybookjs/revert-24832-revert-24676-experime...
  • f18dbe6 Merge branch 'next-release' into next
  • Additional commits viewable in compare view

Updates @storybook/addon-interactions from 7.5.3 to 7.6.3

Release notes

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

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

Check out the blog post for more information: https://storybook.js.org/blog/storybook-7-6/

... (truncated)

Changelog

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

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

... (truncated)

Commits
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • 574bb87 Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]
  • bffa2db Bump version from "7.6.0-alpha.6" to "7.6.0-alpha.7" [skip ci]
  • df35702 Merge pull request #24834 from storybookjs/revert-24832-revert-24676-experime...
  • f18dbe6 Merge branch 'next-release' into next
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 7.5.3 to 7.6.3

Release notes

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

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency
  • 🪦 Storyshots and Vue2 deprecated

Check out the blog post for more information: https://storybook.js.org/blog/storybook-7-6/

Bumps the all-dependencies group with 38 updates:

| Package | From | To |
| --- | --- | --- |
| [terser](https://github.com/terser/terser) | `5.24.0` | `5.25.0` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.25` | `1.0.0-rc.31` |
| vitepress-shopware-docs | `1.0.17` | `1.0.27` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.3.10` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.39.0` | `1.40.1` |
| @shopware-docs/cli | `1.0.17` | `1.0.27` |
| @shopware-docs/storybook | `1.0.17` | `1.0.27` |
| @shopware-docs/vitepress | `1.0.17` | `1.0.27` |
| @shopware-docs/vitest | `1.0.17` | `1.0.27` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.3` | `7.6.3` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.3` | `7.6.3` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.3` | `7.6.3` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.5.3` | `7.6.3` |
| [@storybook/testing-library](https://github.com/storybookjs/testing-library) | `0.1.0` | `0.2.2` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.5.3` | `7.6.3` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.5.3` | `7.6.3` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.8` | `29.5.10` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `12.2.3` | `13.0.7` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.4` | `10.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.18.9` | `20.10.3` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.4.1` | `4.5.1` |
| [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) | `0.31.4` | `0.33.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.2` | `2.4.3` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `10.6.1` | `10.7.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `10.0.0` |
| [execa](https://github.com/sindresorhus/execa) | `7.2.0` | `8.0.1` |
| [fuse.js](https://github.com/krisk/Fuse) | `6.6.2` | `7.0.0` |
| [get-port](https://github.com/sindresorhus/get-port) | `6.1.2` | `7.0.0` |
| [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) | `6.2.0` | `6.3.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `9.1.7` | `10.6.1` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.39.0` | `1.40.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.3` | `7.6.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.24.8` | `0.25.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [unocss](https://github.com/unocss/unocss) | `0.51.13` | `0.58.0` |
| [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) | `0.7.42` | `0.8.1` |
| [vite-plugin-live-reload](https://github.com/arnoson/vite-plugin-live-reload) | `3.0.2` | `3.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.31.4` | `1.0.1` |


Updates `terser` from 5.24.0 to 5.25.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.24.0...v5.25.0)

Updates `vitepress` from 1.0.0-rc.25 to 1.0.0-rc.31
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-rc.25...v1.0.0-rc.31)

Updates `vitepress-shopware-docs` from 1.0.17 to 1.0.27

Updates `vue` from 3.3.8 to 3.3.10
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.8...v3.3.10)

Updates `@playwright/test` from 1.39.0 to 1.40.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.39.0...v1.40.1)

Updates `@shopware-docs/cli` from 1.0.17 to 1.0.27

Updates `@shopware-docs/storybook` from 1.0.17 to 1.0.27

Updates `@shopware-docs/vitepress` from 1.0.17 to 1.0.27

Updates `@shopware-docs/vitest` from 1.0.17 to 1.0.27

Updates `@storybook/addon-essentials` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/addons/interactions)

Updates `@storybook/addon-links` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/addons/links)

Updates `@storybook/blocks` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/ui/blocks)

Updates `@storybook/testing-library` from 0.1.0 to 0.2.2
- [Release notes](https://github.com/storybookjs/testing-library/releases)
- [Changelog](https://github.com/storybookjs/testing-library/blob/v0.2.2/CHANGELOG.md)
- [Commits](storybookjs/testing-library@v0.1.0...v0.2.2)

Updates `@storybook/vue3` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/renderers/vue3)

Updates `@storybook/vue3-vite` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/frameworks/vue3-vite)

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

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

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

Updates `@vitejs/plugin-vue` from 4.4.1 to 4.5.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vitest/coverage-c8` from 0.31.4 to 0.33.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/coverage-c8)

Updates `@vue/test-utils` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.2...v2.4.3)

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

Updates `chromatic` from 6.24.1 to 10.0.0
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v10.0.0)

Updates `execa` from 7.2.0 to 8.0.1
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v7.2.0...v8.0.1)

Updates `fuse.js` from 6.6.2 to 7.0.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v6.6.2...v7.0.0)

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

Updates `jest-image-snapshot` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases)
- [Changelog](https://github.com/americanexpress/jest-image-snapshot/blob/main/CHANGELOG.md)
- [Commits](americanexpress/jest-image-snapshot@v6.2.0...v6.3.0)

Updates `mermaid` from 9.1.7 to 10.6.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@v9.1.7...v10.6.1)

Updates `playwright-chromium` from 1.39.0 to 1.40.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.39.0...v1.40.1)

Updates `storybook` from 7.5.3 to 7.6.3
- [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/v7.6.3/code/lib/cli)

Updates `typedoc` from 0.24.8 to 0.25.4
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.24.8...v0.25.4)

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

Updates `unocss` from 0.51.13 to 0.58.0
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.51.13...v0.58.0)

Updates `vite-plugin-inspect` from 0.7.42 to 0.8.1
- [Release notes](https://github.com/antfu/vite-plugin-inspect/releases)
- [Commits](antfu-collective/vite-plugin-inspect@v0.7.42...v0.8.1)

Updates `vite-plugin-live-reload` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/arnoson/vite-plugin-live-reload/releases)
- [Commits](arnoson/vite-plugin-live-reload@v3.0.2...v3.0.3)

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

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitepress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitepress-shopware-docs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/storybook"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/vitepress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@shopware-docs/vitest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/testing-library"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vueuse/shared"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: 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: fuse.js
  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-major
  dependency-group: all-dependencies
- dependency-name: jest-image-snapshot
  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: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: vite-plugin-inspect
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vite-plugin-live-reload
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-9f73cc8eaf branch December 6, 2023 10:51
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