Skip to content

Comments

Bump the all group across 1 directory with 58 updates#3952

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-ea1eb5f025
Open

Bump the all group across 1 directory with 58 updates#3952
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-ea1eb5f025

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Package From To
@anthropic-ai/claude-agent-sdk 0.2.49 0.2.50
@github/copilot 0.0.414 0.0.415
@google/genai 1.25.0 1.42.0
@modelcontextprotocol/sdk 1.26.0 1.27.0
@sinclair/typebox 0.34.41 0.34.48
@vscode/prompt-tsx 0.4.0-alpha.6 0.4.0-alpha.7
@vscode/tree-sitter-wasm 0.0.5-php.2 0.0.5
@xterm/headless 5.5.0 6.0.0
applicationinsights 2.9.7 2.9.8
dompurify 3.3.0 3.3.1
isbinaryfile 5.0.4 6.0.0
lru-cache 11.1.0 11.2.6
minimatch 10.2.1 10.2.2
undici 7.18.2 7.22.0
@azure/msal-node 3.6.3 3.8.8
@fluentui/react-components 9.66.6 9.73.0
@fluentui/react-icons 2.0.305 2.0.319
@keyv/sqlite 4.0.5 4.0.8
@octokit/types 14.1.0 16.0.0
@parcel/watcher 2.5.1 2.5.6
@types/node 22.16.3 22.19.11
@types/picomatch 4.0.0 4.0.2
@typescript-eslint/eslint-plugin 8.36.0 8.56.1
@typescript-eslint/parser 8.36.0 8.56.1
@typescript-eslint/typescript-estree 8.36.0 8.56.1
@vitest/coverage-v8 3.2.4 4.0.18
@vscode/test-cli 0.0.11 0.0.12
@vscode/test-web 0.0.71 0.0.79
@vscode/vsce 3.6.0 3.7.1
csv-parse 6.0.0 6.1.0
dotenv 17.2.0 17.3.1
electron 37.8.0 40.6.0
esbuild 0.25.6 0.27.3
eslint 9.30.1 9.39.3
eslint-plugin-jsdoc 51.3.4 62.7.0
fastq 1.19.1 1.20.1
glob 11.1.0 13.0.6
mobx 6.13.7 6.15.0
mobx-react-lite 4.1.0 4.1.1
open 10.1.2 11.0.0
openai 6.7.0 6.23.0
prettier 3.6.2 3.8.1
rimraf 6.0.1 6.1.3
shiki 1.15.2 3.22.0
sinon 21.0.0 21.0.1
@types/sinon 17.0.4 21.0.0
tar 7.5.8 7.5.9
@types/tar 6.1.13 7.0.87
tsx 4.20.3 4.21.0
typescript 5.8.3 5.9.3
typescript-eslint 8.36.0 8.56.1
vite-plugin-top-level-await 1.5.0 1.6.0
vitest 3.2.4 4.0.18
yaml 2.8.0 2.8.2
yargs 17.7.2 18.0.0

Updates @anthropic-ai/claude-agent-sdk from 0.2.49 to 0.2.50

Release notes

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

v0.2.50

What's changed

  • Updated to parity with Claude Code v2.1.50

Update

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

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

0.2.50

  • Updated to parity with Claude Code v2.1.50
Commits

Updates @github/copilot from 0.0.414 to 0.0.415

Release notes

Sourced from @​github/copilot's releases.

0.0.415

2026-02-23

  • Skill files saved with a UTF-8 BOM (common on Windows editors) now load correctly instead of failing with a frontmatter parse error
  • Custom agents support the model field to specify which model to use, and unknown fields now warn instead of blocking agent load
  • Plan approval menu shows model-curated actions with a recommended option highlighted first, including autopilot+fleet for parallelizable work
  • Env loading indicator no longer hangs indefinitely on MCP startup error or session resume
  • Add show_file tool for presenting code and diffs to the user
  • Add env loading indicator showing skills, MCPs, plugins, ... being loaded
  • MCP tool results with giant single lines are truncated correctly
  • /plugin marketplace add and /plugin install support local paths containing spaces
  • /mcp show groups servers into User, Workspace, Plugins, and Built-in sections and makes all servers navigable
  • Agent now knows which model is powering it when asked
  • Ctrl+A/E cycle through visual lines in wrapped input; Home/End navigate within a visual line; Ctrl+Home/End jump to text boundaries

0.0.415-1

Added

  • Add show_file tool for presenting code and diffs to the user
  • Add env loading indicator showing skills, MCPs, plugins, ... being loaded

Improved

  • /mcp show groups servers into User, Workspace, Plugins, and Built-in sections and makes all servers navigable
  • Agent now knows which model is powering it when asked
  • Ctrl+A/E cycle through visual lines in wrapped input; Home/End navigate within a visual line; Ctrl+Home/End jump to text boundaries

Fixed

  • MCP tool results with giant single lines are truncated correctly
  • /plugin marketplace add and /plugin install support local paths containing spaces

0.0.415-0

Added

  • Add show_file tool for presenting code and diffs to the user

Improved

  • Agent now knows which model is powering it when asked

Fixed

  • /plugin marketplace add and /plugin install support local paths containing spaces
Changelog

Sourced from @​github/copilot's changelog.

0.0.415 - 2026-02-23

  • Skill files saved with a UTF-8 BOM (common on Windows editors) now load correctly instead of failing with a frontmatter parse error
  • Custom agents support the model field to specify which model to use, and unknown fields now warn instead of blocking agent load
  • Plan approval menu shows model-curated actions with a recommended option highlighted first, including autopilot+fleet for parallelizable work
  • Env loading indicator no longer hangs indefinitely on MCP startup error or session resume
  • Add show_file tool for presenting code and diffs to the user
  • Add env loading indicator showing skills, MCPs, plugins, ... being loaded
  • MCP tool results with giant single lines are truncated correctly
  • /plugin marketplace add and /plugin install support local paths containing spaces
  • /mcp show groups servers into User, Workspace, Plugins, and Built-in sections and makes all servers navigable
  • Agent now knows which model is powering it when asked
  • Ctrl+A/E cycle through visual lines in wrapped input; Home/End navigate within a visual line; Ctrl+Home/End jump to text boundaries
Commits

Updates @google/genai from 1.25.0 to 1.42.0

Release notes

Sourced from @​google/genai's releases.

v1.42.0

1.42.0 (2026-02-18)

Features

  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (944ae97)

v1.41.0

1.41.0 (2026-02-10)

Features

  • Add HTTP retry support to the SDK (37d4f2e)
  • Add INCOMPLETE status to Interaction. (519f837)
  • Pass retry options to the underlying Interactions client (086cf82)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (e218add)

v1.40.0

1.40.0 (2026-02-04)

Features

v1.39.0

1.39.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (84bc7f4)
  • Add registerFiles for you can use gcs files with mldev. (7acf3e0)
  • Support distillation tuning (c9a2e72)
  • Support OSS Tuning in GenAI SDK (258f211)

Bug Fixes

  • Add metadata in batch inlined response (0e95bb7)

v1.38.0

1.38.0 (2026-01-20)

Features

  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (be65c24)
  • Allow custom endpoints for authentication with Vertex AI in Typescript (891e32d), closes #1137
  • Update data types from discovery doc. (a16a180)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

1.42.0 (2026-02-18)

Features

  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (944ae97)

1.41.0 (2026-02-10)

Features

  • Add HTTP retry support to the SDK (37d4f2e)
  • Add INCOMPLETE status to Interaction. (519f837)
  • Pass retry options to the underlying Interactions client (086cf82)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (e218add)

1.40.0 (2026-02-04)

Features

  • Update data types from discovery doc. (bad81a7)

1.39.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (84bc7f4)
  • Add registerFiles for you can use gcs files with mldev. (7acf3e0)
  • Support distillation tuning (c9a2e72)
  • Support OSS Tuning in GenAI SDK (258f211)

Bug Fixes

  • Add metadata in batch inlined response (0e95bb7)

1.38.0 (2026-01-20)

Features

  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (be65c24)
  • Allow custom endpoints for authentication with Vertex AI in Typescript (891e32d), closes #1137
  • Update data types from discovery doc. (a16a180)
  • Update data types from discovery doc. (a4eaa8c)

1.37.0 (2026-01-15)

... (truncated)

Commits
  • aba2669 chore(main): release 1.42.0 (#1324)
  • 7bc0428 chore: Make discriminator properties required in Interactions
  • 4ad4126 chore: Add 'p-retry' to Rollup externals.
  • 24fdf50 chore: Downgrade p-retry package requirement to resolve CJS issue
  • 960414e chore: Add type assertions and ignore type overlap in genai libraries
  • 944ae97 feat: Support multimodal embedding for Gemini Embedding 2.0 and support MaaS ...
  • 5bffbaa chore(main): release 1.41.0 (#1310)
  • 519f837 feat: Add INCOMPLETE status to Interaction.
  • 20f8cf4 chore: Clean up possible types for FunctionResult
  • 78b4041 feat: Pass retry options to the underlying Interactions client
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @modelcontextprotocol/sdk from 1.26.0 to 1.27.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.27.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0

Commits
  • 8cbc658 chore: bump version for v1.27.0 (#1541)
  • 5c16ae3 [v1.x] feat(tasks): add streaming methods for elicitation and sampling (#1528)
  • 97ab379 feat: add url property to RequestInfo interface (#1353)
  • 825e9ab feat: backport discoverOAuthServerInfo() and discovery caching to v1.x (#1533)
  • b0cf837 feat: add conformance test infrastructure for v1.x (#1518)
  • See full diff in compare view

Updates @sinclair/typebox from 0.34.41 to 0.34.48

Commits
Maintainer changes

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


Updates @vscode/prompt-tsx from 0.4.0-alpha.6 to 0.4.0-alpha.7

Release notes

Sourced from @​vscode/prompt-tsx's releases.

v0.4.0-alpha.7

Changes:

  • #187: Adding new param phase for gpt models
  • #186: Add .vscode-test to cgIgnoreDirectories in build pipeline
  • #184: Fix security vulnerabilities in diff and lodash dependencies

This list of changes was auto generated.

Commits
  • 7b40ef0 Merge pull request #187 from microsoft/Dileepy/model_h_update
  • c92c23b model_h_updat
  • 5882c52 model_h_updat
  • 369b973 Merge pull request #186 from microsoft/copilot/add-vscode-test-to-cgignore
  • 7aeeb1e Fix security vulnerabilities in diff and lodash dependencies (#184)
  • See full diff in compare view

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 @xterm/headless from 5.5.0 to 6.0.0

Release notes

Sourced from @​xterm/headless's releases.

6.0.0

Features

  • #5453 Add synchronized output support (DEC mode 2026)
  • #5436 add range to IHTMLSerializeOptions
  • #5334 Support shadow dom in webgl renderer
  • #5285 Support detailed ligatures and variants
  • #5251 progress-addon
  • #5234 Add reflowCursorLine option
  • #5224 putty-style ED2 sequence handling as terminal option
  • #5107 Add top/bottom border overview ruler options
    • ⚠️ This is a breaking change, ITerminalOptions.overviewRulerWidth is now a property of ITerminalOptions.overviewRuler
  • #5096 Integrate base/ platform from VS Code and adopt scroll bar
    • ⚠️ This is a potential breaking change, the viewport/scroll bar works very differently now
  • #5092 Add support for ESM via esbuild
  • #5034 Expose onWriteParsed on API
  • #4220 Add support to ANSI OSC52

Fixes

  • #5445 Prefer performance.now() over Date.now()
  • #5437 Prevent entire page from scrolling when scrolling in alt buffer with mouse event off
  • #5423 Clear selection on vertical resize
  • #5411 Fix teleport when exiting out of alt buffer. v2
  • #5391 Bring back partial wheel tracking
  • #5390 Fix scrollbar teleport after exiting alt buffer
  • #5386 fix: ensure that currentRow can not go out of the range
  • #5385 Fix terminal find when wrapped
  • #5355 Add note about reverse tabnapping
  • #5346 Remove alt -> ctrl+arrow hack in favor of embedder-specific solutions
    • ⚠️ This is a breaking change, you will need to add keybindings in your code if you want alt to map to ctrl still
  • #5337 Fix finding terms across wrapped lines
  • #5335 webgl: Ignore alpha channel when allowTransparency is false
  • #5328 Refresh viewport after clear or ED
  • #5305 Fix issue where listeners remain after WebglRenderer throws
  • #5291 Make ProgressAddon.onChange non undefined
  • #5282 Fixed CapsLock triggering input twice in MacOS.
  • #5279 Fixes: #5270 regex case-sensitive should behave like monaco
  • #5278 Handle glyph widths up to the maximum device texture size
  • #5277 Disable ligatures when cursor is in range
  • #5276 Fix selection rendering on ligatures in both renderers
  • #5265 Revert to cursor options after DECSCUSR 0
  • #5263 Make textarea readonly when disableStdin is set
  • #5262 Blend cursorAccent with background too
  • #5260 Blend cursor with background to support alpha in webgl
  • #5253 bug: properly render the terminal when open() is called again
  • #5249 Fix click event bug caused by DomRenderer replaceChildren behavior
  • #5209 Ensure last ligature cell is updated
  • #5208 Set liga font feature when ligatures is enabled
  • #5182 fix #5181

... (truncated)

Commits
  • f447274 Merge pull request #5463 from Tyriar/tyriar/v6
  • f68d1e5 Skip sync output tests for now
  • 30691e8 v6.0.0, bump addon versions, publish unicode graphemes
  • 5fa6325 Merge pull request #5462 from Tyriar/tyriar/deprecated
  • 3571d1f Remove windowsMode in favor of windowsPty
  • ebc0d83 Remove deprecated/unused fastScrollModifier
  • d1c50c1 Merge pull request #5461 from Tyriar/tyriar/glob
  • 92b43bd Remove only
  • a9d3ca1 Merge pull request #5449 from iSuslov/exports/esm-headless-node
  • cb4d1ef Merge pull request #5453 from chrislloyd/feat/synchronized-output
  • Additional commits viewable in compare view

Updates applicationinsights from 2.9.7 to 2.9.8

Commits

Updates dompurify from 3.3.0 to 3.3.1

Release notes

Sourced from dompurify's releases.

DOMPurify 3.3.1

  • Updated ADD_FORBID_CONTENTS setting to extend default list, thanks @​MariusRumpf
  • Updated the ESM import syntax to be more correct, thanks @​binhpv
Commits
  • 6fc446a Merge pull request #1175 from cure53/main
  • 3b3bf91 Merge branch 'main' of github.com:cure53/DOMPurify
  • 9863f41 chore: Preparing 3.3.1 release
  • b4e0295 chore: Preparing 3.3.0 release
  • 077746b build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1170)
  • 4de68bb build(deps): bump actions/checkout from 5 to 6 (#1171)
  • 4c76b6f Use correct ESM import syntax (#1173)
  • 27e8496 Merge pull request #1168 from MariusRumpf/add-forbid-contents
  • a920096 Add ADD_FORBID_CONTENTS setting to extend default list
  • ac64660 Merge pull request #1163 from cure53/dependabot/github_actions/actions/setup-...
  • Additional commits viewable in compare view

Updates isbinaryfile from 5.0.4 to 6.0.0

Release notes

Sourced from isbinaryfile's releases.

v6.0.0

6.0.0 (2025-12-05)

⚠ BREAKING CHANGES

  • add encoding hints

Features

Bug Fixes

  • fix protobuf processing causing index out of range errors (913ecb0)
  • fix protobuf processing causing index out of range errors (d39d2c0)
  • handle errors in isBinaryFile function with try-catch 🐛 (ae76dba)
  • handle errors in isBinaryFile function with try-catch 🐛 (a78a3b8)
  • handle UTF-8 multibyte sequences truncated at buffer boundary (a9d483b)
  • handle UTF-8 multibyte sequences truncated at buffer boundary (4832a7c)
  • update CI workflow triggers for pull requests 🔧 (298e604)
Changelog

Sourced from isbinaryfile's changelog.

6.0.0 (2025-12-05)

⚠ BREAKING CHANGES

  • add encoding hints

Features

Bug Fixes

  • fix protobuf processing causing index out of range errors (913ecb0)
  • fix protobuf processing causing index out of range errors (d39d2c0)
  • handle errors in isBinaryFile function with try-catch 🐛 (ae76dba)
  • handle errors in isBinaryFile function with try-catch 🐛 (a78a3b8)
  • handle UTF-8 multibyte sequences truncated at buffer boundary (a9d483b)
  • handle UTF-8 multibyte sequences truncated at buffer boundary (4832a7c)
  • update CI workflow triggers for pull requests 🔧 (298e604)
Commits
Maintainer changes

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


Updates lru-cache from 11.1.0 to 11.2.6

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
  • ad9c097 11.2.6
  • ac2a7f4 export minified version by default
  • 8a34522 remove dead/commented code from test
  • b89badb 11.2.5
  • 3d1c0ee Preserve fetch promises working in the background
  • 8b04fbe doc: guidance re mocking timers for testing TTL
  • 83b51a7 fix git repo url
  • e4ea6c8 11.2.4
  • 4c6930e consistent prettier setting
  • f29fceb autopurge: also clear timers for eviction, clear()
  • Additional commits viewable in compare view

Updates minimatch from 10.2.1 to 10.2.2

Commits

Updates undici from 7.18.2 to 7.22.0

Release notes

Sourced from undici's releases.

v7.22.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.21.0...v7.22.0

v7.21.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.20.0...v7.21.0

v7.20.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.19.2...v7.20.0

v7.19.2

What's Changed

... (truncated)

Commits
  • 0a23610 Bumped v7.22.0 (#4829)
  • f3c5c61 feat: Support async cache stores in revalidation (#4826)
  • 9b78a44 fix(deduplicate): avoid deduping methods not in methods option (#4818)
  • 0ce57ba build(deps-dev): bump esbuild from 0.25.12 to 0.27.3 (#4821)
  • 2453caf fix: route websocket upgrades through new handler API (#4787)
  • 4658cdf feat(dispatcher/env-http-proxy-agent): strip leading dot and asterisk (#4676)
  • a821c56 fix: use OR operator in includesCredentials per WHATWG URL Standard (#4816)
  • b3326b5 docs: fix syntax highlighting in WebSocket.md (#4814)
  • 393c0da Bumped v7.21.0 (#4813)
  • 47f9b96 fix: set finalizer only for fetch responses (#4803)
  • Additional commits viewable in compare view

Updates @azure/msal-node from 3.6.3 to 3.8.8

Release notes

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

@​azure/msal-node v3.8.8

3.8.8

Mon, 23 Feb 2026 16:28:24 GMT

Patches

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

@​azure/msal-node v3.8.7

3.8.7

Tue, 10 Feb 2026 22:19:29 GMT

Patches

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

@​azure/msal-node v3.8.6

3.8.6

Sat, 17 Jan 2026 01:12:52 GMT

Patches

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

@​azure/msal-node v3.8.5

3.8.5

Tue, 13 Jan 2026 14:23:32 GMT

Patches

  • Track ApiId when setting/getting accounts (thomas.norling@microsoft.com)
  • Bump @​azure/msal-common to v15.14.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.8.4

3.8.4

Thu, 04 Dec 2025 05:46:37 GMT

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-ea1eb5f025 branch 2 times, most recently from 3d91326 to 58a1503 Compare February 24, 2026 03:23
Bumps the all group with 55 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.49` | `0.2.50` |
| [@github/copilot](https://github.com/github/copilot-cli) | `0.0.414` | `0.0.415` |
| [@google/genai](https://github.com/googleapis/js-genai) | `1.25.0` | `1.42.0` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.26.0` | `1.27.0` |
| [@sinclair/typebox](https://github.com/sinclairzx81/typebox-legacy) | `0.34.41` | `0.34.48` |
| [@vscode/prompt-tsx](https://github.com/microsoft/vscode-prompt-tsx) | `0.4.0-alpha.6` | `0.4.0-alpha.7` |
| [@vscode/tree-sitter-wasm](https://github.com/Microsoft/vscode-tree-sitter-wasm) | `0.0.5-php.2` | `0.0.5` |
| [@xterm/headless](https://github.com/xtermjs/xterm.js) | `5.5.0` | `6.0.0` |
| [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) | `2.9.7` | `2.9.8` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.0` | `3.3.1` |
| [isbinaryfile](https://github.com/gjtorikian/isBinaryFile) | `5.0.4` | `6.0.0` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.1.0` | `11.2.6` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.1` | `10.2.2` |
| [undici](https://github.com/nodejs/undici) | `7.18.2` | `7.22.0` |
| [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.6.3` | `3.8.8` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.66.6` | `9.73.0` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.305` | `2.0.319` |
| [@keyv/sqlite](https://github.com/jaredwray/keyv) | `4.0.5` | `4.0.8` |
| [@octokit/types](https://github.com/octokit/types.ts) | `14.1.0` | `16.0.0` |
| [@parcel/watcher](https://github.com/parcel-bundler/watcher) | `2.5.1` | `2.5.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.16.3` | `22.19.11` |
| [@types/picomatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/picomatch) | `4.0.0` | `4.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.36.0` | `8.56.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.36.0` | `8.56.1` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.36.0` | `8.56.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.18` |
| [@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.79` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.6.0` | `3.7.1` |
| [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.3.1` |
| [electron](https://github.com/electron/electron) | `37.8.0` | `40.6.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.6` | `0.27.3` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.39.3` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.3.4` | `62.7.0` |
| [fastq](https://github.com/mcollina/fastq) | `1.19.1` | `1.20.1` |
| [glob](https://github.com/isaacs/node-glob) | `11.1.0` | `13.0.6` |
| [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` | `11.0.0` |
| [openai](https://github.com/openai/openai-node) | `6.7.0` | `6.23.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.3` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.15.2` | `3.22.0` |
| [sinon](https://github.com/sinonjs/sinon) | `21.0.0` | `21.0.1` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.4` | `21.0.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.8` | `7.5.9` |
| [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) | `6.1.13` | `7.0.87` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.21.0` |
| [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.56.1` |
| [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.18` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.0` | `2.8.2` |
| [yargs](https://github.com/yargs/yargs) | `17.7.2` | `18.0.0` |



Updates `@anthropic-ai/claude-agent-sdk` from 0.2.49 to 0.2.50
- [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.49...v0.2.50)

Updates `@github/copilot` from 0.0.414 to 0.0.415
- [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.414...v0.0.415)

Updates `@google/genai` from 1.25.0 to 1.42.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.42.0)

Updates `@modelcontextprotocol/sdk` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0)

Updates `@sinclair/typebox` from 0.34.41 to 0.34.48
- [Commits](https://github.com/sinclairzx81/typebox-legacy/commits/0.34.48)

Updates `@vscode/prompt-tsx` from 0.4.0-alpha.6 to 0.4.0-alpha.7
- [Release notes](https://github.com/microsoft/vscode-prompt-tsx/releases)
- [Changelog](https://github.com/microsoft/vscode-prompt-tsx/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-prompt-tsx@v0.4.0-alpha.6...v0.4.0-alpha.7)

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 `@xterm/headless` from 5.5.0 to 6.0.0
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@5.5.0...6.0.0)

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 `dompurify` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.0...3.3.1)

Updates `isbinaryfile` from 5.0.4 to 6.0.0
- [Release notes](https://github.com/gjtorikian/isBinaryFile/releases)
- [Changelog](https://github.com/gjtorikian/isBinaryFile/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/isBinaryFile@5.0.4...v6.0.0)

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

Updates `minimatch` from 10.2.1 to 10.2.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.1...v10.2.2)

Updates `undici` from 7.18.2 to 7.22.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.18.2...v7.22.0)

Updates `@azure/msal-node` from 3.6.3 to 3.8.8
- [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.8)

Updates `@fluentui/react-components` from 9.66.6 to 9.73.0
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.6...@fluentui/react-components_v9.73.0)

Updates `@fluentui/react-icons` from 2.0.305 to 2.0.319
- [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `@keyv/sqlite` from 4.0.5 to 4.0.8
- [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 `@parcel/watcher` from 2.5.1 to 2.5.6
- [Release notes](https://github.com/parcel-bundler/watcher/releases)
- [Commits](parcel-bundler/watcher@v2.5.1...v2.5.6)

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

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 `@typescript-eslint/eslint-plugin` from 8.36.0 to 8.56.1
- [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.56.1/packages/eslint-plugin)

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

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

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/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.79
- [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.79)

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

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.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.3.1)

Updates `electron` from 37.8.0 to 40.6.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v37.8.0...v40.6.0)

Updates `esbuild` from 0.25.6 to 0.27.3
- [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.27.3)

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

Updates `eslint-plugin-jsdoc` from 51.3.4 to 62.7.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v51.3.4...v62.7.0)

Updates `fastq` from 1.19.1 to 1.20.1
- [Release notes](https://github.com/mcollina/fastq/releases)
- [Commits](mcollina/fastq@v1.19.1...v1.20.1)

Updates `glob` from 11.1.0 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.1.0...v13.0.6)

Updates `keyv` from 5.3.4 to 5.6.0
- [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.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.1...v11.7.5)

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

Updates `openai` from 6.7.0 to 6.23.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@v6.7.0...v6.23.0)

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

Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.1)

Updates `rimraf` from 6.0.1 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.1...v6.1.3)

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

Updates `sinon` from 21.0.0 to 21.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.0.0...v21.0.1)

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

Updates `tar` from 7.5.8 to 7.5.9
- [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.5.8...v7.5.9)

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

Updates `tsx` from 4.20.3 to 4.21.0
- [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.21.0)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

Updates `typescript-eslint` from 8.36.0 to 8.56.1
- [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.56.1/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.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

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

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-agent-sdk"
  dependency-version: 0.2.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@github/copilot"
  dependency-version: 0.0.415
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@google/genai"
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.34.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vscode/prompt-tsx"
  dependency-version: 0.4.0-alpha.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@xterm/headless"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: dompurify
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: isbinaryfile
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: lru-cache
  dependency-version: 11.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: undici
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@azure/msal-node"
  dependency-version: 3.8.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.73.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.319
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@keyv/sqlite"
  dependency-version: 4.0.8
  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: "@parcel/watcher"
  dependency-version: 2.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 22.19.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  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.79
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vscode/vsce"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: electron
  dependency-version: 40.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: esbuild
  dependency-version: 0.27.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.39.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: fastq
  dependency-version: 1.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: keyv
  dependency-version: 5.6.0
  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.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: open
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: openai
  dependency-version: 6.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: playwright
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: shiki
  dependency-version: 3.22.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: sinon
  dependency-version: 21.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/sinon"
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/tar"
  dependency-version: 7.0.87
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.56.1
  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.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: yaml
  dependency-version: 2.8.2
  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-ea1eb5f025 branch from 58a1503 to 583c452 Compare February 24, 2026 03:50
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