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 25 updates #24

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the all-dependencies group with 25 updates:

Package From To
vitepress 1.0.0-rc.25 1.0.0-rc.31
vitepress-shopware-docs 1.0.17 1.0.21
vue 3.3.8 3.3.9
@playwright/test 1.39.0 1.40.0
@shopware-docs/cli 1.0.17 1.0.21
@shopware-docs/storybook 1.0.17 1.0.21
@shopware-docs/vitepress 1.0.17 1.0.21
@shopware-docs/vitest 1.0.17 1.0.21
@storybook/testing-library 0.1.0 0.2.2
@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.0
@vitejs/plugin-vue 4.4.1 4.5.0
@vitest/coverage-c8 0.31.4 0.33.0
chromatic 6.24.1 9.1.0
execa 7.2.0 8.0.1
fuse.js 6.6.2 7.0.0
get-port 6.1.2 7.0.0
mermaid 9.1.7 10.6.1
playwright-chromium 1.39.0 1.40.0
typedoc 0.24.8 0.25.4
typescript 5.2.2 5.3.2
unocss 0.51.13 0.57.7
vitest 0.31.4 0.34.6

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

Updates vue from 3.3.8 to 3.3.9

Release notes

Sourced from vue's releases.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.9 (2023-11-25)

Bug Fixes

  • compiler-core: avoid rewriting scope variables in inline for loops (#7245) (a2d810e), closes #7238
  • compiler-core: fix resolveParserPlugins decorators check (#9566) (9d0eba9), closes #9560
  • compiler-sfc: consistently escape type-only prop names (#8654) (3e08d24), closes #8635 #8910 vitejs/vite-plugin-vue#184
  • compiler-sfc: malformed filename on windows using path.posix.join() (#9478) (f18a174), closes #8671 #9583 #9446 #9473
  • compiler-sfc: support :is and :where selector in scoped css rewrite (#8929) (3227e50)
  • compiler-sfc: support resolve extends interface for defineEmits (#8470) (9e1b74b), closes #8465
  • hmr/transition: fix kept-alive component inside transition disappearing after hmr (#7126) (d11e978), closes #7121
  • hydration: force hydration for v-bind with .prop modifier (364f319), closes #7490
  • hydration: properly hydrate indeterminate prop (34b5a5d), closes #7476
  • reactivity: clear method on readonly collections should return undefined (#7316) (657476d)
  • reactivity: onCleanup also needs to be cleaned (#8655) (73fd810), closes #5151 #7695
  • ssr: hydration __vnode missing for devtools (#9328) (5156ac5)
  • types: allow falsy value types in StyleValue (#7954) (17aa92b), closes #7955
  • types: defineCustomElement using defineComponent return type with emits (#7937) (5d932a8), closes #7782
  • types: fix unref and toValue when input union type contains ComputedRef (#8748) (176d476), closes #8747 #8857
  • types: fix instance type when props type is incompatible with setup returned type (#7338) (0e1e8f9), closes #5885
  • types: fix shallowRef return type with union value type (#7853) (7c44800), closes #7852
  • types: more precise types for class bindings (#8012) (46e3374)
  • types: remove optional properties from defineProps return type (#6421) (94c049d), closes #6420
  • types: return type of withDefaults should be readonly (#8601) (f15debc)
  • types: revert class type restrictions (5d077c8), closes #8012
  • types: update jsx type definitions (#8607) (58e2a94)
  • types: widen ClassValue type (2424013)
  • v-model: avoid overwriting number input with same value (#7004) (40f4b77), closes #7003
  • v-model: unnecessary value binding error should apply to dynamic instead of static binding (2859b65), closes #3596
Commits
  • 069f838 release: v3.3.9
  • 1c525f7 types: support app.component to be defineComponent (#9662)
  • fc772db chore: exclude private packages from version updates
  • 8fddb19 workflow: use workspace deps
  • 32fb79d chore(deps): update all non-major dependencies (#9636)
  • 07bd2cd chore(deps): update dependency vite to v5 (#9630)
  • 1ef4347 chore(deps): update dependency tsx to v4 (#9629)
  • 16a6438 chore(deps): update lint (#9627)
  • 9b634cb chore(deps): update actions/github-script action to v7 (#9628)
  • ac04d28 chore(deps): update dessant/lock-threads action to v5 (#9626)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.39.0 to 1.40.0

Release notes

Sourced from @​playwright/test's releases.

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

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
Commits
  • b894916 cherry-pick(#28198): feat(recorder): UX updates for assertion tools (#28202)
  • 59e8f48 chore: mark v1.40.0 (#28199)
  • 85438ed test: Intl.ListFormat is working in playwright all browsers (#28178)
  • aec4399 docs: release notes for v1.40 (#28175)
  • 25b9c4e chore: do not lose error name for js errors (#28177)
  • 4575c9a chore(logs): Add new log level to capture client-server message's metadata in...
  • 80bab8a fix(electron/android): re-add Element.prototype.checkVisibility check (#28173)
  • 7ffcb42 test: fix 'exposeFunction should not leak' in video mode (#28169)
  • 0867c3c feat(chromium): roll to r1091 (#28171)
  • 1c8ceb0 fix(html-reporter): Include specified host and port in the logged instruction...
  • Additional commits viewable in compare view
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.21

Updates @shopware-docs/storybook from 1.0.17 to 1.0.21

Updates @shopware-docs/vitepress from 1.0.17 to 1.0.21

Updates @shopware-docs/vitest from 1.0.17 to 1.0.21

Updates @storybook/testing-library from 0.1.0 to 0.2.2

Release notes

Sourced from @​storybook/testing-library's releases.

v0.2.2

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1

v0.2.2-next.0

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1

v0.2.1

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 2

v0.2.1-next.1

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 1

v0.2.1-next.0

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

⚠️ Pushed to next

... (truncated)

Changelog

Sourced from @​storybook/testing-library's changelog.

v0.2.2 (Mon Oct 02 2023)

🐛 Bug Fix

  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #57 (@​yannbf)

Authors: 1


v0.2.1 (Fri Sep 15 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Valentin Palkovic (@​valentinpalkovic), for all your work!

🐛 Bug Fix

  • Temporarily fix user-event to 14.4.0 to avoid compatibility issues #53 (@​yannbf)

Authors: 2


v0.2.0 (Tue Jun 20 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Vanessa Yuen (@​vanessayuenn), for all your work!

Release Notes

Release 0.2.0 (#46)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.

Upgrade user-event to v14 and testing-library to v9 (#43)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.


... (truncated)

Commits
  • d37e3ca Bump version to: 0.2.2 [skip ci]
  • 5140469 Update CHANGELOG.md [skip ci]
  • e8d531d Merge pull request #58 from storybookjs/next
  • 810caef Merge pull request #57 from storybookjs/yann/undo-version-fix
  • 96901a6 revert fixed range for user-event
  • 3e20413 Bump version to: 0.2.1 [skip ci]
  • 8135365 Update CHANGELOG.md [skip ci]
  • ea45d9c Merge pull request #54 from storybookjs/next
  • 5a2200d Merge pull request #53 from storybookjs/fix/user-event-incompatibility
  • 894ca68 fix ts compilation issue
  • Additional commits viewable in compare view

Updates @types/jest from 29.5.8 to 29.5.10

Commits

Updates @types/markdown-it from 12.2.3 to 13.0.7

Commits

Updates @types/mocha from 10.0.4 to 10.0.6

Commits

Updates @types/node from 18.18.9 to 20.10.0

Commits

Updates @vitejs/plugin-vue from 4.4.1 to 4.5.0

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

4.5.0 (2023-11-16)

  • chore: update peerDependencies to support Vite 5 (#290) (f92861a), closes #290
  • chore: upgrade deps (c046eba)
  • fix(deps): update all non-major dependencies (#262) (c316d43), closes #262
Commits

Updates @vitest/coverage-c8 from 0.31.4 to 0.33.0

Release notes

Sourced from @​vitest/coverage-c8's releases.

v0.33.0

   🚨 Breaking Changes

  • Revert default include patterns  -  by @​so1ve #3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.

   🐞 Bug Fixes

    View changes on GitHub

v0.32.4

   🐞 Bug Fixes

    View changes on GitHub

v0.32.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates chromatic from 6.24.1 to 9.1.0

Release notes

Sourced from chromatic's releases.

v9.1.0

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

Authors: 3

v9.0.0

🚀 Enhancement

  • Support projectId + userToken as alternative to projectToken for auth #852 (@​ghengeveld)

Authors: 1

v8.0.0

💥 Breaking Change

🐛 Bug Fix

Authors: 3

... (truncated)

Changelog

Sourced from chromatic's changelog.

v9.1.0 (Fri Nov 17 2023)

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

Authors: 3


v9.0.0 (Fri Nov 10 2023)

🚀 Enhancement

  • Support projectId + userToken as alternative to projectToken for auth #852 (@​ghengeveld)

Authors: 1


v8.0.0 (Thu Nov 09 2023)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

... (truncated)

Commits
  • 602d90c Bump version to: 9.1.0 [skip ci]
  • eaf5bfc Update CHANGELOG.md [skip ci]
  • fabf506 Merge pull request #855 from chromaui/optional-output-files
  • e642486 Merge branch 'main' into optional-output-files
  • c7172a9 Merge pull request #859 from chromaui/redact-fatal-error
  • 76a6560 Test for redaction
  • ec543d0 Redact userToken in diagnostics and fatalError output
  • 9730cc5 Enable storybook build log by default and fix tests
  • 49f4403 Options are guaranteed to be initialized at this point
  • 796aaf2 Merge branch 'main' into optional-output-files
  • Additional commits viewable in compare view

Updates execa from 7.2.0 to 8.0.1

Release notes

Sourced from execa's releases.

v8.0.1

Fixes

sindresorhus/execa@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 16.17.0 and later (#569)

sindresorhus/execa@v7.2.0...v8.0.0

Commits

Updates fuse.js from 6.6.2 to 7.0.0

Changelog

Sourced from fuse.js's changelog.

7.0.0 (2023-10-24)

⚠ BREAKING CHANGES

  • Extension changed

Features

  • finish all but state handling of live demo (9b5421a)
  • implementing reacting to option changes (46c561c)
  • improve fuse keys (c47f3d4)
  • proper ESM exports (eebcf2c)
  • properly configure monaco editors (fe0d33e)

Bug Fixes

Bumps the all-dependencies group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.25` | `1.0.0-rc.31` |
| vitepress-shopware-docs | `1.0.17` | `1.0.21` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.3.9` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.39.0` | `1.40.0` |
| @shopware-docs/cli | `1.0.17` | `1.0.21` |
| @shopware-docs/storybook | `1.0.17` | `1.0.21` |
| @shopware-docs/vitepress | `1.0.17` | `1.0.21` |
| @shopware-docs/vitest | `1.0.17` | `1.0.21` |
| [@storybook/testing-library](https://github.com/storybookjs/testing-library) | `0.1.0` | `0.2.2` |
| [@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.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.4.1` | `4.5.0` |
| [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) | `0.31.4` | `0.33.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `9.1.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` |
| [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.0` |
| [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.57.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.31.4` | `0.34.6` |


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

Updates `vue` from 3.3.8 to 3.3.9
- [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.9)

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

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

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

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

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

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 `@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.0
- [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.0
- [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 `@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 `chromatic` from 6.24.1 to 9.1.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...v9.1.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 `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.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.39.0...v1.40.0)

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.57.7
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.51.13...v0.57.7)

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

---
updated-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/testing-library"
  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: 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: 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: 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: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2023

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

@dependabot dependabot bot closed this Nov 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-79f1907cec branch November 28, 2023 11:09
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