Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the all group with 44 updates in the / directory:

Package From To
@anthropic-ai/claude-code 1.0.120 2.0.26
@anthropic-ai/sdk 0.63.0 0.67.0
@github/copilot 0.0.343 0.0.350
@google/genai 1.25.0 1.27.0
@vscode/extension-telemetry 1.0.0 1.1.0
@vscode/tree-sitter-wasm 0.0.5-php.2 0.0.5
applicationinsights 2.9.7 2.9.8
isbinaryfile 5.0.4 5.0.6
lru-cache 11.1.0 11.2.2
undici 7.11.0 7.16.0
@azure/msal-node 3.6.3 3.8.0
@fluentui/react-components 9.66.6 9.72.3
@fluentui/react-icons 2.0.305 2.0.312
@keyv/sqlite 4.0.5 4.0.6
@octokit/types 14.1.0 15.0.1
@types/node 22.16.3 22.18.12
@typescript-eslint/eslint-plugin 8.36.0 8.46.2
@typescript-eslint/parser 8.36.0 8.46.2
@typescript-eslint/typescript-estree 8.36.0 8.46.2
@vitest/coverage-v8 3.2.4 4.0.2
@vscode/test-cli 0.0.11 0.0.12
@vscode/test-web 0.0.71 0.0.74
@vscode/vsce 3.6.0 3.6.2
csv-parse 6.0.0 6.1.0
dotenv 17.2.0 17.2.3
electron 37.2.1 38.4.0
esbuild 0.25.6 0.25.11
eslint 9.30.1 9.38.0
eslint-plugin-jsdoc 51.3.4 61.1.7
mobx 6.13.7 6.15.0
mobx-react-lite 4.1.0 4.1.1
open 10.1.2 10.2.0
openai 5.11.0 6.6.0
picomatch 4.0.2 4.0.3
@types/picomatch 4.0.0 4.0.2
shiki 1.15.2 3.13.0
tar 7.4.3 7.5.1
tsx 4.20.3 4.20.6
typescript 5.8.3 5.9.3
typescript-eslint 8.36.0 8.46.2
vite-plugin-top-level-await 1.5.0 1.6.0
vitest 3.2.4 4.0.2
yaml 2.8.0 2.8.1
yargs 17.7.2 18.0.0

Updates @anthropic-ai/claude-code from 1.0.120 to 2.0.26

Changelog

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

Changelog

2.0.25

2.0.24

  • Fixed a bug where project-level skills were not loading when --setting-sources 'project' was specified
  • Claude Code Web: Support for Web -> CLI teleport
  • Sandbox: Releasing a sandbox mode for the BashTool on Linux & Mac

2.0.22

  • Fixed content layout shift when scrolling through slash commands
  • IDE: Add toggle to enable/disable thinking.
  • Fix bug causing duplicate permission prompts with parallel tool calls
  • Add support for enterprise managed MCP allowlist and denylist

2.0.21

  • Support MCP structuredContent field in tool responses
  • Added an interactive question tool
  • Claude will now ask you questions more often in plan mode
  • Added Haiku 4.5 as a model option for Pro users
  • Fixed an issue where queued commands don't have access to previous messages' output

2.0.20

  • Added support for Claude Skills

2.0.19

  • Auto-background long-running bash commands instead of killing them. Customize with BASH_DEFAULT_TIMEOUT_MS
  • Fixed a bug where Haiku was unnecessarily called in print mode

2.0.17

  • Added Haiku 4.5 to model selector!
  • Haiku 4.5 automatically uses Sonnet in plan mode, and Haiku for execution (i.e. SonnetPlan by default)
  • 3P (Bedrock and Vertex) are not automatically upgraded yet. Manual upgrading can be done through setting ANTHROPIC_DEFAULT_HAIKU_MODEL
  • Introducing the Explore subagent. Powered by Haiku it'll search through your codebase efficiently to save context!
  • OTEL: support HTTP_PROXY and HTTPS_PROXY
  • CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC now disables release notes fetching

2.0.15

  • Fixed bug with resuming where previously created files needed to be read again before writing
  • Fixed bug with -p mode where @-mentioned files needed to be read again before writing

... (truncated)

Commits

Updates @anthropic-ai/sdk from 0.63.0 to 0.67.0

Release notes

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

sdk: v0.67.0

0.67.0 (2025-10-16)

Full Changelog: sdk-v0.66.0...sdk-v0.67.0

Features

  • api: adding support for agent skills (0b7d97f)

sdk: v0.66.0

0.66.0 (2025-10-15)

Full Changelog: sdk-v0.65.0...sdk-v0.66.0

Features

Bug Fixes

  • tool-runner: fix unhandled promise error for streams (4f6bc94)

Chores

  • client: add context-management-2025-06-27 beta header (c6efc98)
  • client: add model-context-window-exceeded-2025-08-26 beta header (06d2513)
  • internal: use npm pack for build uploads (55c0ad7)
  • jsdoc: fix @​link annotations to refer only to parts of the package‘s public interface (62c1b5e)

sdk: v0.65.0

0.65.0 (2025-09-29)

Full Changelog: sdk-v0.64.0...sdk-v0.65.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (3f0b0fb)

Chores

  • internal: codegen related update (724a2b1)
  • internal: ignore .eslintcache (56a5f30)

sdk: v0.64.0

0.64.0 (2025-09-26)

Full Changelog: sdk-v0.63.1...sdk-v0.64.0

... (truncated)

Changelog

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

0.67.0 (2025-10-16)

Full Changelog: sdk-v0.66.0...sdk-v0.67.0

Features

  • api: adding support for agent skills (0b7d97f)

0.66.0 (2025-10-15)

Full Changelog: sdk-v0.65.0...sdk-v0.66.0

Features

Bug Fixes

  • tool-runner: fix unhandled promise error for streams (4f6bc94)

Chores

  • client: add context-management-2025-06-27 beta header (c6efc98)
  • client: add model-context-window-exceeded-2025-08-26 beta header (06d2513)
  • internal: use npm pack for build uploads (55c0ad7)
  • jsdoc: fix @​link annotations to refer only to parts of the package‘s public interface (62c1b5e)

0.65.0 (2025-09-29)

Full Changelog: sdk-v0.64.0...sdk-v0.65.0

Features

  • api: adds support for Claude Sonnet 4.5 and context management features (3f0b0fb)

Chores

  • internal: codegen related update (724a2b1)
  • internal: ignore .eslintcache (56a5f30)

0.64.0 (2025-09-26)

Full Changelog: sdk-v0.63.1...sdk-v0.64.0

Features

  • toolRunner: support custom headers (ac6a7a3)

... (truncated)

Commits
  • 123325d chore: release main
  • 70099a0 feat(api): adding support for agent skills
  • e0a2b69 chore: release main
  • c6a3963 feat(api): manual updates
  • a82b191 chore(internal): use npm pack for build uploads
  • bdd261f chore(jsdoc): fix @​link annotations to refer only to parts of the package‘s p...
  • 0c1692d fix(tool-runner): fix unhandled promise error for streams
  • 440faa6 codegen metadata
  • d5d9cfe chore(client): add model-context-window-exceeded-2025-08-26 beta header
  • 9240ab3 chore(client): add context-management-2025-06-27 beta header
  • Additional commits viewable in compare view

Updates @github/copilot from 0.0.343 to 0.0.350

Release notes

Sourced from @​github/copilot's releases.

0.0.350 - 2025-10-23

  • To conserve context window space, we've limited the list of tools available to the default GitHub MCP server. In our tests, the model will use the GitHub CLI, gh (if installed) in lieu of missing MCP tools. We added an --enable-all-github-mcp-tools if you wish to turn on all available tools. Default available tools are:
    • Code & Repo navigation
      • get_file_contents
      • search_code
      • search_repositories
      • list_branches
      • list_commits
      • get_commit
    • Issue Management
      • get_issue
      • list_issues
      • get_issue_comments
      • search_issues
    • PR Management
      • pull_request_read
      • list_pull_requests
      • search_pull_requests
    • Workflow Info
      • list_workflows
      • list_workflow_runs
      • get_workflow_run
      • get_job_logs
      • get_workflow_run_logs
    • Misc search
      • user_search
  • Bundled sharp dependency into the CLI package -- we're one step closer to implementing github/copilot-cli#16, and this fixes some startup blockers on Windows (fixes github/copilot-cli#309 & github/copilot-cli#287)
  • Fixed a bug where input tokens were not tracked properly (Fixes github/copilot-cli#337)
  • Fixed a bug where MCP tools with arguments would fail with streaming enabled
  • Added additional debug logging that will help us investigate github/copilot-cli#346

Run npm install -g @github/copilot@latest to update!

0.0.349 - 2025-10-22

  • The model can now call multiple tools in parallel. Each tool must be confirmed in advance. This behavior can be disabled with the --disable-parallel-tools-execution flag
  • Added /quit as an alias of /exit (fixes github/copilot-cli#357)
  • Fixed a bug where every streamed output chunk was sent back to the model as part of the conversation (fixes github/copilot-cli#379)
  • Ensure that environment variables are expanded before running path permission checks
  • Fixed a bug where Ctrl+K deleted to the end of the visual line in the input box rather than the logical line
  • Added the temp directory to the paths that the model has access to by default. This can be disabled with the --disallow-temp-dir flag (fixes github/copilot-cli#306)

Run npm install -g @github/copilot@latest to update!

0.0.348 - 2025-10-21

  • Copilot's output now streams in token-by-token! This can be disabled with --stream off
  • Made improvements to the memory footprint of Copilot CLI, especially when dealing with shell commands that produce very large outputs

... (truncated)

Changelog

Sourced from @​github/copilot's changelog.

0.0.350 - 2025-10-23

  • To conserve context window space, we've limited the list of tools available to the default GitHub MCP server. In our tests, the model will use the GitHub CLI, gh (if installed) in lieu of missing MCP tools. We added an --enable-all-github-mcp-tools if you wish to turn on all available tools. Default available tools are:
    • Code & Repo navigation
      • get_file_contents
      • search_code
      • search_repositories
      • list_branches
      • list_commits
      • get_commit
    • Issue Management
      • get_issue
      • list_issues
      • get_issue_comments
      • search_issues
    • PR Management
      • pull_request_read
      • list_pull_requests
      • search_pull_requests
    • Workflow Info
      • list_workflows
      • list_workflow_runs
      • get_workflow_run
      • get_job_logs
      • get_workflow_run_logs
    • Misc search
      • user_search
  • Bundled sharp dependency into the CLI package -- we're one step closer to implementing github/copilot-cli#16, and this fixes some startup blockers on Windows (fixes github/copilot-cli#309 & github/copilot-cli#287)
  • Fixed a bug where input tokens were not tracked properly (Fixes github/copilot-cli#337)
  • Fixed a bug where MCP tools with arguments would fail with streaming enabled
  • Added additional debug logging that will help us investigate github/copilot-cli#346

0.0.349 - 2025-10-22

  • The model can now call multiple tools in parallel. Each tool must be confirmed in advance. This behavior can be disabled with the --disable-parallel-tools-execution flag
  • Added /quit as an alias of /exit (fixes github/copilot-cli#357)
  • Fixed a bug where every streamed output chunk was sent back to the model as part of the conversation (fixes github/copilot-cli#379)
  • Ensure that environment variables are expanded before running path permission checks
  • Fixed a bug where Ctrl+K deleted to the end of the visual line in the input box rather than the logical line
  • Added the temp directory to the paths that the model has access to by default (fixes github/copilot-cli#306)

0.0.348 - 2025-10-21

... (truncated)

Commits

Updates @google/genai from 1.25.0 to 1.27.0

Release notes

Sourced from @​google/genai's releases.

v1.27.0

1.27.0 (2025-10-23)

Features

  • Remove redundant calls to rollup/api-extractor, speeds up the TS SDK testing further by a factor of 2. (009b75f)

Bug Fixes

v1.26.0

1.26.0 (2025-10-21)

Features

  • Add enable_enhanced_civic_answers in GenerationConfig (0e95d72)
  • support jailbreak in HarmCategory and BlockedReason (cd79a83)
Changelog

Sourced from @​google/genai's changelog.

1.27.0 (2025-10-23)

Features

  • Remove redundant calls to rollup/api-extractor, speeds up the TS SDK testing further by a factor of 2. (009b75f)

Bug Fixes

1.26.0 (2025-10-21)

Features

  • Add enable_enhanced_civic_answers in GenerationConfig (0e95d72)
  • support jailbreak in HarmCategory and BlockedReason (cd79a83)
Commits
  • 1dc1008 chore(main): release 1.27.0 (#1037)
  • f87611c fix: google auth ADC error
  • 009b75f feat: Remove redundant calls to rollup/api-extractor, speeds up the TS SDK te...
  • f4c91d5 docs: Add docstring for classes and fields that are not supported in Gemini o...
  • 1b6d927 Copybara import of the project:
  • 71dfc82 chore: Skip unnecessary conversion of training dataset object passed into Tun...
  • 8a7c28e chore: internal change to support conditionally mapped type converters.
  • 0c1958b chore: Update tuning tests and the Tuning validation dataset field conversion
  • 9dac0a8 chore(main): release 1.26.0 (#1021)
  • cd79a83 feat: support jailbreak in HarmCategory and BlockedReason
  • Additional commits viewable in compare view

Updates @vscode/extension-telemetry from 1.0.0 to 1.1.0

Release notes

Sourced from @​vscode/extension-telemetry's releases.

v1.1.0

Changes:

  • #230: Surface initialization options
  • #227: Run npm audit fix to update dependencies
  • #226: chore: bump action and node versions

This list of changes was auto generated.

Commits

Updates @vscode/tree-sitter-wasm from 0.0.5-php.2 to 0.0.5

Release notes

Sourced from @​vscode/tree-sitter-wasm's releases.

v0.0.5

Changes:

  • #19: 0.0.5
  • #18: Add docker integration note
  • #17: [Suggestion] Add need enable Docker integration for WSL in the installation guild
  • #16: Add more languages
  • #15: chore: bump wasmtime
  • #14: chore: ignore docs directory for CG

This list of changes was auto generated.

Commits

Updates applicationinsights from 2.9.7 to 2.9.8

Commits

Updates isbinaryfile from 5.0.4 to 5.0.6

Commits
  • 5dbe77e Release 5.0.6
  • 913ecb0 Merge pull request #86 from dclayton-godaddy/fix/protobuf-vai
  • d39d2c0 fix: fix protobuf processing causing index out of range errors
  • 4a7b840 Release 5.0.5
  • ae76dba Merge pull request #85 from dclayton-godaddy/fix/promise-callback-reject
  • 298e604 fix: update CI workflow triggers for pull requests 🔧
  • a78a3b8 fix: handle errors in isBinaryFile function with try-catch 🐛
  • 2732075 Bump tmp and release-it (#83)
  • c3cdecf Bump actions/checkout from 4 to 5 (#82)
  • See full diff in compare view

Updates lru-cache from 11.1.0 to 11.2.2

Changelog

Sourced from lru-cache's changelog.

cringe lorg

11.2

  • Add the perf option to specify performance, Date, or any other object with a now() method that returns a number.

11.1

  • Add the onInsert method

11.0

  • Drop support for node less than v20

10.4

  • Accidental minor update, should've been patch.

10.3

  • add forceFetch() method
  • set disposeReason to 'expire' when it's the result of a TTL expiration, or 'fetch' when it's the result of an aborted or undefined-returning fetch()
  • add memo() method

10.2

  • types: implement the Map<K, V> interface

10.1

  • add cache.info(key) to get value as well as ttl and size information.

10.0

  • cache.fetch() return type is now Promise<V | undefined> instead of Promise<V | void>. This is an irrelevant change practically speaking, but can require changes for TypeScript users.

9.1

  • cache.set(key, undefined) is now an alias for cache.delete(key)

9.0

... (truncated)

Commits

Updates undici from 7.11.0 to 7.16.0

Release notes

Sourced from undici's releases.

v7.16.0

What's Changed

... (truncated)

Commits
  • 7392d6f Bumped v7.16.0 (#4532)
  • 415c66d fix: make error symbols non enumerable (#4531)
  • f182ff1 Disable SIMD for PPC64 architecture, add UNDICI_NO_WASM_SIMD env to facilitat...
  • 95d835c example: use metcoders https-pem for the example (#4436)
  • 7c42918 fix: shell command built from environment values (#4392)
  • 51651a1 fix: wpt should use master branch (#4524)
  • 82ea8fc refactor: parseHttpDate (#4421)
  • 909a584 websocket: always emit error event (#4521)
  • d7bb09e fetch: process content-encoding header only if relevant (#4496)
  • e652f03 wpt: properly handle write permissions errors in wpt-runner setup (#4518)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @azure/msal-node from 3.6.3 to 3.8.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v3.8.0

3.8.0

Wed, 24 Sep 2025 21:54:45 GMT

Minor changes

  • Instrument data boundary claim #8054 ([email protected])
  • Bump @​azure/msal-common to v15.13.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.7.4

3.7.4

Wed, 17 Sep 2025 09:50:42 GMT

Patches

  • broker redirect uri changes ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.7.3

3.7.3

Wed, 27 Aug 2025 00:59:59 GMT

Patches

  • enable passing of redirect uri ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.7.2

3.7.2

Tue, 19 Aug 2025 21:26:21 GMT

Patches

  • Bump @​azure/msal-common to v15.12.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.7.1

3.7.1

Tue, 12 Aug 2025 21:24:31 GMT

... (truncated)

Commits

Updates @fluentui/react-components from 9.66.6 to 9.72.3

Release notes

Sourced from @​fluentui/react-components's releases.

@​fluentui/react-components v9.72.3

Minor changes

Patches

Commits
  • 40587a8 release: applying package updates - react-components
  • 4fea513 fix(react-context-selector): update scheduler dependency to remove upper vers...
  • 1e27e60 refactor(react-charts,react-charting): migrate tests from react-test-renderer...
  • ad8b6d1 feat(react-charting): Adding Annotations (#35324)
  • 515d038 docs: remove old storybook dist output for GHP (#35352)
  • 2b65850 feat(react-jsx-runtime): implement custom JSX namespace instead ts-ignore wor...
  • e5e6c62 release: applying package updates - web-components
  • 002f3d9 fix(charts): fix chart exception issue (#35342)
  • befc650 fix(web-components): update dropdown to fix forced-colors mode states (#35340)
  • d9c729c fix(react-charts): resolve data points based on axis type + replace invalid v...
  • Additional commits viewable in compare view

Updates @fluentui/react-icons from 2.0.305 to 2.0.312

Commits

Updates @keyv/sqlite from 4.0.5 to 4.0.6

Commits

Updates @octokit/types from 14.1.0 to 15.0.1

Release notes

Sourced from @​octokit/types's releases.

v15.0.1

15.0.1 (2025-10-20)

Bug Fixes

  • reduce complexity (Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 24, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-9f4598a544 branch 10 times, most recently from 286aeec to 3b51e9d Compare October 25, 2025 22:52
Bumps the all group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) | `1.0.120` | `2.0.26` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.63.0` | `0.67.0` |
| [@github/copilot](https://github.com/github/copilot-cli) | `0.0.343` | `0.0.350` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.25.0` | `1.27.0` |
| [@vscode/extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry) | `1.0.0` | `1.1.0` |
| [@vscode/tree-sitter-wasm](https://github.com/Microsoft/vscode-tree-sitter-wasm) | `0.0.5-php.2` | `0.0.5` |
| [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) | `2.9.7` | `2.9.8` |
| [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) | `5.0.4` | `5.0.6` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.1.0` | `11.2.2` |
| [undici](https://github.com/nodejs/undici) | `7.11.0` | `7.16.0` |
| [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.6.3` | `3.8.0` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.66.6` | `9.72.3` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.305` | `2.0.312` |
| [@keyv/sqlite](https://github.com/jaredwray/keyv) | `4.0.5` | `4.0.6` |
| [@octokit/types](https://github.com/octokit/types.ts) | `14.1.0` | `15.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.3` | `22.18.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.36.0` | `8.46.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.36.0` | `8.46.2` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.36.0` | `8.46.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.2` |
| [@vscode/test-cli](https://github.com/Microsoft/vscode-test-cli) | `0.0.11` | `0.0.12` |
| [@vscode/test-web](https://github.com/microsoft/vscode-test-web) | `0.0.71` | `0.0.74` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.6.0` | `3.6.2` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `6.0.0` | `6.1.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.2.3` |
| [electron](https://github.com/electron/electron) | `37.2.1` | `38.4.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.6` | `0.25.11` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.38.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.3.4` | `61.1.7` |
| [mobx](https://github.com/mobxjs/mobx) | `6.13.7` | `6.15.0` |
| [mobx-react-lite](https://github.com/mobxjs/mobx) | `4.1.0` | `4.1.1` |
| [open](https://github.com/sindresorhus/open) | `10.1.2` | `10.2.0` |
| [openai](https://github.com/openai/openai-node) | `5.11.0` | `6.6.0` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.2` | `4.0.3` |
| [@types/picomatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/picomatch) | `4.0.0` | `4.0.2` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.15.2` | `3.13.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.4.3` | `7.5.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.46.2` |
| [vite-plugin-top-level-await](https://github.com/Menci/vite-plugin-top-level-await) | `1.5.0` | `1.6.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.2` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.0` | `2.8.1` |
| [yargs](https://github.com/yargs/yargs) | `17.7.2` | `18.0.0` |



Updates `@anthropic-ai/claude-code` from 1.0.120 to 2.0.26
- [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-code/commits)

Updates `@anthropic-ai/sdk` from 0.63.0 to 0.67.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.63.0...sdk-v0.67.0)

Updates `@github/copilot` from 0.0.343 to 0.0.350
- [Release notes](https://github.com/github/copilot-cli/releases)
- [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md)
- [Commits](github/copilot-cli@v0.0.343...v0.0.350)

Updates `@google/genai` from 1.25.0 to 1.27.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/v1.27.0/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.25.0...v1.27.0)

Updates `@vscode/extension-telemetry` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/Microsoft/vscode-extension-telemetry/releases)
- [Commits](microsoft/vscode-extension-telemetry@v1.0.0...v1.1.0)

Updates `@vscode/tree-sitter-wasm` from 0.0.5-php.2 to 0.0.5
- [Release notes](https://github.com/Microsoft/vscode-tree-sitter-wasm/releases)
- [Changelog](https://github.com/microsoft/vscode-tree-sitter-wasm/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-tree-sitter-wasm@v0.0.5-php.2...v0.0.5)

Updates `applicationinsights` from 2.9.7 to 2.9.8
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-node.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-node.js/commits)

Updates `isbinaryfile` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/gjtorikian/isBinaryFile/releases)
- [Commits](gjtorikian/isBinaryFile@5.0.4...5.0.6)

Updates `lru-cache` from 11.1.0 to 11.2.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.1.0...v11.2.2)

Updates `undici` from 7.11.0 to 7.16.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.11.0...v7.16.0)

Updates `@azure/msal-node` from 3.6.3 to 3.8.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v3.6.3...msal-node-v3.8.0)

Updates `@fluentui/react-components` from 9.66.6 to 9.72.3
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.6...@fluentui/react-components_v9.72.3)

Updates `@fluentui/react-icons` from 2.0.305 to 2.0.312
- [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml)
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `@keyv/sqlite` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `@octokit/types` from 14.1.0 to 15.0.1
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v14.1.0...v15.0.1)

Updates `@types/node` from 22.16.3 to 22.18.12
- [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.36.0 to 8.46.2
- [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.46.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.36.0 to 8.46.2
- [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.46.2/packages/parser)

Updates `@typescript-eslint/typescript-estree` from 8.36.0 to 8.46.2
- [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.46.2/packages/typescript-estree)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.2/packages/coverage-v8)

Updates `@vscode/test-cli` from 0.0.11 to 0.0.12
- [Changelog](https://github.com/microsoft/vscode-test-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-test-cli/commits)

Updates `@vscode/test-web` from 0.0.71 to 0.0.74
- [Release notes](https://github.com/microsoft/vscode-test-web/releases)
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-test-web@v0.0.71...v0.0.74)

Updates `@vscode/vsce` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.6.0...v3.6.2)

Updates `csv-parse` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv-parse)

Updates `dotenv` from 17.2.0 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.2.3)

Updates `electron` from 37.2.1 to 38.4.0
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v37.2.1...v38.4.0)

Updates `esbuild` from 0.25.6 to 0.25.11
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.6...v0.25.11)

Updates `eslint` from 9.30.1 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.1...v9.38.0)

Updates `eslint-plugin-jsdoc` from 51.3.4 to 61.1.7
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v51.3.4...v61.1.7)

Updates `keyv` from 5.3.4 to 5.5.3
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `mobx` from 6.13.7 to 6.15.0
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits)

Updates `mobx-react-lite` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/compare/[email protected]@4.1.1)

Updates `mocha` from 11.7.1 to 11.7.4
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.1...v11.7.4)

Updates `open` from 10.1.2 to 10.2.0
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v10.1.2...v10.2.0)

Updates `openai` from 5.11.0 to 6.6.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.11.0...v6.6.0)

Updates `picomatch` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.2...4.0.3)

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

Updates `playwright` from 1.54.0 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.54.0...v1.56.1)

Updates `shiki` from 1.15.2 to 3.13.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.13.0/packages/shiki)

Updates `tar` from 7.4.3 to 7.5.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.4.3...v7.5.1)

Updates `tsx` from 4.20.3 to 4.20.6
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.3...v4.20.6)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `typescript-eslint` from 8.36.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)

Updates `vite-plugin-top-level-await` from 1.5.0 to 1.6.0
- [Commits](Menci/vite-plugin-top-level-await@v1.5.0...v1.6.0)

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

Updates `yaml` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.0...v2.8.1)

Updates `yargs` from 17.7.2 to 18.0.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.2...v18.0.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-code"
  dependency-version: 2.0.26
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@github/copilot"
  dependency-version: 0.0.350
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@google/genai"
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vscode/extension-telemetry"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vscode/tree-sitter-wasm"
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: applicationinsights
  dependency-version: 2.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: isbinaryfile
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lru-cache
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: undici
  dependency-version: 7.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@azure/msal-node"
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.72.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.312
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@keyv/sqlite"
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@octokit/types"
  dependency-version: 15.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 22.18.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@vscode/test-cli"
  dependency-version: 0.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vscode/test-web"
  dependency-version: 0.0.74
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vscode/vsce"
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: csv-parse
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron
  dependency-version: 38.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: esbuild
  dependency-version: 0.25.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: keyv
  dependency-version: 5.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mobx
  dependency-version: 6.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mobx-react-lite
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mocha
  dependency-version: 11.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: open
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: openai
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: picomatch
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/picomatch"
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: shiki
  dependency-version: 3.13.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: tar
  dependency-version: 7.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tsx
  dependency-version: 4.20.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vite-plugin-top-level-await
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vitest
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yargs
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-9f4598a544 branch from 3b51e9d to 484dff0 Compare October 27, 2025 06:13
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