Skip to content

build(deps): bump lodash-es from 4.17.21 to removed in the npm_and_yarn group across 1 directory#8

Merged
alexinthesky merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85
Jul 21, 2026
Merged

build(deps): bump lodash-es from 4.17.21 to removed in the npm_and_yarn group across 1 directory#8
alexinthesky merged 2 commits into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 22, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the npm_and_yarn group with 1 update in the / directory: lodash-es.

Removes lodash-es

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Medium Risk
Medium risk because this upgrades streamdown to a new major version, which may change markdown rendering behavior and supported features in chat message display. Changes are dependency-only but touch user-visible content formatting and bundled transitive libraries.

Overview
Upgrades streamdown from ^1.1.8 to ^2.1.0 (and updates @modelcontextprotocol/sdk to ^1.25.1), with corresponding package-lock.json refresh.

As part of the streamdown v2 upgrade, the lockfile drops several previously-pulled transitive renderers/parsers (notably mermaid, katex/rehype-katex/remark-math, shiki, and lodash-es) and updates supporting deps like marked, remend, and tailwind-merge.

Written by Cursor Bugbot for commit 3935c06. This will update automatically on new commits. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 22, 2026
@dependabot
dependabot Bot requested a review from alexinthesky as a code owner January 22, 2026 01:36
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jan 22, 2026
@dependabot
dependabot Bot requested review from gespi1 and mlallai as code owners January 22, 2026 01:36
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85 branch from d21ca49 to 35914df Compare January 22, 2026 23:14
Comment thread package.json
"react-use": "^17.6.0",
"rxjs": "7.8.2",
"streamdown": "^1.1.8"
"streamdown": "^2.1.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Major version bump removes essential rendering features

High Severity

Upgrading streamdown from ^1.1.8 to ^2.1.0 is a major version bump that removes critical dependencies including shiki (syntax highlighting), katex (LaTeX math), and mermaid (diagrams). The application has CSS specifically targeting Streamdown's code block rendering with [data-code-block] selectors, and tests verify code block functionality. Removing shiki will break syntax highlighting for code blocks that the AI generates, and any math expressions or diagrams will fail silently. The PR description misleadingly focuses on lodash-es removal while obscuring this breaking change.

Fix in Cursor Fix in Web

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85 branch 4 times, most recently from f9f1594 to 3712f97 Compare January 27, 2026 20:16

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Comment thread package.json
"react-use": "^17.6.0",
"rxjs": "7.8.2",
"streamdown": "^1.1.8"
"streamdown": "^2.1.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CJK text rendering broken with unwanted spaces

Medium Severity

The streamdown 2.x upgrade removes CJK (Chinese/Japanese/Korean) language processing extensions including micromark-extension-cjk-friendly, remark-cjk-friendly, and get-east-asian-width. These extensions handle line breaks between CJK characters to prevent unwanted spaces in rendered text. Without them, markdown containing line breaks between CJK characters will display extra spaces, breaking text flow and readability for users working with Asian languages in AI responses.

Fix in Cursor Fix in Web

Bumps the npm_and_yarn group with 1 update in the / directory: [lodash-es](https://github.com/lodash/lodash).


Removes `lodash-es`

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85 branch from 3712f97 to 3935c06 Compare January 29, 2026 14:43
@alexinthesky

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts in this pull request

- Keep streamdown ^2.1.0 from PR branch
- Merge in overrides section from main (serialize-javascript, immutable, @grafana/data/dompurify)
- Retain lodash-es override (^4.18.1) since dagre-d3-es still depends on it
- Regenerate package-lock.json to reflect resolved dependencies

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in commit fix: resolve merge conflicts with main branch.

Changes made:

  • package.json: kept streamdown ^2.1.0 from this PR and merged in the overrides section from main (serialize-javascript, immutable, @grafana/data/dompurify). Retained the lodash-es: ^4.18.1 override since dagre-d3-es still transitively depends on it (so it's still in the lockfile — just no longer pulled in by streamdown).
  • package-lock.json: regenerated via npm install --package-lock-only to cleanly reflect the resolved dependency tree.

@alexinthesky
alexinthesky merged commit 605828e into main Jul 21, 2026
13 checks passed
@alexinthesky
alexinthesky deleted the dependabot/npm_and_yarn/npm_and_yarn-e9508a6d85 branch July 21, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants