CHANGE @W-22462048@ Update Node dependencies (minor/patch versions) - #135
Conversation
Updated dev dependencies to their latest minor/patch versions: - eslint-plugin-github: 6.0.0 -> 6.1.1 - eslint-plugin-jest: 29.15.2 -> 29.15.5 - prettier: 3.8.4 -> 3.9.6 - ts-jest: 29.4.11 -> 29.4.12 - typescript-eslint: 8.61.1 -> 8.65.0 Skipped major version updates: - @actions/artifact (5->6), @actions/core (2->3), @actions/exec (2->3), @actions/github (6->9) - eslint / @eslint/js (9->10), typescript (5->7) - eslint-plugin-jsonc (2->3), globals (16->17), prettier-eslint (16->17) - @types/node (keep v22), @vercel/ncc (0.38->0.44) 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.
Verified diff matches the PR description exactly: only the 5 listed dev dependencies (eslint-plugin-github, eslint-plugin-jest, prettier, ts-jest, typescript-eslint) are bumped by minor/patch in package.json, with a consistent package-lock.json regen. No runtime dependencies or bundled dist/ touched, matching the stated scope. Good, clear PR description with explicit skip-list rationale for major-version bumps and test results. Approving.
✅ Code Review CompleteAutomated review of this dependency-refresh PR. Verified the actual diff against the PR description — everything checks out. Verified
Notes
No blocking issues. LGTM. 🎉 Generated by |
Summary
Monthly refresh of Node dev dependencies for the run-code-analyzer GitHub Action (minor/patch only).
Updated (minor/patch)
Skipped (major version bumps — not updated)
Test Results
Notes
Only dev dependencies changed; runtime deps (@actions/*, semver) untouched, so the committed dist/ bundle is unaffected.