[PR #1135] [MERGED] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates #1257

Closed
opened 2026-02-15 20:14:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1135
Author: @dependabot[bot]
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @benjamincburns

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-28c1b243b1


📝 Commits (1)

  • 5a5d95d build(deps): bump the npm_and_yarn group across 2 directories with 2 updates

📊 Changes

8 files changed (+109 additions, -99 deletions)

View changed files

📝 environment_tests/test-exports-vercel/package.json (+1 -1)
📝 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 (+102 -92)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: rollup.
Bumps the npm_and_yarn group with 1 update in the /environment_tests/test-exports-vercel directory: next.

Updates rollup from 4.36.0 to 4.37.0

Release notes

Sourced from rollup's releases.

v4.37.0

4.37.0

2025-03-23

Features

  • Support Musl Linux on Riscv64 architectures (#5726)
  • Handles class decorators placed before the export keyword (#5871)

Bug Fixes

  • Log Rust panic messages to the console when using the WASM build (#5875)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.37.0

2025-03-23

Features

  • Support Musl Linux on Riscv64 architectures (#5726)
  • Handles class decorators placed before the export keyword (#5871)

Bug Fixes

  • Log Rust panic messages to the console when using the WASM build (#5875)

Pull Requests

Commits

Updates next from 14.2.21 to 14.2.26

Release notes

Sourced from next's releases.

v14.2.26

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Match subrequest handling for edge and node (#77476)

v14.2.25

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary. This release contains a security patch for CVE-2025-29927.

Core Changes

  • Update middleware request header (#77202)

Credits

Huge thanks to @​ijjk for helping!

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/1135 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-28c1b243b1` --- ### 📝 Commits (1) - [`5a5d95d`](https://github.com/langchain-ai/langgraphjs/commit/5a5d95df16997330d2ded45fcb03a93ab30c8149) build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ### 📊 Changes **8 files changed** (+109 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `environment_tests/test-exports-vercel/package.json` (+1 -1) 📝 `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` (+102 -92) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Bumps the npm_and_yarn group with 1 update in the /environment_tests/test-exports-vercel directory: [next](https://github.com/vercel/next.js). Updates `rollup` from 4.36.0 to 4.37.0 <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.37.0</h2> <h2>4.37.0</h2> <p><em>2025-03-23</em></p> <h3>Features</h3> <ul> <li>Support Musl Linux on Riscv64 architectures (<a href="https://redirect.github.com/rollup/rollup/issues/5726">#5726</a>)</li> <li>Handles class decorators placed before the <code>export</code> keyword (<a href="https://redirect.github.com/rollup/rollup/issues/5871">#5871</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Log Rust panic messages to the console when using the WASM build (<a href="https://redirect.github.com/rollup/rollup/issues/5875">#5875</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5726">#5726</a>: Add support for linux riscv64 musl (<a href="https://github.com/fossdd"><code>@​fossdd</code></a>, <a href="https://github.com/leso-kn"><code>@​leso-kn</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5871">#5871</a>: feat: support decorators before or after export (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5875">#5875</a>: capture Rust panic messages and output them to the console. (<a href="https://github.com/luyahan"><code>@​luyahan</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5883">#5883</a>: Pin digest of 3rd party actions (<a href="https://github.com/re-taro"><code>@​re-taro</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5885">#5885</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</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.37.0</h2> <p><em>2025-03-23</em></p> <h3>Features</h3> <ul> <li>Support Musl Linux on Riscv64 architectures (<a href="https://redirect.github.com/rollup/rollup/issues/5726">#5726</a>)</li> <li>Handles class decorators placed before the <code>export</code> keyword (<a href="https://redirect.github.com/rollup/rollup/issues/5871">#5871</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Log Rust panic messages to the console when using the WASM build (<a href="https://redirect.github.com/rollup/rollup/issues/5875">#5875</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5726">#5726</a>: Add support for linux riscv64 musl (<a href="https://github.com/fossdd"><code>@​fossdd</code></a>, <a href="https://github.com/leso-kn"><code>@​leso-kn</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5871">#5871</a>: feat: support decorators before or after export (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5875">#5875</a>: capture Rust panic messages and output them to the console. (<a href="https://github.com/luyahan"><code>@​luyahan</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5883">#5883</a>: Pin digest of 3rd party actions (<a href="https://github.com/re-taro"><code>@​re-taro</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5885">#5885</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/8b1c634d945dda9294cf579de68c4b223c618e7f"><code>8b1c634</code></a> 4.37.0</li> <li><a href="https://github.com/rollup/rollup/commit/43cb194261fe997ae21d365d0e25ef1d8fee01d3"><code>43cb194</code></a> Add support for linux riscv64 musl (<a href="https://redirect.github.com/rollup/rollup/issues/5726">#5726</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/4b4d6334974e6525d460f341ae7386c398d6d25e"><code>4b4d633</code></a> capture Rust panic messages and output them to the console. (<a href="https://redirect.github.com/rollup/rollup/issues/5875">#5875</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/a48b51509d82898fe2218c0b261b06118a3cb8fb"><code>a48b515</code></a> feat: support decorators before or after export (<a href="https://redirect.github.com/rollup/rollup/issues/5871">#5871</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/17824d9de9dbecbf87fb0a72d835d7a66895ae9d"><code>17824d9</code></a> Pin digest of 3rd party actions (<a href="https://redirect.github.com/rollup/rollup/issues/5883">#5883</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/384d5333fbc3d8918b41856822376da2a65ccaa3"><code>384d533</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5885">#5885</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.36.0...v4.37.0">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.21 to 14.2.26 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.26</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Match subrequest handling for edge and node (<a href="https://redirect.github.com/vercel/next.js/issues/77476">#77476</a>)</li> </ul> <h2>v14.2.25</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary. This release contains a security patch for <a href="https://github.com/vercel/next.js/security/advisories/GHSA-f82v-jwr5-mffw">CVE-2025-29927</a>.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Update middleware request header (<a href="https://redirect.github.com/vercel/next.js/issues/77202">#77202</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/10a042cdca294fd1c6852b320954bc6ccc6064e7"><code>10a042c</code></a> v14.2.26</li> <li><a href="https://github.com/vercel/next.js/commit/8a511d6a22d38132c79b8f70ee29713d42225802"><code>8a511d6</code></a> Match subrequest handling for edge and node (<a href="https://redirect.github.com/vercel/next.js/issues/77476">#77476</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d36a1f3c3547b0cb807f30c14aa6250a932349c8"><code>d36a1f3</code></a> v14.2.25</li> <li><a href="https://github.com/vercel/next.js/commit/5fd3ae8f8542677c6294f32d18022731eab6fe48"><code>5fd3ae8</code></a> [backport] Update middleware request header (<a href="https://redirect.github.com/vercel/next.js/issues/77202">#77202</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/756be15c4cfecb6fae1c69cae7cfaf336423b6cf"><code>756be15</code></a> v14.2.24</li> <li><a href="https://github.com/vercel/next.js/commit/ba6453d5efbb1dcb282c39d372b48d60de59fa2c"><code>ba6453d</code></a> fix corepack keys</li> <li><a href="https://github.com/vercel/next.js/commit/c482c2072f6eb3f7bd656bc05e100ed54dce3636"><code>c482c20</code></a> [backport v14] fix: ensure lint worker errors aren't silenced (<a href="https://redirect.github.com/vercel/next.js/issues/75766">#75766</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/75779">#75779</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/5791cb677808df1cea625057d6aff95fbf5cd3a0"><code>5791cb6</code></a> [Backport v14] add additional x-middleware-set-cookie filtering (<a href="https://redirect.github.com/vercel/next.js/issues/75561">#75561</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/75">#75</a>...</li> <li><a href="https://github.com/vercel/next.js/commit/8129a6188096c23c68d4151256acbe6d86d2eed3"><code>8129a61</code></a> test: fix eslint plugin test (<a href="https://redirect.github.com/vercel/next.js/issues/75687">#75687</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f27ce02b6785a1c7c8f88daf1d2112b5a2e1f34a"><code>f27ce02</code></a> v14.2.23</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.21...v14.2.26">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 20:14:59 -05:00
yindo closed this issue 2026-02-15 20:14:59 -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#1257