Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 6 updates - #461

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-6738563a43
Open

chore(deps): bump the production-dependencies group across 1 directory with 6 updates#461
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-6738563a43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
playwright 1.62.0 1.62.1
@ai-sdk/anthropic 2.0.92 2.0.95
@ai-sdk/openai 2.0.117 2.0.118
@langchain/core 1.2.3 1.2.8
@langchain/langgraph 1.4.8 1.4.10
ai 5.0.223 5.0.237

Updates playwright from 1.62.0 to 1.62.1

Release notes

Sourced from playwright's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.
Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • See full diff in compare view

Updates @ai-sdk/anthropic from 2.0.92 to 2.0.95

Changelog

Sourced from @​ai-sdk/anthropic's changelog.

2.0.95

Patch Changes

  • Updated dependencies [0e51b7b]
    • @​ai-sdk/provider-utils@​3.0.32

2.0.94

Patch Changes

  • e7afc18: Reject spliced Anthropic generations while allowing duplicate message start events for the active message.

2.0.93

Patch Changes

  • 950eec8: Preserve Anthropic prompt-cache matches by replaying complete code-execution transcripts in their original wire shape.
Commits

Updates @ai-sdk/openai from 2.0.117 to 2.0.118

Changelog

Sourced from @​ai-sdk/openai's changelog.

2.0.118

Patch Changes

  • Updated dependencies [0e51b7b]
    • @​ai-sdk/provider-utils@​3.0.32
Commits

Updates @langchain/core from 1.2.3 to 1.2.8

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.8

Patch Changes

  • #11369 d6ad973 Thanks @​hntrl! - fix(langchain): use unified endpoint for gateway

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(core): mark errors as retryable or not, and stop retrying the ones that aren't

    Retry middleware retried every failure up to maxRetries, including deterministic ones like a bad API key or an unknown model. Retries also nest, so a single such failure could cost dozens of API calls.

    @langchain/core/errors adds stampRetryable(error, retryable) and getRetryable(error). Marking an error leaves its class and shape untouched, so a provider SDK error can be classified without breaking instanceof. getRetryable returns undefined for errors nobody classified, and both are exported so tool authors can mark their own failures.

    modelRetryMiddleware and toolRetryMiddleware now respect the mark by default, and retries stop as soon as one is found rather than each layer spending its own budget. Aborted calls, context overflow, and oversized payloads are marked non-retryable out of the box. Models accept a per-call maxRetries so a surrounding retry loop can take over.

    Behavior change: errors marked non-retryable now fail on the first attempt. Unclassified errors — including any from third-party integrations or custom tools — retry exactly as before. Pass retryOn: () => true to restore the old default. A custom onFailedAttempt replaces the built-in handler and opts out of marking.

@​langchain/core@​1.2.7

Patch Changes

@​langchain/core@​1.2.6

Patch Changes

  • #11344 f08e0c6 Thanks @​hntrl! - fix: apply [Symbol.hasInstance] method to all comparable properties using .isInstance()

    We have some internal schemas that rely on z.instanceof(). This uses a strict instanceof check which can conflict if there are multiple versions of core installed. This overrides the Symbol.hasInstance method to use the same logic as .isInstance() to compare objects at runtime.

@​langchain/core@​1.2.5

Patch Changes

@​langchain/core@​1.2.4

Patch Changes

Commits
  • d0c905d chore: version packages (#11370)
  • 8ba1fd9 fix(aws): classify Bedrock stream-idle timeouts, cover pre-response hang (#11...
  • 3b0e4c4 feat(core): mark errors as retryable or not, and stop retrying the ones that ...
  • d6ad973 fix(langchain): use unified endpoint for gateway (#11369)
  • 3fedf7f chore: version packages (#11367)
  • c068bbf fix(core,langchain): patch and release core, update peer dependencies (#11366)
  • 242b986 chore: version packages (#11361)
  • 2d1f744 chore(langchain): add missing changeset (#11363)
  • f401396 feat(langchain): add langsmith gateway to initChatModel (#11362)
  • d36ec6a fix(anthropic): preserve gateway cost on the native stream path (#11359)
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.4.8 to 1.4.10

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.4.10

Patch Changes

@​langchain/langgraph@​1.4.9

Patch Changes

  • #2653 7880055 Thanks @​christian-bromann! - fix(langgraph): checkpoint Topic as a flat values list

    Match Python Topic checkpoints so Host JS graphs no longer put __pregel_tasks: [[], []] through the Python checkpointer. Keep reading legacy [seen, values] checkpoints for restore compatibility.

Changelog

Sourced from @​langchain/langgraph's changelog.

1.4.10

Patch Changes

1.4.9

Patch Changes

  • #2653 7880055 Thanks @​christian-bromann! - fix(langgraph): checkpoint Topic as a flat values list

    Match Python Topic checkpoints so Host JS graphs no longer put __pregel_tasks: [[], []] through the Python checkpointer. Keep reading legacy [seen, values] checkpoints for restore compatibility.

Commits
  • f6b41bf chore: version packages (#2698)
  • 00f68a1 fix(langgraph): keep context values out of tracer-derived metadata (#2690)
  • 6ac60da chore(deps): bump the langchain group across 1 directory with 5 updates (#2651)
  • 5f99152 chore: version packages (#2655)
  • 7880055 fix(langgraph): checkpoint Topic as a flat values list (#2653)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • fa98921 chore(deps-dev): bump @​vitest/browser from 4.1.9 to 4.1.10 (#2624)
  • cdffd18 chore(deps): bump the langchain group across 1 directory with 6 updates (#2616)
  • See full diff in compare view

Updates ai from 5.0.223 to 5.0.237

Changelog

Sourced from ai's changelog.

5.0.237

Patch Changes

  • bf11412: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 7ec6b69: Fix declaration emit for exported values that infer an Output type.

5.0.236

Patch Changes

  • c425210: Propagate errors thrown by chat onFinish callbacks.
  • eb7f2ac: Keep chat status submitted until response content begins streaming.
  • Updated dependencies [df0cbe9]
    • @​ai-sdk/gateway@​2.0.134

5.0.235

Patch Changes

  • Updated dependencies [91e93fa]
  • Updated dependencies [de0921d]
    • @​ai-sdk/gateway@​2.0.133

5.0.234

Patch Changes

  • 412c15e: Preserve reasoning part IDs when processing UI message streams.
  • Updated dependencies [1e632f7]
    • @​ai-sdk/gateway@​2.0.132

5.0.233

Patch Changes

  • 2604cb6: Prevent resumeStream from copying the previous assistant message into the resumed response.

5.0.232

Patch Changes

  • 66dd974: Prevent streaming telemetry spans from ending twice or remaining unfinished when model calls fail.
  • Updated dependencies [0e51b7b]
    • @​ai-sdk/provider-utils@​3.0.32
    • @​ai-sdk/gateway@​2.0.131

5.0.231

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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

…y with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [playwright](https://github.com/microsoft/playwright) | `1.62.0` | `1.62.1` |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `2.0.92` | `2.0.95` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `2.0.117` | `2.0.118` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.2.3` | `1.2.8` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.4.8` | `1.4.10` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `5.0.223` | `5.0.237` |



Updates `playwright` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.62.0...v1.62.1)

Updates `@ai-sdk/anthropic` from 2.0.92 to 2.0.95
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/anthropic@2.0.95/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@2.0.95/packages/anthropic)

Updates `@ai-sdk/openai` from 2.0.117 to 2.0.118
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai@2.0.118/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@2.0.118/packages/openai)

Updates `@langchain/core` from 1.2.3 to 1.2.8
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.2.3...@langchain/core@1.2.8)

Updates `@langchain/langgraph` from 1.4.8 to 1.4.10
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.4.10/libs/langgraph-core)

Updates `ai` from 5.0.223 to 5.0.237
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@5.0.237/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@5.0.237/packages/ai)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.62.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 2.0.95
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.118
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@langchain/core"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ai
  dependency-version: 5.0.237
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from ceilf6 as a code owner August 19, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants