Skip to content

Update dependency vitepress-sidebar to v1.39.0 - #23

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/vitepress-sidebar-1.x
Aug 18, 2026
Merged

Update dependency vitepress-sidebar to v1.39.0#23
renovate[bot] merged 1 commit into
mainfrom
renovate/vitepress-sidebar-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vitepress-sidebar (source) 1.38.01.39.0 age confidence

Release Notes

jooy2/vitepress-sidebar (vitepress-sidebar)

v1.39.0

Compare Source

  • useTitleFromFileHeading no longer reads a comment written inside the frontmatter as the heading of a page. A comment starts with #, exactly like an h1 does, so a line such as # https://vitepress.dev/reference/default-theme-home-page left at the top of a frontmatter became the title of the item. The frontmatter block is now removed before the content is read for a heading, and a file that holds no heading below it falls back to its file name, as it already did. The block is located by its delimiters, the way VitePress locates it, so it is removed even when what it holds is not valid YAML. (#​223)
  • sortMenusByFrontmatterOrder now compares the order of the frontmatter as a number instead of as text, so a negative or a decimal value is placed where its value belongs. -2 no longer comes after -1, and 2.25 no longer comes after 2.5. The sorting relied on the numeric option of Intl.Collator, which is a natural sort of the digit runs inside a string and reads neither a leading - as a sign nor a . as a decimal point, so it only agreed with numeric order for small positive integers. Sorting by a file name or a title is unaffected, as it is still the natural sort that is wanted there. An order that does not read as a number now falls back to frontmatterOrderDefaultValue, as the documentation describes, instead of being sorted as NaN. (#​233)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 18, 2026 03:03
@renovate
renovate Bot merged commit 65e5932 into main Aug 18, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/vitepress-sidebar-1.x branch August 18, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants