Skip to content

chore(deps): update dependency vitepress to v1.0.0-alpha.75 - autoclosed

RenovateBot requested to merge renovate/vitepress-1.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
vitepress (source) devDependencies patch 1.0.0-alpha.40 -> 1.0.0-alpha.75

Release Notes

vuejs/vitepress

v1.0.0-alpha.75

Compare Source

Bug Fixes
  • build: reset regex lastIndex before testing (188893c)
  • cli/init: remove trailing slash from npm scripts (64ecedc)
  • theme: hide local nav on home page (f07587a), closes #​2312
  • theme: local search get 404 on build when use route rewrites in windows (#​2301) (494c634)
  • theme: vitepress data not properly injected in app when use localSearch (#​2299) (69c7646)
Features
BREAKING CHANGES
  • theme: Styling for code blocks might break, especially if you were earlier overriding it for light theme. Those workarounds are no longer required. VitePress will now show code blocks and groups in light mode too if a light shiki theme is specified.

v1.0.0-alpha.74

Compare Source

Bug Fixes
  • build: allow data-loaders files in packages to be found (closes #​2272) (84cf457)
  • router: scroll back to the hash anchor even if it is already selected (#​2265) (f3d3332)
Features
  • allow using html in member description (#​2269) (f744364)
  • search: support custom disableQueryPersistence in local search (#​2273) (2f0f2d5)
  • theme: mobile view show outline button after removing sidebar (#​2274) (25b9111)

v1.0.0-alpha.73

Compare Source

Bug Fixes
  • search: fix highlighting in detailed view (1f4920c)
  • search: local search showDetailedList not working in windows (#​2253) (09be057)
Features

v1.0.0-alpha.72

Compare Source

Bug Fixes
  • search: don't directly access userConfig (3e0e9d2)
  • search: ready event is not fired on mac (e37e5cb)
  • theme: local search showDetailedList not working in windows (#​2248) (8354f8f)

v1.0.0-alpha.71

Compare Source

Bug Fixes
  • search: esm interop mark.js import (1b0a249)
  • search: properly group nested headings (b1c956c), closes #​2238

v1.0.0-alpha.70

Compare Source

Bug Fixes
  • a11y: increase touch target size of search icons (4449867)
  • search: avoid body scroll when using local search (#​2236) (144a7d8)
  • search: better highlighting in detailed view (#​2234) (be83524)
  • search: fix keyword highlighting and scrolling in excerpts (ca8db8a)
  • search: remove double base on importing excepts (185213c), closes #​2230
  • search: remove extra /index from routes (9e04b43)
  • search: show escape to close on footer (6d5b4cd)
Features
  • search: allow force disabling detailed view (40f1d1b)
  • search: make styling more configurable, align more with the theme (#​2233) (b2077c7)

v1.0.0-alpha.69

Compare Source

Bug Fixes
  • search: fix errors on empty titles (6d363ec)
  • theme: fix color of blockquote in custom containers (#​2173) (712a57f)

v1.0.0-alpha.68

Compare Source

Bug Fixes

v1.0.0-alpha.67

Compare Source

Bug Fixes
Features
  • allow passing props and children/slots to defineClientComponent (#​2198) (4c24960)

v1.0.0-alpha.66

Compare Source

Bug Fixes
  • search: properly resolve page link (609d447)
  • theme: fix meta key not showing on search button (e295160)
Features

v1.0.0-alpha.65

Compare Source

Bug Fixes

v1.0.0-alpha.64

Compare Source

Bug Fixes
  • build: make lastUpdated work with git submodules (#​2149) (4c23003)
  • theme: fix color of table head row in custom containers (#​2160) (51ecd58)
  • theme: hide outline dropdown scrollbar when it does not overflow (#​2151) (ff26ff1)
Features

v1.0.0-alpha.63

Compare Source

Bug Fixes
  • theme: allow adding html as feature icons (e5bc1e1)
  • theme: remove label background of code-group tabs (#​2136) (eac03f2)
Features

v1.0.0-alpha.62

Compare Source

Bug Fixes

v1.0.0-alpha.61

Compare Source

Bug Fixes

v1.0.0-alpha.60

Compare Source

Features
  • support multiple selectors for scrollOffset (86e2a6f)
  • theme: add animation to mobile page outline dropdown (a6b18a8)

v1.0.0-alpha.59

Compare Source

Bug Fixes
  • handle async enhanceApp when extending themes (52b04f3)
  • theme: improve Chinese font handling (81ae1c7), closes #​2036
  • theme: move doc-footer-before slot into the footer (b0160bc), closes #​2082
Features
  • defineClientComponent helper (2ad668c)

v1.0.0-alpha.58

Compare Source

Bug Fixes
  • fix optional component imports from default theme (7b0f289)

v1.0.0-alpha.57

Compare Source

Bug Fixes
  • types: allow void return in transformHead hook (32dfaf5)
Features
  • expose page and assets on build hooks TransformContext (468c049)
  • theme: a11y improvements (3b6a6d1)
  • theme: aria-label for social links (6ca34c4)
  • theme: page outline for mobile (7182c42)
  • theme: support extending default theme without importing fonts (da1691d)
  • theme: use more accessible header anchors #​2040
Performance Improvements
BREAKING CHANGES
  • markdown.headers is now disabled by default. This means PageData will no longer include extracted headers by default unless this option is explicitly enabled. This is because the default theme now extracts page headers at runtime, so the data is no longer needed by default.

v1.0.0-alpha.56

Compare Source

Bug Fixes
  • do not include head tags in inlined site data (2f26693)

v1.0.0-alpha.55

Compare Source

Bug Fixes
  • fix scroll to hash on new tab during dev (9aafc88), closes #​653
  • gracefully handle config update with syntax error (470ce3d), closes #​2041
Performance Improvements
  • inline site data on page (22ace7b)
  • kickoff main chunk fetch earlier in browsers without modulepreload support (d64a76e)

v1.0.0-alpha.54

Compare Source

Bug Fixes

v1.0.0-alpha.53

Compare Source

Bug Fixes
Features

v1.0.0-alpha.52

Compare Source

Bug Fixes
Features
  • allow disabling markdown.headers (868a9ff)
Performance Improvements
  • improve default theme chunking (f6cb4c0)
BREAKING CHANGES
  • default theme config option outlineBadge has been removed. Badges in headers are now always excluded when generating outline text.

v1.0.0-alpha.51

Compare Source

Bug Fixes
Features
Performance Improvements

v1.0.0-alpha.50

Compare Source

Bug Fixes
  • avoid deprecation warning when using --force (0c0b6cc)
  • ensure HMR works properly for page outline (1457681), closes #​1281
  • extract all headers by default (580a8e1)
  • respect command line minify and outDir options (22047f3)
  • theme: make tip box text color darker (3158115)
  • theme: prevent text wrapping in nav dropdown menu (2a1abbe)
Features

v1.0.0-alpha.49

Compare Source

Bug Fixes
  • disable fuzzy link recognition by default (2450710)
  • dyamic routes w/ srcDir + relative imports (b075ee5)
  • hmr on deps change of data loaders (5913ebc)
  • normalize all paths in config (8e8fcd9)
  • theme: "copy code" button not readable on hover state (#​819) (#​1892) (#​1998) (c2de4ca)
  • theme: tip custom container has wrong bg color for <code> block (d9a2e6e)
  • update route configs on file add / delete (bccce98)
Features

v1.0.0-alpha.48

Compare Source

Bug Fixes
Features

v1.0.0-alpha.47

Compare Source

Bug Fixes
Reverts

v1.0.0-alpha.46

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • build: base is now prepended to all internal (non-relative) links, including any reference to a file present in the public directory. If you want the earlier behavior for such links, use absolute links.

v1.0.0-alpha.45

Compare Source

Bug Fixes

v1.0.0-alpha.44

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • theme: collapsible is dropped from sidebar, use collapsed instead

v1.0.0-alpha.43

Compare Source

Bug Fixes
  • build: hmr with rewrites when base is set (a05956f)

v1.0.0-alpha.42

Compare Source

Bug Fixes

v1.0.0-alpha.41

Compare Source

Bug Fixes
Features

Configuration

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

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

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

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


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

This MR has been generated by Renovate Bot.

Edited by Georg Krause

Merge request reports