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 20 updates #68

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps the all-dependencies group with 20 updates:

Package From To
terser 5.26.0 5.27.0
vitepress 1.0.0-rc.39 1.0.0-rc.40
vue 3.4.14 3.4.15
@playwright/test 1.41.0 1.41.1
@storybook/addon-essentials 7.6.8 7.6.10
@storybook/addon-interactions 7.6.8 7.6.10
@storybook/addon-links 7.6.8 7.6.10
@storybook/blocks 7.6.8 7.6.10
@storybook/vue3 7.6.8 7.6.10
@storybook/vue3-vite 7.6.8 7.6.10
@types/node 20.11.5 20.11.6
axios 1.6.5 1.6.6
chromatic 10.3.0 10.5.0
instantsearch.js 4.64.0 4.64.1
playwright-chromium 1.41.0 1.41.1
sass 1.69.7 1.70.0
storybook 7.6.8 7.6.10
vite-plugin-inspect 0.8.1 0.8.3
vitest 1.2.0 1.2.1
vue-instantsearch 4.13.4 4.13.5

Updates terser from 5.26.0 to 5.27.0

Changelog

Sourced from terser's changelog.

v5.27.0

  • Created minify_sync() alternative to minify() since there's no async code left.
Commits

Updates vitepress from 1.0.0-rc.39 to 1.0.0-rc.40

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.40

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.40 (2024-1-22)

Bug Fixes

  • client: handle head orphans added in initial load (#3474) (5e2d853)
  • theme: avoid selecting summary on toggling details (77a318c)
  • theme: hover color for code links inside custom containers (#3467) (d529ed4)
  • type: fix missed VPBadge type in theme.d.ts (#3470) (fcf828c)

Features

Commits
  • 3792f80 release: v1.0.0-rc.40
  • bf07003 chore: bump deps
  • e541a18 chore: upgrade shikiji to v0.10 (#3488)
  • ac87d19 feat: support GitHub-flavored alerts (#3482)
  • 77a318c fix(theme): avoid selecting summary on toggling details
  • bc29212 docs(zh): fix chinese translation for default-theme-config.md (#3480)
  • 9008727 refactor: simplify head tracking logic
  • ba3c644 docs: update recommendation for canonical urls to use transformPageData instead
  • c882fa1 feat(theme): add npm icon (#3483)
  • 3a29790 build(deps): bump vite from 5.0.11 to 5.0.12 (#3479)
  • Additional commits viewable in compare view

Updates vue from 3.4.14 to 3.4.15

Release notes

Sourced from vue's releases.

v3.4.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.15 (2024-01-18)

Bug Fixes

  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #10114 (#10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#10125) (6fa33e6), closes #10124

Performance Improvements

  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #10014
Commits
  • ee4cd78 release: v3.4.15
  • de4d2e2 perf(templateRef): avoid double render when using template ref on v-for
  • c3087ff fix: correct url for production error reference links
  • 2ffb956 perf(v-model): optimize v-model multiple select w/ large lists
  • 75e866b fix(compiler-sfc): fix type resolution for symlinked node_modules structure w...
  • 6fa33e6 fix(runtime-core): should not warn out-of-render slot fn usage when mounting ...
  • 81d307a refactor: use shared isAttrRenderable logic between ssr and hydration
  • 492a720 chore: remove unused import
  • d16a213 fix(hydration): fix incorect mismatch warning for option with non-string valu...
  • e977c59 chore: replace -1 to PatchFlags.HOISTED (#10146)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.41.0 to 1.41.1

Release notes

Sourced from @​playwright/test's releases.

v1.41.1

Highlights

microsoft/playwright#29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded microsoft/playwright#29028 - [REGRESSION] React component tests throw type error when passing null/undefined to component microsoft/playwright#29027 - [REGRESSION] React component tests not passing Date prop values microsoft/playwright#29023 - [REGRESSION] React component tests not rendering children prop microsoft/playwright#29019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
Commits
  • 8f0163f chore: mark 1.41.1 (#29075)
  • 98a6618 cherry-pick(#29069): Revert "feat(codegen): add range input recording support...
  • 50f1f08 cherry-pick(#29070): chore(ct): revert export mount result
  • e5d201b cherry-pick(#29031): fix(ct): allow passing date, url, bigint as properties
  • 8ee2d81 cherry-pick(#29026): test: add a props.children test
  • 50a8e4f cherry-pick(#29016): chore: add an image import component test
  • cb6c64c cherry-pick(#28986): fix(ct): move import list into the compilation cache data
  • 06518b2 cherry-pick(#28978): chore: build import registry source
  • d47ed6a cherry-pick(#28975): chore: refactor import processing in ct
  • 4d9f923 cherry-pick(#29034): docs: fix typo for stylePath (#29035)
  • Additional commits viewable in compare view

Updates @storybook/addon-essentials from 7.6.8 to 7.6.10

Release notes

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

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

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

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-interactions from 7.6.8 to 7.6.10

Release notes

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

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

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

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-links from 7.6.8 to 7.6.10

Release notes

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

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

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

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @storybook/blocks from 7.6.8 to 7.6.10

Release notes

Sourced from @​storybook/blocks's releases.

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

Sourced from @​storybook/blocks's changelog.

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @storybook/vue3 from 7.6.8 to 7.6.10

Release notes

Sourced from @​storybook/vue3's releases.

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

Sourced from @​storybook/vue3's changelog.

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @storybook/vue3-vite from 7.6.8 to 7.6.10

Release notes

Sourced from @​storybook/vue3-vite's releases.

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

Sourced from @​storybook/vue3-vite's changelog.

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • See full diff in compare view

Updates @types/node from 20.11.5 to 20.11.6

Commits

Updates axios from 1.6.5 to 1.6.6

Release notes

Sourced from axios's releases.

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Commits

Updates chromatic from 10.3.0 to 10.5.0

Release notes

Sourced from chromatic's releases.

v10.5.0

🚀 Enhancement

Authors: 1

v10.4.0

🚀 Enhancement

Authors: 1

v10.3.1

🐛 Bug Fix

  • Fix potential zip upload error when deduping files on a very large Storybook #892 (@​ghengeveld)

Authors: 1

Changelog

Sourced from chromatic's changelog.

v10.5.0 (Wed Jan 24 2024)

🚀 Enhancement

Authors: 1


v10.4.0 (Tue Jan 23 2024)

🚀 Enhancement

Authors: 1


v10.3.1 (Wed Jan 17 2024)

🐛 Bug Fix

  • Fix potential zip upload error when deduping files on a very large Storybook #892 (@​ghengeveld)

Authors: 1


Commits
  • 51feafd Bump version to: 10.5.0 [skip ci]
  • 6ffcd43 Update CHANGELOG.md [skip ci]
  • c5178db Merge pull request #882 from chromaui/tom/prototype-playwright-flag
  • 943d432 Move package json check to where we need it
  • 42d2d2b Move package.json check to after we parse options
  • 17f0ada Actually we added the exports we need in 0.4.0
  • 4442b56 Allow current versions and 1.0.0
  • faec08c Keep peer deps to 1.0.0
  • 4cec1ed Bump version to: 10.4.0 [skip ci]
  • 4533398 Update CHANGELOG.md [skip ci]
  • Additional commits viewable in compare view

Updates instantsearch.js from 4.64.0 to 4.64.1

Release notes

Sourced from instantsearch.js's releases.

[email protected]

4.64.1 (2024-01-23)

Bug Fixes

  • hydration: generate cache with search parameters from server-side request (#5991) (968cf43)
  • perf: remove usage of SearchParameters.clearRefinements (#6004) (d9491e1)
Commits
  • 3f061b1 chore: release (#6017)
  • d1aa720 fix(perf): improve speed of setQueryParameters
  • 31dbf87 fix(requestBuilder): sort facet refinements in a non-mutating manner (#6012)
  • d9491e1 fix(perf): remove usage of SearchParameters.clearRefinements (#6004)
  • 332933c chore(comments): remove outdated "experimental" warnings (#6005)
  • 968cf43 fix(hydration): generate cache with search parameters from server-side reques...
  • See full diff in compare view

Updates playwright-chromium from 1.41.0 to 1.41.1

Release notes

Sourced from playwright-chromium's releases.

v1.41.1

Highlights

microsoft/playwright#29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded microsoft/playwright#29028 - [REGRESSION] React component tests throw type error when passing null/undefined to component microsoft/playwright#29027 - [REGRESSION] React component tests not passing Date prop values microsoft/playwright#29023 - [REGRESSION] React component tests not rendering children prop microsoft/playwright#29019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
Commits
  • 8f0163f chore: mark 1.41.1 (#29075)
  • 98a6618 cherry-pick(#29069): Revert "feat(codegen): add range input recording support...
  • 50f1f08 cherry-pick(#29070): chore(ct): revert export mount result
  • e5d201b cherry-pick(#29031): fix(ct): allow passing date, url, bigint as properties
  • 8ee2d81 cherry-pick(#29026): test: add a props.children test
  • 50a8e4f cherry-pick(#29016): chore: add an image import component test
  • cb6c64c cherry-pick(#28986): fix(ct): move import list into the compilation cache data
  • 06518b2 cherry-pick(#28978): chore: build import registry source
  • d47ed6a cherry-pick(#28975): chore: refactor import processing in ct
  • 4d9f923 cherry-pick(#29034): docs: fix typo for stylePath (#29035)
  • Additional commits viewable in compare view

Updates sass from 1.69.7 to 1.70.0

Release notes

Sourced from sass's releases.

Dart Sass 1.70.0

To install Sass 1.70.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

JavaScript API

  • Add a sass.initCompiler() function that returns a sass.Compiler object which supports compile() and compileString() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.Compiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

  • Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler object which supports compileAsync() and compileStringAsync() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.AsynCompiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

Embedded Sass

  • Support the CompileRequest.silent field. This allows compilations with no logging to avoid unnecessary request/response cycles.

  • The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's info field.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.70.0

JavaScript API

  • Add a sass.initCompiler() function that returns a sass.Compiler object which supports compile() and compileString() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.Compiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

  • Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler object which supports compileAsync() and compileStringAsync() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.AsynCompiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

Embedded Sass

  • Support the CompileRequest.silent field. This allows compilations with no logging to avoid unnecessary request/response cycles.

  • The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's info field.

Commits

Updates storybook from 7.6.8 to 7.6.10

Release notes

Sourced from storybook's releases.

v7.6.10

7.6.10

v7.6.9

7.6.9

Changelog

Sourced from storybook's changelog.

7.6.10

7.6.9

Commits
  • 0a8f25a Bump version from "7.6.9" to "7.6.10" [skip ci]
  • 04cd1a5 Merge pull request #25642 from storybookjs/jeppe/fix-version-detection
  • fbb29c1 Bump version from "7.6.8" to "7.6.9" [skip ci]
  • 5c11b71 fixes
  • 838d267 init when download-dir = before-storybook
  • a2055b3 Merge pull request #25596 from storybookjs/jeppe/versioned-canary-sandbox
  • 24f72ed fix the call to init in the cwd & ignore if next tag is missing
  • ded297c Merge branch 'jeppe/upgrade-versioned-main' into norbert/cli-sandbox-versione...
  • 9f449a5 fix tests
  • 912dde5 Merge branch 'jeppe/upgrade-versioned-main' into norbert/cli-sandbox-versione...
  • Additional commits viewable in compare view

Updates vite-plugin-inspect from 0.8.1 to 0.8.3

Release notes

Sourced from vite-plugin-inspect's releases.

v0.8.3

   🐞 Bug Fixes

    View changes on GitHub

v0.8.2

   🚀 Features

Bumps the all-dependencies group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [terser](https://github.com/terser/terser) | `5.26.0` | `5.27.0` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.39` | `1.0.0-rc.40` |
| [vue](https://github.com/vuejs/core) | `3.4.14` | `3.4.15` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.41.0` | `1.41.1` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.8` | `7.6.10` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.8` | `7.6.10` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.8` | `7.6.10` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) | `7.6.8` | `7.6.10` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.8` | `7.6.10` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.8` | `7.6.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.5` | `20.11.6` |
| [axios](https://github.com/axios/axios) | `1.6.5` | `1.6.6` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.3.0` | `10.5.0` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.64.0` | `4.64.1` |
| [playwright-chromium](https://github.com/microsoft/playwright) | `1.41.0` | `1.41.1` |
| [sass](https://github.com/sass/dart-sass) | `1.69.7` | `1.70.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.8` | `7.6.10` |
| [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) | `0.8.1` | `0.8.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.0` | `1.2.1` |
| [vue-instantsearch](https://github.com/algolia/instantsearch) | `4.13.4` | `4.13.5` |


Updates `terser` from 5.26.0 to 5.27.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.26.0...v5.27.0)

Updates `vitepress` from 1.0.0-rc.39 to 1.0.0-rc.40
- [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.39...v1.0.0-rc.40)

Updates `vue` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.14...v3.4.15)

Updates `@playwright/test` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.0...v1.41.1)

Updates `@storybook/addon-essentials` from 7.6.8 to 7.6.10
- [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.10/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.6.8 to 7.6.10
- [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.10/code/addons/interactions)

Updates `@storybook/addon-links` from 7.6.8 to 7.6.10
- [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.10/code/addons/links)

Updates `@storybook/blocks` from 7.6.8 to 7.6.10
- [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.10/code/ui/blocks)

Updates `@storybook/vue3` from 7.6.8 to 7.6.10
- [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.10/code/renderers/vue3)

Updates `@storybook/vue3-vite` from 7.6.8 to 7.6.10
- [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.10/code/frameworks/vue3-vite)

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

Updates `axios` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.5...v1.6.6)

Updates `chromatic` from 10.3.0 to 10.5.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@v10.3.0...v10.5.0)

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

Updates `playwright-chromium` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.0...v1.41.1)

Updates `sass` from 1.69.7 to 1.70.0
- [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.69.7...1.70.0)

Updates `storybook` from 7.6.8 to 7.6.10
- [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.10/code/lib/cli)

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

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

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

---
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: 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-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@storybook/vue3-vite"
  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-patch
  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-minor
  dependency-group: all-dependencies
- dependency-name: instantsearch.js
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: playwright-chromium
  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: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: all-dependencies
- dependency-name: vue-instantsearch
  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 Jan 25, 2024
@bojanrajh bojanrajh merged commit 5674837 into main Jan 25, 2024
5 of 6 checks passed
@bojanrajh bojanrajh deleted the dependabot/npm_and_yarn/all-dependencies-100817da0d branch January 25, 2024 09:48
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.

1 participant