fix: update deprecated packages and resolve stability issues#3208
Open
developerzohaib786 wants to merge 1 commit intoapache:masterfrom
Open
fix: update deprecated packages and resolve stability issues#3208developerzohaib786 wants to merge 1 commit intoapache:masterfrom
developerzohaib786 wants to merge 1 commit intoapache:masterfrom
Conversation
Package Updates: - Updated @docusaurus/core from 3.6.3 to 3.9.2 - Updated @docusaurus/faster from 3.7.0 to 3.9.2 - Updated @docusaurus/plugin-client-redirects from 3.6.3 to 3.9.2 - Updated @docusaurus/plugin-pwa to 3.9.2 - Updated @docusaurus/preset-classic to 3.9.2 - Updated @docusaurus/module-type-aliases to 3.9.2 - Updated @mdx-js/react from 3.1.0 to 3.1.1 - Updated postcss from 8.5.3 to 8.5.6 - Updated sass from 1.85.0 to 1.97.1 - Updated sass-migrator from 2.3.1 to 2.5.6 - Updated semver from 7.7.1 to 7.7.3 - Added missing peer dependencies (@types/react, @docusaurus/types) Configuration Changes: - Enabled v4 future flags in docusaurus.config.js - Moved onBrokenMarkdownLinks to markdown.hooks section - Ensured compatibility with Docusaurus 3.9.2 Testing: - yarn start runs successfully - yarn docusaurus build completes without errors - All pages navigate correctly - Pre-existing console warnings documented (unrelated to this PR) Fixes apache#2101
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.
Package Updates:
Configuration Changes:
Testing:
Fixes #2101
Docs Checklist