hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

fix(deps): update dependency vitepress to v1.5.0 #241

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress (source) 1.4.1 -> 1.5.0 age adoption passing confidence

Release Notes

vuejs/vitepress (vitepress) ### [`v1.5.0`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#150-2024-11-04) [Compare Source](https://redirect.github.com/vuejs/vitepress/compare/v1.4.5...v1.5.0) ##### Features - on-demand social icons ([#​4339](https://redirect.github.com/vuejs/vitepress/issues/4339)) ([05f2f0d](https://redirect.github.com/vuejs/vitepress/commit/05f2f0d26153ace74b6c023184224d4fada137c2)), closes [#​4256](https://redirect.github.com/vuejs/vitepress/issues/4256) [#​4135](https://redirect.github.com/vuejs/vitepress/issues/4135) [#​4076](https://redirect.github.com/vuejs/vitepress/issues/4076) [#​3809](https://redirect.github.com/vuejs/vitepress/issues/3809) [#​3750](https://redirect.github.com/vuejs/vitepress/issues/3750) [#​1214](https://redirect.github.com/vuejs/vitepress/issues/1214) [#​2768](https://redirect.github.com/vuejs/vitepress/issues/2768) [#​2861](https://redirect.github.com/vuejs/vitepress/issues/2861) #### [1.4.5](https://redirect.github.com/vuejs/vitepress/compare/v1.4.4...v1.4.5) (2024-11-03) ##### Bug Fixes - lang lazy load not working with twoslash ([fc92a77](https://redirect.github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb)), closes [#​4334](https://redirect.github.com/vuejs/vitepress/issues/4334) - typo in missing language check ([dcb8450](https://redirect.github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172)) #### [1.4.3](https://redirect.github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3) (2024-10-31) ##### Performance Improvements - lazy load shiki languages ([#​4326](https://redirect.github.com/vuejs/vitepress/issues/4326)) ([8299778](https://redirect.github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33)) #### [1.4.2](https://redirect.github.com/vuejs/vitepress/compare/v1.4.1...v1.4.2) (2024-10-29) ##### Bug Fixes - cache markdown-it instance and properly dispose shiki on config reload ([#​4321](https://redirect.github.com/vuejs/vitepress/issues/4321)) ([45968cd](https://redirect.github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e)) ([acfe97f](https://redirect.github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d)) - **regression:** hmr not working with markdown includes due to wrong cache key ([615aed5](https://redirect.github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018)), closes [#​4289](https://redirect.github.com/vuejs/vitepress/issues/4289) [#​4303](https://redirect.github.com/vuejs/vitepress/issues/4303) - remove explicit chinese fonts ([#​4286](https://redirect.github.com/vuejs/vitepress/issues/4286)) ([668e9f7](https://redirect.github.com/vuejs/vitepress/commit/668e9f7050f236d571fe2fc2f41e5548d974b503)) ([b893550](https://redirect.github.com/vuejs/vitepress/commit/b8935502fbb590449e7d094bdde9c9ae1ac67d0c)), closes [#​4286](https://redirect.github.com/vuejs/vitepress/issues/4286) - **theme/a11y:** don't select search result unless mouse is actually moved ([e638d85](https://redirect.github.com/vuejs/vitepress/commit/e638d855cfc8e4e0c9b95c284548ae31233139f5)), closes [#​4297](https://redirect.github.com/vuejs/vitepress/issues/4297) - **theme:** add types for `VPLink`, `VPSocialLink` and `VPSocialLinks` exports ([#​4284](https://redirect.github.com/vuejs/vitepress/issues/4284)) ([fcae4d5](https://redirect.github.com/vuejs/vitepress/commit/fcae4d5554df2130b9a7e5ad8e0cc83eccf88bec)) - **theme:** don't escape html in `siteTitle` ([#​4308](https://redirect.github.com/vuejs/vitepress/issues/4308)) ([bd690d6](https://redirect.github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489)) #### [1.4.1](https://redirect.github.com/vuejs/vitepress/compare/v1.4.0...v1.4.1) (2024-10-13) ##### Bug Fixes - broken rewrites on windows ([#​4268](https://redirect.github.com/vuejs/vitepress/issues/4268)) ([b46d6d3](https://redirect.github.com/vuejs/vitepress/commit/b46d6d3a204f5ce347647bfd1ab8073bf313afd6)) - **client:** use `usePreferredDark` with `appearance: "force-auto"` ([#​4263](https://redirect.github.com/vuejs/vitepress/issues/4263)) ([3e8fc40](https://redirect.github.com/vuejs/vitepress/commit/3e8fc40c3621da1ef35645d376dab7765b35bb40)) - **client:** wrong script async check ([461a5b0](https://redirect.github.com/vuejs/vitepress/commit/461a5b001d29f95169f60fe28bc610e3f6e8fd66)) - **theme:** bind missing no icon prop in the menu link component [#​4260](https://redirect.github.com/vuejs/vitepress/issues/4260) ([b96712c](https://redirect.github.com/vuejs/vitepress/commit/b96712c0744f9ac7ebd65cf4087b2e9fd0d6762b)) - **theme:** improve local search input a11y ([#​4066](https://redirect.github.com/vuejs/vitepress/issues/4066)) ([92b92ae](https://redirect.github.com/vuejs/vitepress/commit/92b92aefcab9fbb28b51da70ee8ab21724098277)) ##### Features - **experimental:** support passing function for rewrites ([#​4274](https://redirect.github.com/vuejs/vitepress/issues/4274)) ([8436472](https://redirect.github.com/vuejs/vitepress/commit/8436472c7874cb16caf9432660b395ca9ba68f9d)) ### [`v1.4.5`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#145-2024-11-03) ##### Bug Fixes - lang lazy load not working with twoslash ([fc92a77](https://redirect.github.com/vuejs/vitepress/commit/fc92a77a5d871b5252bcb82639f5c3551d5c70bb)), closes [#​4334](https://redirect.github.com/vuejs/vitepress/issues/4334) - typo in missing language check ([dcb8450](https://redirect.github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172)) ### [`v1.4.4`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#144-2024-11-03) ##### Bug Fixes - (temporary patch) lang lazy load not working with twoslash ([4dac35f](https://redirect.github.com/vuejs/vitepress/commit/4dac35fc9ec3eecb4371befa619626ee4db1ba58)) - typo in missing language check ([dcb8450](https://redirect.github.com/vuejs/vitepress/commit/dcb8450f1166d7731c26a0eb5ec6d931bc283172)) ### [`v1.4.3`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#143-2024-10-31) [Compare Source](https://redirect.github.com/vuejs/vitepress/compare/v1.4.2...v1.4.3) ##### Performance Improvements - lazy load shiki languages ([#​4326](https://redirect.github.com/vuejs/vitepress/issues/4326)) ([8299778](https://redirect.github.com/vuejs/vitepress/commit/829977876a21da4f0af5d27593a2d81eb9af0c33)) ### [`v1.4.2`](https://redirect.github.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#142-2024-10-29) [Compare Source](https://redirect.github.com/vuejs/vitepress/compare/v1.4.1...v1.4.2) ##### Bug Fixes - cache markdown-it instance and properly dispose shiki on config reload ([#​4321](https://redirect.github.com/vuejs/vitepress/issues/4321)) ([45968cd](https://redirect.github.com/vuejs/vitepress/commit/45968cdc509e04f8e191d28ba7d8d97b08fc578e)) ([acfe97f](https://redirect.github.com/vuejs/vitepress/commit/acfe97f60872d251c75c5985ca9841f84392850d)) - **regression:** hmr not working with markdown includes due to wrong cache key ([615aed5](https://redirect.github.com/vuejs/vitepress/commit/615aed5df700ad98f82a74fbc785d290d1c5a018)), closes [#​4289](https://redirect.github.com/vuejs/vitepress/issues/4289) [#​4303](https://redirect.github.com/vuejs/vitepress/issues/4303) - remove explicit chinese fonts ([#​4286](https://redirect.github.com/vuejs/vitepress/issues/4286)) ([668e9f7](https://redirect.github.com/vuejs/vitepress/commit/668e9f7050f236d571fe2fc2f41e5548d974b503)) ([b893550](https://redirect.github.com/vuejs/vitepress/commit/b8935502fbb590449e7d094bdde9c9ae1ac67d0c)), closes [#​4286](https://redirect.github.com/vuejs/vitepress/issues/4286) - **theme/a11y:** don't select search result unless mouse is actually moved ([e638d85](https://redirect.github.com/vuejs/vitepress/commit/e638d855cfc8e4e0c9b95c284548ae31233139f5)), closes [#​4297](https://redirect.github.com/vuejs/vitepress/issues/4297) - **theme:** add types for `VPLink`, `VPSocialLink` and `VPSocialLinks` exports ([#​4284](https://redirect.github.com/vuejs/vitepress/issues/4284)) ([fcae4d5](https://redirect.github.com/vuejs/vitepress/commit/fcae4d5554df2130b9a7e5ad8e0cc83eccf88bec)) - **theme:** don't escape html in `siteTitle` ([#​4308](https://redirect.github.com/vuejs/vitepress/issues/4308)) ([bd690d6](https://redirect.github.com/vuejs/vitepress/commit/bd690d6a9b895f15d5906d245b404f02cfce7489))

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



This PR was generated by Mend Renovate. View the repository job log.

coderabbitai[bot] commented 3 weeks ago

[!IMPORTANT]

Review skipped

Ignore keyword(s) in the title.

:no_entry: Ignored keywords (1) * (deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): > ‼️ **IMPORTANT** > Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged. - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.