Dependency upgrades and small improvements#50
Merged
sergefdrv merged 8 commits intoreplica-io:mainfrom Apr 5, 2026
Merged
Conversation
Docusaurus 3.9's cssnano strips @font-face rules referenced only via CSS variables, breaking Font Awesome 7 icons in production builds. Switch to Lightning CSS via @docusaurus/faster to avoid this. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Bump @docusaurus/* to ^3.9.2. Set engines.node to >=20 (Docusaurus 3.9 drops Node 18). Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Transitive dependencies still resolve serialize-javascript 6.x; npm audit flags high-severity issues in <=7.0.4. Pin ^7.0.5 via overrides. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Docusaurus 3.9 expects onBrokenMarkdownLinks under markdown.hooks; the top-level key is no longer valid. Keep the same warn behavior in the new place. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Drop shouldBeListed from plugin-content-blog's internal src/blogUtils; use !post.metadata.unlisted instead. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Spread giscusConfig fields before explicit props so config cannot override them. Pass theme from the themes map and lang from i18n.currentLocale. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Bump actions/checkout and actions/setup-node to v6. Deploy with upload-pages-artifact and deploy-pages instead of peaceiris/actions-gh-pages. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
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.
A fixed version of #48 (fixes FA icons)
serialize-javascriptoverride)markdown.hooks