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.5 #266

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps vitepress from 1.0.0-alpha.65 to 1.0.0-beta.5.

Release notes

Sourced from vitepress's releases.

v1.0.0-beta.5

Please refer to CHANGELOG.md for details.

v1.0.0-beta.4

Please refer to CHANGELOG.md for details.

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.5 (2023-07-03)

Bug Fixes

  • types: Sidebar was exported multiple times breaking the config (#2573) (a99dcf9)

1.0.0-beta.4 (2023-07-02)

Bug Fixes

  • build: add @vue/devtools-api to optimizeDeps.include (#2543) (b2a129f)
  • client: bypass client router for links explicitly specifying target (#2563) (e95015f)
  • client: don't throw on using special chars in element ids (#2560) (6b98113)
  • client: scroll not working on clicking an anchor in search box (#2527) (c30e758)
  • theme: unresponsive back button with empty input in search box (#2566) (fa3780f)

Features

  • build: support nested markdown includes (#2545) (0c4210b)
  • client: add onBeforePageLoad hook for router (#2564) (665f3b0)
  • support selecting line range when importing md file (#2502) (1ef33fe)
  • theme: allow customizing last updated date time format options (#2332) (24abc7c)
  • theme: allow hiding navbar on specific pages via frontmatter (#2565) (1e15001)
  • theme: expose useSidebar (#2496) (c4909e4)
  • theme: option to show icon for external links (#2501) (52cfbc3)

BREAKING CHANGES

  • client: specifying target="_self" for internal links will now perform full reload.

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)

... (truncated)

Commits
  • faab56f release: v1.0.0-beta.5
  • a99dcf9 fix(types): export duplicate type Sidebar (#2573)
  • 03d93da release: v1.0.0-beta.4
  • 09d7123 chore: bump deps
  • 1e15001 feat(theme): allow hiding navbar on specific pages via frontmatter (#2565)
  • a3df617 refactor: move onBeforePageLoad inside loadPage
  • 665f3b0 feat(client): add onBeforePageLoad hook for router (#2564)
  • fa3780f fix(theme): unresponsive back button with empty input in search box (#2566)
  • a6de3ef docs: fix github actions permissions (#2568)
  • 24abc7c feat(theme): allow customizing last updated date time format options (#2332)
  • 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)