CHANGE @W-22462041@ Update Node dependencies (minor/patch versions) - #133
Conversation
Updated dependencies: - semver: ^7.8.1 → ^7.8.5 - eslint-plugin-prettier: ^5.5.5 → ^5.5.6 - prettier: ^3.8.3 → ^3.8.4 - typescript-eslint: ^8.59.4 → ^8.61.1 Skipped major version updates: - @actions/artifact, @actions/core, @actions/exec, @actions/github - @eslint/js, eslint, typescript, @vercel/ncc, globals - eslint-plugin-jsonc, prettier-eslint, @types/node All tests passing (107/107, 100% coverage).
|
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
left a comment
There was a problem hiding this comment.
This is a routine dependency update PR for minor/patch version bumps. The PR demonstrates good practices:
✅ Proper scope: Only minor/patch updates, major version bumps appropriately skipped
✅ Well documented: Clear summary of updated packages and skipped packages with reasons
✅ Test coverage: All 107 tests passing, 100% code coverage maintained, linter clean
✅ Build verified: Build successful and dist/index.js properly regenerated
Updated dependencies:
- semver: 7.8.1 → 7.8.5
- eslint-plugin-prettier: 5.5.5 → 5.5.6
- prettier: 3.8.3 → 3.8.4
- typescript-eslint: 8.59.4 → 8.61.1
Skipped (major bumps): Actions packages, ESLint ecosystem, TypeScript, and build tools - appropriate to defer major version updates
The dist/index.js changes reflect the semver package updates (bug fixes for prerelease handling and X-range validation). No code issues detected.
Approved for merge.
Summary
Update Node dependencies to their latest minor/patch versions for the monthly release.
Changes
semver: ^7.8.1 → ^7.8.5eslint-plugin-prettier: ^5.5.5 → ^5.5.6prettier: ^3.8.3 → ^3.8.4typescript-eslint: ^8.59.4 → ^8.61.1Skipped (major version bumps)
Test Results