CHANGE: Update dependencies to latest versions#129
Conversation
|
Git2Gus App is installed but the |
b6dac20 to
1508554
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.
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.
1508554 to
ae74a91
Compare
Updated dependencies: - semver: 7.7.4 → 7.8.1 - jest: 30.3.0 → 30.4.2 - ts-jest: 29.4.9 → 29.4.11 - typescript-eslint: 8.59.0 → 8.59.4 - @eslint/js: 9.39.3 → 9.39.4 - eslint: 9.39.2 → 9.39.4 - @types/node: 22.19.17 → 22.19.19 Skipped major version updates: - @actions/artifact (5 → 6) - @actions/core (2 → 3) - @actions/exec (2 → 3) - @actions/github (6 → 9) - typescript (5 → 6) - eslint-plugin-jsonc (2 → 3) - globals (16 → 17) All tests passing (105/105, 100% coverage).
ae74a91 to
bac3f20
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.
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
left a comment
There was a problem hiding this comment.
PR Review Complete - APPROVED
GOLD STANDARD dependency update PR!
Compliance Summary:
- Only minor/patch version bumps (aligned with monthly release cadence)
- Major version updates explicitly documented and skipped
- dist/index.js rebuilt (required for GitHub Actions)
- All 105 tests passing with 100% coverage maintained
- Clean commit message with detailed changelog
Dependency Updates (All Minor/Patch):
- jest: 30.3.0 to 30.4.2
- semver: 7.7.4 to 7.8.1
- ts-jest: 29.4.9 to 29.4.11
- typescript-eslint: 8.59.0 to 8.59.4
- @eslint/js, eslint, @types/node (all patch bumps)
Responsibly Skipped (Major):
- @actions/artifact, @actions/core, @actions/exec, @actions/github
- typescript 5 to 6
- eslint-plugin-jsonc, globals
This exemplifies the team dependency management guidelines - conservative updates with explicit documentation of what was skipped and why. Ready to merge!
Summary
Update minor/patch dependencies for the monthly release.
Updated Dependencies
Skipped (Major Version Updates)
Test Results