build(deps-dev): bump the dev-dependencies group across 1 directory with 10 updates - #280
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…ith 10 updates Bumps the dev-dependencies group with 9 updates in the /vscode-extension directory: | Package | From | To | | --- | --- | --- | | [@github/copilot-sdk](https://github.com/github/copilot-sdk) | `0.2.0` | `1.0.9` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.1` | `8.66.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `26.2.0` | | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.110.0` | `1.125.0` | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.7.1` | `3.9.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.28.1` | `0.28.2` | | [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.8.1` | | [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.9.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` | Updates `@github/copilot-sdk` from 0.2.0 to 1.0.9 - [Release notes](https://github.com/github/copilot-sdk/releases) - [Changelog](https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md) - [Commits](github/copilot-sdk@v0.2.0...v1.0.9) Updates `@typescript-eslint/eslint-plugin` from 8.57.1 to 8.66.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.66.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.57.1 to 8.67.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.67.0/packages/parser) Updates `@types/node` from 25.5.0 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/vscode` from 1.110.0 to 1.125.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `@vscode/vsce` from 3.7.1 to 3.9.2 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.7.1...v3.9.2) Updates `esbuild` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.1...v0.28.2) Updates `eslint` from 10.0.3 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.3...v10.8.1) Updates `globals` from 17.4.0 to 17.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.4.0...v17.9.0) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@github/copilot-sdk" dependency-version: 1.0.9 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/vscode" dependency-version: 1.125.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vscode/vsce" dependency-version: 3.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
Harald Kirschner (digitarald) and
Pierce Boggan (pierceboggan)
as code owners
August 12, 2026 05:54
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates VS Code extension development toolchain dependencies to newer versions.
Changes:
- Bumped
@github/copilot-sdkto^1.0.9 - Updated TypeScript/ESLint-related tooling and type packages (
@typescript-eslint/*,@types/*,eslint,globals) - Updated build/publish tooling (
esbuild,@vscode/vsce)
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+317
to
318
| "@typescript-eslint/eslint-plugin": "^8.66.0", | ||
| "@typescript-eslint/parser": "^8.56.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 9 updates in the /vscode-extension directory:
0.2.01.0.98.57.18.66.025.5.026.2.01.110.01.125.03.7.13.9.20.28.10.28.210.0.310.8.117.4.017.9.05.9.37.0.2Updates
@github/copilot-sdkfrom 0.2.0 to 1.0.9Release notes
Sourced from @github/copilot-sdk's releases.
... (truncated)
Changelog
Sourced from @github/copilot-sdk's changelog.
... (truncated)
Commits
cc8c7f2sdk: Expose disabled MCP servers across languages (#2260)6ce0afcdocs: add citations guide (#2267)737551bdocs: update Go and Rust API links (#2266)e787639fix: Java README version stuck at 1.0.5-01; release sed regex can't match num...2b050d7Add userPromptTransformed hook to all SDKs (#2254)70bb9a1Fix active Node and Rust replay E2E flakes (#2186)dba8f83Parallelize Python and Windows .NET CI tests (#2251)53f3a45docs: replace removedsession.idle.backgroundTasksfield with the current `...ddf11bcbuild(deps-dev): bump postcss from 8.5.15 to 8.5.25 in /test/harness (#2252)69f2a46docs: move SDK development guidance to local READMEs (#2253)Updates
@typescript-eslint/eslint-pluginfrom 8.57.1 to 8.66.0Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
e51b11bchore(release): publish 8.66.020cb15echore(eslint-plugin): split prefer-optional-chain.test.ts in multiple files (...780a8c5docs(eslint-plugin): [member-ordering] add lacking commas in default member t...08dd427fix(eslint-plugin): [class-literal-property-style] preserve type annotations ...6be25d3fix(eslint-plugin): [no-unnecessary-type-parameters] check MappedType key rem...8826d0efix(eslint-plugin): [no-useless-default-assignment] don't report defaults use...7aecc1cfix(eslint-plugin): [prefer-nullish-coalescing] handle shadowed Boolean calls...5ffa760fix(eslint-plugin): [no-unnecessary-type-conversion] ignore shadowed built-in...f282f84chore(eslint-plugin): fix alleslint-plugin/require-test-error-positions(#...c8cafa4docs: [unified-signatures] caveats regarding signatures merging (#12581)Updates
@typescript-eslint/parserfrom 8.57.1 to 8.67.0Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
20a261fchore(release): publish 8.67.03b155bbchore: use typescript 7 for typechecking (#12601)e51b11bchore(release): publish 8.66.063ba81bchore(release): publish 8.65.0eaf4576feat: add warning when TS 7 is detected (#12529)d8f1044feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...0d06406chore: add attw validation to repo (#12437)c2386e4chore(deps): update dependency prettier to v3.9.5 (#12486)414d9abchore(release): publish 8.64.0290cf6cchore(release): publish 8.63.0Updates
@types/nodefrom 25.5.0 to 26.2.0Commits
Updates
@types/vscodefrom 1.110.0 to 1.125.0Commits
Updates
@vscode/vscefrom 3.7.1 to 3.9.2Release notes
Sourced from @vscode/vsce's releases.
... (truncated)
Commits
f7501f2fix: skip APIScan (#1283)7cd3244chore: bump CI to Node 22 and fix build (#1282)df1a68eBump theuuidtest fixture version to100.0.0(#1279)3a5786eMerge pull request #1278 from microsoft/dependabot/npm_and_yarn/tmp-0.2.64954e08Bump tmp from 0.2.4 to 0.2.654dce87Bump qs from 6.14.2 to 6.15.2 (#1277)86fc2d6Bump uuid and@azure/msal-node(#1276)4699582Run npm audit fix and update lockfile (#1274)e003a0aMerge pull request #1272 from microsoft/dependabot/npm_and_yarn/fast-uri-3.1.274ab7a9Bump fast-uri from 3.0.6 to 3.1.2Updates
esbuildfrom 0.28.1 to 0.28.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
609683dpublish 0.28.2 to npm11b1fe4add to release notesab50d91css: fix green/blue channel swap in oklch gamut mapping (#4488)04627b6fix #4498:asyncTLA checks need a worklist5c15177disablegoplsin thegofolderfc2ee9bcss: adjust parser to allow--foo: {...}209db54release notes for css nesting bugfixc625d31fix #4497: preserve nested ampersands during minification (#4500)34474e2better isolation of current part in js parser07f6e8cfix #4507:importassignment tree-shaking bugUpdates
eslintfrom 10.0.3 to 10.8.1Release notes
Sourced from eslint's releases.
... (truncated)
Commits