Bump @types/vscode from 1.125.0 to 1.134.0 - #2748
Bump @types/vscode from 1.125.0 to 1.134.0#2748Akanksha Jain (jainakanksha-msft) merged 4 commits into
Conversation
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.125.0 to 1.134.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.134.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Copilot This PR was opened by Dependabot. Please take it the rest of the way before it's ready for human review:
|
Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com>
Done. Summary:
Why it matters / risk if not applied: keeps the VS Code extension type checking in sync with the actual VS Code API surface (1.134.0), catching future API drift/deprecations at compile time. Risk of skipping: type-checking would eventually miss removed/changed VS Code APIs, only surfacing as runtime failures in the extension. Risk of applying: minimal — it's dev-only and doesn't ship in the runtime package. Self-rating: 9/10 — correctness, build/lint health, and changelog accuracy are solid; docking one point since there's no new dedicated test artifact (not warranted here given the change is types-only with no behavior to test). |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
Previously missed (1) — in code that hasn't changed since the last review.
ChangeLog.md:31
- The changelog lists two separate
@types/vscodebumps (1.103.0→1.125.0 and 1.125.0→1.134.0) within the same release section, which is redundant and makes the final net change unclear. Consider consolidating into a single entry reflecting the overall bump for this release.
- Bumped `@types/vscode` dev dependency from 1.103.0 to 1.125.0.
- Bumped `tedious` from 18.6.2 to 20.0.0.
- Bumped `@types/vscode` dev dependency from 1.125.0 to 1.134.0. No source changes were required as the VS Code extension code (`src/extension.ts`, `src/common/VSC*.ts`) continues to build cleanly against the newer API type definitions.
Copilot, please take care of this suppressed comment and make a single entry with concise info |
Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com>
... Consolidated the two |
Updated various dev dependencies and configuration files to support new versions, including TypeScript, ESLint, and application insights. Removed deprecated dependencies and added support for new service API versions.
| - Bumped `eslint` dev dependency from 8.57.1 to 10.8.1 and migrated ESLint configuration from legacy `.eslintrc.js` to the flat config format (`eslint.config.js`) required by ESLint v9+. Added `@eslint/js` and `globals` as dev dependencies to support the flat config. | ||
| - Bumped `applicationinsights` from 3.15.1 to 3.16.0 to address CVE-2026-54285. | ||
| - Bumped `@types/vscode` dev dependency from 1.103.0 to 1.125.0. | ||
| - Bumped `@types/vscode` dev dependency from 1.103.0 to 1.134.0. |
Bumps @types/vscode from 1.125.0 to 1.134.0.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)