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

⬆️ Upgrade vitepress-sidebar to v1.30.2 #402

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress-sidebar (source) 1.29.0 -> 1.30.2 age adoption passing confidence

Release Notes

jooy2/vitepress-sidebar (vitepress-sidebar)

v1.30.2

Compare Source

  • Fix import of type declaration files

v1.30.1

Compare Source

NOTE: This version is broken. Please use 1.30.2 or later.

  • Fix critical import issue

v1.30.0

Compare Source

NOTE: This version is broken. Please use 1.30.2 or later.

  • BREAKING CHANGES: The type declarations have been separated into a separate file, which you may need to import from the 'vitepress-sidebar/types' file. In general, to use a type, use it like this: import type { VitePressSidebarOptions } from 'vitepress-sidebar/types'. You may also need to change the value of moduleResolution in the tsconfig.json file to: nodenext or node16 or Bundler
// Before
import { withSidebar, VitePressSidebarOptions } from 'vitepress-sidebar';
// After
import { withSidebar } from 'vitepress-sidebar';
import type { VitePressSidebarOptions } from 'vitepress-sidebar/types';
  • BREAKING CHANGES: The functions in the source file have now been split into multiple files. If you imported the module as follows, you will need to modify your code. (import VitePressSidebar from 'vitepress-sidebar' -> import * as VitePressSidebar from 'vitepress-sidebar') You can ignore this if you've used something like import { withSidebar } from 'vitepress-sidebar' or import { generateSidebar } from 'vitepress-sidebar', unless it's a special case.
  • Fix issues with invalid build files

v1.29.1

Compare Source

  • Removes the top-level path from the link path only at the first depth. (#​186)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title ⬆️ Upgrade vitepress-sidebar to v1.30.0 ⬆️ Upgrade vitepress-sidebar to v1.30.2 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/vitepress-sidebar-1.x-lockfile branch from b764dce to 25f43aa Compare December 7, 2024 09:53
@yannbertrand yannbertrand merged commit d7360b6 into main Dec 19, 2024
4 checks passed
@yannbertrand yannbertrand deleted the renovate/vitepress-sidebar-1.x-lockfile branch December 19, 2024 13:13
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.

1 participant