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 vitepress from 1.0.0-alpha.63 to 1.0.0-beta.2 #131

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps vitepress from 1.0.0-alpha.63 to 1.0.0-beta.2.

Release notes

Sourced from vitepress's releases.

v1.0.0-beta.2

Please refer to CHANGELOG.md for details.

v1.0.0-beta.1

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.76

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.75

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.74

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.73

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.72

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.71

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.70

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.69

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.68

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.67

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.66

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.65

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.64

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-beta.2 (2023-06-11)

Bug Fixes

  • build: create markdown env for localSearchPlugin (#2322) (c9a98ac)
  • build: use rimraf to handle temp folder deletion in windows (#2483) (2f75769)
  • search: detailed view not working when page contains script setup (80e734d), closes #2485
  • theme: adjust z-index for active code group marker (#2413) (06c0fc5)
  • theme: properly show divider between navs (#2481) (2bd55ec)
  • theme: use brand color in skip link in dark theme (#2431) (62d1110)
  • theme: use document !== undefined check for browser (#2417) (c869ea6)
  • types: sync defineConfig types with vite (b3ded34)
  • types: theme-without-fonts types for node (#2416) (8e87c14)

Features

  • build: support relative path for code snippet (#1894) (90478b3)
  • cli: add shortcut for restarting server (#2403) (64b06db)
  • theme: add custom label for social links (#2466) (c995b9f)
  • theme: add semantic markup to local search dialog (#2325) (4ddb96f)
  • theme: allow prev/next links to be disabled globally (#2317) (29a9647)

Performance Improvements

  • parallelize mpa chunks copy (#2389) (6d7d195)
  • search: use dom apis instead of regex-based section parsing (#2486) (d62e6f6)
  • theme/search: prevent repeated rendering of same page (#2398) (e7be720)

BREAKING CHANGES

  • types: defineConfig and defineConfigWithTheme can now accept functions that return the config object. This might break typings in some third-party plugins that rely on the type of these functions.

1.0.0-beta.1 (2023-05-22)

Bug Fixes

  • config: set scrollOffset to 0 is not effect (#2395) (8153f23)
  • theme: make features section layout consistent (#2382) (26f21d9)
  • theme: missing global properties in localSearch (#2396) (4896811)
  • theme: support custom target and rel in navbar links for mobile (#2400) (f364a5d)

1.0.0-alpha.76 (2023-05-18)

... (truncated)

Commits
  • 4964629 release: v1.0.0-beta.2
  • 1a764e4 chore: bump deps
  • b3ded34 fix(types): sync defineConfig types with vite
  • 4ddb96f feat(theme): add semantic markup to local search dialog (#2325)
  • c9a98ac fix(build): create markdown env for localSearchPlugin (#2322)
  • 29a9647 feat(theme): allow prev/next links to be disabled globally (#2317)
  • 90478b3 feat(build): support relative path for code snippet (#1894)
  • 80e734d fix(search): detailed view not working when page contains script setup
  • d62e6f6 perf(search): use dom apis instead of regex-based section parsing (#2486)
  • c995b9f feat(theme): add custom label for social links (#2466)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-alpha.63 to 1.0.0-beta.2.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-alpha.63...v1.0.0-beta.2)

---
updated-dependencies:
- dependency-name: vitepress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2023

Superseded by #133.

@dependabot dependabot bot closed this Jun 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitepress-1.0.0-beta.2 branch June 20, 2023 09:02
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