[PR #136] [CLOSED] build(deps-dev): bump the minor-deps-updates-main group across 1 directory with 2 updates #149

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/136
Author: @dependabot[bot]
Created: 1/22/2026
Status: Closed

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


📝 Commits (1)

  • c8ab800 build(deps-dev): bump the minor-deps-updates-main group across 1 directory with 2 updates

📊 Changes

3 files changed (+141 additions, -104 deletions)

View changed files

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

📄 Description

Bumps the minor-deps-updates-main group with 2 updates in the / directory: prettier and tsdown.

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates tsdown from 0.19.0 to 0.20.1

Release notes

Sourced from tsdown's releases.

v0.20.1

   🚀 Features

    View changes on GitHub

v0.20.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.20.0-beta.4

No significant changes

    View changes on GitHub

v0.20.0-beta.3

   🚀 Features

    View changes on GitHub

v0.20.0-beta.2

   🚀 Features

... (truncated)

Commits
  • dbd985f chore: release v0.20.1
  • dcaef07 refactor: rename external plugin to dep plugin
  • 1e0e778 feat(inline-only): show warnings if bundled deps
  • 417fc17 refactor(inline-only): improve handling of inlineOnly deps
  • b38a72a chore: upgrade deps
  • 16402c0 chore: release v0.20.0
  • 2ae7b19 test: fix flaky test
  • 1959f24 feat: upgrade rolldown to rc 1
  • 2498dbc chore: emphasize requirement of minimal reproduction
  • d2bb75e fix: config extensions typo (#722)
  • 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/136 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/minor-deps-updates-main-fbaadebd40` --- ### 📝 Commits (1) - [`c8ab800`](https://github.com/langchain-ai/deepagentsjs/commit/c8ab80044ca34ad55c7ce913154396576cc41972) build(deps-dev): bump the minor-deps-updates-main group across 1 directory with 2 updates ### 📊 Changes **3 files changed** (+141 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/package.json` (+1 -1) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+139 -102) </details> ### 📄 Description Bumps the minor-deps-updates-main group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [tsdown](https://github.com/rolldown/tsdown). Updates `prettier` from 3.7.4 to 3.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.8.1</h2> <ul> <li>Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a> by <a href="https://github.com/porada"><code>@​porada</code></a>)</li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#381">Changelog</a></p> <h2>3.8.0</h2> <ul> <li>Support Angular v21.1</li> </ul> <p><a href="https://github.com/prettier/prettier/compare/3.7.4...3.8.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2026/01/14/3.8.0">Release note &quot;Prettier 3.8: Support for Angular v21.1&quot;</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.8.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.8.0...3.8.1">diff</a></p> <h4>Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a> by <a href="https://github.com/porada"><code>@​porada</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input import * as prettierPluginEstree from &quot;prettier/plugins/estree&quot;; <p>// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import(&quot;prettier/plugins/estree&quot;)'. ts(2339) prettierPluginEstree.printers.estree; //=&gt; any</p> <p>// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=&gt; Printer prettierPluginEstree.printers[&quot;estree-json&quot;]; //=&gt; Printer </code></pre></p> <h1>3.8.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.7.4...3.8.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2026/01/14/3.8.0">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/90983f40dce5e20beea4e5618b5e0426a6a7f4f0"><code>90983f4</code></a> Release 3.8.1</li> <li><a href="https://github.com/prettier/prettier/commit/57f702f7656e6fc03873f8121480c321b2f44c8c"><code>57f702f</code></a> Include available <code>printers</code> in plugin type declarations (<a href="https://redirect.github.com/prettier/prettier/issues/18706">#18706</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bece82785141274c12956b0af3bae77a44ae3a9e"><code>bece827</code></a> Revert change in release script</li> <li><a href="https://github.com/prettier/prettier/commit/82a4ab26f1e7fccd0041272de12a3c6b942e622b"><code>82a4ab2</code></a> Bump Prettier dependency to 3.8.0</li> <li><a href="https://github.com/prettier/prettier/commit/5213ee463c653f47e1821de414a4f30573f83337"><code>5213ee4</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/f95ad0f8e1dd9fb5507e7088f42f91fa6b5f3cb0"><code>f95ad0f</code></a> Comment out finished steps</li> <li><a href="https://github.com/prettier/prettier/commit/b2034e819aef944fe1fe3bbf532118885a854f64"><code>b2034e8</code></a> Fix release script</li> <li><a href="https://github.com/prettier/prettier/commit/5824b15189303d52892ffbc0812751533666c674"><code>5824b15</code></a> Release 3.8.0</li> <li><a href="https://github.com/prettier/prettier/commit/04336012b351529f624eaeb3ac9af52a5b7b7c01"><code>0433601</code></a> Add blog post for v3.8.0 (<a href="https://redirect.github.com/prettier/prettier/issues/18639">#18639</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b04d05b831f1476ac6e24e1211972bfdd475c9b8"><code>b04d05b</code></a> Remove lint step from release script (<a href="https://redirect.github.com/prettier/prettier/issues/18415">#18415</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.7.4...3.8.1">compare view</a></li> </ul> </details> <br /> Updates `tsdown` from 0.19.0 to 0.20.1 <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.20.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>inline-only</strong>: Show warnings if bundled deps  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1e0e778"><!-- raw HTML omitted -->(1e0e7)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.0...v0.20.1">View changes on GitHub</a></h5> <h2>v0.20.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Upgrade dts plugin, remove <code>dts.resolve</code> option  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/16655bc"><!-- raw HTML omitted -->(16655)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li>Add option to disable legacy CJS warning  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/9fadadd"><!-- raw HTML omitted -->(9fada)<!-- raw HTML omitted --></a></li> <li>Apply <code>inlineOnly</code> option for dts files  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/7d89d54"><!-- raw HTML omitted -->(7d89d)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to 1.0.0-beta.60  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bb3ee8d"><!-- raw HTML omitted -->(bb3ee)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to rc 1  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1959f24"><!-- raw HTML omitted -->(1959f)<!-- raw HTML omitted --></a></li> <li><strong>entry</strong>: Support mixed array and object entries  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/a808345"><!-- raw HTML omitted -->(a8083)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Optional <code>parseEnv</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/be1b60c"><!-- raw HTML omitted -->(be1b6)<!-- raw HTML omitted --></a></li> <li>Reload config on restart  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1756b03"><!-- raw HTML omitted -->(1756b)<!-- raw HTML omitted --></a></li> <li>Config extensions typo  -  by <a href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/722">rolldown/tsdown#722</a> <a href="https://github.com/rolldown/tsdown/commit/d2bb75e"><!-- raw HTML omitted -->(d2bb7)<!-- raw HTML omitted --></a></li> <li><strong>windows</strong>: Normalize path separators in build output  -  by <a href="https://github.com/ryuapp"><code>@​ryuapp</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/719">rolldown/tsdown#719</a> <a href="https://github.com/rolldown/tsdown/commit/c45257c"><!-- raw HTML omitted -->(c4525)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Native filter for external plugin  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/8764e47"><!-- raw HTML omitted -->(8764e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.19.0...v0.20.0">View changes on GitHub</a></h5> <h2>v0.20.0-beta.4</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.0-beta.3...v0.20.0-beta.4">View changes on GitHub</a></h5> <h2>v0.20.0-beta.3</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade rolldown to 1.0.0-beta.60  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bb3ee8d"><!-- raw HTML omitted -->(bb3ee)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.0-beta.2...v0.20.0-beta.3">View changes on GitHub</a></h5> <h2>v0.20.0-beta.2</h2> <h3>   🚀 Features</h3> <ul> <li>Apply <code>inlineOnly</code> option for dts files  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/7d89d54"><!-- raw HTML omitted -->(7d89d)<!-- raw HTML omitted --></a></li> <li><strong>entry</strong>: Support mixed array and object entries  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/a808345"><!-- raw HTML omitted -->(a8083)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/dbd985fa31a502bc5b37b23c365e006514970410"><code>dbd985f</code></a> chore: release v0.20.1</li> <li><a href="https://github.com/rolldown/tsdown/commit/dcaef07edc8d3888d82a6c207be7e4c42a31d730"><code>dcaef07</code></a> refactor: rename external plugin to dep plugin</li> <li><a href="https://github.com/rolldown/tsdown/commit/1e0e77853f9b859c95757aedb97d3af6cd2de79f"><code>1e0e778</code></a> feat(inline-only): show warnings if bundled deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/417fc17f6eb52841f1b123e8869868ad8e2fb6e8"><code>417fc17</code></a> refactor(inline-only): improve handling of inlineOnly deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/b38a72a4899ddfb88d777c6d06d2c63e068d4cd3"><code>b38a72a</code></a> chore: upgrade deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/16402c0fe22c60a48d54b897bc0557692c698978"><code>16402c0</code></a> chore: release v0.20.0</li> <li><a href="https://github.com/rolldown/tsdown/commit/2ae7b1930d2c329867c02f3a75ba23f1919a8168"><code>2ae7b19</code></a> test: fix flaky test</li> <li><a href="https://github.com/rolldown/tsdown/commit/1959f2487e3241b8f68340f13e7da4299b3aef34"><code>1959f24</code></a> feat: upgrade rolldown to rc 1</li> <li><a href="https://github.com/rolldown/tsdown/commit/2498dbc5645bf9e928ce121b0f7ed113f882c630"><code>2498dbc</code></a> chore: emphasize requirement of minimal reproduction</li> <li><a href="https://github.com/rolldown/tsdown/commit/d2bb75e6d5f449b39bbe9f3b512b11321b2c5672"><code>d2bb75e</code></a> fix: config extensions typo (<a href="https://redirect.github.com/rolldown/tsdown/issues/722">#722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rolldown/tsdown/compare/v0.19.0...v0.20.1">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:17 -05:00
yindo closed this issue 2026-02-16 06:17:17 -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#149