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.
This pull request updates the
streamdownpackage to version 1.6.8 and makes related dependency and configuration changes to support this upgrade. The most significant changes include updating the package version, expanding the imported files, and adding new dependencies required by the latest version ofstreamdown.Dependency and package updates:
streamdownfrom version 1.4.0 to 1.6.8 inpackage.jsonandpnpm-lock.yaml, which brings in support for new features and additional peer dependencies. [1] [2] [3]react-markdowndependency and replaced it with several new markdown-related packages (remark-cjk-friendly,remark-cjk-friendly-gfm-strikethrough,remark-parse,remark-rehype,unist-util-visit,hast, etc.) as required by the updatedstreamdown. [1] [2]Configuration changes:
@sourcedirective inapp/globals.cssto import all JavaScript files from thestreamdowndistribution, ensuring compatibility with the updated package structure.Lockfile additions:
pnpm-lock.yamland its snapshots section, including packages for CJK-friendly markdown processing and related utilities (get-east-asian-width,hast,micromark-extension-cjk-friendly, etc.), reflecting the expanded requirements of[email protected]. [1] [2] [3] [4] [5] [6] [7] [8]Peer dependency updates:
pnpm-lock.yamlto include new requirements for markdown and unified processing libraries, ensuring proper resolution and compatibility for the new markdown pipeline.