janvorisek / drie

Drie is a Vue 3 component library for THREE.js made with TypeScript and Composition API.
MIT License
77 stars 2 forks source link

chore(deps-dev): bump vitepress from 1.0.0-alpha.65 to 1.0.0-beta.2 #251

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vitepress from 1.0.0-alpha.65 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.

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)
dependabot[bot] commented 1 year ago

Superseded by #260.