Skip to content

chore(deps): bump the npm-deps group across 1 directory with 14 updates - #168

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-3d2997e7c2
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-deps-3d2997e7c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-deps group with 14 updates in the / directory:

Package From To
@types/node 26.1.2 26.5.1
@anthropic-ai/sdk 0.115.0 0.124.0
openai 7.4.0 7.13.0
@google/genai 2.15.0 2.21.0
koffi 3.1.4 3.2.1
@eserstack/ajan-darwin-arm64 4.1.57 4.3.1
@eserstack/ajan-darwin-x64 4.1.57 4.3.1
rolldown 1.2.3 1.2.8
esbuild 0.28.1 0.28.2
react 19.2.8 19.3.0
@types/react 19.2.18 19.3.0
sharp 0.35.3 0.35.4
react-dom 19.2.8 19.3.0
@types/react-dom 19.2.4 19.3.0

Updates @types/node from 26.1.2 to 26.5.1

Commits

Updates @anthropic-ai/sdk from 0.115.0 to 0.124.0

Release notes

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

sdk: v0.124.0

0.124.0 (2026-09-04)

Full Changelog: sdk-v0.123.0...sdk-v0.124.0

Features

  • api: add Claude Tag category and user breakdowns to usage reports (669ff22)
  • api: add named types for organization compliance settings state (54be8da)
  • api: add support for sending a workspace ID on more endpoints (a11e6f1)

Bug Fixes

  • repair custom-code merge in messages resources (#455) (7ac43b9)
  • tools: create agent-toolset files and directories owner-only (#485) (a9c2298)

Chores

  • internal: bundle the mock server spec and update breaking-change detection (8752d02)
  • internal: codegen related update (a63afbc)
  • tests: reword the skip reason on the path-level query param tests (999bee5)

Documentation

  • api: update a few doc strings (2ef3d59)

sdk: v0.123.0

0.123.0 (2026-09-01)

Full Changelog: sdk-v0.122.0...sdk-v0.123.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (3efb1a1)
  • api: manual updates (c6f0bda)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (8e2f0c2)

Bug Fixes

  • keep credential file access out of non-Node bundles (ab6a4b2)

Chores

  • internal: codegen related update (788ea8b)

... (truncated)

Changelog

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

0.124.0 (2026-09-04)

Full Changelog: sdk-v0.123.0...sdk-v0.124.0

Features

  • api: add Claude Tag category and user breakdowns to usage reports (669ff22)
  • api: add named types for organization compliance settings state (54be8da)
  • api: add support for sending a workspace ID on more endpoints (a11e6f1)

Bug Fixes

  • repair custom-code merge in messages resources (#455) (7ac43b9)
  • tools: create agent-toolset files and directories owner-only (#485) (a9c2298)

Chores

  • internal: bundle the mock server spec and update breaking-change detection (8752d02)
  • internal: codegen related update (a63afbc)
  • tests: reword the skip reason on the path-level query param tests (999bee5)

Documentation

  • api: update a few doc strings (2ef3d59)

0.123.0 (2026-09-01)

Full Changelog: sdk-v0.122.0...sdk-v0.123.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (3efb1a1)
  • api: manual updates (c6f0bda)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (8e2f0c2)

Bug Fixes

  • keep credential file access out of non-Node bundles (ab6a4b2)

Chores

  • internal: codegen related update (788ea8b)

Documentation

... (truncated)

Commits
  • ba14b1f Merge pull request #1177 from anthropics/release-please--branches--main--chan...
  • f99c1a7 chore: release main
  • 54be8da feat(api): add named types for organization compliance settings state
  • 999bee5 chore(tests): reword the skip reason on the path-level query param tests
  • a9c2298 fix(tools): create agent-toolset files and directories owner-only (#485)
  • 2637d11 chore(examples): refresh platform model IDs (#376)
  • 669ff22 feat(api): add Claude Tag category and user breakdowns to usage reports
  • a9090af Build SDK
  • 8752d02 chore(internal): bundle the mock server spec and update breaking-change detec...
  • a63afbc chore(internal): codegen related update
  • Additional commits viewable in compare view

Updates openai from 7.4.0 to 7.13.0

Release notes

Sourced from openai's releases.

v7.13.0

7.13.0 (2026-09-09)

Features

v7.12.1

7.12.1 (2026-09-09)

Includes the GPT Image 2.5 support from 7.12.0, which was not published to npm.

Features

  • api: add GPT Image 2.5 models and image options (#2705) (6500a16)

Bug Fixes

  • ci: run Cloudflare example regressions before release (#2706) (c5cc31c)

v7.12.0

7.12.0 (2026-09-08)

Features

  • api: add GPT Image 2.5 models and image options (#2705) (6500a16)

Bug Fixes

  • assistants: reject root IDs in run-step deltas (#2698) (63dfa4c)
  • files: use a monotonic clock for processing timeout (#2657) (bb0f51b)
  • preserve suppressed workload authorization (#2699) (57bbfd3)

v7.11.0

7.11.0 (2026-09-08)

Features

  • api: Add prompt cache diagnostics (#2608) (f83de8f)
  • api: add service-account API key expiration fields (#2618) (eecbebe)
  • api: correct function argument completion event fields (openapi-545) (#2611) (31bf7e7)
  • api: recognize incomplete web search call status (#2576) (c093c44)

Bug Fixes

... (truncated)

Changelog

Sourced from openai's changelog.

7.13.0 (2026-09-09)

Features

7.12.1 (2026-09-09)

Includes the GPT Image 2.5 support from 7.12.0, which was not published to npm.

Features

  • api: add GPT Image 2.5 models and image options (#2705) (6500a16)

Bug Fixes

  • ci: run Cloudflare example regressions before release (#2706) (c5cc31c)

7.12.0 (2026-09-08)

Features

  • api: add GPT Image 2.5 models and image options (#2705) (6500a16)

Bug Fixes

  • assistants: reject root IDs in run-step deltas (#2698) (63dfa4c)
  • files: use a monotonic clock for processing timeout (#2657) (bb0f51b)
  • preserve suppressed workload authorization (#2699) (57bbfd3)

7.11.0 (2026-09-08)

Features

  • api: Add prompt cache diagnostics (#2608) (f83de8f)
  • api: add service-account API key expiration fields (#2618) (eecbebe)
  • api: correct function argument completion event fields (openapi-545) (#2611) (31bf7e7)
  • api: recognize incomplete web search call status (#2576) (c093c44)

Bug Fixes

  • assistants: retain terminal message snapshots (#2650) (414677e)
  • audio: only signal started recording processes (#2665) (cebdf7c)
  • audio: prefer readable inputs over body metadata (#2548) (86ff7d5)

... (truncated)

Commits

Updates @google/genai from 2.15.0 to 2.21.0

Release notes

Sourced from @​google/genai's releases.

v2.21.0

2.21.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (4a969fe)

v2.20.0

2.20.0 (2026-08-31)

Features

  • Add support for the audio/webm MIME type. (b0e3c5f)
  • Add translation_config SDK support for GEAP. (3e1d923)
  • add Video Understanding support to the Interactions API (6ddbeba)

Bug Fixes

  • Don't set redundant Content-Length on file upload requests (2f5cc7a)
  • Don't set redundant Content-Length on file upload requests (2f5cc7a), refs #1718
  • expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (b6f8db5)
  • Quote setupComplete key in LiveClientMessage (4467faf)

v2.19.0

2.19.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (c0a37de)
  • add environment files support and scotty file download helper (0d6ee9d)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (41da204)

Performance Improvements

  • Keep the Buffer in the Node tokenizer platform, ~2x faster model parse (11d804a)

v2.18.0

2.18.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (4c5208b)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (f52c208)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2f110f2)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.21.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (4a969fe)

2.20.0 (2026-08-31)

Features

  • Add support for the audio/webm MIME type. (b0e3c5f)
  • Add translation_config SDK support for GEAP. (3e1d923)
  • add Video Understanding support to the Interactions API (6ddbeba)

Bug Fixes

  • Don't set redundant Content-Length on file upload requests (2f5cc7a)
  • Don't set redundant Content-Length on file upload requests (2f5cc7a), refs #1718
  • expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (b6f8db5)
  • Quote setupComplete key in LiveClientMessage (4467faf)

2.19.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (c0a37de)
  • add environment files support and scotty file download helper (0d6ee9d)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (41da204)

Performance Improvements

  • Keep the Buffer in the Node tokenizer platform, ~2x faster model parse (11d804a)

2.18.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (4c5208b)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (f52c208)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2f110f2)
  • add video resolution and extension task parameters (39b2a2d)

Bug Fixes

... (truncated)

Commits
  • 27af897 chore(main): release 2.21.0 (#1915)
  • 4a969fe feat: Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions
  • 8233d41 chore: docs
  • 7fe15a6 chore(main): release 2.20.0 (#1899)
  • b0e3c5f feat: Add support for the audio/webm MIME type.
  • 3e1d923 feat: Add translation_config SDK support for GEAP.
  • b6f8db5 fix: expose ProcessingCallStep and ProcessingResultStep in Interactions SDK
  • 4467faf fix: Quote setupComplete key in LiveClientMessage
  • 6ddbeba feat: add Video Understanding support to the Interactions API
  • 6a44ab0 chore: keep config as the last method parameter
  • Additional commits viewable in compare view

Updates koffi from 3.1.4 to 3.2.1

Commits
Install script changes

This version adds install script that runs during installation. Review the package contents before updating.


Updates @eserstack/ajan-darwin-arm64 from 4.1.57 to 4.3.1

Release notes

Sourced from @​eserstack/ajan-darwin-arm64's releases.

v4.1.60

Changelog

Features

  • f3062f1: feat(acp): migrate agent spawning to the Agent Client Protocol (@​eser)
  • fb72f36: feat(build): generate JSR manifests and fix P0 audit findings ( <>)
  • 2cd4825: feat(mux): add frontend-neutral terminal multiplexer with native PTY (@​eser)
  • 8f65ffe: feat(noskills): add decision-ledger instrumentation and read APIs (@​eser)
  • d09fa16: feat(noskills): add measurement-draft ledger projection and CI pnpm setup (@​eser)
  • 068c85b: feat(noskills): unified state layout (@​eser)
  • 20056c5: feat(noskills): update command structure and enhance documentation (@​eser)
  • c0ed308: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (@​eser)
  • 2440198: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take II) (@​eser)
  • 7eae1b8: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take III) (@​eser)
  • bddc8fd: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take IV) (@​eser)
  • 9a44d09: feat: @​eser -> @​eserstack :( (@​eser)

Bug fixes

Other

Quick install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/eser/stack/main/etc/scripts/install-noskills.sh | sh

Homebrew

brew install eserstack/tap/noskills-server
Changelog

Sourced from @​eserstack/ajan-darwin-arm64's changelog.

4.3.1 - 2026-08-09

Fixed

  • security: pin on resumed sessions, compare DataDir by identity (c06b36c)
  • security: harden path, TLS pinning, and regex guards (b4ffb79)

Changed

  • deps: bump the actions group with 3 updates (#155) (d78ce57)
  • deps: bump the npm-deps group with 2 updates (#154) (52a8645)
  • deps: bump the go-deps group with 15 updates (#153) (4a03973)

4.3.0 - 2026-08-08

Fixed

  • build: mark FFI packages external in all npm builds (1e3ddb3)
  • codebase: stage only tracked pathspecs during release (20b5c71)
  • codebase: report correct target version in dry-run release (77cdebf)

Changed

  • docs structure. (35889e5)
  • cli: make system handlers app-aware, share PATH lookup (168a99f)
  • cli: ship noskills and laroux as deno-compiled binaries (c58e6bc)

Unreleased

Added

  • codebase: validate-server-loc — generic per-directory LOC ceiling validator. Configurable via directory (required), maxLines, excludeSuffix, extension. Replaces scripts/noskills-server-loc-check.ts; now wired into precommit on pkg/ajan/noskillsserverfx.

  • codebase: validate-error-coverage — generic error-struct field-coverage validator. Configurable via file (required), errorObjects, requiredFields. Replaces scripts/noskills-error-coverage.ts; now wired into precommit on pkg/ajan/noskillsserverfx/errors.go.

  • kit: kit clone whole-repo mode — repos without recipe.json (or with an empty one) now copy the entire tree via tarball fetch instead of failing.

  • kit: --interactive/-i flag and TTY auto-detect — prompts for missing variables when stdin is a terminal, with regex retry on pattern.

  • kit: --no-post-install flag — skips post-install commands.

  • kit: GitHub subpath specifier gh:owner/repo/sub/path[#ref].

  • kit: stub providers for npm: and jsr: — parse accepted, fetch throws "not yet implemented" with a tracking URL.

  • kit: "Variables applied:" pretty-print to stderr before writing files.

  • kit: positional target dir — eser kit clone <specifier> [target-dir].

... (truncated)

Commits

Updates @eserstack/ajan-darwin-x64 from 4.1.57 to 4.3.1

Release notes

Sourced from @​eserstack/ajan-darwin-x64's releases.

v4.1.60

Changelog

Features

  • f3062f1: feat(acp): migrate agent spawning to the Agent Client Protocol (@​eser)
  • fb72f36: feat(build): generate JSR manifests and fix P0 audit findings ( <>)
  • 2cd4825: feat(mux): add frontend-neutral terminal multiplexer with native PTY (@​eser)
  • 8f65ffe: feat(noskills): add decision-ledger instrumentation and read APIs (@​eser)
  • d09fa16: feat(noskills): add measurement-draft ledger projection and CI pnpm setup (@​eser)
  • 068c85b: feat(noskills): unified state layout (@​eser)
  • 20056c5: feat(noskills): update command structure and enhance documentation (@​eser)
  • c0ed308: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (@​eser)
  • 2440198: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take II) (@​eser)
  • 7eae1b8: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take III) (@​eser)
  • bddc8fd: feat(workflowfx): handle non-unix/windows targets in setupCancelKill (take IV) (@​eser)
  • 9a44d09: feat: @​eser -> @​eserstack :( (@​eser)

Bug fixes

Other

Quick install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/eser/stack/main/etc/scripts/install-noskills.sh | sh

Homebrew

brew install eserstack/tap/noskills-server
Changelog

Sourced from @​eserstack/ajan-darwin-x64's changelog.

4.3.1 - 2026-08-09

Fixed

  • security: pin on resumed sessions, compare DataDir by identity (c06b36c)
  • security: harden path, TLS pinning, and regex guards (b4ffb79)

Changed

  • deps: bump the actions group with 3 updates (#155) (d78ce57)
  • deps: bump the npm-deps group with 2 updates (#154) (52a8645)
  • deps: bump the go-deps group with 15 updates (#153) (4a03973)

4.3.0 - 2026-08-08

Fixed

  • build: mark FFI packages external in all npm builds (1e3ddb3)
  • codebase: stage only tracked pathspecs during release (20b5c71)
  • codebase: report correct target version in dry-run release (77cdebf)

Changed

  • docs structure. (35889e5)
  • cli: make system handlers app-aware, share PATH lookup (168a99f)
  • cli: ship noskills and laroux as deno-compiled binaries (c58e6bc)

Unreleased

Added

  • codebase: validate-server-loc — generic per-directory LOC ceiling validator. Configurable via directory (required), maxLines, excludeSuffix, extension. Replaces scripts/noskills-server-loc-check.ts; now wired into precommit on pkg/ajan/noskillsserverfx.

  • codebase: validate-error-coverage — generic error-struct field-coverage validator. Configurable via file (required), errorObjects, requiredFields. Replaces scripts/noskills-error-coverage.ts; now wired into precommit on pkg/ajan/noskillsserverfx/errors.go.

  • kit: kit clone whole-repo mode — repos without recipe.json (or with an empty one) now copy the entire tree via tarball fetch instead of failing.

  • kit: --interactive/-i flag and TTY auto-detect — prompts for missing variables when stdin is a terminal, with regex retry on pattern.

  • kit: --no-post-install flag — skips post-install commands.

  • kit: GitHub subpath specifier gh:owner/repo/sub/path[#ref].

  • kit: stub providers for npm: and jsr: — parse accepted, fetch throws "not yet implemented" with a tracking URL.

  • kit: "Variables applied:" pretty-print to stderr before writing files.

  • kit: positional target dir — eser kit clone <specifier> [target-dir].

... (truncated)

Commits

Updates rolldown from 1.2.3 to 1.2.8

Release notes

Sourced from rolldown's releases.

v1.2.8

[1.2.8] - 2026-09-09

🚀 Features

🐛 Bug Fixes

  • dev: clean stale dynamic entry references after partial scans (#10846) by @​shulaoda
  • include external wildcard re-exports in OutputChunk.imports (#10845) by @​isker

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

❤️ New Contributors

Co-authored-by: shulaoda 165626830+shulaoda@users.noreply.github.com

v1.2.7

[1.2.7] - 2026-09-02

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.2.8] - 2026-09-09

🚀 Features

🐛 Bug Fixes

  • dev: clean stale dynamic entry references after partial scans (#10846) by @​shulaoda
  • include external wildcard re-exports in OutputChunk.imports (#10845) by @​isker

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

❤️ New Contributors

[1.2.7] - 2026-09-02

🐛 Bug Fixes

... (truncated)

Commits
  • 9704b56 release: v1.2.8 (#10850)
  • 0f10a24 perf: cache getModuleInfo during code splitting (#10838)
  • f80cd65 fix: include external wildcard re-exports in OutputChunk.imports (#10845)
  • bba03da feat(dev): add hotUpdate dev option to gate the hotUpdate hook (#10837)
  • 26b4c6e release: v1.2.7 (#10814)
  • a03ca5f fix(rolldown_binding): make PreRenderedChunk.facadeModuleId nullable like R...
  • 3ce2f28 fix(plugin_timings): reword the warning so it does not contradict itself (#10...
  • 5375362 release: v1.2.6 (#10784)
  • cba0a90 test: use an absolute filename for transform tsconfig path (#10782)
  • 2ba4bdf feat(minify): support property name mangling (#10374)
  • Additional commits viewable in compare view

Updates esbuild from 0.28.1 to 0.28.2

Release notes

Sourced from esbuild's releases.

v0.28.2

  • Fix tree shaking bug due to TypeScript import alias (#4507)

    This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this:

    import Base from './dep.js';
    import Alias = Base.SomeType;
    Description has been truncated

@dependabot dependabot Bot added the dependencies Dependency updates label Sep 12, 2026
@dependabot
dependabot Bot requested a review from eser as a code owner September 12, 2026 23:55
@dependabot dependabot Bot added the dependencies Dependency updates label Sep 12, 2026
@github-actions github-actions Bot added pkg:bundler Changes to @eserstack/bundler pkg:cli Changes to @eserstack/cli pkg:laroux Changes to @eserstack/laroux and related packages pkg:jsx-runtime Changes to @eserstack/jsx-runtime labels Sep 12, 2026
Bumps the npm-deps group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.5.1` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.115.0` | `0.124.0` |
| [openai](https://github.com/openai/openai-node) | `7.4.0` | `7.13.0` |
| [@google/genai](https://github.com/googleapis/js-genai) | `2.15.0` | `2.21.0` |
| [koffi](https://github.com/Koromix/koffi) | `3.1.4` | `3.2.1` |
| [@eserstack/ajan-darwin-arm64](https://github.com/eser/stack/tree/HEAD/pkg/@eserstack/ajan) | `4.1.57` | `4.3.1` |
| [@eserstack/ajan-darwin-x64](https://github.com/eser/stack/tree/HEAD/pkg/@eserstack/ajan) | `4.1.57` | `4.3.1` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.3` | `1.2.8` |
| [esbuild](https://github.com/evanw/esbuild) | `0.28.1` | `0.28.2` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.8` | `19.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [sharp](https://github.com/lovell/sharp) | `0.35.3` | `0.35.4` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.8` | `19.3.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.3.0` |



Updates `@types/node` from 26.1.2 to 26.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@anthropic-ai/sdk` from 0.115.0 to 0.124.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.115.0...sdk-v0.124.0)

Updates `openai` from 7.4.0 to 7.13.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v7.4.0...v7.13.0)

Updates `@google/genai` from 2.15.0 to 2.21.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.15.0...v2.21.0)

Updates `koffi` from 3.1.4 to 3.2.1
- [Commits](https://github.com/Koromix/koffi/commits)

Updates `@eserstack/ajan-darwin-arm64` from 4.1.57 to 4.3.1
- [Release notes](https://github.com/eser/stack/releases)
- [Changelog](https://github.com/eser/stack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eser/stack/commits/v4.3.1/pkg/@eserstack/ajan)

Updates `@eserstack/ajan-darwin-x64` from 4.1.57 to 4.3.1
- [Release notes](https://github.com/eser/stack/releases)
- [Changelog](https://github.com/eser/stack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eser/stack/commits/v4.3.1/pkg/@eserstack/ajan)

Updates `rolldown` from 1.2.3 to 1.2.8
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.8/packages/rolldown)

Updates `esbuild` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.28.1...v0.28.2)

Updates `react` from 19.2.8 to 19.3.0
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.3.0/packages/react)

Updates `@types/react` from 19.2.18 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react` from 19.2.18 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `sharp` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.3...v0.35.4)

Updates `react-dom` from 19.2.8 to 19.3.0
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.3.0/packages/react-dom)

Updates `@types/react-dom` from 19.2.4 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/react-dom` from 19.2.4 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.124.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@eserstack/ajan-darwin-arm64"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@eserstack/ajan-darwin-x64"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@google/genai"
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: esbuild
  dependency-version: 0.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: koffi
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: openai
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react-dom
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: rolldown
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: sharp
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-deps-3d2997e7c2 branch from 1ea67e5 to 2294468 Compare September 13, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates pkg:bundler Changes to @eserstack/bundler pkg:cli Changes to @eserstack/cli pkg:jsx-runtime Changes to @eserstack/jsx-runtime pkg:laroux Changes to @eserstack/laroux and related packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants