CHANGE @W-21741617@ Update dependencies to latest versions (April 2026)#126
Merged
nikhil-mittal-165 merged 1 commit intoApr 27, 2026
Merged
Conversation
|
Git2Gus App is installed but the |
There was a problem hiding this comment.
Salesforce Code Analyzer found 13 violations, including 0 in files changed by this pull request. See job summary page.
aruntyagiTutu
approved these changes
Apr 27, 2026
- Updated dev dependencies: - @types/node: 22.19.11 → 22.19.17 - eslint-plugin-jest: 29.15.0 → 29.15.2 - jest: 30.2.0 → 30.3.0 - prettier: 3.8.1 → 3.8.3 - ts-jest: 29.4.6 → 29.4.9 - typescript-eslint: 8.56.1 → 8.59.0 - Kept major versions stable for compatibility: - @actions/* packages (avoiding breaking changes to v3/v6/v9) - eslint at 9.39.2 (avoiding v10 breaking changes) - typescript at 5.9.3 (avoiding v6 breaking changes) - @types/node at v22 (avoiding v25 breaking changes) Build, lint, and all 103 tests verified successfully with 100% coverage.
cfc724f to
970fba9
Compare
There was a problem hiding this comment.
Salesforce Code Analyzer found 13 violations, including 0 in files changed by this pull request. See job summary page.
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 dev dependencies to their latest minor/patch versions for the monthly release.
Changes
Skipped Major Version Updates
The following dependencies have major version updates available but were NOT updated to avoid breaking changes:
@actions/*packages: v2/v5/v6 → v3/v6/v9eslint: v9 → v10typescript: v5 → v6@types/node: v22 → v25globals: v16 → v17eslint-plugin-jsonc: v2 → v3These should be evaluated separately with proper testing for breaking changes.
Test Results
Checklist