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

Bump the dev-dependencies group in /docs with 10 updates #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the dev-dependencies group in /docs with 10 updates:

Package From To
@types/node 22.7.4 22.8.6
vue 3.5.10 3.5.12
vuepress 2.0.0-rc.17 2.0.0-rc.18
@vuepress/client 2.0.0-rc.17 2.0.0-rc.18
@vuepress/plugin-medium-zoom 2.0.0-rc.52 2.0.0-rc.57
@vuepress/plugin-search 2.0.0-rc.52 2.0.0-rc.55
@vuepress/theme-default 2.0.0-rc.52 2.0.0-rc.58
vuepress-plugin-md-enhance 2.0.0-rc.57 2.0.0-rc.59
@vuepress/plugin-pwa 2.0.0-rc.52 2.0.0-rc.57
@vuepress/bundler-vite 2.0.0-rc.17 2.0.0-rc.18

Updates @types/node from 22.7.4 to 22.8.6

Commits

Updates vue from 3.5.10 to 3.5.12

Release notes

Sourced from vue's releases.

v3.5.12

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

v3.5.11

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

Changelog

Sourced from vue's changelog.

3.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)
Commits
  • 770ea67 release: v3.5.12
  • c82b662 refactor(reactivity): reduce size of collectionHandlers (#12152)
  • ea943af fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...
  • d82fa61 chore: format
  • d96883c test(reactivity): test for verifying no unnecessary calls of reactive array i...
  • 1ae545a fix(hydration): provide compat fallback for idle callback hydration strategy ...
  • 05685a9 fix(types): retain union type narrowing with defaults applied (#12108)
  • cde2c06 fix(compiler): clone loc to ifNode (#12131)
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • 9da1ac1 fix(runtime-core): fix required prop check false positive for kebab-case edge...
  • Additional commits viewable in compare view

Updates vuepress from 2.0.0-rc.17 to 2.0.0-rc.18

Commits

Updates @vuepress/client from 2.0.0-rc.17 to 2.0.0-rc.18

Release notes

Sourced from @​vuepress/client's releases.

v2.0.0-rc.18

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​vuepress/client's changelog.

2.0.0-rc.18 (2024-10-10)

Bug Fixes

Features

  • core: improve user config file loading (#1615) (01f6ab3)
  • markdown: add isExternal option for linksPlugin (close #1611) (41214eb)
  • utils: sync latest sanitizeFileName logic from rollup (#1614) (aaf3bba)
Commits
  • e38fc11 build: publish v2.0.0-rc.18
  • e72cdb1 build: bump deps
  • 41214eb feat(markdown): add isExternal option for linksPlugin (close #1611)
  • e693cdc fix(core): fix app env flag regression (close #1612)
  • 0f91675 refactor: import process explicitly
  • 01f6ab3 feat(core): improve user config file loading (#1615)
  • aaf3bba feat(utils): sync latest sanitizeFileName logic from rollup (#1614)
  • See full diff in compare view

Updates @vuepress/plugin-medium-zoom from 2.0.0-rc.52 to 2.0.0-rc.57

Commits

Updates @vuepress/plugin-search from 2.0.0-rc.52 to 2.0.0-rc.55

Commits

Updates @vuepress/theme-default from 2.0.0-rc.52 to 2.0.0-rc.58

Commits

Updates vuepress-plugin-md-enhance from 2.0.0-rc.57 to 2.0.0-rc.59

Release notes

Sourced from vuepress-plugin-md-enhance's releases.

v2.0.0-rc.59

v2.0.0-rc.58

🐛 Bug Fixes

  • theme: fix plugin compact (89b6647)
Changelog

Sourced from vuepress-plugin-md-enhance's changelog.

2.0.0-rc.59 (2024-10-21)

Commits

Updates @vuepress/plugin-pwa from 2.0.0-rc.52 to 2.0.0-rc.57

Commits

Updates @vuepress/bundler-vite from 2.0.0-rc.17 to 2.0.0-rc.18

Release notes

Sourced from @​vuepress/bundler-vite's releases.

v2.0.0-rc.18

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​vuepress/bundler-vite's changelog.

2.0.0-rc.18 (2024-10-10)

Bug Fixes

Features

  • core: improve user config file loading (#1615) (01f6ab3)
  • markdown: add isExternal option for linksPlugin (close #1611) (41214eb)
  • utils: sync latest sanitizeFileName logic from rollup (#1614) (aaf3bba)
Commits
  • e38fc11 build: publish v2.0.0-rc.18
  • e72cdb1 build: bump deps
  • 41214eb feat(markdown): add isExternal option for linksPlugin (close #1611)
  • e693cdc fix(core): fix app env flag regression (close #1612)
  • 0f91675 refactor: import process explicitly
  • 01f6ab3 feat(core): improve user config file loading (#1615)
  • aaf3bba feat(utils): sync latest sanitizeFileName logic from rollup (#1614)
  • See full diff 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 dev-dependencies group in /docs with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.6` |
| [vue](https://github.com/vuejs/core) | `3.5.10` | `3.5.12` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.17` | `2.0.0-rc.18` |
| [@vuepress/client](https://github.com/vuepress/core) | `2.0.0-rc.17` | `2.0.0-rc.18` |
| [@vuepress/plugin-medium-zoom](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-medium-zoom) | `2.0.0-rc.52` | `2.0.0-rc.57` |
| [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-search) | `2.0.0-rc.52` | `2.0.0-rc.55` |
| [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default) | `2.0.0-rc.52` | `2.0.0-rc.58` |
| [vuepress-plugin-md-enhance](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/md-enhance) | `2.0.0-rc.57` | `2.0.0-rc.59` |
| [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) | `2.0.0-rc.52` | `2.0.0-rc.57` |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.17` | `2.0.0-rc.18` |


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

Updates `vue` from 3.5.10 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.10...v3.5.12)

Updates `vuepress` from 2.0.0-rc.17 to 2.0.0-rc.18
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

Updates `@vuepress/client` from 2.0.0-rc.17 to 2.0.0-rc.18
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](vuepress/core@v2.0.0-rc.17...v2.0.0-rc.18)

Updates `@vuepress/plugin-medium-zoom` from 2.0.0-rc.52 to 2.0.0-rc.57
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-medium-zoom)

Updates `@vuepress/plugin-search` from 2.0.0-rc.52 to 2.0.0-rc.55
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-search)

Updates `@vuepress/theme-default` from 2.0.0-rc.52 to 2.0.0-rc.58
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/theme-default)

Updates `vuepress-plugin-md-enhance` from 2.0.0-rc.57 to 2.0.0-rc.59
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/md-enhance/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.59/packages/md-enhance)

Updates `@vuepress/plugin-pwa` from 2.0.0-rc.52 to 2.0.0-rc.57
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-pwa)

Updates `@vuepress/bundler-vite` from 2.0.0-rc.17 to 2.0.0-rc.18
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](vuepress/core@v2.0.0-rc.17...v2.0.0-rc.18)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/client"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/plugin-medium-zoom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/plugin-search"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/theme-default"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vuepress-plugin-md-enhance
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/plugin-pwa"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vuepress/bundler-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants