fix(deps): update dependency streamdown to v2#269
Conversation
cdd1bb4 to
cac02fb
Compare
There was a problem hiding this comment.
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 transformationAlternative:
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.
cac02fb to
a5490fc
Compare
a5490fc to
b2e2c4b
Compare
b2e2c4b to
c1aca5b
Compare
c1aca5b to
b75af8c
Compare
b75af8c to
f88f757
Compare
f88f757 to
f8c793b
Compare
f8c793b to
6c5acb4
Compare
6c5acb4 to
8fd49d3
Compare
db3b671 to
19862e7
Compare
19862e7 to
1338031
Compare
1338031 to
98e61d9
Compare
98e61d9 to
51dd6f3
Compare
Edited/Blocked NotificationRenovate 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. |
samuv
left a comment
There was a problem hiding this comment.
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 |
This PR contains the following updates:
^1.6.10→^2.0.0Release Notes
vercel/streamdown (streamdown)
v2.2.0Compare Source
Minor Changes
c1e1e66: Bake animate into streamdown as built-inanimatedpropPatch Changes
d5fe6d6: fix: properly handle HTML void elements in parse-blocks6bb03ca: fix: escape HTML when rehype-raw is omitted (#330)a12de57: Custom tags in components83f043c: Fix: certain LaTeX syntaxes e.g. (...) are not renderingaabb9ab: Fix $$ inside code blocks being treated as math delimitersCode 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 classesThe 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 buildsaeadcd6: Fix single-line indented code blocks82bc4a6: Fix tel links being blocked by defaultfd5533c: fix: Tables cause vertical scroll trape633ff7: Strip trailing newlines in code blocks6be5da8: Fix carets and dark code blocks on Tailwind v3573ece6: Add documentation for monorepos48756b5: Extend ReactMarkdown propsUpdated dependencies [
c347b53]Updated dependencies [
6b42a85]Updated dependencies [
4fffb9f]Updated dependencies [
3e6a77d]v2.1.0Compare Source
Minor Changes
0b80aed: Plugins5a06a01: Add built-in link safetyPatch Changes
32bcb5d: Fix: className styles not applied during active streaminge45f2a2: fix: table element receives incorrect data-streamdown attribute (table-wrapper instead of table)8e24a9e: Add fallback for downloading images CORS issuee7e5390: Improve caret rendering900d726: Code blocks render insidetags causing hydration errors
f0641f4: fix: initialize displayBlocks with blocks value3376255]add8eda]19dae64]1d4a3c7]v2.0.1Compare Source
Patch Changes
61b3685: Fix Streamdown URLv2.0.0Major Changes
75faa2e: Reduce bundle size by 98%, create Streamdown CDNMinor Changes
13b91d8: Add support for caretsPatch Changes
104798e: Make remend configurable23f2a40: Attempt to fallback to raw to prevent cdn-loader blocking133c6c8: Load KaTeX CSS from CDN0c830f5: Fix Mermaid pan/zoom controls layout issues in fullscreen and non-fullscreen modes68109f2: Fix setext heading issues2c32b2e: Fix shouldParseIncompleteMarkdown leaking to DOMee12ec8: Add support for self-hosted CDN5653400: Fix loading langs dynamically1b898b0: Fix dynamic module imports6a7dc7c: Optimize Mermaid rendering performance with viewport-based lazy loading8d8d67f: Add rehype sanitize271265c: Fix list indentation8157e80: Fix fullscreen mermaid91b425f: Refactor click outside handler for Shadow DOM compatibility16df4a4: Fix KaTeX parsing6bd211d: Update rehype-harden to fix relative URLs48c9c51: Fix autolink parsing to stop at CJK punctuation boundaries.d1635f0: Fix bug: Code block line numbers over 100 wrap and start new lineUpdated 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]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.
This PR was generated by Mend Renovate. View the repository job log.