chore: update Docusaurus dependencies to version 3.9.2#384
Merged
hannesrudolph merged 1 commit intomainfrom Oct 20, 2025
Merged
chore: update Docusaurus dependencies to version 3.9.2#384hannesrudolph merged 1 commit intomainfrom
hannesrudolph merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
There was a problem hiding this comment.
Pull Request Overview
This PR updates Docusaurus dependencies from version 3.8.1 to 3.9.2 and includes configuration changes to accommodate the new version.
- Updated all Docusaurus-related packages from 3.8.1 to 3.9.2 in both dependencies and devDependencies
- Restructured the
onBrokenMarkdownLinksconfiguration to nest under a newmarkdown.hooksstructure - Added
indexBlog: falseto the search plugin configuration
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated six Docusaurus packages from version 3.8.1 to 3.9.2 |
| docusaurus.config.ts | Restructured broken link warning configuration and disabled blog indexing in search |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Contributor
Review CompleteI've reviewed this pull request and found no issues. The Docusaurus dependency update from 3.8.1 to 3.9.2 is properly implemented with all necessary configuration migrations:
The changes are ready for merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Update Docusaurus dependencies to version 3.9.2 and adjust configuration for markdown links and search indexing.
package.jsonto version 3.9.2 for@docusaurus/core,@docusaurus/plugin-client-redirects,@docusaurus/preset-classic,@docusaurus/module-type-aliases,@docusaurus/tsconfig, and@docusaurus/types.docusaurus.config.tsto moveonBrokenMarkdownLinkstomarkdown.hooks.indexBlogtofalsein the search configuration indocusaurus.config.ts.This description was created by
for a0146b6. You can customize this summary. It will automatically update as commits are pushed.