24be8b3cb4
chore: npm audit fix ( #326903 )
...
Co-authored-by: Dmitriy Vasyura <dmitriv@microsoft.com >
2026-07-22 09:23:06 -07:00
acb35ed96a
build(deps): bump body-parser from 2.2.1 to 2.3.0 in /test/mcp ( #326743 )
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-version: 2.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-20 18:44:26 -07:00
Dirk Bäumer and GitHub
7e4e91cab4
Adapt to TypeScript 7 ( #325757 )
...
* Adapt TypeScript 7
* Ensure that we always call TS7 from spawnTsgo
* Fix package lock file
* tsc - tsc6
* More tsc -> tsc6
* More TSGO conversion
* More moves from tsgo -> tsc
* Fix tsgo resolving in extension folder
* Call TS7 compiler directly
* Update package-lock.json
* Remove tsc:version again
2026-07-14 12:34:04 +02:00
4b6f5e55bb
chore: bump electron@42.5.0 ( #321629 )
...
* chore: bump electron@42.4.0
* chore: apply temp dir workaround for short paths
* chore: use 24.15.x for CI node
* chore: update nodejs build
* chore: bump electron@42.5.0
* fix: unblock playwright install on node 24.17
Node 24.16+ made Readable pause()/resume() a no-op on destroyed streams
which makes yauzl 2.x / extract-zip 2.x and older playwright extraction
hang forever.
- extensions/copilot: add "yauzl": "^3.3.1" override (was missed by #318682 )
so electron and @vscode/vsce no longer resolve the broken yauzl 2.10, fixing the
hung `npm ci` in the Copilot and Extract chat-lib pipelines.
- extensions/copilot: bump electron ^39.8.5 -> ^42.5.0 so its install
script uses the native @electron-internal/extract-zip instead of extract-zip.
- bump @playwright/test ^1.56.1 -> ^1.61.1 so `playwright install`
uses the fixed extractor, unblocking the "Download Electron and
Playwright" step in all electron test pipelines.
* chore: update build
* agentHost: fix macOS sandbox smoke sentinel parsing
On macOS CI, the AgentHost sandbox smoke test resolves the shell to
/bin/sh, which uses the sentinel-based completion path. In that path, the
parser could consume the echoed sentinel command text
(`<<<COPILOT_SENTINEL_..._EXIT_$?>>>`) before the real numeric marker
arrived, causing a false `Exit code: -1` failure even though the command
later completed successfully.
Harden the sentinel parser to ignore echoed/non-numeric sentinel text
and use the latest complete numeric marker instead. Also force the
macOS AgentHost sandbox smoke test to use /bin/sh and assert that in the
suite log so local runs exercise the same path as CI.
Adds a regression test for echoed sentinel command text.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* chore: update screenshot baseline after playwright bump
* chore: bump distro
* chore: fix typecheck
* chore: bump distro
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-29 13:53:48 +00:00
321cfba1d3
Bump form-data from 4.0.4 to 4.0.6 in /test/mcp ( #321699 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.4...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-17 09:02:47 -07:00
Raymond Zhao and GitHub
42b70f5d09
chore: run npm audit fix ( #321005 )
2026-06-11 19:38:19 +00:00
Robo and GitHub
8748be1f1a
feat: update to Electron v42 ( #316661 )
...
* feat: update to Electron v42
* chore: drop support for arm 32-bit server
* chore: update types/node to v24.x
* chore: temporarily lock the target version for build/
* chore: update v8-source-location.patch
* chore: fix clippy
* chore: cleanup armhf server ci config
* fix: broken lock file
* fix: c++ version requirement for sysroot builds
* fix: msvc compilation of native modules
* fix: handle rejections for fire-and-forget loadurl
* fix: windows build
* ci: fix teardown of daemon process on windows
```
2026-05-15T20:55:09.7717127Z Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
```
* chore: update deb and rpm dependencies
* chore: update version info
* spec: improve reliablity of offscreencanvas tests
* spec: retry EPERM failures on teardown
* chore: update x86_64 rpm deps
* ci: exclude server binskim for armhf
* temp: bump distro
* test: ignore deprecation warnings treated as errors
* chore: update lockfile
* fix: externalize electron from auth extension bundles
Error: Cannot find module 'c:\Users\cloudtest\AppData\Local\Temp\vscode-sanityQvCaze\vscode-server-win32-x64-web\extensions\github-authentication\dist\install.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1476:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1049:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1073:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1094:12)
at Module._load (node:internal/modules/cjs/loader:1262:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v24.15.0
* test: make wsl sanity tests reliable
* chore: bump electron@42.1.0
* temp: bump distro
* chore: bump electron@42.2.0
* chore: bump distro
* chore: update debian dependencies
* Revert "test: make wsl sanity tests reliable"
This reverts commit b3f2b63e83 .
* test: do not fail for deprecation warnings
* chore: patch node24 server binary for wsl1
* chore: address review feedback
* chore: revert global navigation error handler in browserview
* chore: bump distro
2026-05-27 14:57:41 +02:00
daa3e616eb
build(deps): bump qs from 6.14.2 to 6.15.2 in /test/mcp ( #318052 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.2 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-22 14:41:26 -07:00
6086862bc3
Bump hono from 4.12.14 to 4.12.18 in /test/mcp ( #315427 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.14 to 4.12.18.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.14...v4.12.18 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.18
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2026-05-12 11:04:39 -07:00
7dc0a5cd66
Bump fast-uri from 3.1.0 to 3.1.2 in /test/mcp ( #315398 )
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2026-05-12 17:35:09 +00:00
Raymond Zhao and GitHub
6c2aba20dc
chore: npm audit fix ( #314855 )
2026-05-07 07:33:46 +00:00
717d2a30e1
Bump hono from 4.12.12 to 4.12.14 in /test/mcp ( #310374 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.12 to 4.12.14.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 23:21:27 +00:00
eb014b61a9
Bump hono from 4.12.7 to 4.12.12 in /test/mcp ( #308404 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.7 to 4.12.12.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.7...v4.12.12 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 09:21:23 -07:00
4a5375b296
Bump @hono/node-server from 1.19.10 to 1.19.13 in /test/mcp ( #308403 )
...
Bumps [@hono/node-server](https://github.com/honojs/node-server ) from 1.19.10 to 1.19.13.
- [Release notes](https://github.com/honojs/node-server/releases )
- [Commits](https://github.com/honojs/node-server/compare/v1.19.10...v1.19.13 )
---
updated-dependencies:
- dependency-name: "@hono/node-server"
dependency-version: 1.19.13
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 09:21:20 -07:00
8c61afa367
Bump path-to-regexp from 8.2.0 to 8.4.0 in /test/mcp ( #305927 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) from 8.2.0 to 8.4.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.2.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-version: 8.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2026-03-30 17:07:01 +00:00
fca9a7879f
Bump picomatch from 4.0.3 to 4.0.4 in /test/mcp ( #304949 )
...
Bumps [picomatch](https://github.com/micromatch/picomatch ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/micromatch/picomatch/releases )
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2026-03-27 14:14:17 -07:00
85b620af6b
Bump hono from 4.12.5 to 4.12.7 in /test/mcp ( #300620 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.5 to 4.12.7.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.5...v4.12.7 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-11 09:31:33 -07:00
7b4ba7d093
Bump express-rate-limit from 8.2.1 to 8.3.0 in /test/mcp ( #299836 )
...
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit ) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases )
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.2.1...v8.3.0 )
---
updated-dependencies:
- dependency-name: express-rate-limit
dependency-version: 8.3.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 10:51:20 -07:00
3487365a09
Bump hono from 4.12.3 to 4.12.5 in /test/mcp ( #299285 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.3 to 4.12.5.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.3...v4.12.5 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com >
2026-03-05 18:11:06 +00:00
21ebaf37a1
Bump @hono/node-server from 1.19.9 to 1.19.10 in /test/mcp ( #299283 )
...
Bumps [@hono/node-server](https://github.com/honojs/node-server ) from 1.19.9 to 1.19.10.
- [Release notes](https://github.com/honojs/node-server/releases )
- [Commits](https://github.com/honojs/node-server/compare/v1.19.9...v1.19.10 )
---
updated-dependencies:
- dependency-name: "@hono/node-server"
dependency-version: 1.19.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 21:58:26 +00:00
Raymond Zhao and GitHub
6c485b90d5
chore: run npm audit fix ( #298839 )
2026-03-03 09:45:17 -08:00
Ben Villalobos and GitHub
9ba3e6af04
Revert "Bump hono from 4.12.0 to 4.12.3 in /test/mcp" ( #298137 )
...
Revert "Bump hono from 4.12.0 to 4.12.3 in /test/mcp (#298076 )"
This reverts commit 4ce5eb1a83 .
2026-02-27 01:35:36 +00:00
4ce5eb1a83
Bump hono from 4.12.0 to 4.12.3 in /test/mcp ( #298076 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.12.0 to 4.12.3.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.12.0...v4.12.3 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 15:47:44 -08:00
0bafbc18b3
Bump hono from 4.11.7 to 4.12.0 in /test/mcp ( #296460 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.11.7 to 4.12.0.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.11.7...v4.12.0 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.12.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-23 15:58:16 +01:00
dependabot[bot] and GitHub
8c2e00c9e0
Bump ajv from 8.17.1 to 8.18.0 in /test/mcp
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0 )
---
updated-dependencies:
- dependency-name: ajv
dependency-version: 8.18.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-17 16:58:51 +00:00
a3e466a735
Bump qs from 6.14.1 to 6.14.2 in /test/mcp ( #295038 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-12 13:46:31 -08:00
fee2867942
Bump @modelcontextprotocol/sdk from 1.25.2 to 1.26.0 in /test/mcp ( #292929 )
...
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk ) from 1.25.2 to 1.26.0.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases )
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.25.2...v1.26.0 )
---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
dependency-version: 1.26.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-06 18:54:04 +00:00
d0e516655a
fix: rename product executable on macOS ( #291948 )
...
* fix: rename product executable name on macOS
* chore: update test/automation/src/electron.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: update test/automation/src/electron.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: rename in additional places
* chore: rename in code-perf.js
* chore: create symlink for backwards compatibility
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-03 14:50:21 -08:00
Robo and GitHub
2bf84bff1b
chore: update missing lock file changes ( #292584 )
2026-02-03 16:23:02 +00:00
Tyler James Leonhardt and GitHub
c8d90ab45f
Get rid of dependency on playwright-mcp ( #292432 )
2026-02-02 23:16:17 -08:00
5366853409
Support multi window scenarios in vscode mcp server ( #289250 )
...
* Add window management tools for multi-window support
* Refactor window management tools to remove title references and simplify responses
* Refactor PlaywrightDriver to use readonly page property and remove _currentPage references
* Update test/mcp/src/automationTools/windows.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix URL matching and CDP session handling in multi-window support (#289261 )
* Initial plan
* Address code review feedback: improve URL matching and CDP session handling
- Improve URL matching in switchToWindow to prefer exact matches before substring matches
- Clear CDP session when switching windows to prevent using stale sessions
- Add comprehensive documentation explaining the matching strategy and CDP session behavior
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com >
* Add automation tools for window interactions and update multiplex server configuration
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com >
2026-02-02 16:11:12 -08:00
Matt Bierner
ee01088b74
Update roots
2026-01-30 13:12:58 -08:00
Robo and GitHub
9f5995dd3f
ci: restore reliability of terrapin check ( #291484 )
...
* ci: remove continueOnError setting
* fix: misconfigured peerdepedency setting for subfolders during postinstall
* fix: restore package lock urls for reliable git check
2026-01-28 22:13:32 -08:00
mrleemurray
238fb89e3b
Update editor widget background opacity and enhance tab shadow effects
2026-01-26 10:49:52 +00:00
Tyler James Leonhardt and GitHub
52bc869c5d
Allow passing in an extension to debug ( #290306 )
...
So that the automation can debug an extension
2026-01-26 01:50:20 +00:00
0b53fd0e1d
Fix Playwright MCP invalid JSON schema for tuple parameters ( #288464 )
...
* Initial plan
* Fix invalid JSON schema for settings tool using z.tuple()
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com >
2026-01-16 21:14:29 +00:00
Benjamin Pasero and GitHub
563f788ca9
deps - check in a package.lock ( #288233 )
2026-01-16 07:19:00 +01:00
Benjamin Pasero and GitHub
347d4b374b
chore - add hono package version 4.11.4 ( #288032 )
2026-01-15 14:02:40 +01:00
Peng Lyu and GitHub
e64d58389d
vscode mcp: support custom workspace path; enable restart tool ( #286297 )
...
* vscode mcp: support specifying workspace path; enable restart tool
* fix: include workspace path in launch options for browser
* fix: ensure workspace path is set for tests requiring a workspace
* Address PR review comments: support optional workspace path
* fix: standardize workspace path variable naming in tests
* fix: fallback to rootPath for workspacePath in CI environments
2026-01-13 16:38:31 -08:00
9ea3725fc6
Bump @modelcontextprotocol/sdk from 1.24.0 to 1.25.2 in /test/mcp ( #286391 )
...
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk ) from 1.24.0 to 1.25.2.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases )
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.0...v1.25.2 )
---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
dependency-version: 1.25.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-07 17:01:09 -08:00
db52340cd8
Bump @playwright/mcp from 0.0.37 to 0.0.40 in /test/mcp ( #286425 )
...
Bumps [@playwright/mcp](https://github.com/microsoft/playwright-mcp ) from 0.0.37 to 0.0.40.
- [Release notes](https://github.com/microsoft/playwright-mcp/releases )
- [Commits](https://github.com/microsoft/playwright-mcp/compare/v0.0.37...v0.0.40 )
---
updated-dependencies:
- dependency-name: "@playwright/mcp"
dependency-version: 0.0.40
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-07 14:50:00 -08:00
a682122d56
Bump qs from 6.14.0 to 6.14.1 in /test/mcp ( #285589 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.0 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 15:52:15 +01:00
Ladislau Szomoru and GitHub
dd65f0c5ef
Engineering - switch from npm-run-all to npm-run-all2 ( #284087 )
...
* Introduce compilation error
* Engineering - limit the tasks that we run
* Limit available memory to simulate an OOM
* Try to update the task
* Remove the use of npm-run-all
* Fix script
* Another try
* Try npm-run-all2
* Restore tasks, keep npm-run-all2
* Switch from npm-run-all to npm-run-all2
* Revert changes that were used for testing
2026-01-05 15:49:42 +01:00
53df02fb55
Bump express from 5.1.0 to 5.2.1 in /test/mcp ( #280440 )
...
Bumps [express](https://github.com/expressjs/express ) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.2.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 10:10:45 +00:00
19e4c04dea
Bump @modelcontextprotocol/sdk from 1.18.1 to 1.24.0 in /test/mcp ( #280663 )
...
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk ) from 1.18.1 to 1.24.0.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases )
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.18.1...1.24.0 )
---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
dependency-version: 1.24.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 10:45:24 +01:00
Raymond Zhao and GitHub
41997d514d
chore: npm audit fix ( #279437 )
...
* chore: npm audit fix
* chore: npm audit fix in extensions
* chore: npm audit fix in tests
* Catch last few
2025-11-25 20:29:09 +00:00
Tyler James Leonhardt and GitHub
7dbfd43384
Fix vscode-playwright-mcp building & improve tools listed in demonstrate ( #278856 )
...
1. the mcp server wasn't working... perhaps due to our js -> ts build move... or a bump in a npm package. Either way, good now.
2. I list out all tools across Copilot CLI & VS Code that would apply in this case... there's some overlap for sure... but I want to make sure we're golden for any renamed tools situations.
2025-11-21 20:31:14 +00:00
Tyler James Leonhardt and GitHub
b01211dec2
Add tool for searching settings UI ( #274920 )
...
* Add tool for searching settings UI
Since the input box is a monaco editor, it struggles.
* push
2025-11-04 00:28:26 +00:00
Bryan Chen
d3bdc2e8d5
Fixed error in starting mcp server on windows
2025-10-31 14:22:31 -07:00
Tyler James Leonhardt and GitHub
bc5f6481a5
Enable tracing ( #274203 )
...
* Enable tracing
So that we can upload traces instead of just videos.
* feedback
2025-10-30 23:19:54 +00:00