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

Update dependency vitepress to v1.0.0-rc.22 #1203

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) 1.0.0-beta.5 -> 1.0.0-rc.22 age adoption passing confidence

Release Notes

vuejs/vitepress (vitepress)

v1.0.0-rc.22

Compare Source

Bug Fixes
  • fixes a regression related with nanoid v5 (#​3090)

v1.0.0-rc.21

Compare Source

Bug Fixes
Features

v1.0.0-rc.20

Compare Source

Bug Fixes
  • build: consistent route.path across dev and ssr (#​2997) (0d56855)
  • build: don't show missing lang warnings with text specifiers in fences (aa40cec)
  • handle references in container titles (7fbfe71), closes #​3004
  • hmr: handle hmr in imported code snippets (#​3005) (e84f313)
  • snippet hmr not working with rewrites (a275049)
  • selectively pass env for container titles (1a9c32d), closes #​3007
  • types: add RegExp to markdown's allowed attributes (#​3008) (bc96b2b)

v1.0.0-rc.19

Compare Source

v1.0.0-rc.18

Compare Source

v1.0.0-rc.17

Compare Source

v1.0.0-rc.16

Compare Source

v1.0.0-rc.15

Compare Source

Bug Fixes
Features
  • allow passing fast glob options to createContentLoader (4f9a60b), closes #​2985

v1.0.0-rc.14

Compare Source

Bug Fixes
Features

v1.0.0-rc.13

Compare Source

Bug Fixes
Features
  • theme: add search insights boolean to algolia search (#​2940) (32aa2a7)
Reverts

v1.0.0-rc.12

Compare Source

Bug Fixes
Features
  • highlight nav by default when one of the items is matched (#​2893) (b1fbece)
  • process md includes before building local search index (#​2906) (c6ff5c7)
  • support for customizing the starting line number in a code block (#​2917) (c0ce7f7)
  • theme: allow setting target in home features (#​2897) (cb49673)
  • theme: use inert to avoid traverse menus and content with keyboard (#​2932) (070fc0a)

v1.0.0-rc.11

Compare Source

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

v1.0.0-rc.10

Compare Source

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)

v1.0.0-rc.9

Compare Source

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)
  • theme: ssr issues on deno (e8edd0a)
Features
BREAKING CHANGES
  • pathname:// protocol is dropped. Specify target="_self" or target="_blank" instead. Refer docs to learn more.
  • Shiki's default theme is now changed to github-light and github-dark. If you want to use the old theme, you can set markdown.theme in your config to 'material-theme-palenight'.
  • Internal logic of isDark is changed to use vueuse. It might impact your custom theme. You can customize its behavior using appearance option.
  • Default theme's color system is updated to make it more easily customizable. Refer the PR for new variables.

v1.0.0-rc.8

Compare Source

v1.0.0-rc.7

Compare Source

v1.0.0-rc.6

Compare Source

v1.0.0-rc.5

Compare Source

v1.0.0-rc.4

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • Node v18+ is now required to run VitePress.
  • VitePress now only provides ESM API. Refer #​2703 for details.

v1.0.0-rc.3

Compare Source

v1.0.0-rc.2

Compare Source

v1.0.0-rc.1

Bug Fixes
Features

v1.0.0-beta.7

Compare Source

Bug Fixes
  • build: createContentLoader generates invalid url when srcDir is set (#​2578) (74d9ba2)
  • build: duplicate description tags with transformHead (#​2702) (68f25f5)
  • build: use vue dev build when DEBUG is truthy (#​2689) (b61f36d)
  • build: remove index.html when using createContentLoader (#​2693) (6fc88a5)
  • search: add useFocusTrap and mark.js to optimizeDeps (#​2682) (fb048a6)
  • theme: incorrect header anchor icon position with multline headers (#​2694) (77c1b4d)
  • theme: code group tab divider not showing full-width (#​2701) (b39b491)
  • theme: fix feature component always generating anchor tags (51f28bf)
  • theme: respect empty rel and target (#​2705) (60dd0a4)
Features
BREAKING CHANGES
  • build: createContentLoader will now resolve globs relative to srcDir instead of root

v1.0.0-beta.6

Compare Source

Bug Fixes
Features
Performance Improvements

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 13, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 5 times, most recently from 71a0b0e to 9139532 Compare August 27, 2023 09:12
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.4 Update dependency vitepress to v1.0.0-rc.5 Aug 27, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.5 Update dependency vitepress to v1.0.0-rc.6 Aug 27, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.6 Update dependency vitepress to v1.0.0-rc.7 Aug 27, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.7 Update dependency vitepress to v1.0.0-rc.8 Aug 28, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.8 Update dependency vitepress to v1.0.0-rc.9 Aug 28, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.9 Update dependency vitepress to v1.0.0-rc.10 Aug 28, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.10 Update dependency vitepress to v1.0.0-rc.11 Sep 10, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.11 Update dependency vitepress to v1.0.0-rc.12 Sep 10, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.12 Update dependency vitepress to v1.0.0-rc.13 Sep 13, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.13 Update dependency vitepress to v1.0.0-rc.14 Sep 16, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.14 Update dependency vitepress to v1.0.0-rc.15 Sep 20, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.15 Update dependency vitepress to v1.0.0-rc.17 Sep 23, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.17 Update dependency vitepress to v1.0.0-rc.18 Sep 24, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.18 Update dependency vitepress to v1.0.0-rc.20 Sep 24, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.20 Update dependency vitepress to v1.0.0-rc.21 Oct 12, 2023
@renovate renovate bot changed the title Update dependency vitepress to v1.0.0-rc.21 Update dependency vitepress to v1.0.0-rc.22 Oct 15, 2023
@rien rien added this pull request to the merge queue Oct 18, 2023
Merged via the queue into main with commit 966734e Oct 18, 2023
1 of 5 checks passed
@rien rien deleted the renovate/vitepress-1.x branch October 18, 2023 09:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant