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.3 to 1.0.0-rc.11 in /docs #1633

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vitepress from 1.0.0-beta.3 to 1.0.0-rc.11.

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.11

Please refer to CHANGELOG.md for details.

v1.0.0-rc.10

Please refer to CHANGELOG.md for details.

v1.0.0-rc.9

Please refer to CHANGELOG.md for details.

v1.0.0-rc.4

Please refer to CHANGELOG.md for details.

v1.0.0-beta.7

Please refer to CHANGELOG.md for details.

v1.0.0-beta.6

Please refer to CHANGELOG.md for details.

v1.0.0-beta.5

Please refer to CHANGELOG.md for details.

v1.0.0-beta.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.11 (2023-09-10)

Bug Fixes

  • init: missing mts extension on windows (195ebe9), closes #2886
  • respect attrs on custom containers (8b76167)
  • temp workaround for broken navigation from 404 to home (a18d544), closes #2891
  • theme: dropdown menu partially hidden by the homepage footer when it is too long (#2904) (a60f079)
  • theme: improve contrast of search highlight text (#2887) (20f9770)
  • theme: link hover color inside a custom block (#2876) (39784ca)
  • theme: prevent layout shift in search button key (#2889) (0088434)
  • theme: search button key misplaced on safari (18adc07)
  • types: NavItem can only have either link or items (#2880) (12ef12d)

Features

1.0.0-rc.10 (2023-08-28)

Bug Fixes

  • pseudo styles being removed with postcssIsolateStyles (21b4f8c), closes #2868 #2867
  • resolve snippets from original file path - align with include behavior (8aa032f)

Features

  • allow overriding mdit-vue/component options (4f01f1a)

Reverts

  • "fix: createContentLoader generates invalid url when sets base" (#2865) (6be5a7e)

1.0.0-rc.9 (2023-08-28)

Bug Fixes

  • a11y/theme: disable transitions if user prefers reduced motion (fc5092f)
  • build: respect preserveSymlinks (#2780) (1bda710)
  • cli/init: print the correct packageManager (#2787) (b388b0a)
  • cli/init: terminal message has not enough contrast (#2786) (4d9d977)
  • restart server on theme creation/deletion (#2785) (e0be677)
  • scroll-to-top in iOS when opens sidebar (#2803) (3dab9a6)
  • stackblitz not working on firefox (877f643), closes #2817
  • theme: docsearch variables not applying properly on ios beta (436e99a)
  • theme: improve logo svg and add art dir (1f8c58a)
  • theme: prevent sidebar re-render unless there is actual change (33962e0), closes #2796
  • theme: revert 79 to 179 in yellow-soft (#2858) (74fcb60)
  • theme: show only one carbon ad at a time (5ced0cc)

... (truncated)

Commits
  • d55ce0b release: v1.0.0-rc.11
  • a60f079 fix(theme): dropdown menu partially hidden by the homepage footer when it is ...
  • 8b76167 fix: respect attrs on custom containers
  • a18d544 fix: temp workaround for broken navigation from 404 to home
  • d40eb19 feat: skip rendering if env.BUNDLE_ONLY is truthy (#2890)
  • 0088434 fix(theme): prevent layout shift in search button key (#2889)
  • 18adc07 fix(theme): search button key misplaced on safari
  • 195ebe9 fix(init): missing mts extension on windows
  • 20f9770 fix(theme): improve contrast of search highlight text (#2887)
  • 12ef12d fix(types): NavItem can only have either link or items (#2880)
  • 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)

Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-beta.3 to 1.0.0-rc.11.
- [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.3...v1.0.0-rc.11)

---
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 requested a review from a team as a code owner September 10, 2023 14:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2023
@dependabot dependabot bot requested a review from jthegedus September 10, 2023 14:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

Looks like vitepress is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/vitepress-1.0.0-rc.11 branch September 11, 2023 13:44
@jthegedus
Copy link
Contributor

Closed in 446f8c5

Woops. Accidentally committed to master directly instead of a remote branch 😟 Going to update the repository settings so that doesn't happen again.

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