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 9 updates #56

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 9 updates:

Package From To
vitepress 1.0.0-rc.35 1.0.0-rc.36
vue 3.4.5 3.4.9
@types/node 20.10.6 20.11.0
@vitejs/plugin-vue 5.0.2 5.0.3
algoliasearch 4.22.0 4.22.1
axios 1.6.4 1.6.5
chromatic 10.2.0 10.2.1
typedoc 0.25.6 0.25.7
vitest 1.1.1 1.1.3

Updates vitepress from 1.0.0-rc.35 to 1.0.0-rc.36

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.36

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.36 (2024-1-8)

Bug Fixes

  • avoid pushing to history when clicking on the current link (#3405) (d279e63)
  • theme/regression: external link icon not working (c236570), closes #3424
  • theme/regression: inter getting bundled even importing without-fonts entry (#3412) (b03fb83)
Commits
  • d2c6e37 release: v1.0.0-rc.36
  • 5388143 chore: bump deps
  • c236570 fix(theme/regression): external link icon not working
  • f8fe3ae docs: fix typo
  • f142543 docs(zh): sync (#3414)
  • eac5caa docs(zh): fix indentation (#3413)
  • b03fb83 fix(theme/regression): inter getting bundled even importing without-fonts ent...
  • 609007c chore: don't lock PRs with keep-open label
  • be4c0c0 chore: update known extensions
  • d279e63 fix: avoid pushing to history when clicking on the current link (#3405)
  • Additional commits viewable in compare view

Updates vue from 3.4.5 to 3.4.9

Release notes

Sourced from vue's releases.

v3.4.9

Please refer to CHANGELOG.md for details.

v3.4.8

Please refer to CHANGELOG.md for details.

v3.4.7

Please refer to CHANGELOG.md for details.

v3.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.9 (2024-01-11)

Bug Fixes

  • build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
  • hydration: do not warn against bindings w/ object values (dcc68ef)
  • runtime-dom: unify behavior for v-show + style display binding (#10075) (cd419ae), closes #10074
  • suspense: avoid double-patching nested suspense when parent suspense is not resolved (#10055) (bcda96b), closes #8678

3.4.8 (2024-01-10)

Bug Fixes

  • hydration: fix class and style hydration mismatch message (5af3987), closes #10067
  • hydration: improve attr hydration mismatch check for boolean attrs (972face), closes #10057 #10060
  • suspense: fix more suspense patch before resolve edge cases (70ad4ca), closes #10017

3.4.7 (2024-01-09)

Bug Fixes

  • parser: skip compat mode check for SFC root \<template> tags (#10034) (923d560)
  • types: fix functional component for h (#9991) (438a74a)

Reverts

  • "dx(computed): warn incorrect use of getCurrentInstance inside computed" (2fd3905)

3.4.6 (2024-01-08)

Bug Fixes

Commits
  • 9636357 release: v3.4.9
  • dfd9654 fix(build): avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope
  • bceccf9 chore(build): rename NODE_JS build flag to CJS
  • 8fda856 refactor: split out useModel implementation and tests
  • 92514db build: add node production/development condition in package exports (#10036)
  • bcda96b fix(suspense): avoid double-patching nested suspense when parent suspense is ...
  • 07b19a5 test: test case for style binding w/ object value + v-show
  • cd419ae fix(runtime-dom): unify behavior for v-show + style display binding (#10075)
  • dcc68ef fix(hydration): do not warn against bindings w/ object values
  • 8d656ce release: v3.4.8
  • Additional commits viewable in compare view

Updates @types/node from 20.10.6 to 20.11.0

Commits

Updates @vitejs/plugin-vue from 5.0.2 to 5.0.3

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.

5.0.3 (2024-01-10)

  • fix(deps): update all non-major dependencies (#309) (8c694f6), closes #309
  • fix(plugin-vue): handle circular references in HMR check (#334) (eddcfa8), closes #334 #325
  • fix(plugin-vue): handle custom element when hot update (6ffee6d)
  • chore: fix typo (0a3b9a5)
  • chore(deps): update upstream (#310) (90eb484), closes #310
Commits

Updates algoliasearch from 4.22.0 to 4.22.1

Release notes

Sourced from algoliasearch's releases.

4.22.1

v4.22.1

  • fix(recommend): update recommended-for-you model type (#1500) (f94ce64), closes #1500
Changelog

Sourced from algoliasearch's changelog.

v4.22.1

  • fix(recommend): update recommended-for-you model type (#1500) (f94ce64), closes #1500
Commits

Updates axios from 1.6.4 to 1.6.5

Release notes

Sourced from axios's releases.

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Commits

Updates chromatic from 10.2.0 to 10.2.1

Release notes

Sourced from chromatic's releases.

v10.2.1

🐛 Bug Fix

Authors: 2

Changelog

Sourced from chromatic's changelog.

v10.2.1 (Wed Jan 10 2024)

🐛 Bug Fix

Authors: 2


Commits
  • abd3206 Bump version to: 10.2.1 [skip ci]
  • 6d1a3f4 Update CHANGELOG.md [skip ci]
  • c5a4c8e Merge pull request #883 from chromaui/revert-876-ghengeveld/ap-3909-cli-repla...
  • a99617e Revert "Replace getUploadUrls with uploadBuild mutation"
  • 175f58b Merge pull request #877 from chromaui/publish-action-after-shipit
  • 8e0543c Also release canary for stacked PRs (targeting branches other than main) and ...
  • 55a26c2 Run publish-action script as afterShipIt hook rather than whenever a release ...
  • See full diff in compare view

Updates typedoc from 0.25.6 to 0.25.7

Release notes

Sourced from typedoc's releases.

v0.25.7

Bug Fixes

  • Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, #2476.
  • Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, #2469.
Changelog

Sourced from typedoc's changelog.

v0.25.7 (2024-01-08)

Bug Fixes

  • Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, #2476.
  • Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, #2469.
Commits

Updates vitest from 1.1.1 to 1.1.3

Release notes

Sourced from vitest's releases.

v1.1.3

   🐞 Bug Fixes

    View changes on GitHub

v1.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a73c1c2 chore: release v1.1.3
  • 1769c79 fix(vitest): apply slowTestThreshold to all reporters (#4876)
  • 7719e79 fix(vitest): vi.mock breaks tests when using imported variables inside the fa...
  • be5a259 chore: release v1.1.2
  • 6088b37 fix(vitest): correctly rerun test files on change if server was restarted (#4...
  • e12a5a3 fix(vitest): throw an error if mock was already loaded when vi.mock is called...
  • b8140fc fix(browser): resolved failure to find arbitrarily-named snapshot files when ...
  • 7b4a2fc fix: remove internal flag from UI option in the config
  • e0b8c54 refactor(vitest): reimplement hoistMocks to fix incorrect dynamic imports (#4...
  • 47bc233 fix(deps): update dependency acorn-walk to ^8.3.1 (#4837)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.0-rc.35` | `1.0.0-rc.36` |
| [vue](https://github.com/vuejs/core) | `3.4.5` | `3.4.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.6` | `20.11.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.0.2` | `5.0.3` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `4.22.0` | `4.22.1` |
| [axios](https://github.com/axios/axios) | `1.6.4` | `1.6.5` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `10.2.0` | `10.2.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.6` | `0.25.7` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.1` | `1.1.3` |


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

Updates `vue` from 3.4.5 to 3.4.9
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.5...v3.4.9)

Updates `@types/node` from 20.10.6 to 20.11.0
- [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.2 to 5.0.3
- [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 `algoliasearch` from 4.22.0 to 4.22.1
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@4.22.0...4.22.1)

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

Updates `chromatic` from 10.2.0 to 10.2.1
- [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.2.0...v10.2.1)

Updates `typedoc` from 0.25.6 to 0.25.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.6...v0.25.7)

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

---
updated-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: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: algoliasearch
  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-patch
  dependency-group: all-dependencies
- dependency-name: typedoc
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2024
@bojanrajh bojanrajh merged commit ca45df5 into main Jan 11, 2024
5 of 6 checks passed
@bojanrajh bojanrajh deleted the dependabot/npm_and_yarn/all-dependencies-7c51fcc59a branch January 11, 2024 11:25
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