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.3 #260

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.3.

Release notes

Sourced from vitepress's releases.

v1.0.0-beta.3

Please refer to CHANGELOG.md for details.

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.3 (2023-06-20)

Bug Fixes

  • build: disable validation for rewrite compiling (69b2625)

  • theme: prevent glitch when algolia chunk is loaded (#2519) (51661de)

  • use extends in template custom theme (#2500) (7e39e02)

  • revert!: sync defineConfig types with vite (#2529) (cd03db8), closes #2529

Features

  • build: allow using regex in rewrites (f831767)
  • client: expose dataSymbol (a547530), closes #2489

BREAKING CHANGES

  • reverts the breaking changes in beta-2. defineConfig and defineConfigWithTheme no longer accept functions as argument.

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.

... (truncated)

Commits
  • d3ec1fc release: v1.0.0-beta.3
  • cd03db8 revert!: sync defineConfig types with vite (#2529)
  • 51661de fix(theme): prevent glitch when algolia chunk is loaded (#2519)
  • 5013835 docs: fix typo in dynamic routing example (#2515)
  • 656df5c chore: replace Map by WeakMap (#2499)
  • a547530 feat(client): expose dataSymbol
  • 69b2625 fix(build): disable validation for rewrite compiling
  • f831767 feat(build): allow using regex in rewrites
  • b9eafac refactor: rename variable name and simplify some code (#2504)
  • bfc8580 chore(types): sync ServerOptions with vite
  • 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 #266.