[PR #213] [MERGED] build(deps): bump the minor-deps-updates-main group with 3 updates #215

Closed
opened 2026-02-16 06:17:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/213
Author: @dependabot[bot]
Created: 2/10/2026
Status: Merged
Merged: 2/10/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/minor-deps-updates-main-f7f3b94df2


📝 Commits (1)

  • 155714c build(deps): bump the minor-deps-updates-main group with 3 updates

📊 Changes

3 files changed (+264 additions, -285 deletions)

View changed files

📝 libs/providers/daytona/package.json (+1 -1)
📝 libs/providers/deno/package.json (+1 -1)
📝 pnpm-lock.yaml (+262 -283)

📄 Description

⚠️ 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 minor-deps-updates-main group with 3 updates: typescript-eslint, @daytonaio/sdk and @deno/sandbox.

Updates typescript-eslint from 8.54.0 to 8.55.0

Release notes

Sourced from typescript-eslint's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @daytonaio/sdk from 0.135.0 to 0.139.0

Release notes

Sourced from @​daytonaio/sdk's releases.

v0.139.0

0.139.0 (2026-02-03)

🚀 Features

  • api: redis auth (#3584)
  • api: configurable db connection pooling (#3590)
  • api: improve warm pool selection (#3589)
  • api: sandbox retrieval caching (#3571)
  • dashboard: api keys permissions UI update (07642d445)

🩹 Fixes

  • api: move runner find into if (#3591)
  • api: message on errored sandbox actions (#3583)
  • daemon: support any shell in session command wrapper (#3603)
  • docs: rename Moltbot to OpenClaw (#3592)
  • sdk-python: volume subpath regression (#3609)

Chores

  • fix computer use CI build (b511e130e)
  • sync go.sum for v0.138.0 (#3585)
  • clawdbot CLI rename to openclaw (#3604)
  • computer-use: fix native build (#3594)
  • sdk-go: bump to v0.139.0 (#3617)

❤️ Thank You

v0.138.0

0.138.0 (2026-01-30)

🚀 Features

  • resize sandbox cpu, mem and disk (#3481)
  • daemon,sdk,docs: support session command input (#3215)

🩹 Fixes

  • runner: make metrics snapshot intervals configurable (#3460)

Chores

... (truncated)

Commits

Updates @deno/sandbox from 0.2.2 to 0.11.0

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 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

🔄 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/deepagentsjs/pull/213 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/minor-deps-updates-main-f7f3b94df2` --- ### 📝 Commits (1) - [`155714c`](https://github.com/langchain-ai/deepagentsjs/commit/155714cf09e0aeb678862b5e6b46008a7bf827c6) build(deps): bump the minor-deps-updates-main group with 3 updates ### 📊 Changes **3 files changed** (+264 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `libs/providers/daytona/package.json` (+1 -1) 📝 `libs/providers/deno/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+262 -283) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **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. --- [//]: # (dependabot-end) Bumps the minor-deps-updates-main group with 3 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [@daytonaio/sdk](https://github.com/daytonaio/daytona) and @deno/sandbox. Updates `typescript-eslint` from 8.54.0 to 8.55.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.55.0</h2> <h2>8.55.0 (2026-02-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>utils:</strong> deprecate defaultOptions in favor of meta.defaultOptions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11992">#11992</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] remove trailing newline when removing entire import (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11990">#11990</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] require strictNullChecks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11966">#11966</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12000">#12000</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] report unnecessary defaults in ternary expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11984">#11984</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] reduce param index to ts this handling (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11949">#11949</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifier in object expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11931">#11931</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Christian Rose <a href="https://github.com/chrros95"><code>@​chrros95</code></a></li> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Josh Goldberg</li> <li>Maria Solano <a href="https://github.com/MariaSolOs"><code>@​MariaSolOs</code></a></li> <li>Minyeong Kim <a href="https://github.com/minyeong981"><code>@​minyeong981</code></a></li> <li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@​SungHyun627</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.55.0 (2026-02-09)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fedfe8665afbabd5c7d3ee09d14f450d5ba0b10a"><code>fedfe86</code></a> chore(release): publish 8.55.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b931f8c706beafc289462824814dca158694cb48"><code>b931f8c</code></a> chore: use workspace refs for workspace deps (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12018">#12018</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1f17a7918cd507b11fd04ce75fe44a9c62bf9542"><code>1f17a79</code></a> chore: migrate to pnpm (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11248">#11248</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `@daytonaio/sdk` from 0.135.0 to 0.139.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/daytonaio/daytona/releases"><code>@​daytonaio/sdk</code>'s releases</a>.</em></p> <blockquote> <h2>v0.139.0</h2> <h2>0.139.0 (2026-02-03)</h2> <h3>🚀 Features</h3> <ul> <li><strong>api:</strong> redis auth (<a href="https://redirect.github.com/daytonaio/daytona/pull/3584">#3584</a>)</li> <li><strong>api:</strong> configurable db connection pooling (<a href="https://redirect.github.com/daytonaio/daytona/pull/3590">#3590</a>)</li> <li><strong>api:</strong> improve warm pool selection (<a href="https://redirect.github.com/daytonaio/daytona/pull/3589">#3589</a>)</li> <li><strong>api:</strong> sandbox retrieval caching (<a href="https://redirect.github.com/daytonaio/daytona/pull/3571">#3571</a>)</li> <li><strong>dashboard:</strong> api keys permissions UI update (<a href="https://github.com/daytonaio/daytona/commit/07642d445">07642d445</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>api:</strong> move runner find into if (<a href="https://redirect.github.com/daytonaio/daytona/pull/3591">#3591</a>)</li> <li><strong>api:</strong> message on errored sandbox actions (<a href="https://redirect.github.com/daytonaio/daytona/pull/3583">#3583</a>)</li> <li><strong>daemon:</strong> support any shell in session command wrapper (<a href="https://redirect.github.com/daytonaio/daytona/pull/3603">#3603</a>)</li> <li><strong>docs:</strong> rename Moltbot to OpenClaw (<a href="https://redirect.github.com/daytonaio/daytona/pull/3592">#3592</a>)</li> <li><strong>sdk-python:</strong> volume subpath regression (<a href="https://redirect.github.com/daytonaio/daytona/pull/3609">#3609</a>)</li> </ul> <h3>Chores</h3> <ul> <li>fix computer use CI build (<a href="https://github.com/daytonaio/daytona/commit/b511e130e">b511e130e</a>)</li> <li>sync go.sum for v0.138.0 (<a href="https://redirect.github.com/daytonaio/daytona/pull/3585">#3585</a>)</li> <li>clawdbot CLI rename to openclaw (<a href="https://redirect.github.com/daytonaio/daytona/pull/3604">#3604</a>)</li> <li><strong>computer-use:</strong> fix native build (<a href="https://redirect.github.com/daytonaio/daytona/pull/3594">#3594</a>)</li> <li><strong>sdk-go:</strong> bump to v0.139.0 (<a href="https://redirect.github.com/daytonaio/daytona/pull/3617">#3617</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Goran Draganić <a href="https://github.com/gdraganic"><code>@​gdraganic</code></a></li> <li>Ivan Dagelic <a href="https://github.com/idagelic"><code>@​idagelic</code></a></li> <li>Mirko Džaja <a href="https://github.com/MDzaja"><code>@​MDzaja</code></a></li> <li>Mislav Ivanda <a href="https://github.com/mislavivanda"><code>@​mislavivanda</code></a></li> <li>Robert Pavlinic <a href="https://github.com/rpavlini"><code>@​rpavlini</code></a></li> <li>Toma Puljak <a href="https://github.com/Tpuljak"><code>@​Tpuljak</code></a></li> </ul> <h2>v0.138.0</h2> <h2>0.138.0 (2026-01-30)</h2> <h3>🚀 Features</h3> <ul> <li>resize sandbox cpu, mem and disk (<a href="https://redirect.github.com/daytonaio/daytona/pull/3481">#3481</a>)</li> <li><strong>daemon,sdk,docs:</strong> support session command input (<a href="https://redirect.github.com/daytonaio/daytona/pull/3215">#3215</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>runner:</strong> make metrics snapshot intervals configurable (<a href="https://redirect.github.com/daytonaio/daytona/pull/3460">#3460</a>)</li> </ul> <h3>Chores</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daytonaio/daytona/commit/3024d0b0437e7ef09bf0b7c277e370b158b82eea"><code>3024d0b</code></a> chore(sdk-go): bump to v0.139.0 (<a href="https://redirect.github.com/daytonaio/daytona/issues/3617">#3617</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/e655b820599e9d975333ecf230d33da4c098dfc5"><code>e655b82</code></a> feat(api): sandbox retrieval caching (<a href="https://redirect.github.com/daytonaio/daytona/issues/3571">#3571</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/f4348dde4f659984f4433b0652966340ba2210be"><code>f4348dd</code></a> feat(api): improve warm pool selection (<a href="https://redirect.github.com/daytonaio/daytona/issues/3589">#3589</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/7f524e01fb31261e6c5484ec0132a089ddbdfb5c"><code>7f524e0</code></a> feat(api): configurable db connection pooling (<a href="https://redirect.github.com/daytonaio/daytona/issues/3590">#3590</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/da7702db64ce3fce81d8404a11a6f8fb4d48afc4"><code>da7702d</code></a> fix(api): message on errored sandbox actions (<a href="https://redirect.github.com/daytonaio/daytona/issues/3583">#3583</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/df7265d3e2fe1d47421bfe70af363ff911a7c9d9"><code>df7265d</code></a> fix(sdk-python): volume subpath regression (<a href="https://redirect.github.com/daytonaio/daytona/issues/3609">#3609</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/d3eeef1e6c68be2cb94b7f935d528a8a1372fdb7"><code>d3eeef1</code></a> fix(api): move runner find into if (<a href="https://redirect.github.com/daytonaio/daytona/issues/3591">#3591</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/7ca099056e95e906d293716ed7deba2293451aac"><code>7ca0990</code></a> fix(daemon): support any shell in session command wrapper (<a href="https://redirect.github.com/daytonaio/daytona/issues/3603">#3603</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/c9338de8aaba66bb9fb3058e42092fc9156c969c"><code>c9338de</code></a> chore: clawdbot CLI rename to openclaw (<a href="https://redirect.github.com/daytonaio/daytona/issues/3604">#3604</a>)</li> <li><a href="https://github.com/daytonaio/daytona/commit/9e65f28854f243f953b72efd7ffb2377e069d95d"><code>9e65f28</code></a> fix(docs): rename Moltbot to OpenClaw (<a href="https://redirect.github.com/daytonaio/daytona/issues/3592">#3592</a>)</li> <li>Additional commits viewable in <a href="https://github.com/daytonaio/daytona/compare/v0.135.0...v0.139.0">compare view</a></li> </ul> </details> <br /> Updates `@deno/sandbox` from 0.2.2 to 0.11.0 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 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 </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-16 06:17:28 -05:00
yindo closed this issue 2026-02-16 06:17:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#215