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

chore(deps-dev): bump vitepress from 1.0.0-beta.6 to 1.0.0-rc.4 #911

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps vitepress from 1.0.0-beta.6 to 1.0.0-rc.4.

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.4

Please refer to CHANGELOG.md for details.

v1.0.0-rc.3

Fixes a regression in rc.1

Please refer to CHANGELOG.md for details.

v1.0.0-rc.1

Please refer to CHANGELOG.md for details.

v1.0.0-beta.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.4 (2023-08-08)

Bug Fixes

  • cli: generate mjs file on init if "type": "module" is not present (23d7511)
  • theme: language menu undefined text (#2755) (c9d4655)

1.0.0-rc.3 (2023-08-08)

Bug Fixes

  • regression/theme: fix sidebar collapsing (#2753) (9a4ee07)

1.0.0-rc.1 (2023-08-08)

Bug Fixes

  • createContentLoader generates invalid url when base is set (#2714) (0f38eb4)
  • build: make outDir from cli work properly (17378c0), closes #2716
  • build: nested rewrites not working properly (0f421d7)
  • client: handle empty hash in links (#2738) (c6c983e)
  • fix sitemap path resolution (481a5e3), closes #2749
  • theme: align max-width media queries (d31051a)
  • theme: allow using h1 headings in outline (e3f8fc7), closes #1529
  • theme: close dropdown menus after an item is clicked (#2380) (e54eea3)
  • theme: don't reset scroll position on changing tab in code groups (039798a), closes #2732 #2362
  • theme: dont show transparent navbar other than home (#2742) (1d6254b)
  • theme: hide outline marker on scroll to top (81e7405)
  • theme: outline marker flicks when navigating towards above (e8ebf1b), closes #2665 #2676
  • theme: override docsearch button bg (063b0e5), closes #2735
  • theme: respect feature icon dimensions set from frontmatter (93823a8), closes #1886
  • theme: scroll code group tab into view on selection (1a6efba), closes #2355
  • theme: update sidebar active link status on hash change (#2736) (3840eaa)

Features

  • theme: final re-brand (#2727) (c0d838b)
  • allow html blocks inside code groups (#2719) (7f0c18e)
  • build: add markdown.preConfig option (ce85726), closes #1382
  • build: allow overriding vite config loading (#2750) (1bed154)
  • client: allow customizing scrollOffset padding (20b509c), closes #2739
  • client: allow overriding props on Content (1179484), closes #2712
  • i18n with sitemap (#2708) (7778187)
  • search: allow enabling detailed view by default (4af5975), closes #2690
  • theme: allow adding custom layouts (f4a5c43), closes #2547
  • theme: allow customizing default theme's 404 page (d7e2254), closes #2715
  • theme: allow customizing prev/next text from config file (09a4fdc), closes #1373
  • theme: allow overriding logo link (2a7422b), closes #1683
  • theme: allow passing html in nav links (69251b7), closes #1652
  • theme: allow setting base path in sidebar items (#2734) (52884d9)

... (truncated)

Commits
  • 3b67608 release: v1.0.0-rc.4
  • ae1042d chore: bump deps
  • 23d7511 fix(cli): generate mjs file on init if type: module is not present
  • 819eb51 docs: add root path to gitignore suggestion (#2488)
  • c9d4655 fix(theme): language menu undefined text (#2755)
  • 3695190 release: v1.0.0-rc.3
  • 9a4ee07 fix(theme): fix sidebar collapsing and restore base property (#2753)
  • 5ef1195 release: v1.0.0-rc.2
  • 2fe8f60 revert(theme): revert 'allow setting base path in sidebar items'
  • 7141a83 release: v1.0.0-rc.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 10, 2023
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-beta.6 to 1.0.0-rc.4.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-beta.6...v1.0.0-rc.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitepress-1.0.0-rc.4 branch from 6211983 to dfeb777 Compare August 11, 2023 11:40
@ayushmanchhabra
Copy link
Collaborator

@dependabot merge

@dependabot dependabot bot merged commit d692421 into main Aug 11, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitepress-1.0.0-rc.4 branch August 11, 2023 14:11
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