CHANGE @W-22462053@ Update Node dependencies (minor/patch versions) - #136
Merged
nikhil-mittal-165 merged 1 commit intoAug 26, 2026
Merged
Conversation
Update the following dependencies to their latest minor/patch versions: - @types/semver: 7.7.1 -> 7.8.0 - eslint-plugin-github: 6.1.1 -> 6.1.2 - eslint-plugin-jest: 29.15.5 -> 29.16.2 - typescript-eslint: 8.65.0 -> 8.68.0 Skipped major version updates (breaking): - @actions/* (artifact v6, core v3, exec v3, github v9) - @eslint/js v10, eslint v10, @types/node v26, typescript v7 - eslint-plugin-jsonc v3, globals v17, prettier-eslint v17, @vercel/ncc All 107 unit tests passing, 100% coverage. Lint and format checks pass. dist/ unchanged (only devDependencies updated).
|
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
Aug 26, 2026
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
Monthly release dependency refresh for the run-code-analyzer GitHub Action. Updates dev dependencies to their latest minor/patch versions; major (breaking) updates are intentionally skipped, consistent with prior monthly dependency PRs (#133, #135).
Updated (minor/patch)
@types/semver: 7.7.1 → 7.8.0eslint-plugin-github: 6.1.1 → 6.1.2eslint-plugin-jest: 29.15.5 → 29.16.2typescript-eslint: 8.65.0 → 8.68.0Skipped (major / breaking)
@actions/artifactv6,@actions/corev3,@actions/execv3,@actions/githubv9@eslint/jsv10,eslintv10,@types/nodev26,typescriptv7eslint-plugin-jsoncv3,globalsv17,prettier-eslintv17,@vercel/ncc(0.x)Test Plan
npm run format:checkpassesnpm run lintpassesnpm test— 107 tests passing, 100% coveragenpm run build(ncc) —dist/regenerated; byte-identical (only devDependencies changed)