[PR #806] [MERGED] build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1023

Closed
opened 2026-02-15 19:16:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/806
Author: @dependabot[bot]
Created: 1/27/2025
Status: Merged
Merged: 1/28/2025
Merged by: @jacoblee93

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-6d874f443c


📝 Commits (1)

  • d5857da build(deps): bump the npm_and_yarn group across 1 directory with 2 updates

📊 Changes

7 files changed (+96 additions, -96 deletions)

View changed files

📝 libs/checkpoint-mongodb/package.json (+1 -1)
📝 libs/checkpoint-postgres/package.json (+1 -1)
📝 libs/checkpoint-sqlite/package.json (+1 -1)
📝 libs/checkpoint-validation/package.json (+1 -1)
📝 libs/checkpoint/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 yarn.lock (+90 -90)

📄 Description

Bumps the npm_and_yarn group with 2 updates in the / directory: rollup and undici.

Updates rollup from 4.29.1 to 4.29.2

Release notes

Sourced from rollup's releases.

v4.29.2

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

Commits

Updates undici from 5.28.4 to 5.28.5

Release notes

Sourced from undici's releases.

v5.28.5

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5

Commits

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/806 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-6d874f443c` --- ### 📝 Commits (1) - [`d5857da`](https://github.com/langchain-ai/langgraphjs/commit/d5857da27852debc4aa887be322a89ba01f3f1b0) build(deps): bump the npm_and_yarn group across 1 directory with 2 updates ### 📊 Changes **7 files changed** (+96 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-mongodb/package.json` (+1 -1) 📝 `libs/checkpoint-postgres/package.json` (+1 -1) 📝 `libs/checkpoint-sqlite/package.json` (+1 -1) 📝 `libs/checkpoint-validation/package.json` (+1 -1) 📝 `libs/checkpoint/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `yarn.lock` (+90 -90) </details> ### 📄 Description Bumps the npm_and_yarn group with 2 updates in the / directory: [rollup](https://github.com/rollup/rollup) and [undici](https://github.com/nodejs/undici). Updates `rollup` from 4.29.1 to 4.29.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v4.29.2</h2> <h2>4.29.2</h2> <p><em>2025-01-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Keep import attributes when using dynamic ESM <code>import()</code> expressions from CommonJS (<a href="https://redirect.github.com/rollup/rollup/issues/5781">#5781</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5772">#5772</a>: Improve caching on CI (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5773">#5773</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5780">#5780</a>: feat: use picocolors instead of colorette (<a href="https://github.com/re-taro"><code>@​re-taro</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5781">#5781</a>: fix: keep import attributes for cjs format (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>4.29.2</h2> <p><em>2025-01-05</em></p> <h3>Bug Fixes</h3> <ul> <li>Keep import attributes when using dynamic ESM <code>import()</code> expressions from CommonJS (<a href="https://redirect.github.com/rollup/rollup/issues/5781">#5781</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5772">#5772</a>: Improve caching on CI (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5773">#5773</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5780">#5780</a>: feat: use picocolors instead of colorette (<a href="https://github.com/re-taro"><code>@​re-taro</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5781">#5781</a>: fix: keep import attributes for cjs format (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/f5c349e5bb4cb40b0cc1a1b2a3fb5de415946406"><code>f5c349e</code></a> 4.29.2</li> <li><a href="https://github.com/rollup/rollup/commit/37c516664e591627ce21d78cf31bbaeb92404dd3"><code>37c5166</code></a> feat: use picocolors instead of colorette (<a href="https://redirect.github.com/rollup/rollup/issues/5780">#5780</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0c70b6bb225003e9ee778395e35cc06401abf559"><code>0c70b6b</code></a> fix: keep import attributes for cjs format (<a href="https://redirect.github.com/rollup/rollup/issues/5781">#5781</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/15f72a8e439b254565fead053a308e07f03e4588"><code>15f72a8</code></a> Align CI Node versions</li> <li><a href="https://github.com/rollup/rollup/commit/6b2c84181f6d8c9d88c24de88d0039d97dcb15a6"><code>6b2c841</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5773">#5773</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c54fb1b705fc682f5050302a9b6f16d1b470bf00"><code>c54fb1b</code></a> Improve caching on CI (<a href="https://redirect.github.com/rollup/rollup/issues/5772">#5772</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.29.1...v4.29.2">compare view</a></li> </ul> </details> <br /> Updates `undici` from 5.28.4 to 5.28.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v5.28.5</h2> <h1>⚠️ Security Release ⚠️</h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/6139ed2e0c787853243de58ef7c4301b26ca66f2"><code>6139ed2</code></a> Bumped v5.28.5</li> <li><a href="https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"><code>711e207</code></a> Backport of c2d78cd</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/langchain-ai/langgraphjs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:51 -05:00
yindo closed this issue 2026-02-15 19:16:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1023