Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👍 @renovate[bot] |
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5eb7cb5c28
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "leva": "^0.10.1", | ||
| "lucide-react": "^1.7.0", | ||
| "marked": "^17.0.5", | ||
| "marked": "^18.0.0", |
There was a problem hiding this comment.
Hold marked major bump until stream block keys are stabilized
This upgrade pulls in a documented marked v18 lexer breaking change (trailing blank lines are no longer part of block tokens), but StreamdownRender currently uses token.raw lengths to compute startOffset and uses that offset as the React key/state identity (src/Markdown/SyntaxMarkdown/StreamdownRender.tsx, block lexing and key generation). When streamed markdown contains blank-line-separated blocks, the new token boundaries can shift those derived offsets and reset queue/animation state for existing blocks, which shows up as flicker or restarted block animations during incremental updates unless the keying strategy is adjusted (or marked stays on v17).
Useful? React with 👍 / 👎.
5eb7cb5 to
b5e1fbc
Compare
b5e1fbc to
63954b6
Compare
This PR contains the following updates:
^17.0.6→^18.0.0Release Notes
markedjs/marked (marked)
v18.0.2Compare Source
Bug Fixes
v18.0.1Compare Source
Bug Fixes
v18.0.0Compare Source
Bug Fixes
BREAKING CHANGES
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.