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): update dependency vitepress to v1.0.0-rc.31 #25

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

vuejs/vitepress (vitepress)

v1.0.0-rc.31

Compare Source

Bug Fixes

v1.0.0-rc.30

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • VitePress now uses shikiji instead of shiki for syntax highlighting. If you're using features like adding extra languages or custom aliases, please refer shikiji docs for migration guide or comment on #​3237 if you need help.

v1.0.0-rc.29

Compare Source

Bug Fixes
  • client: regression - router not working without .html present (d63cb86), closes #​3225

v1.0.0-rc.28

Compare Source

Bug Fixes
  • ally: clear up confusion with the title of theme switch (#​3215) (6761036)
  • build: support nested assetsDir (02161d0)
  • wrong recognition of non-html extension leads to route error (#​3218) (c4abc95)
Features

v1.0.0-rc.27

Compare Source

Bug Fixes

v1.0.0-rc.26

Compare Source

Bug Fixes
Features
BREAKING CHANGES

v1.0.0-rc.25

Compare Source

Bug Fixes
Features
Performance Improvements

v1.0.0-rc.24

Compare Source

Bug Fixes
  • lock plugin-vue version (aa75fd6)
  • styles: large blur radius is causing color issues with safari (a31e143)
Features

v1.0.0-rc.23

Compare Source

Bug Fixes

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

v1.0.0-beta.5

Compare Source

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

v1.0.0-beta.4

Compare Source

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
BREAKING CHANGES
  • client: specifying target="_self" for internal links will now perform full reload.

v1.0.0-beta.3

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • reverts the breaking changes in beta-2. defineConfig and defineConfigWithTheme no longer accept functions as argument.

v1.0.0-beta.2

Compare Source

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
Performance Improvements
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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/vitepress-1.x branch from c327f13 to fdd3c71 Compare June 19, 2023 17:56
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.2 chore(deps): update dependency vitepress to v1.0.0-beta.3 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 3 times, most recently from 9260993 to 61bd8f4 Compare June 24, 2023 14:42
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.3 chore(deps): update dependency vitepress to v1.0.0-beta.4 Jul 2, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 61bd8f4 to 5600c1f Compare July 2, 2023 16:19
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.4 chore(deps): update dependency vitepress to v1.0.0-beta.5 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 5600c1f to f75c9fb Compare July 3, 2023 07:10
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.5 chore(deps): update dependency vitepress to v1.0.0-beta.6 Jul 22, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from f75c9fb to 2f68904 Compare July 22, 2023 10:38
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.6 chore(deps): update dependency vitepress to v1.0.0-beta.7 Jul 29, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 2f68904 to 60436d3 Compare July 29, 2023 22:01
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 60436d3 to 3b1e111 Compare August 8, 2023 13:26
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-beta.7 chore(deps): update dependency vitepress to v1.0.0-rc.1 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 3b1e111 to 2cc7244 Compare August 8, 2023 17:33
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.1 chore(deps): update dependency vitepress to v1.0.0-rc.4 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 2cc7244 to ae4c490 Compare August 18, 2023 10:21
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from ae4c490 to c67e4f0 Compare August 27, 2023 09:42
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.4 chore(deps): update dependency vitepress to v1.0.0-rc.5 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from c67e4f0 to c737ce0 Compare August 27, 2023 13:48
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.5 chore(deps): update dependency vitepress to v1.0.0-rc.6 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from c737ce0 to b868236 Compare August 27, 2023 16:37
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.6 chore(deps): update dependency vitepress to v1.0.0-rc.7 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from b868236 to 4dab582 Compare August 28, 2023 07:24
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.7 chore(deps): update dependency vitepress to v1.0.0-rc.8 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 4dab582 to 8a05ca9 Compare August 28, 2023 10:18
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.8 chore(deps): update dependency vitepress to v1.0.0-rc.9 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 8a05ca9 to f2f07c3 Compare August 28, 2023 16:19
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.9 chore(deps): update dependency vitepress to v1.0.0-rc.10 Aug 28, 2023
@renovate renovate bot deleted the renovate/vitepress-1.x branch November 7, 2023 08:25
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.25 - autoclosed chore(deps): update dependency vitepress to v1.0.0-rc.25 Nov 8, 2023
@renovate renovate bot reopened this Nov 8, 2023
@renovate renovate bot restored the renovate/vitepress-1.x branch November 8, 2023 08:14
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 6 times, most recently from f2112e9 to b7664db Compare November 14, 2023 13:39
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from b7664db to 941dbcd Compare November 16, 2023 16:37
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.25 chore(deps): update dependency vitepress to v1.0.0-rc.26 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 941dbcd to 2616c13 Compare November 17, 2023 15:41
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.26 chore(deps): update dependency vitepress to v1.0.0-rc.27 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch 2 times, most recently from 18ffb5c to 853edd2 Compare November 18, 2023 18:30
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.27 chore(deps): update dependency vitepress to v1.0.0-rc.28 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 853edd2 to c206099 Compare November 19, 2023 07:18
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.28 chore(deps): update dependency vitepress to v1.0.0-rc.29 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from c206099 to e69e27f Compare November 23, 2023 17:10
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.29 chore(deps): update dependency vitepress to v1.0.0-rc.30 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from e69e27f to b06cdd2 Compare November 25, 2023 09:12
@renovate renovate bot changed the title chore(deps): update dependency vitepress to v1.0.0-rc.30 chore(deps): update dependency vitepress to v1.0.0-rc.31 Nov 25, 2023
Copy link

netlify bot commented Dec 4, 2023

Deploy Preview for golden-tartufo-fbedf0 ready!

Name Link
🔨 Latest commit 4cab003
🔍 Latest deploy log https://app.netlify.com/sites/golden-tartufo-fbedf0/deploys/656da5c12a7b360008faea50
😎 Deploy Preview https://deploy-preview-25--golden-tartufo-fbedf0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from b06cdd2 to 7798ec1 Compare December 4, 2023 09:49
@renovate renovate bot force-pushed the renovate/vitepress-1.x branch from 7798ec1 to 4cab003 Compare December 4, 2023 10:11
@alvarosabu alvarosabu closed this Dec 4, 2023
Copy link
Contributor Author

renovate bot commented Dec 4, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.0.0-rc.31). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vitepress-1.x branch December 4, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant