Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2026

This PR contains the following updates:

Package Change Age Confidence
streamdown (source) ^1.6.10^2.0.0 age confidence

Release Notes

vercel/streamdown (streamdown)

v2.1.0

Compare Source

Minor Changes
Patch Changes
  • 32bcb5d: Fix: className styles not applied during active streaming
  • e45f2a2: fix: table element receives incorrect data-streamdown attribute (table-wrapper instead of table)
  • 8e24a9e: Add fallback for downloading images CORS issue
  • e7e5390: Improve caret rendering
  • 900d726: Code blocks render inside

    tags causing hydration errors

  • f0641f4: fix: initialize displayBlocks with blocks value
  • Updated dependencies [3376255]
  • Updated dependencies [add8eda]
  • Updated dependencies [19dae64]
  • Updated dependencies [1d4a3c7]
    • remend@​1.1.0

v2.0.1

Compare Source

Patch Changes

v2.0.0

Major Changes
  • 75faa2e: Reduce bundle size by 98%, create Streamdown CDN
Minor Changes
Patch Changes
  • 104798e: Make remend configurable

  • 23f2a40: Attempt to fallback to raw to prevent cdn-loader blocking

  • 133c6c8: Load KaTeX CSS from CDN

  • 0c830f5: Fix Mermaid pan/zoom controls layout issues in fullscreen and non-fullscreen modes

  • 68109f2: Fix setext heading issues

  • 2c32b2e: Fix shouldParseIncompleteMarkdown leaking to DOM

  • ee12ec8: Add support for self-hosted CDN

  • 5653400: Fix loading langs dynamically

  • 1b898b0: Fix dynamic module imports

  • 6a7dc7c: Optimize Mermaid rendering performance with viewport-based lazy loading

    • Add useDeferredRender hook for lazy loading components when entering viewport
    • Use Intersection Observer + debounce + requestIdleCallback for optimal performance
    • Only render Mermaid charts when they are visible or about to enter viewport
    • Prevents page freezing when loading chat history with many Mermaid diagrams
    • Fixes white screen issue when scrolling through chat messages with multiple diagrams
  • 8d8d67f: Add rehype sanitize

  • 271265c: Fix list indentation

  • 8157e80: Fix fullscreen mermaid

  • 91b425f: Refactor click outside handler for Shadow DOM compatibility

  • 16df4a4: Fix KaTeX parsing

  • 6bd211d: Update rehype-harden to fix relative URLs

  • 48c9c51: Fix autolink parsing to stop at CJK punctuation boundaries.

  • d1635f0: Fix bug: Code block line numbers over 100 wrap and start new line

  • Updated dependencies [104798e]

  • Updated dependencies [6769e7a]

  • Updated dependencies [217b128]

  • Updated dependencies [68109f2]

  • Updated dependencies [e0ee74e]

  • Updated dependencies [45f0f4d]

  • Updated dependencies [b8c8c79]

  • Updated dependencies [68f29c0]

  • Updated dependencies [e7eca51]

  • Updated dependencies [d708864]

    • remend@​1.0.2

Configuration

📅 Schedule: Branch creation - "after 01:00 and before 07:00 every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from cdd1bb4 to cac02fb Compare January 22, 2026 09:35
@github-actions github-actions bot added the size/XL Extra large PR: 1000+ lines changed label Jan 22, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Large PR Detected

This PR exceeds 1000 lines of changes and requires justification before it can be reviewed.

How to unblock this PR:

Add a section to your PR description with the following format:

## Large PR Justification

[Explain why this PR must be large, such as:]

- Generated code that cannot be split
- Large refactoring that must be atomic
- Multiple related changes that would break if separated
- Migration or data transformation

Alternative:

Consider splitting this PR into smaller, focused changes (< 1000 lines each) for easier review and reduced risk.

See our Contributing Guidelines for more details on the pull request process.


This review will be automatically dismissed once you add the justification section.

@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from cac02fb to a5490fc Compare January 23, 2026 17:53
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 23, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from a5490fc to b2e2c4b Compare January 26, 2026 08:47
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from b2e2c4b to c1aca5b Compare January 26, 2026 09:32
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from c1aca5b to b75af8c Compare January 26, 2026 10:05
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from b75af8c to f88f757 Compare January 26, 2026 10:44
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from f88f757 to f8c793b Compare January 26, 2026 10:46
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from f8c793b to 6c5acb4 Compare January 26, 2026 13:32
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@peppescg peppescg force-pushed the renovate/streamdown-2.x branch from 6c5acb4 to 8fd49d3 Compare January 26, 2026 14:51
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 26, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions github-actions bot removed the size/XL Extra large PR: 1000+ lines changed label Jan 26, 2026
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 26, 2026
@peppescg peppescg force-pushed the renovate/streamdown-2.x branch from 80b5f9c to 746e00a Compare January 28, 2026 15:36
@github-actions github-actions bot added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies size/XL Extra large PR: 1000+ lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants