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 docs-update group with 3 updates #458

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the docs-update group with 3 updates: @vuepress/client, vue and vuepress.

Updates @vuepress/client from 2.0.0-rc.0 to 2.0.0-rc.2

Release notes

Sourced from @​vuepress/client's releases.

v2.0.0-rc.2

Please refer to CHANGELOG.md for details.

v2.0.0-rc.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vuepress/client's changelog.

2.0.0-rc.2 (2024-01-26)

Bug Fixes

  • bundler-vite: add vuepress to client packages list (#1473) (5771dbb)

2.0.0-rc.1 (2024-01-24)

Bug Fixes

  • bundler-vite: serve assets with absolute path in dev server correctly (close #1442) (d0b4062)
  • client: avoid updating existing head tags (close #1268) (#1314) (bfbab28)
  • client: merge locales head correctly (2fe35bb)
  • markdown: use non-greedy matching when parsing attributes (#1469) (91d8e3d)

Features

  • bump to vue 3.4 (7f192ea)
  • cli: update config file build target to node18 (66d20fc)
  • cli: update info command to include more binaries and remove ecosystem packages (84b5c80)
  • markdown: add absolutePathPrependBase option for assets plugin (634af03)
  • markdown: add title support for code blocks (close #1277) (#1456) (706a427)
  • markdown: bump to markdown-it 14 (5abdcdf)
  • markdown: update default anchor permalink function (close #1363) (#1452) (f7d6dde)
  • vuepress: add client-types export (#1460) (57bb91b)
  • vuepress: add more exports and bin shorthands (close #1446) (#1449) (3a32e0a)

BREAKING CHANGES

  • vuepress: vuepress-vite and vuepress-webpack packages have been removed, and the corresponding commands have been moved to vuepress package. With vuepress command, you need to install bundler package and set bundler in config file manually. With vuepress-vite and vuepress-webpack command, you still need to install bundler package, but you can omit bundler option in config file.
  • markdown: the default permalink function of markdown-it-anchor has been changed from ariaHidden to headerLink for better accessibility, which would be a potential breaking change for theme authors
  • markdown: bump to markdown-it 14
Commits
  • 3b5ec7a build: publish v2.0.0-rc.2
  • 6f95b7a build: bump deps and migrate husky to v9
  • 5771dbb fix(bundler-vite): add vuepress to client packages list (#1473)
  • 76dd90c test: use cross-env for e2e scripts
  • 8518798 test: add e2e case for conditional exports
  • 8b5eed3 docs: fix changelog
  • 6bdadb9 build: publish v2.0.0-rc.1
  • f096adc build: add release e2e script and tweak bumpp usage
  • 91d8e3d fix(markdown): use non-greedy matching when parsing attributes #1469
  • 53006c4 build: upgrade lockfile
  • Additional commits viewable in compare view

Updates vue from 3.4.3 to 3.4.15

Release notes

Sourced from vue's releases.

v3.4.15

Please refer to CHANGELOG.md for details.

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

Please refer to CHANGELOG.md for details.

v3.4.10

Please refer to CHANGELOG.md for details.

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.

v3.4.5

Please refer to CHANGELOG.md for details.

v3.4.4

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

3.4.14 (2024-01-15)

Bug Fixes

  • compiler-sfc: enable prefixIdentifiers by default when reparsing on consumed AST (#10105) (48bf8e4)
  • deps: update dependency postcss to ^8.4.33 (#10110) (a557006)
  • reactivity: fix regression for computed with mutation (#10119) (20f62af), closes #10114

3.4.13 (2024-01-13)

Bug Fixes

3.4.12 (2024-01-13)

Reverts

3.4.11 (2024-01-12)

... (truncated)

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 vuepress from 2.0.0-rc.0 to 2.0.0-rc.2

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2024
Bumps the docs-update group with 3 updates: [@vuepress/client](https://github.com/vuepress/core), [vue](https://github.com/vuejs/core) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress).


Updates `@vuepress/client` from 2.0.0-rc.0 to 2.0.0-rc.2
- [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.0...v2.0.0-rc.2)

Updates `vue` from 3.4.3 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.3...v3.4.15)

Updates `vuepress` from 2.0.0-rc.0 to 2.0.0-rc.2
- [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)

---
updated-dependencies:
- dependency-name: "@vuepress/client"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs-update-a38b8edc19 branch from 617fe17 to 0d5f54d Compare February 1, 2024 22:39
Copy link

netlify bot commented Feb 1, 2024

Deploy Preview for nonebot-bison failed.

Name Link
🔨 Latest commit 617fe17
🔍 Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/65bc1d850e6adc00083588a2

Copy link

netlify bot commented Feb 1, 2024

Deploy Preview for nonebot-bison failed.

Name Link
🔨 Latest commit 3a50908
🔍 Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/65bc1dada710d200084fb3f7

@AzideCupric
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@AzideCupric
Copy link
Collaborator

@dependabot close

@dependabot dependabot bot closed this Mar 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs-update-a38b8edc19 branch March 17, 2024 09:23
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.

1 participant