Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps vitepress-sidebar from 1.25.0 to 1.28.0.

Changelog

Sourced from vitepress-sidebar's changelog.

1.28.0 (2024-10-25)

  • Not using numbers as separators in capitalizeEachWords (#185)
  • BREAKING CHANGES: convertSameNameSubFileToGroupIndexPage option was renamed to useFolderLinkFromSameNameSubFile (#184)
  • BREAKING CHANGES: Some deprecated options have been removed entirely: excludeFilesByFrontmatter, sortMenusOrderNumerically, sortByFileName, root, includeEmptyGroup, withIndex, useFolderLinkAsIndexPage, useIndexFileForFolderMenuInfo. See the documentation page and the CHANGELOG.md file for replacement options.

1.27.1 (2024-09-26)

  • Fix sortMenusByFrontmatterOrder not been sorted in numerical order but in string order (@​Cryolitia)

1.27.0 (2024-09-19)

  • Add sortFolderTo option (#173)
  • Do not create an empty items array
  • Now capitalizeEachWords separates them into words based on all special characters (#175)

1.26.2 (2024-09-19)

  • Fix sorting by name to be case-insensitive (#177)

1.26.1 (2024-09-18)

  • Fix failed to install node.js 18 (#180)

1.26.0 (2024-09-16)

  • BREAKING CHANGES: The excludeFiles and excludeFolders options have been deprecated; use the excludePattern option instead, which corresponds to both custom files and folders with a glob pattern. Both options will be removed in the next major version.
  • Add excludePattern option (Specify the files/folders to exclude with the glob file pattern) (#145)

1.25.4 (2024-09-16)

  • Fix performing formatting on attribute text in some Markdown syntax or HTML tags (#176)

1.25.3 (2024-09-03)

  • If convertSameNameSubFileToGroupIndexPage and useFolderTitleFromIndexFile options are defined together, try with title from index file when title is not fetched (#170)

1.25.2 (2024-09-03)

This version may cause unintended behavior. Please ignore this version.

  • Fix convertSameNameSubFileToGroupIndexPage to get the name normally if subfile doesn't exist when set
  • Use the title of the index file if convertSameNameSubFileToGroupIndexPage and useFolderTitleFromIndexFile are defined together (#170)

1.25.1 (2024-09-03)

  • BREAKING CHANGES: The Options type for TypeScript has been renamed to VitePressSidebarOptions.
  • Fix to avoid converting non-first letter items to lowercase when using capitalizeEachWords
  • Support for specifying sidebar option types for TypeScript
  • Documentation page domain now changed to vitepress-sidebar.cdget.com!

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vitepress-sidebar](https://github.com/jooy2/vitepress-sidebar) from 1.25.0 to 1.28.0.
- [Changelog](https://github.com/jooy2/vitepress-sidebar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jooy2/vitepress-sidebar/commits)

---
updated-dependencies:
- dependency-name: vitepress-sidebar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@cmouse cmouse merged commit 274e6c9 into main Oct 28, 2024
10 checks passed
@cmouse cmouse deleted the dependabot/npm_and_yarn/vitepress-sidebar-1.28.0 branch October 28, 2024 07:04
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.

2 participants