Merged
Conversation
Refresh non-TypeScript dependencies that affect formatting, markdown rendering, and TOML parsing. Keep TypeScript 6 and tree-sitter native parser updates separate because they have distinct compiler and native-build risks.
0bd0fe1 to
94fc121
Compare
Deploying ratatui with
|
| Latest commit: |
0bd0fe1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://89f63490.ratatui.pages.dev |
| Branch Preview URL: | https://joshka-update-js-parsers.ratatui.pages.dev |
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.
Summary
Updates the remaining non-TypeScript JavaScript dependencies that validated cleanly together:
marked15.x → 18.xremark-svgbob1.x → 2.xtoml3.x → 4.xprettier-plugin-tailwindcss0.6.x → 0.7.xThis intentionally leaves TypeScript and tree-sitter updates for separate follow-up work.
Why these together?
These affect formatting, markdown rendering, and TOML parsing. They are higher risk than pure support-tool updates, but they validated together without code changes or broad formatter churn.
I left out:
typescript6, because compiler diagnostics and Astro check behavior should be reviewed separately.tree-sitter/tree-sitter-rust, becausetree-sitter@0.25.0failed the native build under Node 24 locally: Node 24's V8 headers require C++20, but the package build did not use C++20 here.Verification
mise exec -- corepack pnpm format:checkmise exec -- corepack pnpm test -- --runmise run buildon the local hydrated-LFS testing stackastro preview+ Playwright smoke checks across:One external GitHub camo image on
/faq/reports broken in Playwright, so the image assertion was scoped to local assets for this dependency validation.