Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

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

Package From To
@anthropic-ai/claude-code 1.0.120 2.0.31
@github/copilot 0.0.343 0.0.353
@google/genai 1.25.0 1.28.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
minimatch 10.0.3 10.1.1
undici 7.11.0 7.16.0
@azure/msal-node 3.6.3 3.8.1
@fluentui/react-components 9.66.6 9.72.4
@fluentui/react-icons 2.0.305 2.0.313
@keyv/sqlite 4.0.5 4.0.6
@octokit/types 14.1.0 16.0.0
@types/node 22.16.3 22.18.13
@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.6
@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 39.0.0
esbuild 0.25.6 0.25.11
eslint 9.30.1 9.39.0
eslint-plugin-jsdoc 51.3.4 61.1.11
mobx 6.13.7 6.15.0
mobx-react-lite 4.1.0 4.1.1
open 10.1.2 10.2.0
picomatch 4.0.2 4.0.3
@types/picomatch 4.0.0 4.0.2
rimraf 6.0.1 6.1.0
shiki 1.15.2 3.14.0
tar 7.4.3 7.5.2
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.6
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.31

Changelog

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

2.0.31

  • Windows: native installation uses shift+tab as shortcut for mode switching, instead of alt+m
  • Vertex: add support for Web Search on supported models
  • VSCode: Adding the respectGitIgnore configuration to include .gitignored files in file searches (defaults to true)
  • Fixed a bug with subagents and MCP servers related to "Tool names must be unique" error
  • Fixed issue causing /compact to fail with prompt_too_long by making it respect existing compact boundaries
  • Fixed plugin uninstall not removing plugins

2.0.30

  • Added helpful hint to run security unlock-keychain when encountering API key errors on macOS with locked keychain
  • Added allowUnsandboxedCommands sandbox setting to disable the dangerouslyDisableSandbox escape hatch at policy level
  • Added disallowedTools field to custom agent definitions for explicit tool blocking
  • Added prompt-based stop hooks
  • VSCode: Added respectGitIgnore configuration to include .gitignored files in file searches (defaults to true)
  • Enabled SSE MCP servers on native build
  • Deprecated output styles. Review options in /output-style and use --system-prompt-file, --system-prompt, --append-system-prompt, CLAUDE.md, or plugins instead
  • Removed support for custom ripgrep configuration, resolving an issue where Search returns no results and config discovery fails
  • Fixed Explore agent creating unwanted .md investigation files during codebase exploration
  • Fixed a bug where /context would sometimes fail with "max_tokens must be greater than thinking.budget_tokens" error message
  • Fixed --mcp-config flag to correctly override file-based MCP configurations
  • Fixed bug that saved session permissions to local settings
  • Fixed MCP tools not being available to sub-agents
  • Fixed hooks and plugins not executing when using --dangerously-skip-permissions flag
  • Fixed delay when navigating through typeahead suggestions with arrow keys
  • VSCode: Restored selection indicator in input footer showing current file or code selection status

2.0.28

  • Plan mode: introduced new Plan subagent
  • Subagents: claude can now choose to resume subagents
  • Subagents: claude can dynamically choose the model used by its subagents
  • SDK: added --max-budget-usd flag
  • Discovery of custom slash commands, subagents, and output styles no longer respects .gitignore
  • Stop /terminal-setup from adding backslash to Shift + Enter in VS Code
  • Add branch and tag support for git-based plugins and marketplaces using fragment syntax (e.g., owner/repo#branch)
  • Fixed a bug where macOS permission prompts would show up upon initial launch when launching from home directory
  • Various other bug fixes

2.0.27

  • New UI for permission prompts
  • Added current branch filtering and search to session resume screen for easier navigation
  • Fixed directory @-mention causing "No assistant message found" error
  • VSCode Extension: Add config setting to include .gitignored files in file searches
  • VSCode Extension: Bug fixes for unrelated 'Warmup' conversations, and configuration/settings occasionally being reset to defaults

2.0.25

... (truncated)

Commits

Updates @github/copilot from 0.0.343 to 0.0.353

Release notes

Sourced from @​github/copilot's releases.

0.0.353 - 2025-10-28

  • Added support for custom agents. Custom agent definitions are pulled from ~/.copilot/agents, .github/agents in your repository, or your organization's .github repository. You can explicitly invoke an agent with the /agent slash command interactively or --agent <agent> noninteractively. Agents are also provided as tools that the model can call during completion of a task
  • Added a /delegate command to delegate a task asynchronously to Copilot coding agent. Any unstaged changes will be committed to a new branch, a PR will be opened in your GitHub repository, and Copilot will complete work in the background.

0.0.352 - 2025-10-27

  • Improve handling of MCP tools containing slashes
  • Improve error message from /model <model> command when using an unsupported model

0.0.351 - 2025-10-24

  • Improved our path detection heuristic to avoid various annoying, unnecessary permissions requests:
    • Running many standard bash/PowerShell commands that are known to be readonly
    • Commands like npm test -- --something in PowerShell
    • Shell redirections like > some_file.txt in paths you've already granted write permissions, > /dev/null, and 2>&1 (Fixes github/copilot-cli#211)
    • Arguments to gh api like gh api /repos/user/repo/ec (Fixes github/copilot-cli#216)
    • Code comments including /
  • Improved prompting for Sonnet 4.5 to reduce the number of intermediate markdown files left in the workspace
  • 👀 ...see you at GitHub Universe!

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

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

... (truncated)

Changelog

Sourced from @​github/copilot's changelog.

0.0.353 - 2025-10-28

  • Added support for custom agents. Custom agent definitions are pulled from ~/.copilot/agents, .github/agents in your repository, or your organization's .github repository. You can explicitly invoke an agent with the /agent slash command interactively or --agent <agent> noninteractively. Agents are also provided as tools that the model can call during completion of a task
  • Added a /delegate command to delegate a task asynchronously to Copilot coding agent. Any unstaged changes will be committed to a new branch, a PR will be opened in your GitHub repository, and Copilot will complete work in the background.

0.0.352 - 2025-10-27

  • Improve handling of MCP tools containing slashes
  • Improve error message from /model <model> command when using an unsupported model

0.0.351 - 2025-10-24

  • Improved our path detection heuristic to avoid various annoying, unnecessary permissions requests:
    • Running many standard bash/PowerShell commands that are known to be readonly (Fixes part of github/sweagentd#7372)
    • Commands like npm test -- --something in PowerShell
    • Shell redirections like > some_file.txt in paths you've already granted write permissions, > /dev/null, and 2>&1 (Fixes github/copilot-cli#211)
    • Arguments to gh api like gh api /repos/user/repo/ec (Fixes github/copilot-cli#216)
  • Improved prompting for Sonnet 4.5 to reduce the number of intermediate markdown files left in the workspace
  • 👀 ...see you at GitHub Universe!

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)

... (truncated)

Commits

Updates @google/genai from 1.25.0 to 1.28.0

Release notes

Sourced from @​google/genai's releases.

v1.28.0

1.28.0 (2025-10-29)

Features

  • Add safety_filter_level and person_generation for Imagen upscaling (aaceb1b)
  • Add support for preference optimization tuning in the SDK. (f74660e)
  • Pass file name to the backend when uploading with a file path (7115726)
  • support default global location when not using api key with vertexai backend (f8967b1)
  • Update test-server-sdk dependency to ^0.2.9. (8d507bf)

Bug Fixes

  • Fix downloader. With this change after you await the download, the file write is complete, and the data is fully readable. (127c9bf)

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.28.0 (2025-10-29)

Features

  • Add safety_filter_level and person_generation for Imagen upscaling (aaceb1b)
  • Add support for preference optimization tuning in the SDK. (f74660e)
  • Pass file name to the backend when uploading with a file path (7115726)
  • support default global location when not using api key with vertexai backend (f8967b1)
  • Update test-server-sdk dependency to ^0.2.9. (8d507bf)

Bug Fixes

  • Fix downloader. With this change after you await the download, the file write is complete, and the data is fully readable. (127c9bf)

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
  • a07c8d1 chore(main): release 1.28.0 (#1047)
  • 45ba05a Copybara import of the project:
  • f74660e feat: Add support for preference optimization tuning in the SDK.
  • 164b498 chore: Clean up internal configurations
  • aaceb1b feat: Add safety_filter_level and person_generation for Imagen upscaling
  • c939a70 chore: Clean up internal configurations
  • dfea4d7 chore: Add node:stream/promises to Rollup externals.
  • 516535d chore: internal
  • 28b564f chore: Clean up internal configurations
  • 7115726 feat: Pass file name to the backend when uploading with a file path
  • 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 minimatch from 10.0.3 to 10.1.1

Changelog

Sourced from minimatch's changelog.

change log

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means

... (truncated)

Commits
  • 5b83372 10.1.1
  • 7ed71cd do not require * to match something if already matching something
  • 30efec4 fix some typedoc comments and export types
  • 7a71a90 10.1.0
  • 8bc631a changelog 10.1
  • 0a0a7a1 Added missing periods for text consistency
  • a1b68f2 docs: fix typo
  • 6b88277 remove unnecessary types for brace-expansion
  • 0d27f1c Support magicalBraces option in escape/unescape
  • 281de34 prettier
  • Additional commits viewable in compare view

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.1

Release notes

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

@​azure/msal-node v3.8.1

3.8.1

Wed, 29 Oct 2025 00:04:33 GMT

Patches

@​azure/msal-node v3.8.0

3.8.0

Wed, 24 Sep 2025 21:54:45 GMT

Minor changes

  • Instrument data boundary claim #8054 (kshabelko@microsoft.com)
  • 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 (akaliugonna@microsoft.com)
  • 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 (akaliugonna@microsoft.com)
  • 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

... (truncated)

Commits
  • 5a25c35 update msal-node-runtime version to 0.20.0 (#8113)
  • ed5cadc Improved Managed Identity JSDocs (#8106)
  • 242f70e Fixed Minor Type Error in BaseManagedIdentitySource.ts (#8107)
  • ef1261f Kmsi Support (#8102)
  • b0bf0a6 Release PR: official (#8104)
  • 58a781f Release PR: official (#8092)
  • 906850d Update e2e-test-utils dependency to use local file reference (#8083)
  • 5ab933a fixed race condition between signin button click and navigation in B2C e2e te...
  • 1e6420e [Native Auth] Introduce the stateType property in state classes for the type ...
  • ffe81ab [Native Auth] Update the logic for detecting phone blocked errors (#8087)
  • Additional commits viewable in compare view

Updates @fluentui/react-components from 9.66.6 to 9.72.4

Release notes

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

@​fluentui/react-components v9.72.3

Minor changes

Patches

Commits
  • 3739359 release: applying package updates - react-components
  • 9d7418b chore(react-charts): update version to react 19 (#35402)
  • c05974f fix(eslint-plugin): add Node to restrictedGlobals in ESLint plugin (#35357)
  • 9dd14c6 chore: migrate to ts 5.7.3 (#35378)
  • 3326f93 chore: migrate apps,examples,devloop to react-dom/client (#35431)
  • 57dc754 Fix: Add missing sortable prop to DataGrid Sort example (#35240)
  • 4498bc0 refactor: migrate VR tests StoryWright steps from decorators to params API (#...
  • adc08ae release: applying package updates - react v8
  • 54f4a26 feat(motion): standardize motion from/to parameters (#35419)
  • 03ffe86 fix(docs): Update broken W3.org links in Table Cell Navigation documentation ...
  • Additional commits viewable in compare view

Updates @fluentui/react-icons from 2.0.305 to 2.0.313

Commits

Updates @keyv/sqlite from 4.0.5 to 4.0.6

Commits

Updates @octokit/types from 14.1.0 to 16.0.0

Release notes

Sourced from @​octokit/types's releases.

v16.0.0

16.0.0 (2025-10-30)

Features

  • add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)

BREAKING CHANGES

  • Removed endpoints

v15.0.2

15.0.2 (2025-10-29)

Bug Fixes

  • update generated file & update dependency node to v24 (#691) (f5f5743)

v15.0.1

15.0.1 (2025-10-20)

Bug Fixes

  • reduce complexity (#687) (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-0a099f818d branch 4 times, most recently from 1fbcaf0 to 30b1dc6 Compare November 3, 2025 16:34
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.31` |
| [@github/copilot](https://github.com/github/copilot-cli) | `0.0.343` | `0.0.353` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.25.0` | `1.28.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` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.0.3` | `10.1.1` |
| [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.1` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.66.6` | `9.72.4` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.305` | `2.0.313` |
| [@keyv/sqlite](https://github.com/jaredwray/keyv) | `4.0.5` | `4.0.6` |
| [@octokit/types](https://github.com/octokit/types.ts) | `14.1.0` | `16.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.3` | `22.18.13` |
| [@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.6` |
| [@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` | `39.0.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.6` | `0.25.11` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.39.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.3.4` | `61.1.11` |
| [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` |
| [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` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.15.2` | `3.14.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.4.3` | `7.5.2` |
| [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.6` |
| [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.31
- [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-code/commits)

Updates `@github/copilot` from 0.0.343 to 0.0.353
- [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.353)

Updates `@google/genai` from 1.25.0 to 1.28.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v1.25.0...v1.28.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 `minimatch` from 10.0.3 to 10.1.1
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.0.3...v10.1.1)

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.1
- [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.1)

Updates `@fluentui/react-components` from 9.66.6 to 9.72.4
- [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.4)

Updates `@fluentui/react-icons` from 2.0.305 to 2.0.313
- [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 16.0.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v14.1.0...v16.0.0)

Updates `@types/node` from 22.16.3 to 22.18.13
- [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.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/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/csv-parse@6.1.0/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 39.0.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...v39.0.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.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.1...v9.39.0)

Updates `eslint-plugin-jsdoc` from 51.3.4 to 61.1.11
- [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.11)

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/mobx-react-lite@4.1.0...mobx-react-lite@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 `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 `rimraf` from 6.0.1 to 6.1.0
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.1...v6.1.0)

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

Updates `tar` from 7.4.3 to 7.5.2
- [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.2)

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.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/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.31
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@github/copilot"
  dependency-version: 0.0.353
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@google/genai"
  dependency-version: 1.28.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: minimatch
  dependency-version: 10.1.1
  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.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.72.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.313
  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: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 22.18.13
  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.6
  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: 39.0.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.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.11
  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: 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: rimraf
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: shiki
  dependency-version: 3.14.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: tar
  dependency-version: 7.5.2
  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.6
  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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-0a099f818d branch from 30b1dc6 to fd954a0 Compare November 3, 2025 17:22
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.

2 participants