[PR #1877] [CLOSED] chore(deps): bump the minor-deps-updates-main group with 8 updates #1804

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1877
Author: @dependabot[bot]
Created: 1/10/2026
Status: Closed

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


📝 Commits (1)

  • 7827f85 chore(deps): bump the minor-deps-updates-main group with 8 updates

📊 Changes

8 files changed (+97 additions, -382 deletions)

View changed files

📝 examples/ui-react/package.json (+1 -1)
📝 internal/build/package.json (+1 -1)
📝 libs/create-langgraph/package.json (+1 -1)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-core/package.json (+1 -1)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 pnpm-lock.yaml (+90 -375)

📄 Description

Bumps the minor-deps-updates-main group with 8 updates:

Package From To
cheminfo-types 1.8.1 1.10.0
lucide-react 0.561.0 0.562.0
@clack/prompts 0.9.1 0.11.0
langsmith 0.3.87 0.4.5
@types/babel__code-frame 7.0.6 7.27.0
vite-plugin-node-polyfills 0.23.0 0.24.0
esbuild 0.25.12 0.27.2
tsdown 0.13.5 0.19.0

Updates cheminfo-types from 1.8.1 to 1.10.0

Release notes

Sourced from cheminfo-types's releases.

v1.10.0

1.10.0 (2026-01-09)

Features

v1.9.0

1.9.0 (2026-01-09)

Features

  • add DataXMatrix and DataXReIm (7efa916)
Changelog

Sourced from cheminfo-types's changelog.

1.10.0 (2026-01-09)

Features

1.9.0 (2026-01-09)

Features

  • add DataXMatrix and DataXReIm (7efa916)
Commits

Updates lucide-react from 0.561.0 to 0.562.0

Release notes

Sourced from lucide-react's releases.

Version 0.562.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0

Commits

Updates @clack/prompts from 0.9.1 to 0.11.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

@​clack/prompts@​0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2

@​clack/prompts@​0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    

    const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    

    await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );

Changelog

Sourced from @​clack/prompts's changelog.

0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2

0.10.0

Minor Changes

  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@clack/prompts";
    

    const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");

  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@clack/prompts";
    

    await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );

Commits

Updates langsmith from 0.3.87 to 0.4.5

Release notes

Sourced from langsmith's releases.

v0.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5

v0.4.4

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4

v0.4.3

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3

v0.4.2

What's Changed

... (truncated)

Commits

Updates @types/babel__code-frame from 7.0.6 to 7.27.0

Commits

Updates vite-plugin-node-polyfills from 0.23.0 to 0.24.0

Release notes

Sourced from vite-plugin-node-polyfills's releases.

v0.24.0

  • Add rolldown-vite support
  • Fix broken v0.23.1 build

v0.23.1

  • Allow installation in Vite v7 projects
Commits

Updates esbuild from 0.25.12 to 0.27.2

Release notes

Sourced from esbuild's releases.

v0.27.2

  • Allow import path specifiers starting with #/ (#4361)

    Previously the specification for package.json disallowed import path specifiers starting with #/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping #/* to ./src/* (previously you had to use another character such as #_* instead, which was more confusing). There is some more context in nodejs/node#49182.

    This change was contributed by @​hybrist.

  • Automatically add the -webkit-mask prefix (#4357, #4358)

    This release automatically adds the -webkit- vendor prefix for the mask CSS shorthand property:

    /* Original code */
    main {
      mask: url(x.png) center/5rem no-repeat
    }
    

    /* Old output (with --target=chrome110) */ main { mask: url(x.png) center/5rem no-repeat; }

    /* New output (with --target=chrome110) */ main { -webkit-mask: url(x.png) center/5rem no-repeat; mask: url(x.png) center/5rem no-repeat; }

    This change was contributed by @​BPJEnnova.

  • Additional minification of switch statements (#4176, #4359)

    This release contains additional minification patterns for reducing switch statements. Here is an example:

    // Original code
    switch (x) {
      case 0:
        foo()
        break
      case 1:
      default:
        bar()
    }
    

    // Old output (with --minify) switch(x){case 0:foo();break;case 1:default:bar()}

    // New output (with --minify)

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.27.2

  • Allow import path specifiers starting with #/ (#4361)

    Previously the specification for package.json disallowed import path specifiers starting with #/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping #/* to ./src/* (previously you had to use another character such as #_* instead, which was more confusing). There is some more context in nodejs/node#49182.

    This change was contributed by @​hybrist.

  • Automatically add the -webkit-mask prefix (#4357, #4358)

    This release automatically adds the -webkit- vendor prefix for the mask CSS shorthand property:

    /* Original code */
    main {
      mask: url(x.png) center/5rem no-repeat
    }
    

    /* Old output (with --target=chrome110) */ main { mask: url(x.png) center/5rem no-repeat; }

    /* New output (with --target=chrome110) */ main { -webkit-mask: url(x.png) center/5rem no-repeat; mask: url(x.png) center/5rem no-repeat; }

    This change was contributed by @​BPJEnnova.

  • Additional minification of switch statements (#4176, #4359)

    This release contains additional minification patterns for reducing switch statements. Here is an example:

    // Original code
    switch (x) {
      case 0:
        foo()
        break
      case 1:
      default:
        bar()
    }
    

    // Old output (with --minify) switch(x){case 0:foo();break;case 1:default:bar()}

... (truncated)

Commits
  • cd83297 publish 0.27.2 to npm
  • 2759721 additional tests for switch with break
  • fd2b4b3 update release notes
  • c8d93a7 fix #4357: -webkit- prefix for mask shorthand (#4358)
  • 92ff12c compat table: update @types/node
  • a35eceb compat table: fix a type error with the new types
  • f598984 fix make compat-table to install dependencies
  • f7f6df0 release notes for #4361
  • 6f8ec15 fix: allow subpath imports that start with #/ (#4361)
  • f7ae61f minify some switch statements to if-else statement
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for esbuild since your current version.


Updates tsdown from 0.13.5 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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tsdown since your current version.


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/langgraphjs/pull/1877 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/10/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/minor-deps-updates-main-b1ee5bdc23` --- ### 📝 Commits (1) - [`7827f85`](https://github.com/langchain-ai/langgraphjs/commit/7827f856b7e437a7d4d361c890dd28341eab18c2) chore(deps): bump the minor-deps-updates-main group with 8 updates ### 📊 Changes **8 files changed** (+97 additions, -382 deletions) <details> <summary>View changed files</summary> 📝 `examples/ui-react/package.json` (+1 -1) 📝 `internal/build/package.json` (+1 -1) 📝 `libs/create-langgraph/package.json` (+1 -1) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-core/package.json` (+1 -1) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+90 -375) </details> ### 📄 Description Bumps the minor-deps-updates-main group with 8 updates: | Package | From | To | | --- | --- | --- | | [cheminfo-types](https://github.com/cheminfo/cheminfo-types) | `1.8.1` | `1.10.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.561.0` | `0.562.0` | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.9.1` | `0.11.0` | | [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.3.87` | `0.4.5` | | [@types/babel__code-frame](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/babel__code-frame) | `7.0.6` | `7.27.0` | | [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) | `0.23.0` | `0.24.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.12` | `0.27.2` | | [tsdown](https://github.com/rolldown/tsdown) | `0.13.5` | `0.19.0` | Updates `cheminfo-types` from 1.8.1 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cheminfo/cheminfo-types/releases">cheminfo-types's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2><a href="https://github.com/cheminfo/cheminfo-types/compare/v1.9.0...v1.10.0">1.10.0</a> (2026-01-09)</h2> <h3>Features</h3> <ul> <li>add DoubleMatrix (<a href="https://github.com/cheminfo/cheminfo-types/commit/020554669ba9ff8c405dd98645d177d449e0d082">0205546</a>)</li> </ul> <h2>v1.9.0</h2> <h2><a href="https://github.com/cheminfo/cheminfo-types/compare/v1.8.1...v1.9.0">1.9.0</a> (2026-01-09)</h2> <h3>Features</h3> <ul> <li>add DataXMatrix and DataXReIm (<a href="https://github.com/cheminfo/cheminfo-types/commit/7efa916a7cccec3c2dad88d383342606025a9fe2">7efa916</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cheminfo/cheminfo-types/blob/main/CHANGELOG.md">cheminfo-types's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cheminfo/cheminfo-types/compare/v1.9.0...v1.10.0">1.10.0</a> (2026-01-09)</h2> <h3>Features</h3> <ul> <li>add DoubleMatrix (<a href="https://github.com/cheminfo/cheminfo-types/commit/020554669ba9ff8c405dd98645d177d449e0d082">0205546</a>)</li> </ul> <h2><a href="https://github.com/cheminfo/cheminfo-types/compare/v1.8.1...v1.9.0">1.9.0</a> (2026-01-09)</h2> <h3>Features</h3> <ul> <li>add DataXMatrix and DataXReIm (<a href="https://github.com/cheminfo/cheminfo-types/commit/7efa916a7cccec3c2dad88d383342606025a9fe2">7efa916</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/30f3b288709f428aeacb2d14a8684fabfda05785"><code>30f3b28</code></a> chore(main): release 1.10.0 (<a href="https://redirect.github.com/cheminfo/cheminfo-types/issues/106">#106</a>)</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/020554669ba9ff8c405dd98645d177d449e0d082"><code>0205546</code></a> feat: add DoubleMatrix</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/a65060a215724a050e0ce6e307481a70fb9af6b0"><code>a65060a</code></a> chore: simplify NumberMatrix definition</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/0cf7b3168e9e35336da827af756458393d3f058a"><code>0cf7b31</code></a> chore(main): release 1.9.0 (<a href="https://redirect.github.com/cheminfo/cheminfo-types/issues/105">#105</a>)</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/612128fb716be5e270f0ea3e6037e5b2ef497b56"><code>612128f</code></a> chore: do not try to upload coverage</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/aa6fcc13d5e77c0e993a462c067036832c6fc752"><code>aa6fcc1</code></a> chore: update dependencies</li> <li><a href="https://github.com/cheminfo/cheminfo-types/commit/7efa916a7cccec3c2dad88d383342606025a9fe2"><code>7efa916</code></a> feat: add DataXMatrix and DataXReIm</li> <li>See full diff in <a href="https://github.com/cheminfo/cheminfo-types/compare/v1.8.1...v1.10.0">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.561.0 to 0.562.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>Version 0.562.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>paint-bucket</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3880">lucide-icons/lucide#3880</a></li> <li>fix(site): Fix and unify color-picker font-size by <a href="https://github.com/taimar"><code>@​taimar</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3889">lucide-icons/lucide#3889</a></li> <li>fix(react-native-web): only add className prop to parent Icon component by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3892">lucide-icons/lucide#3892</a></li> <li>fix(lucide-react-native): remove icons namespace export to enable tree-shaking by <a href="https://github.com/jtomaszewski"><code>@​jtomaszewski</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3868">lucide-icons/lucide#3868</a></li> <li>feat(icons): added <code>toolbox</code> icon by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3871">lucide-icons/lucide#3871</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/taimar"><code>@​taimar</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3889">lucide-icons/lucide#3889</a></li> <li><a href="https://github.com/jtomaszewski"><code>@​jtomaszewski</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3868">lucide-icons/lucide#3868</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0">https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `@clack/prompts` from 0.9.1 to 0.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bombshell-dev/clack/releases"><code>@​clack/prompts</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​clack/prompts</code><a href="https://github.com/0"><code>@​0</code></a>.11.0</h2> <h3>Minor Changes</h3> <ul> <li>07ca32d: Reverted a change where placeholders were being set as values on return.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [07ca32d] <ul> <li><code>@​clack/core</code><a href="https://github.com/0"><code>@​0</code></a>.5.0</li> </ul> </li> </ul> <h2><code>@​clack/prompts</code><a href="https://github.com/0"><code>@​0</code></a>.10.1</h2> <h3>Patch Changes</h3> <ul> <li>11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.</li> <li>30aa7ed: Adds a new <code>selectableGroups</code> boolean to the group multi-select prompt. Using <code>selectableGroups: false</code> will disable the ability to select a top-level group, but still allow every child to be selected individually.</li> <li>Updated dependencies [30aa7ed]</li> <li>Updated dependencies [5dfce8a]</li> <li>Updated dependencies [f574297] <ul> <li><code>@​clack/core</code><a href="https://github.com/0"><code>@​0</code></a>.4.2</li> </ul> </li> </ul> <h2><code>@​clack/prompts</code><a href="https://github.com/0"><code>@​0</code></a>.10.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>613179d: Adds a new <code>indicator</code> option to <code>spinner</code>, which supports the original <code>&quot;dots&quot;</code> loading animation or a new <code>&quot;timer&quot;</code> loading animation.</p> <pre lang="ts"><code>import * as p from &quot;@clack/prompts&quot;; <p>const spin = p.spinner({ indicator: &quot;timer&quot; }); spin.start(&quot;Loading&quot;); await sleep(3000); spin.stop(&quot;Loaded&quot;); </code></pre></p> </li> <li> <p>a38b2bc: Adds <code>stream</code> API which provides the same methods as <code>log</code>, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.</p> <pre lang="ts"><code>import * as p from &quot;@clack/prompts&quot;; <p>await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() ); </code></pre></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bombshell-dev/clack/blob/@clack/prompts@0.11.0/packages/prompts/CHANGELOG.md"><code>@​clack/prompts</code>'s changelog</a>.</em></p> <blockquote> <h2>0.11.0</h2> <h3>Minor Changes</h3> <ul> <li>07ca32d: Reverted a change where placeholders were being set as values on return.</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [07ca32d] <ul> <li><code>@​clack/core</code><a href="https://github.com/0"><code>@​0</code></a>.5.0</li> </ul> </li> </ul> <h2>0.10.1</h2> <h3>Patch Changes</h3> <ul> <li>11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.</li> <li>30aa7ed: Adds a new <code>selectableGroups</code> boolean to the group multi-select prompt. Using <code>selectableGroups: false</code> will disable the ability to select a top-level group, but still allow every child to be selected individually.</li> <li>Updated dependencies [30aa7ed]</li> <li>Updated dependencies [5dfce8a]</li> <li>Updated dependencies [f574297] <ul> <li><code>@​clack/core</code><a href="https://github.com/0"><code>@​0</code></a>.4.2</li> </ul> </li> </ul> <h2>0.10.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>613179d: Adds a new <code>indicator</code> option to <code>spinner</code>, which supports the original <code>&quot;dots&quot;</code> loading animation or a new <code>&quot;timer&quot;</code> loading animation.</p> <pre lang="ts"><code>import * as p from &quot;@clack/prompts&quot;; <p>const spin = p.spinner({ indicator: &quot;timer&quot; }); spin.start(&quot;Loading&quot;); await sleep(3000); spin.stop(&quot;Loaded&quot;); </code></pre></p> </li> <li> <p>a38b2bc: Adds <code>stream</code> API which provides the same methods as <code>log</code>, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.</p> <pre lang="ts"><code>import * as p from &quot;@clack/prompts&quot;; <p>await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() ); </code></pre></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bombshell-dev/clack/commit/737f1725696b595c791e73ca51ee0ac4bf0ee289"><code>737f172</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/325">#325</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/07ca32dcfca0ab8dc8c42c25117b4109f381621f"><code>07ca32d</code></a> fix: revert placeholder-on-return change (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/324">#324</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/5de191fc0d8c874d5c3036c0571678cf5846ca23"><code>5de191f</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/262">#262</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/5dfce8abffbece9cfbb5b591acf21af50766b23f"><code>5dfce8a</code></a> fix: use placeholder as value when input is empty (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/263">#263</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/11a5dc187f68f346d43f8a51f63add68dc386fd9"><code>11a5dc1</code></a> fix: add hints for selected options in multiselect prompts &amp; tests (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/279">#279</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/30aa7ed2f0904e9d8d99a4c923e9f312597ec37f"><code>30aa7ed</code></a> feat: add <code>selectableGroups</code> option to group multi-select (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/255">#255</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/3c200ddba59c0fb76ab4da35a103d272c66acf89"><code>3c200dd</code></a> docs(prompts): fix logs image display (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/243">#243</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/5529c8909470e682d566277d1b74742cd8ffcaa4"><code>5529c89</code></a> chore: update repository url (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/239">#239</a>)</li> <li><a href="https://github.com/bombshell-dev/clack/commit/d6d9ce791e33dbd40191a47f12db74d19bfbdb8d"><code>d6d9ce7</code></a> [ci] format</li> <li><a href="https://github.com/bombshell-dev/clack/commit/fe1ee5430f9f0e912c000a0988e99a8241d02906"><code>fe1ee54</code></a> [ci] release (<a href="https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts/issues/232">#232</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bombshell-dev/clack/commits/@clack/prompts@0.11.0/packages/prompts">compare view</a></li> </ul> </details> <br /> Updates `langsmith` from 0.3.87 to 0.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langsmith-sdk/releases">langsmith's releases</a>.</em></p> <blockquote> <h2>v0.4.5</h2> <h2>What's Changed</h2> <ul> <li>feat(js): Add OTEL support by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1814">langchain-ai/langsmith-sdk#1814</a></li> <li>feat(js): Export passed AI SDK metadata as LangSmith metadata by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1819">langchain-ai/langsmith-sdk#1819</a></li> <li>Reduce zstd compression level to 1 by <a href="https://github.com/angus-langchain"><code>@​angus-langchain</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1820">langchain-ai/langsmith-sdk#1820</a></li> <li>feat(js): Add transform span method to exporter, allow setting run name by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1821">langchain-ai/langsmith-sdk#1821</a></li> <li>fix(js): Use context placeholder to preserve LangChain context variables even if tracing is disabled by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1822">langchain-ai/langsmith-sdk#1822</a></li> <li>fix(js): Fix types and add responses and completions.parse support for wrapOpenAI by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1823">langchain-ai/langsmith-sdk#1823</a></li> <li>release(js): 0.3.38 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1824">langchain-ai/langsmith-sdk#1824</a></li> <li>fix(js): Fix AI SDK token counting issues for legacy exporter by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1825">langchain-ai/langsmith-sdk#1825</a></li> <li>feat(js): Make traced AI SDK runs respect provider metadata by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1826">langchain-ai/langsmith-sdk#1826</a></li> <li>feat(js): Add reference_example_id attribute to OTEL runs by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1836">langchain-ai/langsmith-sdk#1836</a></li> <li>[open-swe] fix: improve serialization of Maps and complex objects in traces by <a href="https://github.com/open-swe"><code>@​open-swe</code></a>[bot] in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1835">langchain-ai/langsmith-sdk#1835</a></li> <li>release(js): 0.3.41 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1837">langchain-ai/langsmith-sdk#1837</a></li> <li>fix(js): Add endpoint shim to example upload by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1839">langchain-ai/langsmith-sdk#1839</a></li> <li>Add runs endpoints env to replicas by <a href="https://github.com/hinthornw"><code>@​hinthornw</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1830">langchain-ai/langsmith-sdk#1830</a></li> <li>release(js): 0.3.42 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1842">langchain-ai/langsmith-sdk#1842</a></li> <li>feat(python): Populate example metadata in pytest, prefix experiment runs with ls_example by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1840">langchain-ai/langsmith-sdk#1840</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/open-swe"><code>@​open-swe</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1835">langchain-ai/langsmith-sdk#1835</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5</a></p> <h2>v0.4.4</h2> <h2>What's Changed</h2> <ul> <li>Add replicas to baggage header by <a href="https://github.com/angus-langchain"><code>@​angus-langchain</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1817">langchain-ai/langsmith-sdk#1817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4</a></p> <h2>v0.4.3</h2> <h2>What's Changed</h2> <ul> <li>feat(js): Allow suppressing circular JSON warnings by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1815">langchain-ai/langsmith-sdk#1815</a></li> <li>fix(py): loosen pydantic dep by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1816">langchain-ai/langsmith-sdk#1816</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3</a></p> <h2>v0.4.2</h2> <h2>What's Changed</h2> <ul> <li>Add agent instructions for Python SDK by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1776">langchain-ai/langsmith-sdk#1776</a></li> <li>Fix some issues w running codex in this repo by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1777">langchain-ai/langsmith-sdk#1777</a></li> <li>Fix race for cached client initialization by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1778">langchain-ai/langsmith-sdk#1778</a></li> <li>Handle missing attachment files gracefully by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1782">langchain-ai/langsmith-sdk#1782</a></li> <li>fix(js): Fix JSDom check for Node 22 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1784">langchain-ai/langsmith-sdk#1784</a></li> <li>Cache request settings for Client by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1787">langchain-ai/langsmith-sdk#1787</a></li> <li>chore: auto-label issues with 'sdk' label by <a href="https://github.com/madams0013"><code>@​madams0013</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1791">langchain-ai/langsmith-sdk#1791</a></li> <li>Store only the first new_token event by <a href="https://github.com/nfcampos"><code>@​nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1779">langchain-ai/langsmith-sdk#1779</a></li> <li>fix(js): Pass events through on run create by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1794">langchain-ai/langsmith-sdk#1794</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langsmith-sdk/commits/v0.4.5">compare view</a></li> </ul> </details> <br /> Updates `@types/babel__code-frame` from 7.0.6 to 7.27.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/babel__code-frame">compare view</a></li> </ul> </details> <br /> Updates `vite-plugin-node-polyfills` from 0.23.0 to 0.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases">vite-plugin-node-polyfills's releases</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <ul> <li>Add <code>rolldown-vite</code> support</li> <li>Fix broken <code>v0.23.1</code> build</li> </ul> <h2>v0.23.1</h2> <ul> <li>Allow installation in Vite v7 projects</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/commit/6df518bfada57a7c4d96667321e0d05ffafdf85f"><code>6df518b</code></a> Release <code>v0.24.0</code></li> <li><a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/commit/ca49ba3e5222bd21abb2c76d01a2ce8f072b03a0"><code>ca49ba3</code></a> Add rolldown-vite support (<a href="https://redirect.github.com/davidmyersdev/vite-plugin-node-polyfills/issues/128">#128</a>)</li> <li><a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/commit/001ec8a3f4d7bd533e4fa5d7d14fafd337e7d896"><code>001ec8a</code></a> Release <code>v0.23.1</code></li> <li><a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/commit/2f59f1208e247747a4bbec23a8c2b39da85258d9"><code>2f59f12</code></a> Update package.json fixes <a href="https://redirect.github.com/davidmyersdev/vite-plugin-node-polyfills/issues/127">#127</a> (<a href="https://redirect.github.com/davidmyersdev/vite-plugin-node-polyfills/issues/130">#130</a>)</li> <li>See full diff in <a href="https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.23.0...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `esbuild` from 0.25.12 to 0.27.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p> <blockquote> <h2>v0.27.2</h2> <ul> <li> <p>Allow import path specifiers starting with <code>#/</code> (<a href="https://redirect.github.com/evanw/esbuild/pull/4361">#4361</a>)</p> <p>Previously the specification for <code>package.json</code> disallowed import path specifiers starting with <code>#/</code>, but this restriction <a href="https://redirect.github.com/nodejs/node/pull/60864">has recently been relaxed</a> and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping <code>#/*</code> to <code>./src/*</code> (previously you had to use another character such as <code>#_*</code> instead, which was more confusing). There is some more context in <a href="https://redirect.github.com/nodejs/node/issues/49182">nodejs/node#49182</a>.</p> <p>This change was contributed by <a href="https://github.com/hybrist"><code>@​hybrist</code></a>.</p> </li> <li> <p>Automatically add the <code>-webkit-mask</code> prefix (<a href="https://redirect.github.com/evanw/esbuild/issues/4357">#4357</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4358">#4358</a>)</p> <p>This release automatically adds the <code>-webkit-</code> vendor prefix for the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/mask"><code>mask</code></a> CSS shorthand property:</p> <pre lang="css"><code>/* Original code */ main { mask: url(x.png) center/5rem no-repeat } <p>/* Old output (with --target=chrome110) */ main { mask: url(x.png) center/5rem no-repeat; }</p> <p>/* New output (with --target=chrome110) */ main { -webkit-mask: url(x.png) center/5rem no-repeat; mask: url(x.png) center/5rem no-repeat; } </code></pre></p> <p>This change was contributed by <a href="https://github.com/BPJEnnova"><code>@​BPJEnnova</code></a>.</p> </li> <li> <p>Additional minification of <code>switch</code> statements (<a href="https://redirect.github.com/evanw/esbuild/issues/4176">#4176</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4359">#4359</a>)</p> <p>This release contains additional minification patterns for reducing <code>switch</code> statements. Here is an example:</p> <pre lang="js"><code>// Original code switch (x) { case 0: foo() break case 1: default: bar() } <p>// Old output (with --minify) switch(x){case 0:foo();break;case 1:default:bar()}</p> <p>// New output (with --minify) </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p> <blockquote> <h2>0.27.2</h2> <ul> <li> <p>Allow import path specifiers starting with <code>#/</code> (<a href="https://redirect.github.com/evanw/esbuild/pull/4361">#4361</a>)</p> <p>Previously the specification for <code>package.json</code> disallowed import path specifiers starting with <code>#/</code>, but this restriction <a href="https://redirect.github.com/nodejs/node/pull/60864">has recently been relaxed</a> and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping <code>#/*</code> to <code>./src/*</code> (previously you had to use another character such as <code>#_*</code> instead, which was more confusing). There is some more context in <a href="https://redirect.github.com/nodejs/node/issues/49182">nodejs/node#49182</a>.</p> <p>This change was contributed by <a href="https://github.com/hybrist"><code>@​hybrist</code></a>.</p> </li> <li> <p>Automatically add the <code>-webkit-mask</code> prefix (<a href="https://redirect.github.com/evanw/esbuild/issues/4357">#4357</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4358">#4358</a>)</p> <p>This release automatically adds the <code>-webkit-</code> vendor prefix for the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/mask"><code>mask</code></a> CSS shorthand property:</p> <pre lang="css"><code>/* Original code */ main { mask: url(x.png) center/5rem no-repeat } <p>/* Old output (with --target=chrome110) */ main { mask: url(x.png) center/5rem no-repeat; }</p> <p>/* New output (with --target=chrome110) */ main { -webkit-mask: url(x.png) center/5rem no-repeat; mask: url(x.png) center/5rem no-repeat; } </code></pre></p> <p>This change was contributed by <a href="https://github.com/BPJEnnova"><code>@​BPJEnnova</code></a>.</p> </li> <li> <p>Additional minification of <code>switch</code> statements (<a href="https://redirect.github.com/evanw/esbuild/issues/4176">#4176</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/4359">#4359</a>)</p> <p>This release contains additional minification patterns for reducing <code>switch</code> statements. Here is an example:</p> <pre lang="js"><code>// Original code switch (x) { case 0: foo() break case 1: default: bar() } <p>// Old output (with --minify) switch(x){case 0:foo();break;case 1:default:bar()}</p> <p></code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/cd832972927f1f67b6d2cc895c06a8759c1cf309"><code>cd83297</code></a> publish 0.27.2 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/275972174750a04391ce5518514e57519bb8f55a"><code>2759721</code></a> additional tests for <code>switch</code> with <code>break</code></li> <li><a href="https://github.com/evanw/esbuild/commit/fd2b4b36cf7c54be5841a41f8737af058e88e93c"><code>fd2b4b3</code></a> update release notes</li> <li><a href="https://github.com/evanw/esbuild/commit/c8d93a7081e0e581b04e861674a8b2fec089fe74"><code>c8d93a7</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4357">#4357</a>: -webkit- prefix for mask shorthand (<a href="https://redirect.github.com/evanw/esbuild/issues/4358">#4358</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/92ff12c2e8a44210178bbdb19d403e918cff2e38"><code>92ff12c</code></a> compat table: update <code>@types/node</code></li> <li><a href="https://github.com/evanw/esbuild/commit/a35eceb40ff67d2b599555a15b75bc2298b590a6"><code>a35eceb</code></a> compat table: fix a type error with the new types</li> <li><a href="https://github.com/evanw/esbuild/commit/f5989842e91920aee7a013ec021b996ee0e37210"><code>f598984</code></a> fix <code>make compat-table</code> to install dependencies</li> <li><a href="https://github.com/evanw/esbuild/commit/f7f6df011a69b06f6fe612edf77528307345c4d8"><code>f7f6df0</code></a> release notes for <a href="https://redirect.github.com/evanw/esbuild/issues/4361">#4361</a></li> <li><a href="https://github.com/evanw/esbuild/commit/6f8ec15b15e70ff29a1966bf7b3bd24f8d6a0f5a"><code>6f8ec15</code></a> fix: allow subpath imports that start with <code>#/</code> (<a href="https://redirect.github.com/evanw/esbuild/issues/4361">#4361</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/f7ae61f6b2a77dc2fc3229a6bb21fb44c3fb8f5b"><code>f7ae61f</code></a> minify some switch statements to if-else statement</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.25.12...v0.27.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for esbuild since your current version.</p> </details> <br /> Updates `tsdown` from 0.13.5 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.13.5...v0.19.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for tsdown since your current version.</p> </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-15 20:16:54 -05:00
yindo closed this issue 2026-02-15 20:16:54 -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#1804