CHANGE @W-22462048@ Update VS Code extension dependencies (minor/patch versions) - #362
Merged
nikhil-mittal-165 merged 1 commit intoJul 28, 2026
Conversation
…h versions) Update the following dependencies to their latest minor/patch versions: - @salesforce/vscode-service-provider: 1.5.3 → 1.5.4 - @types/vscode: 1.120.0 → 1.125.0 - engines.vscode: 1.120.0 → 1.125.0 (matches @types/vscode requirement) - esbuild: 0.27.4 → 0.28.1 - semver: 7.8.4 → 7.8.5 - typescript-eslint: 8.61.1 → 8.65.0 Also updated end-to-end test dependencies: - @types/vscode: 1.120.0 → 1.125.0 - @vscode/test-cli: 0.0.12 → 0.0.15 - engines.vscode: 1.120.0 → 1.125.0 Skipped major version updates: - @types/node (v20 → v26) - keep v20 minimum - @eslint/js, eslint (v9 → v10) - skip major - diff (v8 → v9) - skip major - ovsx (v0.10 → v1) - skip major - typescript (v5.9.3 is latest in 5.x series) - @vscode/test-electron (v2 → v3) - skip major for e2e All unit tests passing (367/367, 96.53% coverage). Extension packaging verified with 'npx vsce package'.
|
Git2Gus App is installed but the |
aruntyagiTutu
approved these changes
Jul 28, 2026
aruntyagiTutu
left a comment
Contributor
There was a problem hiding this comment.
Clean, well-scoped monthly dependency refresh:
- All bumps are minor/patch only, consistent with the release cadence policy.
- Good compatibility discipline — major version bumps (Node types v20→v26, eslint v9→v10,
diffv8→v9,ovsxv0.10→v1,@vscode/test-electronv2→v3) are explicitly skipped and justified, matching the@types/nodev20 floor rule. engines.vscodebump (1.120.0 → 1.125.0) is correctly driven by the@types/vscodebump and required forvscepackaging to succeed — good catch flagging this as "critical validation."- Tests green (367/367, 96.53% coverage), build and packaging (
vsce package) verified.
One thing worth a sentence in the release notes: bumping engines.vscode raises the minimum supported VS Code version for customers from 1.120.0 to 1.125.0 — not a blocker since it's required by the type bump, just worth surfacing if there's a customer-facing changelog for this release.
Approving.
nikhil-mittal-165
added a commit
that referenced
this pull request
Jul 29, 2026
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.
Summary
Update VS Code extension dependencies to their latest minor/patch versions as part of the monthly release process.
Changes
Root package.json
End-to-end test dependencies
Skipped (major version updates)
Test Results
Validation
Critical validation performed:
Checklist