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

fix(deps): update dependency vitepress to v1.0.0-beta.1 #294

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

vuejs/vitepress

v1.0.0-beta.1

Compare Source

Bug Fixes
  • config: set scrollOffset to 0 is not effect (#​2395) (8153f23)
  • theme: features section layout is not consistent (#​2382) (26f21d9)
  • theme: some global properties in localSearch are missing (#​2396) (4896811)
  • theme: custom target and rel in navbar links for mobile is missing (#​2400) (f364a5d)

v1.0.0-alpha.76

Compare Source

Bug Fixes
Features

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

v1.0.0-alpha.40

Compare Source

Bug Fixes
  • theme: nav bg not being applied on some viewport (39294e0)

v1.0.0-alpha.39

Compare Source

Bug Fixes
  • theme: adjust the position of the curtain to avoid block sidebar (#​1816) (48f0b01)
  • theme: sidebar scrollbar is cropped by nav bar (bd36224)

v1.0.0-alpha.38

Compare Source

Bug Fixes
  • theme: spacing between aside sponsors and ads section is missing (5c2eb1b)

v1.0.0-alpha.37

Compare Source

Bug Fixes
Features

v1.0.0-alpha.36

Compare Source

Bug Fixes
Features

v1.0.0-alpha.35

Compare Source

Bug Fixes

v1.0.0-alpha.34

Compare Source

Bug Fixes
  • build: dedent of a single-line region (#​1687) (7de7fff)
  • build: handle - in title of code blocks with line highlighting (#​1743) (ce9467e)
  • handle cleanUrls with subfolders when using a trailing slash (#​1575) (195d867)
Features
Performance Improvements
  • a11y: make menu traversable only when it is open (#​1491) (257f9e6)
  • preload css to improve loading speed (bf1315a)

v1.0.0-alpha.33

Compare Source

Bug Fixes
Features

v1.0.0-alpha.32

Compare Source

Bug Fixes
Features

v1.0.0-alpha.31

Compare Source

Features
Performance Improvements

v1.0.0-alpha.30

Compare Source

Bug Fixes

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

@vercel
Copy link

vercel bot commented Jun 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio-ideas ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2023 3:26pm

@Evavic44 Evavic44 merged commit a7c60fb into main Jun 6, 2023
3 checks passed
@Evavic44 Evavic44 deleted the renovate/vitepress-1.x-lockfile branch June 6, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant