Skip to content

Comments

fix(deps): update dependency streamdown to v2#269

Merged
peppescg merged 7 commits intomainfrom
renovate/streamdown-2.x
Feb 16, 2026
Merged

fix(deps): update dependency streamdown to v2#269
peppescg merged 7 commits intomainfrom
renovate/streamdown-2.x

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

Compare Source

Minor Changes
  • c1e1e66: Bake animate into streamdown as built-in animated prop
Patch Changes
  • d5fe6d6: fix: properly handle HTML void elements in parse-blocks

  • 6bb03ca: fix: escape HTML when rehype-raw is omitted (#​330)

  • a12de57: Custom tags in components

  • 83f043c: Fix: certain LaTeX syntaxes e.g. (...) are not rendering

  • aabb9ab: Fix $$ inside code blocks being treated as math delimiters

    Code blocks can contain $$ as shell syntax (e.g., pstree -p $$ for current process ID). The math block merging logic was incorrectly counting $$ inside code blocks, causing subsequent content to be merged as if it were part of a math block.

    Added tracking of previous token type to skip math merging when the previous block was a code block.

  • 9f72224: Fix footnote detection incorrectly matching regex character classes

    The footnote reference and definition patterns were too permissive, using [^\]\s] which matches any character except ] and whitespace. This caused regex negated character classes like [^\s...] in code blocks to be incorrectly detected as footnotes, resulting in the entire document being returned as a single block.

    Updated the patterns to only match valid footnote identifiers (alphanumeric characters, underscores, and hyphens) using [\w-] instead.

  • 6b42a85: Remove CJS builds

  • aeadcd6: Fix single-line indented code blocks

  • 82bc4a6: Fix tel links being blocked by default

  • fd5533c: fix: Tables cause vertical scroll trap

  • e633ff7: Strip trailing newlines in code blocks

  • 6be5da8: Fix carets and dark code blocks on Tailwind v3

  • 573ece6: Add documentation for monorepos

  • 48756b5: Extend ReactMarkdown props

  • Updated dependencies [c347b53]

  • Updated dependencies [6b42a85]

  • Updated dependencies [4fffb9f]

  • Updated dependencies [3e6a77d]

    • remend@​1.2.0

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
@github-actions github-actions bot added the size/XL Extra large PR: 1000+ lines changed label Feb 6, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from db3b671 to 19862e7 Compare February 10, 2026 07:11
@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 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from 19862e7 to 1338031 Compare February 12, 2026 10:14
@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 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/streamdown-2.x branch from 1338031 to 98e61d9 Compare February 12, 2026 11:42
@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 Feb 12, 2026
@peppescg peppescg force-pushed the renovate/streamdown-2.x branch from 98e61d9 to 51dd6f3 Compare February 13, 2026 17:13
@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 Feb 13, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 13, 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 added size/XL Extra large PR: 1000+ lines changed and removed size/XL Extra large PR: 1000+ lines changed labels Feb 13, 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 Feb 13, 2026
Copy link

@samuv samuv left a comment

Choose a reason for hiding this comment

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

not sure if everything was related to this bump version, but looks good!

@peppescg
Copy link
Collaborator

not sure if everything was related to this bump version, but looks good!

you're right the zod deps was already merged in other PR but the test fix was needed in this one. Next renovate PR should fix the package name order, or I will fix it manually

@peppescg peppescg merged commit bbe658b into main Feb 16, 2026
10 checks passed
@peppescg peppescg deleted the renovate/streamdown-2.x branch February 16, 2026 10:15
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.

3 participants