Skip to content

feat(deps): Bump the minor group across 1 directory with 55 updates#664

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-65a15b9d9e
Open

feat(deps): Bump the minor group across 1 directory with 55 updates#664
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-65a15b9d9e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the minor group with 11 updates in the / directory:

Package From To
@agentclientprotocol/sdk 0.21.0 0.21.1
@anthropic-ai/claude-agent-sdk 0.2.132 0.3.143
@types/node 25.6.0 25.8.0
@typescript-eslint/eslint-plugin 8.59.2 8.59.3
@typescript-eslint/parser 8.59.2 8.59.3
eslint 10.3.0 10.4.0
vitest 4.1.5 4.1.6
brace-expansion 5.0.5 5.0.6
express-rate-limit 8.5.1 8.5.2
semver 7.7.4 7.8.0
type-is 2.0.1 2.1.0

Updates @agentclientprotocol/sdk from 0.21.0 to 0.21.1

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v0.21.1

0.21.1 (2026-05-14)

Bug Fixes

  • emit .js extensions in generated schema barrel for nodenext consumers (#146) (63b96db)
Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

0.21.1 (2026-05-14)

Bug Fixes

  • emit .js extensions in generated schema barrel for nodenext consumers (#146) (63b96db)
Commits
  • e009918 chore(main): release 0.21.1 (#147)
  • 63b96db fix: emit .js extensions in generated schema barrel for nodenext consumers (#...
  • dfb5692 chore(deps): bump crate-ci/typos from 1.46.0 to 1.46.1 (#144)
  • 8ca9055 chore(deps): bump the minor group with 22 updates (#145)
  • 7355cdd chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.0 (#140)
  • 0b33b85 chore(deps): bump the minor group with 20 updates (#141)
  • f017cfa chore(deps-dev): bump nanoid from 3.3.11 to 3.3.12 (#142)
  • See full diff in compare view

Updates @anthropic-ai/claude-agent-sdk from 0.2.132 to 0.3.143

Release notes

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

v0.3.143

What's changed

  • @anthropic-ai/sdk and @modelcontextprotocol/sdk are now peerDependencies instead of dependencies. Runtime is unaffected (both are bundled); npm/bun/pnpm auto-install them. yarn classic users should add them explicitly for full TypeScript type resolution

Update

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

v0.3.142

What's changed

  • Breaking: Removed the v2 session API (unstable_v2_createSession, unstable_v2_resumeSession, unstable_v2_prompt, SDKSession, SDKSessionOptions), deprecated since 0.2.133. Use query() — pass an AsyncIterable<SDKUserMessage> for multi-turn, or options.resume to continue a session.
  • Breaking: MCP servers now connect in the background by default; sessions start immediately and slow servers report status: "pending" in init until ready. Set MCP_CONNECTION_NONBLOCKING=0 to restore the old behavior of waiting up to 5s before the first query, or mark a server alwaysLoad: true to require it in turn 1.
  • Breaking: Headless and SDK sessions now use Task tools (TaskCreate / TaskUpdate / TaskGet / TaskList) instead of TodoWrite, deprecated since 0.2.136. Tool consumers should accumulate by task ID instead of replacing a snapshot list.
  • Surfaced request_id, subagent_type, and task_description on SDK message types and task system events
  • Headless --sdk-url sessions now exit non-zero with a stderr diagnostic when the remote transport closes permanently (401/403/404 or WS permanent close), instead of silently exiting 0

Update

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

v0.2.141

What's changed

  • TaskCreateInput, TaskCreateOutput, TaskGetInput, TaskGetOutput, TaskUpdateInput, TaskUpdateOutput, TaskListInput, and TaskListOutput types are now exported from @anthropic-ai/claude-agent-sdk/sdk-tools and included in the ToolInputSchemas/ToolOutputSchemas unions
  • Aligned @anthropic-ai/sdk dependency to ^0.93.0

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.141
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.141
</tr></table> 

... (truncated)

Changelog

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

0.3.143

  • @anthropic-ai/sdk and @modelcontextprotocol/sdk are now peerDependencies instead of dependencies. Runtime is unaffected (both are bundled); npm/bun/pnpm auto-install them. yarn classic users should add them explicitly for full TypeScript type resolution

0.3.142

  • Breaking: Removed the v2 session API (unstable_v2_createSession, unstable_v2_resumeSession, unstable_v2_prompt, SDKSession, SDKSessionOptions), deprecated since 0.2.133. Use query() — pass an AsyncIterable<SDKUserMessage> for multi-turn, or options.resume to continue a session.
  • Breaking: MCP servers now connect in the background by default; sessions start immediately and slow servers report status: "pending" in init until ready. Set MCP_CONNECTION_NONBLOCKING=0 to restore the old behavior of waiting up to 5s before the first query, or mark a server alwaysLoad: true to require it in turn 1.
  • Breaking: Headless and SDK sessions now use Task tools (TaskCreate / TaskUpdate / TaskGet / TaskList) instead of TodoWrite, deprecated since 0.2.136. Tool consumers should accumulate by task ID instead of replacing a snapshot list.
  • Surfaced request_id, subagent_type, and task_description on SDK message types and task system events
  • Headless --sdk-url sessions now exit non-zero with a stderr diagnostic when the remote transport closes permanently (401/403/404 or WS permanent close), instead of silently exiting 0

0.2.141

  • TaskCreateInput, TaskCreateOutput, TaskGetInput, TaskGetOutput, TaskUpdateInput, TaskUpdateOutput, TaskListInput, and TaskListOutput types are now exported from @anthropic-ai/claude-agent-sdk/sdk-tools and included in the ToolInputSchemas/ToolOutputSchemas unions
  • Aligned @anthropic-ai/sdk dependency to ^0.93.0

0.2.140

  • Updated to parity with Claude Code v2.1.140

0.2.139

  • Updated to parity with Claude Code v2.1.139

0.2.138

  • Updated to parity with Claude Code v2.1.138

0.2.137

  • Updated to parity with Claude Code v2.1.137

0.2.136

  • Added resolveSettings() (alpha) to inspect effective merged settings without spawning the Claude CLI; reads MDM (plist/HKLM/HKCU) for parity with CLI startup
  • Deprecated TodoWrite tool — future versions will switch to Task tools (TaskCreate, TaskGet, TaskUpdate, TaskList)

0.2.135

  • Updated to parity with Claude Code v2.1.135

0.2.134

  • Updated to parity with Claude Code v2.1.134

0.2.133

  • Deprecated the unstable V2 session API (unstable_v2_createSession / unstable_v2_resumeSession / unstable_v2_prompt) — use query() instead
  • Deprecated passing 'Skill' in allowedTools — use the skills option instead

... (truncated)

Commits

Updates @types/node from 25.6.0 to 25.8.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.59.2 to 8.59.3

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.59.3 (2026-05-11)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/parser from 8.59.2 to 8.59.3

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.3 (2026-05-11)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 10.3.0 to 10.4.0

Release notes

Sourced from eslint's releases.

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

Chores

  • 6616856 chore: upgrade knip to v6 (#20875) (Pixel998)
  • d13b084 ci: ensure auto-created PRs run CI (#20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#20835) (kuldeep kumar)
Commits

Updates vitest from 4.1.5 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • See full diff in compare view

Updates @anthropic-ai/claude-agent-sdk-darwin-arm64 from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-darwin-x64 from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-linux-arm64 from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-linux-arm64-musl from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-linux-x64 from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-linux-x64-musl from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-win32-arm64 from 0.2.132 to 0.3.143

Updates @anthropic-ai/claude-agent-sdk-win32-x64 from 0.2.132 to 0.3.143

Updates @eslint/config-helpers from 0.5.5 to 0.6.0

Release notes

Sourced from @​eslint/config-helpers's releases.

plugin-kit: v0.6.0

0.6.0 (2026-01-29)

Features

  • add CustomRuleVisitorWithExit type to @eslint/plugin-kit (#351) (e7d1be4)
  • Add custom rule type helpers to @eslint/plugin-kit (#355) (8ac8530)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

config-helpers: v0.6.0

0.6.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.6.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)
Commits

Updates @oxc-project/types from 0.128.0 to 0.130.0

Release notes

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

oxc crates_v0.130.0

🚀 Features

  • 66c9b01 transformer/typescript: Debug_assert that enum_eval ran in semantic (#22252) (Dunqing)
  • ffe6475 minifier: Fold Array constructor with safe spreads (#22215) (camc314)

🐛 Bug Fixes

  • d3d0b18 traverse: Handle ChainElement::TSNonNullExpression in GatherNodeParts (#22247) (leaysgur)
  • 4e880de transformer/object-rest-spread: Declare temp vars for computed keys (#22284) (camc314)
  • a7c3e22 semantic: Clear member write target for computed keys (#22302) (camc314)
  • 6a8852d codegen: Emit newline after legal-comment orphan flush (#22304) (Dunqing)
  • 5da9fda transformer/explicit-resource-management: Preserve class names (#22306) (Dunqing)
  • b5d970f transformer/explicit-resource-management: Preserve class names (#22290) (camc314)
  • bc54fd4 minifier: Keep function / class names if direct eval is present in the scope (#22241) (sapphi-red)
  • 7a810c0 minifier: Refresh direct eval flags after DCE (#21787) (Dunqing)
  • dd88726 transformer/legacy-decorator: Preserve accessor type annotation for emitDecoratorMetadata (#21966) (Dunqing)
  • 29a3cd7 codegen: Swap mapping/indent order for top-level decls (#22206) (Dunqing)
  • 73b4f40 minifier: Preserve catch binding with direct eval (#22221) (camc314)
  • 0e13d17 minifier: Preserve optional chain base side effects (#22219) (camc314)
  • 0c7c01c transformer/typescript: Inline optional-chain enum member access (#21834) (Dunqing)
  • a6aff7e codegen: Emit block/array/object end mapping at close char (#22200) (Dunqing)
  • a099b03 codegen: Emit call end mapping at ) position, not past it (#22199) (Dunqing)
  • 5753774 minifier: Cap if-return ternary collapse for firefox (#21841) (Gurupungav Narayanan)
  • 2493bdd codegen: Correct sourcemap end mappings for closing delimiters (#22001) (Mark Dalgleish)
  • 3b385e2 minifier: Bail optimizing Array with unknown arg count (#22188) (camc314)
  • 9fa2122 parser: Parse array computed class keys (#22159) (camc314)

📚 Documentation

  • a4a6892 napi/parser: Correct code comment (#22278) (overlookmotel)
  • 9305373 oxc: Update README (#22178) (camc314)

oxc crates_v0.129.0

💥 BREAKING CHANGES

  • 0ffbe0d allocator: [BREAKING] Remove Allocator::end_ptr method (#21871) (overlookmotel)

🚀 Features

  • 9593ec8 transformer/jsx: Add jsxDEV source metadata for fragments (#21932) (Ido Rosenthal)

🐛 Bug Fixes

  • 81e834c parser: Prevent multiple Parser instances in binary (#22120) (overlookmotel)
  • 429deac napi/parser: Export visitorKeys from wasm entrypoint (#21996) (NullVoxPopuli)
  • e852911 codegen: Preserve legal comments orphaned by upstream passes (#21575) (Dunqing)
  • e3399ec transformer/class-properties: Preserve RHS in logical-assignment to static private field (#21950) (Dunqing)
  • c59c199 transformer/typescript: Emit class fields for parameter properties (#21831) (Dunqing)
  • aaabde4 parser: Attach legal comments to following token (#21670) (Dunqing)

... (truncated)

Commits

Updates @rolldown/binding-android-arm64 from 1.0.0-rc.18 to 1.0.1

Release notes

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

v1.0.1

[1.0.1] - 2026-05-13

🚀 Features

🐛 Bug Fixes

  • transform: enable enum_eval for transformSync and vite TS transform (#9325) by @​Dunqing
  • error: remove severity prefix from diagnostic messages (#9262) by @​Kyujenius
  • deps: pin pnpm to 10.23.0 to work around catalog mismatch on Netlify (#9364) by @​shulaoda
  • ci: pin mimalloc-safe to 0.1.58 (#9361) by @​shulaoda
  • dev/lazy: fix exports of lazy requests in lazy chunks (#9249) by @​h-a-n-a
  • rolldown_plugin_vite_resolve: handle errors in resolveSubpathImports callback (#9355) by @​sapphi-red
  • rolldown_plugin_lazy_compilation: use loadExports for fetched proxy to preserve original export names (#9132) by @​h-a-n-a
  • common: include offending index in HybridIndexVec panic message (#9296) by @​SAY-5

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

... (truncated)

Changelog

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

[1.0.1] - 2026-05-13

🚀 Features

🐛 Bug Fixes

  • transform: enable enum_eval for transformSync and vite TS transform (#9325) by @​Dunqing
  • error: remove severity prefix from diagnostic messages (#9262) by @​Kyujenius
  • deps: pin pnpm to 10.23.0 to work around catalog mismatch on Netlify (#9364) by @​shulaoda
  • ci: pin mimalloc-safe to 0.1.58 (#9361) by @​shulaoda
  • dev/lazy: fix exports of lazy requests in lazy chunks (#9249) by @​h-a-n-a
  • rolldown_plugin_vite_resolve: handle errors in resolveSubpathImports callback (#9355) by @​sapphi-red
  • rolldown_plugin_lazy_compilation: use loadExports for fetched proxy to preserve original export names (#9132) by @​h-a-n-a
  • common: include offending index in HybridIndexVec panic message (#9296) by @​SAY-5

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 2777945 release: v1.0.1 (#9384)
  • 4e35380 feat(experimental/lazy-barrel): advice on oversized barrel modules (#9236)
  • 83d2762 docs: clarify scope of topLevelVar (#9380)
  • 9ba2e73 chore: migrate @rolldown/pluginutils to rolldown/plugins (#9317)
  • ef5796f fix(transform): enable enum_eval for transformSync and vite TS transform ...
  • 1f5dce1 fix(error): remove severity prefix from diagnostic messages (#9262)
  • fd47919 chore(deps): upgrade oxc to 0.130.0 (#9360)
  • 4c121d3 chore(deps): update npm packages (#9343)
  • 024de36 fix(rolldown_plugin_vite_resolve): handle errors in resolveSubpathImports c...
  • 7e5855c feat(chunk-optimization): dedupe already-loaded dynamic deps (#9305)
  • Additional commits viewable in compare view

Updates @rolldown/binding-darwin-arm64 from 1.0.0-rc.18 to 1.0.1

Release notes

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

v1.0.1

[1.0.1] - 2026-05-13

🚀 Features

🐛 Bug Fixes

  • transform: enable enum_eval for transformSync and vite TS transform (#9325) by @​Dunqing
  • error: remove severity prefix from diagnostic messages (#9262) by @​Kyujenius
  • deps: pin pnpm to 10.23.0 to work around catalog mismatch on Netlify (#9364) by @​shulaoda
  • ci: pin mimalloc-safe to 0.1.58 (#9361) by @​shulaoda
  • dev/lazy: fix exports of lazy requests in lazy chunks (#9249) by @​h-a-n-a
  • rolldown_plugin_vite_resolve: handle errors in resolveSubpathImports callback (#9355) by @​sapphi-red
  • rolldown_plugin_lazy_compilation: use loadExports for fetched proxy to preserve original export names (#9132) by @​h-a-n-a
  • common: include offending index in HybridIndexVec panic message (#9296) by @​SAY-5

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-65a15b9d9e branch from d3bd97f to f54a45c Compare May 15, 2026 18:31
Bumps the minor group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) | `0.21.0` | `0.21.1` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.132` | `0.3.143` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.8.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.2` | `8.59.3` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.2` | `8.59.3` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.6` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.5` | `5.0.6` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.5.1` | `8.5.2` |
| [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.0` |
| [type-is](https://github.com/jshttp/type-is) | `2.0.1` | `2.1.0` |



Updates `@agentclientprotocol/sdk` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases)
- [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/typescript-sdk@v0.21.0...v0.21.1)

Updates `@anthropic-ai/claude-agent-sdk` from 0.2.132 to 0.3.143
- [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.2.132...v0.3.143)

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

Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/parser)

Updates `eslint` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.0)

Updates `vitest` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

Updates `@anthropic-ai/claude-agent-sdk-darwin-arm64` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-darwin-x64` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-linux-arm64-musl` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-linux-x64` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-linux-x64-musl` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-win32-arm64` from 0.2.132 to 0.3.143

Updates `@anthropic-ai/claude-agent-sdk-win32-x64` from 0.2.132 to 0.3.143

Updates `@eslint/config-helpers` from 0.5.5 to 0.6.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.6.0/packages/config-helpers)

Updates `@oxc-project/types` from 0.128.0 to 0.130.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.130.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm64` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-wasm32-wasi` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `@rolldown/pluginutils` from 1.0.0-rc.18 to 1.0.1
- [Release notes](https://github.com/rolldown/plugins/releases)
- [Changelog](https://github.com/rolldown/plugins/blob/main/packages/pluginutils/CHANGELOG.md)
- [Commits](https://github.com/rolldown/plugins/commits/pluginutils@1.0.1/packages/pluginutils)

Updates `@typescript-eslint/project-service` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/project-service)

Updates `@typescript-eslint/scope-manager` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/scope-manager)

Updates `@typescript-eslint/tsconfig-utils` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/tsconfig-utils)

Updates `@typescript-eslint/type-utils` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/type-utils)

Updates `@typescript-eslint/types` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/types)

Updates `@typescript-eslint/typescript-estree` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.59.2 to 8.59.3
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/visitor-keys)

Updates `@vitest/expect` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/expect)

Updates `@vitest/mocker` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/pretty-format)

Updates `@vitest/runner` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/runner)

Updates `@vitest/snapshot` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/snapshot)

Updates `@vitest/spy` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/spy)

Updates `@vitest/utils` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/utils)

Updates `brace-expansion` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6)

Updates `express-rate-limit` from 8.5.1 to 8.5.2
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.5.1...v8.5.2)

Updates `rolldown` from 1.0.0-rc.18 to 1.0.1
- [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.0.1/packages/rolldown)

Updates `semver` from 7.7.4 to 7.8.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.4...v7.8.0)

Updates `type-is` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/jshttp/type-is/releases)
- [Commits](jshttp/type-is@2.0.1...v2.1.0)

Updates `undici-types` from 7.19.2 to 7.24.6
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.19.2...v7.24.6)

Updates `vite` from 8.0.11 to 8.0.13
- [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/v8.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: "@agentclientprotocol/sdk"
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.142
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-arm64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-darwin-x64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-arm64-musl"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-linux-x64-musl"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-arm64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@anthropic-ai/claude-agent-sdk-win32-x64"
  dependency-version: 0.3.142
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxc-project/types"
  dependency-version: 0.130.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-wasm32-wasi"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@rolldown/pluginutils"
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/project-service"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/scope-manager"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/tsconfig-utils"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/type-utils"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.59.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: brace-expansion
  dependency-version: 5.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: express-rate-limit
  dependency-version: 8.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rolldown
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: semver
  dependency-version: 7.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: type-is
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: undici-types
  dependency-version: 7.24.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  dependency-version: 8.0.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-65a15b9d9e branch from f54a45c to e8371d6 Compare May 16, 2026 06:20
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