Update dependencies versions#181
Merged
Merged
Conversation
… dependency versions Upgrade platform versions and all npm dependencies to their latest compatible releases. This includes adapting source and test code for breaking changes in TypeScript 6, newer @types/vscode, fuse.js 7.3, and VS Code 1.120's built-in code actions. Platform: - Node: 18.15.0 → 22.22.1 - TypeScript: 5.2.2 → 6.0.3 - VS Code minimum: ^1.82.0 → ^1.120.0 Dependencies updated: - @salesforce/templates 54.7.0 → 66.7.13 - @types/chai 4.3.11 → 4.3.20, chai 4.3.10 → 4.5.0 - @types/glob 8.1.0 → 9.0.0, glob 10.3.10 → 13.0.6 - @types/mocha 10.0.6 → 10.0.10, mocha 10.2.0 → 11.7.5 - @types/node 18.11.9 → 22.17.2 - @types/semver 7.5.6 → 7.7.1, semver 7.5.4 → 7.8.0 - @types/shelljs 0.8.11 → 0.10.0, shelljs 0.8.5 → 0.10.0 - @types/sinon 17.0.2 → 21.0.1, sinon 17.0.1 → 22.0.0 - @types/vscode 1.82.0 → 1.120.0 - @types/which 3.0.3 → 3.0.4, which 4.0.0 → 6.0.1 - @vscode/test-electron 2.3.8 → 2.5.2 - ajv 8.12.0 → 8.20.0 - better-ajv-errors 1.2.0 → 2.0.3 - cross-env 7.0.3 → 10.1.0 - eslint 6.7.2 → 8.57.1, eslint-config-prettier 2.9.0 → 9.1.2 - fuse.js 7.0.0 → 7.3.0 - istanbul-lib-instrument 6.0.1 → 6.0.3 - istanbul-lib-source-maps 4.0.1 → 5.0.6 - istanbul-reports 3.1.6 → 3.2.0 - jsonc-parser 3.2.0 → 3.3.1 - nyc 15.1.0 → 18.0.0 - prettier 2.6.2 → 3.8.3 - request-light 0.7.0 → 0.8.0 - shx 0.3.4 → 0.4.0 - tmp 0.2.1 → 0.2.5 - vscode-json-languageservice ^5.3.7 → 5.7.2 - vscode-languageclient 8.1.0 → 9.0.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
this changed somewhere along the line.
devs can decide if they want those, they're not needed for working in this project.
The marketplace salesforcedx-vscode-core v66.11.0 extension spawns 'sf' during telemetry initialization. In CI where sf is not installed, this causes an unhandled error event on the ChildProcess that crashes the test runner. Fix by disabling telemetry via --telemetry-level off in the VS Code test launch args, and providing a minimal sf stub script in all CI workflow jobs as a safety net. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
What does this PR do?
Upgrade platform versions and all npm dependencies to their latest compatible releases.
This includes adapting source and test code for breaking changes in TypeScript 6,
newer @types/vscode, fuse.js 7.3, and VS Code 1.120's built-in code actions.
Also includes some miscellaneous cleanup updates.
Platform:
Dependencies updated:
What issues does this PR fix or reference?