Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-dependencies group with 28 updates in the / directory:

Package From To
@modelcontextprotocol/sdk 1.17.2 1.23.0
@vscode/codicons 0.0.33 0.0.43
@vscode/debugadapter 1.63.0 1.68.0
chart.js 4.4.9 4.5.1
express 5.1.0 5.2.0
@types/express 5.0.2 5.0.5
fast-xml-parser 5.2.1 5.3.2
moment 2.29.4 2.30.1
react 18.2.0 19.2.0
@types/react 18.2.28 19.2.7
react-chartjs-2 5.3.0 5.3.1
react-dom 18.2.0 19.2.0
@types/react-dom 18.2.13 19.2.3
zod 3.24.4 4.1.13
@playwright/test 1.56.1 1.57.0
@types/vscode 1.99.1 1.106.1
@typescript-eslint/eslint-plugin 5.62.0 8.48.0
@typescript-eslint/parser 5.62.0 8.48.0
@vscode/debugadapter-testsupport 1.63.0 1.68.0
@vscode/test-electron 2.3.8 2.5.2
@vscode/test-web 0.0.74 0.0.76
esbuild 0.17.19 0.27.0
fast-check 4.1.1 4.3.0
glob 8.1.0 13.0.0
mocha 10.2.0 11.7.5
node 22.17.0 25.2.1
typescript 5.8.3 5.9.3
vscode-tmgrammar-test 0.1.2 0.1.3

Updates @modelcontextprotocol/sdk from 1.17.2 to 1.23.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.23.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.22.0...1.23.0

1.23.0-beta.0

Special Note: zod v4

This beta release adds support for zod v4, a highly requested addition.

Special thanks to @​dclark27 @​colinhacks for all the work on modelcontextprotocol/typescript-sdk#1040 which adds this support while staying backwards compatible with zod v3!

NOTE: if you run into any issues with zod v4 in this SDK please raise an issue! We'll be monitoring actively for any issues while trying to use zod v4 as it's a highly anticipated update. In order to make this upgrade possible we needed to also require v3.25+ for zod v3. You may need to update your version of zod v3 if you've been using an older one. We're also making this a beta release while we get initial feedback on the update here.

What's Changed

... (truncated)

Commits
  • e6c71bb chore: bump package number for release (#1170)
  • 3c50d07 feat: implement SEP-1699 SSE polling via server-side disconnect (#1129)
  • b59a2bd fix: React to upstream RC schema changes for form mode elicitation requests (...
  • 2a55dfd sampling: validate tools, tool_use, tool_result constraints (#1156)
  • 41c6b35 SEP-1613: use.catchall() on inputSchema/outputSchema to support JSON Schema...
  • 0c1cbf0 Bump version to 1.23.0-beta.0 (#1147)
  • 33229a4 Support beta releases by publishing with --tag beta (#1146)
  • 3485a06 Support upscoping on insufficient_scope 403 (#1115)
  • fc4a6ec fix: Connect error in URL elicitation example (#1136)
  • 9df0972 chore: Add deprecated marker to old elicitInput overload (#1142)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by pcarleton, a new releaser for @​modelcontextprotocol/sdk since your current version.


Updates @vscode/codicons from 0.0.33 to 0.0.43

Release notes

Sourced from @​vscode/codicons's releases.

v0.0.43

Changes:

  • #387: Update version to 0.0.43
  • #386: Add download icon and update icon mapping
  • #385: Update file icons for consistency and add forward icon
  • #382: build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
  • #384: Update icon sizes for better rendering
  • #381: Add 'window-active' icon and update icon mapping
  • #376: Update codicons version to 0.0.42

This list of changes was auto generated.

v0.0.42

🎨 Design refresh

In this release, the Codicon icon set has had a facelift. The new icons have been refined with curves, new modifier designs, and more accurate metaphors to make them feel modern, friendly and more legible.

🚀 New icons

Full Changelog: microsoft/vscode-codicons@v0.0.41...v0.0.42

v0.0.41

🚀 New icons

... (truncated)

Commits
  • e87f711 Merge pull request #387 from microsoft/mrleemurray/able-lion-maroon
  • 487d762 fix: update version to 0.0.43 in package.json and package-lock.json
  • d1a9c94 Merge pull request #386 from microsoft/mrleemurray/qualified-swordfish-violet
  • ce5f35e feat: add download icon and update mapping for new icon
  • 9640fa1 Merge pull request #385 from microsoft/mrleemurray/vital-crane-gold
  • 1f8a62d fix: update files icon size to 24x24 for consistency and add new forward icon
  • 3492f19 Merge pull request #382 from microsoft/dependabot/npm_and_yarn/js-yaml-4.1.1
  • 97c1db0 Merge pull request #384 from microsoft/mrleemurray/smoggy-cuckoo-coral
  • 8061713 Update incorrectly sized icons from 18 x 18 to 16 x 16 to improve rendering q...
  • 3258d0f Merge pull request #381 from microsoft/mrleemurray/thick-koi-emerald
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​vscode/codicons since your current version.


Updates @vscode/debugadapter from 1.63.0 to 1.68.0

Commits

Updates chart.js from 4.4.9 to 4.5.1

Release notes

Sourced from chart.js's releases.

v4.5.1

Essential Links

Bugs Fixed

  • #12098 Do not notify plugins after their uninstall function has been called
  • #12096 Sync Doughnut chart legend options to legend plugin
  • #12097 Attempt fixing charts shrinking on certain zoom values in Chrome

Types

  • #12122 fix(types): add drawingArea to RadialLinearScale
  • #12120 fix(types): allow null for line chart point values (#12027)
  • #12099 Add data.datasets[].tooltip.callbacks to Typescript types

Development

  • #12132 Bump version to 4.5.1
  • #12118 Bump actions/setup-node from 4 to 5

Thanks to @​LeeLenaleee, @​anshukushwaha07, @​bojidar-bg, @​dependabot[bot] and dependabot[bot]

v4.5.0

Essential Links

Enhancements

  • #11470 Fix min js two renames
  • #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • #12070 Fix: display stacked bar with multiple x-Axis

Types

  • #12064 Document requirement of 'this' when calling tick formatters

... (truncated)

Commits

Updates express from 5.1.0 to 5.2.0

Release notes

Sourced from express's releases.

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.
Commits

Updates @types/express from 5.0.2 to 5.0.5

Commits

Updates fast-xml-parser from 5.2.1 to 5.3.2

Release notes

Sourced from fast-xml-parser's releases.

upgrade to ESM module and fixing value parsing issues

  • Support ESM modules
  • fix value parsing issues
  • a feature to access tag location is added (metadata)
  • fix to read DOCTYPE correctly

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

5.3.2 / 2025-11-14

  • fix for import statement for v6

5.3.1 / 2025-11-03

5.3.0 / 2025-10-03

  • Use Uint8Array in place of Buffer in Parser

5.2.5 / 2025-06-08

  • Inform user to use fxp-cli instead of in-built CLI feature
  • Export typings for direct use

5.2.4 / 2025-06-06

  • fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE

5.2.3 / 2025-05-11

  • fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE

5.2.2 / 2025-05-05

  • fix (#746): update strnum to fix parsing issues related to enotations

5.2.1 / 2025-04-22

  • fix: read DOCTYPE entity value correctly
  • read DOCTYPE NOTATION, ELEMENT exp but not using read values

5.2.0 / 2025-04-03

5.1.0 / 2025-04-02

  • feat: declare package as side-effect free (#738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

5.0.9 / 2025-03-14

  • fix: support numeric entities with values over 0xFFFF (#726) (By Marc Durdin)
  • fix: update strnum to fix parsing 0 if skiplike option is used

5.0.8 / 2025-02-27

  • fix parsing 0 if skiplike option is used.
    • updating strnum dependency

5.0.7 / 2025-02-25

  • fix (#724) typings for cjs.

5.0.6 / 2025-02-20

... (truncated)

Commits

Updates moment from 2.29.4 to 2.30.1

Changelog

Sourced from moment's changelog.

2.30.1

2.30.0 Full changelog

  • Release Dec 26, 2023
Commits

Updates react from 18.2.0 to 19.2.0

Release notes

Sourced from react's releases.

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:

Bumps the all-dependencies group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.17.2` | `1.23.0` |
| [@vscode/codicons](https://github.com/microsoft/vscode-codicons) | `0.0.33` | `0.0.43` |
| [@vscode/debugadapter](https://github.com/microsoft/vscode-debugadapter-node) | `1.63.0` | `1.68.0` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.9` | `4.5.1` |
| [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.0` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.2` | `5.0.5` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.2.1` | `5.3.2` |
| [moment](https://github.com/moment/moment) | `2.29.4` | `2.30.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.28` | `19.2.7` |
| [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) | `5.3.0` | `5.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `19.2.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.13` | `19.2.3` |
| [zod](https://github.com/colinhacks/zod) | `3.24.4` | `4.1.13` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.99.1` | `1.106.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `8.48.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `8.48.0` |
| [@vscode/debugadapter-testsupport](https://github.com/microsoft/vscode-debugadapter-node) | `1.63.0` | `1.68.0` |
| [@vscode/test-electron](https://github.com/Microsoft/vscode-test) | `2.3.8` | `2.5.2` |
| [@vscode/test-web](https://github.com/microsoft/vscode-test-web) | `0.0.74` | `0.0.76` |
| [esbuild](https://github.com/evanw/esbuild) | `0.17.19` | `0.27.0` |
| [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `4.1.1` | `4.3.0` |
| [glob](https://github.com/isaacs/node-glob) | `8.1.0` | `13.0.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `11.7.5` |
| [node](https://github.com/aredridel/node-bin-gen) | `22.17.0` | `25.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [vscode-tmgrammar-test](https://github.com/PanAeon/vscode-tmgrammar-test) | `0.1.2` | `0.1.3` |



Updates `@modelcontextprotocol/sdk` from 1.17.2 to 1.23.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.17.2...1.23.0)

Updates `@vscode/codicons` from 0.0.33 to 0.0.43
- [Release notes](https://github.com/microsoft/vscode-codicons/releases)
- [Commits](microsoft/vscode-codicons@0.0.33...v0.0.43)

Updates `@vscode/debugadapter` from 1.63.0 to 1.68.0
- [Commits](microsoft/vscode-debugadapter-node@v1.63.0...v1.68.0)

Updates `chart.js` from 4.4.9 to 4.5.1
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.9...v4.5.1)

Updates `express` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.1.0...v5.2.0)

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

Updates `fast-xml-parser` from 5.2.1 to 5.3.2
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.2.1...v5.3.2)

Updates `moment` from 2.29.4 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.4...2.30.1)

Updates `react` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

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

Updates `react-chartjs-2` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases)
- [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md)
- [Commits](reactchartjs/react-chartjs-2@v5.3.0...v5.3.1)

Updates `react-dom` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

Updates `@types/react-dom` from 18.2.13 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `zod` from 3.24.4 to 4.1.13
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.24.4...v4.1.13)

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

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

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

Updates `@types/react-dom` from 18.2.13 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 8.48.0
- [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.48.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.62.0 to 8.48.0
- [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.48.0/packages/parser)

Updates `@vscode/debugadapter-testsupport` from 1.63.0 to 1.68.0
- [Commits](microsoft/vscode-debugadapter-node@v1.63.0...v1.68.0)

Updates `@vscode/test-electron` from 2.3.8 to 2.5.2
- [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-test/commits/v2.5.2)

Updates `@vscode/test-web` from 0.0.74 to 0.0.76
- [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.74...v0.0.76)

Updates `esbuild` from 0.17.19 to 0.27.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](evanw/esbuild@v0.17.19...v0.27.0)

Updates `eslint` from 8.51.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/v8.57.1/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.57.1)

Updates `fast-check` from 4.1.1 to 4.3.0
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.3.0/packages/fast-check)

Updates `glob` from 8.1.0 to 13.0.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v8.1.0...v13.0.0)

Updates `mocha` from 10.2.0 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@v10.2.0...v11.7.5)

Updates `node` from 22.17.0 to 25.2.1
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

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 `vscode-tmgrammar-test` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/PanAeon/vscode-tmgrammar-test/releases)
- [Commits](https://github.com/PanAeon/vscode-tmgrammar-test/commits/v0.1.3)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vscode/codicons"
  dependency-version: 0.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vscode/debugadapter"
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: express
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/express"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: fast-xml-parser
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: moment
  dependency-version: 2.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: react-chartjs-2
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: zod
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/express"
  dependency-version: 5.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/vscode"
  dependency-version: 1.106.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vscode/debugadapter-testsupport"
  dependency-version: 1.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vscode/test-electron"
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@vscode/test-web"
  dependency-version: 0.0.76
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: esbuild
  dependency-version: 0.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 8.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: fast-check
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: glob
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: node
  dependency-version: 25.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vscode-tmgrammar-test
  dependency-version: 0.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
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

Development

Successfully merging this pull request may close these issues.

1 participant