Skip to content

chore(deps): bump the all-dependencies group with 31 updates - #3000

Merged
dyoshikawa merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-4ebcb1d3fa
Sep 13, 2026
Merged

dyoshikawa merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-4ebcb1d3fa

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 31 updates:

Package From To
fastmcp 4.20.9 4.20.11
zod 4.6.1 4.6.2
@anthropic-ai/claude-agent-sdk 0.3.267 0.3.268
@openrouter/sdk 1.2.116 1.2.117
lint-staged 17.5.0 17.5.1
vite 8.2.2 8.3.0
@anthropic-ai/claude-agent-sdk-darwin-arm64 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-darwin-x64 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-linux-arm64-musl 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-linux-arm64 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-linux-x64-musl 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-linux-x64 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-win32-arm64 0.3.267 0.3.268
@anthropic-ai/claude-agent-sdk-win32-x64 0.3.267 0.3.268
@oxc-project/types 0.146.0 0.148.0
@rolldown/binding-android-arm-eabi 1.2.5 1.2.7
@rolldown/binding-android-arm64 1.2.5 1.2.7
@rolldown/binding-darwin-arm64 1.2.5 1.2.7
@rolldown/binding-darwin-x64 1.2.5 1.2.7
@rolldown/binding-freebsd-x64 1.2.5 1.2.7
@rolldown/binding-linux-arm-gnueabihf 1.2.5 1.2.7
@rolldown/binding-linux-arm64-gnu 1.2.5 1.2.7
@rolldown/binding-linux-arm64-musl 1.2.5 1.2.7
@rolldown/binding-linux-ppc64-gnu 1.2.5 1.2.7
@rolldown/binding-linux-s390x-gnu 1.2.5 1.2.7
@rolldown/binding-linux-x64-gnu 1.2.5 1.2.7
@rolldown/binding-linux-x64-musl 1.2.5 1.2.7
@rolldown/binding-openharmony-arm64 1.2.5 1.2.7
@rolldown/binding-win32-arm64-msvc 1.2.5 1.2.7
@rolldown/binding-win32-x64-msvc 1.2.5 1.2.7
rolldown 1.2.5 1.2.7

Updates fastmcp from 4.20.9 to 4.20.11

Release notes

Sourced from fastmcp's releases.

v4.20.11

4.20.11 (2026-09-11)

Bug Fixes

  • preserve additional properties in tool output schemas (#373) (6872cf0)

v4.20.10

4.20.10 (2026-09-11)

Bug Fixes

  • keep the tools capability when canAccess hides every tool (#371) (0347f1a)
  • ping: enable the documented ping default for httpStream (#369) (074bdf4)
Commits
  • bd6517c docs: fix stale additionalProperties note for output schemas
  • 6872cf0 fix: preserve additional properties in tool output schemas (#373)
  • 074bdf4 fix(ping): enable the documented ping default for httpStream (#369)
  • 0347f1a fix: keep the tools capability when canAccess hides every tool (#371)
  • See full diff in compare view

Updates zod from 4.6.1 to 4.6.2

Release notes

Sourced from zod's releases.

v4.6.2

A patch on top of 4.6.1.

Commits

Updates @anthropic-ai/claude-agent-sdk from 0.3.267 to 0.3.268

Release notes

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

v0.3.268

What's changed

  • Added result_index to result messages: the result's position in delivery order within the run, from 0
  • Added local_command to the result message of a turn that ran a slash command without entering the model loop, carrying the command's name
  • Added hold_on_cache_impact to the reload_plugins control request (Query.reloadPlugins({ holdOnCacheImpact: true })): holds a reload that would invalidate the session's prompt cache
  • Added resume_reason to assistant, stream-event and result messages, set only on the automatic re-run of a turn a host restart interrupted
  • Added kind (used, free, buffer, deferred) to each category in the get_context_usage control response, matching the /context result's context_usage rows
  • Added optional defaultToNo and suppressAlwaysAllowRule hints to canUseTool options: the prompt should open on its decline option, or offer no persistent "always allow" choice
  • Changed setModel() to confirm a model id the CLI doesn't know locally with the API the first time a session uses it, instead of refusing it as unrecognized
  • Changed user_message_uuid on the automatic re-run of an interrupted turn to name that turn's last user prompt
  • Changed the initialize success response to always include pending_permission_requests (empty when nothing is pending), so clients can tell that apart from an older CLI
  • Changed the task-tracking tools (TaskCreate/Get/Update/List, TodoWrite) to be default tools only on Claude 3.x, Opus 4.0–4.7, Sonnet 4.0–4.6 and Haiku 4.5; elsewhere list them in tools/allowedTools
  • Updated to parity with Claude Code v2.1.268

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.268
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.268
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.268
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.268
Changelog

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

0.3.268

  • Added result_index to result messages: the result's position in delivery order within the run, from 0
  • Added local_command to the result message of a turn that ran a slash command without entering the model loop, carrying the command's name
  • Added hold_on_cache_impact to the reload_plugins control request (Query.reloadPlugins({ holdOnCacheImpact: true })): holds a reload that would invalidate the session's prompt cache
  • Added resume_reason to assistant, stream-event and result messages, set only on the automatic re-run of a turn a host restart interrupted
  • Added kind (used, free, buffer, deferred) to each category in the get_context_usage control response, matching the /context result's context_usage rows
  • Added optional defaultToNo and suppressAlwaysAllowRule hints to canUseTool options: the prompt should open on its decline option, or offer no persistent "always allow" choice
  • Changed setModel() to confirm a model id the CLI doesn't know locally with the API the first time a session uses it, instead of refusing it as unrecognized
  • Changed user_message_uuid on the automatic re-run of an interrupted turn to name that turn's last user prompt
  • Changed the initialize success response to always include pending_permission_requests (empty when nothing is pending), so clients can tell that apart from an older CLI
  • Changed the task-tracking tools (TaskCreate/Get/Update/List, TodoWrite) to be default tools only on Claude 3.x, Opus 4.0–4.7, Sonnet 4.0–4.6 and Haiku 4.5; elsewhere list them in tools/allowedTools
  • Updated to parity with Claude Code v2.1.268
Commits

Updates @openrouter/sdk from 1.2.116 to 1.2.117

Release notes

Sourced from @​openrouter/sdk's releases.

typescript - v1.2.117 - 2026-09-10 22:24:33

Generated by Speakeasy CLI

@​openrouter/sdk 1.2.117

Typescript SDK Changes:

  • openrouter.workspaces.listBudgets(): request Changed (Breaking ⚠️)
  • openrouter.workspaces.deleteBudget(): request Changed (Breaking ⚠️)
  • openrouter.workspaces.getBudget(): request Changed (Breaking ⚠️)
  • openrouter.workspaces.setBudget(): request Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.787.0

Publishing Completed

Changelog

Sourced from @​openrouter/sdk's changelog.

2025-08-22 16:09:25

Changes

Based on:

Generated

  • [typescript v0.1.2] .

2025-09-23 21:23:27

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.2] .

Releases

2025-10-01 17:53:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.17] .

Releases

2025-10-18 05:44:43

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.41] .

Releases

2025-10-18 19:30:25

Changes

Based on:

Generated

  • [typescript v0.0.0-beta.42] .

Releases

... (truncated)

Commits

Updates lint-staged from 17.5.0 to 17.5.1

Release notes

Sourced from lint-staged's releases.

v17.5.1

Patch Changes

  • #1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

Changelog

Sourced from lint-staged's changelog.

17.5.1

Patch Changes

  • #1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

Commits
  • f8b1ab1 Merge pull request #1853 from lint-staged/changeset-release/main
  • 3b54961 chore(changeset): release
  • 09317ff Merge pull request #1852 from lint-staged/fix-ambient-declaration
  • bfcca94 fix: change defineConfig signature from const to a function
  • See full diff in compare view

Updates vite from 8.2.2 to 8.3.0

Release notes

Sourced from vite's releases.

create-vite@8.3.0

Please refer to CHANGELOG.md for details.

v8.3.0

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

v8.3.0-beta.1

Features

Bug Fixes

  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)

Miscellaneous Chores

v8.3.0-beta.0

Features

  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)

... (truncated)

Changelog

Sourced from vite's changelog.

8.3.0 (2026-09-10)

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)
  • devtools: enable dev server integration (#23333) (68aeb8a)
  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)
  • worker: remove worker chunk if it's detected that it's not referenced (#22473) (924997a)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)
  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)
  • config: close bundles when generation fails (#23256) (6bacc95)
  • css: keep newline-separated srcset candidates intact (#23265) (4f9d2f4)
  • deps: update all non-major dependencies (#23337) (d550815)
  • deps: update all non-major dependencies (#23404) (238ad81)
  • deps: update rolldown-related dependencies (#23338) (76e8082)
  • deps: update rolldown-related dependencies (#23405) (b882566)
  • dev: run closeBundle after buildEnd failure (#23165) (8cb872e)
  • hmr: handle import.meta.hot.invalidate in virtual module (#23171) (6162968)
  • utils: handle dot in srcset density descriptor (#23346) (b50e1b4)
  • utils: match timestamp query parameter with proper delimiters (#23364) (41f3c6f)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

Miscellaneous Chores

... (truncated)

Commits

Updates @anthropic-ai/claude-agent-sdk-darwin-arm64 from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-darwin-x64 from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-linux-arm64-musl from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-linux-arm64 from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-linux-x64-musl from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-linux-x64 from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-win32-arm64 from 0.3.267 to 0.3.268

Updates @anthropic-ai/claude-agent-sdk-win32-x64 from 0.3.267 to 0.3.268

Updates @oxc-project/types from 0.146.0 to 0.148.0

Release notes

Sourced from @​oxc-project/types's releases.

oxc crates_v0.148.0

💥 BREAKING CHANGES

  • a31567a allocator: [BREAKING] Make Allocator::cursor_ptr and data_end_ptr private (#26081) (overlookmotel)

🚀 Features

  • 115955d minifier: Drop cases whose condition is statically false (#26172) (Armano)
  • 784e9fa minifier: Invert !0 and !1 in place for boolean context to 1 and 0 (#26050) (Armano)
  • 1e902cc minifier: Expand fold leading assignments into the var decl (#26142) (Armano)
  • 3ed4f6a minifier: Expand de morgan's optimization to allow move of ! (#25930) (Armano)
  • 5672585 parser: Attach all comments to nodes (#25944) (camc314)

🐛 Bug Fixes

  • a3d33dd semantic: Skip body bindings in type parameters and this param (#26169) (Dunqing)
  • 4adfb4c semantic: Validate chained continue labels (#26157) (camc314)
  • b874f48 ecmascript: Math.round only exact half ties (#26150) (camc314)
  • a625378 minifier: Coerce omitted indexOf search argument (#26149) (camc314)
  • dc7398b ecmascript: Trim trailing whitespace in string to number (#26148) (camc314)
  • 243b685 transformer/object-rest: Lower multiple declarators correctly (#26147) (camc314)
  • dc09a3a parser: Avoid panic on escaped string export names (#26146) (camc314)
  • e412cf2 linter: Clamp invalid JS plugin locations (#26144) (camc314)
  • c3dedc9 semantic: Skip function body bindings in parameters (#26099) (Dunqing)
  • e74de61 transform-react: Match Babel diagnostic reporting (#26128) (Boshen)
  • d5163d0 parser: Correctly classify unapplied pure annotations (#26084) (camc314)
  • 8531b9b linter/plugins: Alter method for obtaining mutable Program when sending AST to JS plugins (#26077) (overlookmotel)
  • 9b51658 regular_expression: Allow oversized decimal escape for Annex B (#26070) (leaysgur)
  • c8de4df regular_expression: Reject oversized backreferences (#26055) (camc314)

⚡ Performance

  • ac4785a diagnostics: Use fixed ANSI styles (#26130) (Boshen)
  • 07a0793 packages/codegen: Flatten output in chunks (#26109) (overlookmotel)
  • 487427a packages/codegen: Faster string flattening (#26108) (overlookmotel)
  • 7785583 packages/codegen: Ensure indent strings are flattened (#26107) (overlookmotel)
  • 0dd4db3 packages/codegen: Store mapping positions in an Int32Array (#26085) (overlookmotel)

oxc crates_v0.147.0

🚀 Features

  • b6e9e5e minifier: Fold switch stmt whose parent is not block stmt (#25403) (Armano)

🐛 Bug Fixes

  • 8db1053 codegen: Require sourcemap for example (#26047) (camc314)
  • 8a9bdbd estree: Include decorators in FormalParameterRest spans (#26021) (camc314)
  • 6f0c7cf minifier: Avoid merging if to for in sloppy mode when containing function declaration (#25638) (sapphi-red)
  • 2cde1f6 rust: Address nightly deprecations (#25998) (Boshen)
  • 6c5ad1b codegen: Only add mapping names for PrivateIdentifiers which have changed (#25958) (overlookmotel)

... (truncated)

Commits

Updates @rolldown/binding-android-arm-eabi from 1.2.5 to 1.2.7

Release notes

Sourced from @​rolldown/binding-android-arm-eabi's releases.

v1.2.7

[1.2.7] - 2026-09-02

🐛 Bug Fixes

🧪 Testing

⚙️ Miscellaneous Tasks

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

v1.2.6

[1.2.6] - 2026-08-26

🚀 Features

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from @​rolldown/binding-android-arm-eabi's changelog.

[1.2.7] - 2026-09-02

🐛 Bug Fixes

🧪 Testing

⚙️ Miscellaneous Tasks

[1.2.6] - 2026-08-26

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Commits
  • 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)
  • 224f40b fix(dev): register an empty exports object for a module without exports (#10772)
  • 4f052e4 fix: name the module when a codeSplitting group callback returns a wrong ty...
  • f86be54 perf: batch codeSplitting group test / name calls (#10745)
  • 4f81096 perf: enable compiler cache via module.enableCompileCache() (#10678)
  • Additional commits viewable in compare view

Updates @rolldown/binding-android-arm64 from 1.2.5 to 1.2.7

Release notes

Sourced from @​rolldown/binding-android-arm64's releases.

v1.2.7

[1.2.7] - 2026-09-02

🐛 Bug Fixes

  • rolldown_binding: make PreRenderedChunk.facadeModuleId nullable like Rollup (#10810) by @​IWANABETHATGUY
  • plugin_timings: reword the warning so it does not contradict itself (#10788) by @​IWANABETHATGUY
  • model a facade's host import in the fold cycle check (#10743) by

Bumps the all-dependencies group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [fastmcp](https://github.com/punkpeye/fastmcp) | `4.20.9` | `4.20.11` |
| [zod](https://github.com/colinhacks/zod) | `4.6.1` | `4.6.2` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.267` | `0.3.268` |
| [@openrouter/sdk](https://github.com/OpenRouterTeam/typescript-sdk) | `1.2.116` | `1.2.117` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.5.0` | `17.5.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.2` | `8.3.0` |
| @anthropic-ai/claude-agent-sdk-darwin-arm64 | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-darwin-x64 | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-linux-arm64-musl | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-linux-arm64 | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-linux-x64-musl | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-linux-x64 | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-win32-arm64 | `0.3.267` | `0.3.268` |
| @anthropic-ai/claude-agent-sdk-win32-x64 | `0.3.267` | `0.3.268` |
| [@oxc-project/types](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxc-types) | `0.146.0` | `0.148.0` |
| [@rolldown/binding-android-arm-eabi](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-android-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-darwin-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-darwin-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-freebsd-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-arm-gnueabihf](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-arm64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-arm64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-ppc64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-s390x-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-linux-x64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-openharmony-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-win32-arm64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [@rolldown/binding-win32-x64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.5` | `1.2.7` |


Updates `fastmcp` from 4.20.9 to 4.20.11
- [Release notes](https://github.com/punkpeye/fastmcp/releases)
- [Commits](punkpeye/fastmcp@v4.20.9...v4.20.11)

Updates `zod` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.6.1...v4.6.2)

Updates `@anthropic-ai/claude-agent-sdk` from 0.3.267 to 0.3.268
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.3.267...v0.3.268)

Updates `@openrouter/sdk` from 1.2.116 to 1.2.117
- [Release notes](https://github.com/OpenRouterTeam/typescript-sdk/releases)
- [Changelog](https://github.com/OpenRouterTeam/typescript-sdk/blob/main/RELEASES.md)
- [Commits](OpenRouterTeam/typescript-sdk@v1.2.116...v1.2.117)

Updates `lint-staged` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.5.0...v17.5.1)

Updates `vite` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.3.0/packages/vite)

Updates `@anthropic-ai/claude-agent-sdk-darwin-arm64` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-darwin-x64` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64-musl` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-linux-x64-musl` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-linux-x64` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-win32-arm64` from 0.3.267 to 0.3.268

Updates `@anthropic-ai/claude-agent-sdk-win32-x64` from 0.3.267 to 0.3.268

Updates `@oxc-project/types` from 0.146.0 to 0.148.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.148.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm-eabi` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-android-arm64` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

Updates `rolldown` from 1.2.5 to 1.2.7
- [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.7/packages/rolldown)

---
updated-dependencies:
- dependency-name: fastmcp
  dependency-version: 4.20.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: zod
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.268
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@openrouter/sdk"
  dependency-version: 1.2.117
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: lint-staged
  dependency-version: 17.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vite
  dependency-version: 8.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-arm64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-x64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64-musl"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64-musl"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-arm64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-x64"
  dependency-version: 0.3.268
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@oxc-project/types"
  dependency-version: 0.148.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-android-arm-eabi"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rolldown
  dependency-version: 1.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated Opened automatically by a bot, not by a human dependencies Pull requests that update a dependency file labels Sep 12, 2026
@dyoshikawa
dyoshikawa merged commit 961257a into main Sep 13, 2026
7 checks passed
@dyoshikawa
dyoshikawa deleted the dependabot/npm_and_yarn/all-dependencies-4ebcb1d3fa branch September 13, 2026 08:31
@dyoshikawa

Copy link
Copy Markdown
Owner

All checks passed (Build binaries, Code Quality & Tests, E2E x3, External Contributor Policy; CodeQL skipped as usual for Dependabot PRs). Merged as-is via the babysit-dependabot-pr flow — no dependency was excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Opened automatically by a bot, not by a human dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants