[PR #116] [MERGED] build(deps-dev): bump the minor-deps-updates-main group with 2 updates #134

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0305641 build(deps-dev): bump the minor-deps-updates-main group with 2 updates

📊 Changes

3 files changed (+112 additions, -535 deletions)

View changed files

📝 libs/cli/package.json (+1 -1)
📝 libs/deepagents/package.json (+1 -1)
📝 pnpm-lock.yaml (+110 -533)

📄 Description

Bumps the minor-deps-updates-main group with 2 updates: typescript-eslint and tsdown.

Updates typescript-eslint from 8.52.0 to 8.53.0

Release notes

Sourced from typescript-eslint's releases.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.53.0 (2026-01-12)

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

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

Commits

Updates tsdown from 0.15.12 to 0.19.0

Release notes

Sourced from tsdown's releases.

v0.19.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.19.0-beta.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.19.0-beta.4

   🚀 Features

... (truncated)

Commits
  • d715641 chore: release v0.19.0
  • c33bd76 test: expect warning messages
  • 7703a69 chore: upgrade deps
  • b02b07c docs: update outputOptions.comments to legalComments (#702)
  • 78efddf feat: clear console on rebuild start
  • beeffb2 fix(cjs): update version check for require ESM support
  • 0a63a60 refactor(shims): improve shim file path resolution (#700)
  • 075fa8b chore: release v0.19.0-beta.5
  • d564fd8 feat: upgrade rolldown to 1.0.0-beta.59
  • c9acbf9 feat: expose resolveUserConfig
  • Additional commits viewable in compare view

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

🔄 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/116 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/minor-deps-updates-main-ff6268f7cb` --- ### 📝 Commits (1) - [`0305641`](https://github.com/langchain-ai/deepagentsjs/commit/0305641489caad8cce813c723ef850be05fbfae3) build(deps-dev): bump the minor-deps-updates-main group with 2 updates ### 📊 Changes **3 files changed** (+112 additions, -535 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/package.json` (+1 -1) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+110 -533) </details> ### 📄 Description Bumps the minor-deps-updates-main group with 2 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [tsdown](https://github.com/rolldown/tsdown). Updates `typescript-eslint` from 8.52.0 to 8.53.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.53.0</h2> <h2>8.53.0 (2026-01-12)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] add a fixer to remove unused imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922">#11922</a>)</li> <li><strong>eslint-plugin:</strong> add rule [strict-void-return] (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707">#9707</a>)</li> <li><strong>project-service:</strong> allow passing <code>Partial&lt;ts.server.ServerHost&gt;</code> to project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11932">#11932</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> replace unclear &quot;<code>error</code> typed&quot; with more helpful description (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704">#11704</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916">#11916</a>)</li> <li><strong>typescript-estree:</strong> forbid type-only import with both default and named specifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930">#11930</a>)</li> <li><strong>typescript-estree:</strong> fix syntax check for <code>using</code> declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11910">#11910</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid class implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934">#11934</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid &quot;import equals&quot; declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11936">#11936</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid <code>extends</code> and <code>implements</code> in interface declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935">#11935</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Josh Goldberg</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>Niki <a href="https://github.com/phaux"><code>@​phaux</code></a></li> <li>Nikita</li> <li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@​SungHyun627</code></a></li> <li>Will Harney <a href="https://github.com/wjhsf"><code>@​wjhsf</code></a></li> </ul> <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.53.0 (2026-01-12)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</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/3021ede961732e66b1daca804759aa0cf4143b97"><code>3021ede</code></a> chore(release): publish 8.53.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `tsdown` from 0.15.12 to 0.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.19.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Rename <code>debugLogs</code> to <code>debug</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bb4e74c"><!-- raw HTML omitted -->(bb4e7)<!-- raw HTML omitted --></a></li> <li>Remove deprecated <code>silent</code> option  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/590156f"><!-- raw HTML omitted -->(59015)<!-- raw HTML omitted --></a></li> <li><strong>devtools</strong>: <ul> <li>Rename <code>debug</code> to <code>devtools</code>, rename <code>debug.devtools</code> to <code>devtools.ui</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/63e6f4f"><!-- raw HTML omitted -->(63e6f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>exports</strong>: <ul> <li>Add <code>legacy</code> option, remove <code>main</code> &amp; <code>module</code> fields if pure ESM  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1684161"><!-- raw HTML omitted -->(16841)<!-- raw HTML omitted --></a></li> <li>Exclude extension name for <code>exports.exclude</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/53d3891"><!-- raw HTML omitted -->(53d38)<!-- raw HTML omitted --></a></li> <li>Only auto-fill <code>types</code> when <code>exports.legacy</code>  -  by <a href="https://github.com/lishaduck"><code>@​lishaduck</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/685">rolldown/tsdown#685</a> <a href="https://github.com/rolldown/tsdown/commit/7be6bad"><!-- raw HTML omitted -->(7be6b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li>Add <code>typeAssert</code> util back  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1d38598"><!-- raw HTML omitted -->(1d385)<!-- raw HTML omitted --></a></li> <li>Generate CSS exports when <code>css.splitting</code> is disabled  -  by <a href="https://github.com/jinghaihan"><code>@​jinghaihan</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/680">rolldown/tsdown#680</a> <a href="https://github.com/rolldown/tsdown/commit/b737c28"><!-- raw HTML omitted -->(b737c)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to 1.0.0-beta.58  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/480360f"><!-- raw HTML omitted -->(48036)<!-- raw HTML omitted --></a></li> <li>Expose <code>enableDebug</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/2d9225f"><!-- raw HTML omitted -->(2d922)<!-- raw HTML omitted --></a></li> <li>Expose <code>resolveUserConfig</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/c9acbf9"><!-- raw HTML omitted -->(c9acb)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to 1.0.0-beta.59  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/d564fd8"><!-- raw HTML omitted -->(d564f)<!-- raw HTML omitted --></a></li> <li>Clear console on rebuild start  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/78efddf"><!-- raw HTML omitted -->(78efd)<!-- raw HTML omitted --></a></li> <li><strong>migrate</strong>: Add monorepo support  -  by <a href="https://github.com/lauigi"><code>@​lauigi</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/659">rolldown/tsdown#659</a> <a href="https://github.com/rolldown/tsdown/commit/efba2cc"><!-- raw HTML omitted -->(efba2)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Print blank line only when the log level is info  -  by <a href="https://github.com/tomgao365"><code>@​tomgao365</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/689">rolldown/tsdown#689</a> <a href="https://github.com/rolldown/tsdown/commit/96d82c1"><!-- raw HTML omitted -->(96d82)<!-- raw HTML omitted --></a></li> <li><strong>attw</strong>: Add <code>--ignore-scripts</code> to avoid lifecycle output  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/661">rolldown/tsdown#661</a> <a href="https://github.com/rolldown/tsdown/commit/1c8b189"><!-- raw HTML omitted -->(1c8b1)<!-- raw HTML omitted --></a></li> <li><strong>cjs</strong>: Update version check for require ESM support  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/beeffb2"><!-- raw HTML omitted -->(beeff)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Optimize hot paths  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/7925dec"><!-- raw HTML omitted -->(7925d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.18.4...v0.19.0">View changes on GitHub</a></h5> <h2>v0.19.0-beta.5</h2> <h3>   🚀 Features</h3> <ul> <li>Expose <code>resolveUserConfig</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/c9acbf9"><!-- raw HTML omitted -->(c9acb)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to 1.0.0-beta.59  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/d564fd8"><!-- raw HTML omitted -->(d564f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>attw</strong>: Add <code>--ignore-scripts</code> to avoid lifecycle output  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/661">rolldown/tsdown#661</a> <a href="https://github.com/rolldown/tsdown/commit/1c8b189"><!-- raw HTML omitted -->(1c8b1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.19.0-beta.4...v0.19.0-beta.5">View changes on GitHub</a></h5> <h2>v0.19.0-beta.4</h2> <h3>   🚀 Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/d71564128e99f639cbd3ee2920406ab540eac668"><code>d715641</code></a> chore: release v0.19.0</li> <li><a href="https://github.com/rolldown/tsdown/commit/c33bd761f880c4a907cef80e0b6dc9de126b6df7"><code>c33bd76</code></a> test: expect warning messages</li> <li><a href="https://github.com/rolldown/tsdown/commit/7703a69c85ddd037e7dff0cdc87e83e1f522ed93"><code>7703a69</code></a> chore: upgrade deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/b02b07c44bcb6ae1ca28b0c64f1f5af05e2f6b88"><code>b02b07c</code></a> docs: update <code>outputOptions.comments</code> to <code>legalComments</code> (<a href="https://redirect.github.com/rolldown/tsdown/issues/702">#702</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/78efddf42efc06830500bce3aae503ce85fac06b"><code>78efddf</code></a> feat: clear console on rebuild start</li> <li><a href="https://github.com/rolldown/tsdown/commit/beeffb23c148183c38ed9c573e4e197fad6c5814"><code>beeffb2</code></a> fix(cjs): update version check for require ESM support</li> <li><a href="https://github.com/rolldown/tsdown/commit/0a63a6017cee63ad969949bcab106349aea982e1"><code>0a63a60</code></a> refactor(shims): improve shim file path resolution (<a href="https://redirect.github.com/rolldown/tsdown/issues/700">#700</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/075fa8ba69eec56f008795398950bfbf3ac73853"><code>075fa8b</code></a> chore: release v0.19.0-beta.5</li> <li><a href="https://github.com/rolldown/tsdown/commit/d564fd8861f536394a325ef135e098ed3cc1db9b"><code>d564fd8</code></a> feat: upgrade rolldown to 1.0.0-beta.59</li> <li><a href="https://github.com/rolldown/tsdown/commit/c9acbf9b9d89fdefb0f69bb527e8133bdfe16776"><code>c9acbf9</code></a> feat: expose <code>resolveUserConfig</code></li> <li>Additional commits viewable in <a href="https://github.com/rolldown/tsdown/compare/v0.15.12...v0.19.0">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 </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:15 -05:00
yindo closed this issue 2026-02-16 06:17:15 -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#134