CHANGE @W-22462041@ - Update Node dependencies across all packages for monthly release#475
Merged
nikhil-mittal-165 merged 2 commits intoJun 24, 2026
Merged
Conversation
…r monthly release Updated packages (minor/patch only): - @babel/preset-react: 7.28.5 → 7.29.7 - @salesforce/core: 8.28.3 → 8.31.2 (apexguru-engine) - @types/archiver: 6.0.0 → 6.0.4 (apexguru-engine) - @typescript-eslint/eslint-plugin: 8.59.4 → 8.61.1 (eslint-engine) - @typescript-eslint/parser: 8.59.4 → 8.61.1 (eslint-engine) - archiver: 7.0.0 → 7.0.1 (apexguru-engine) - csv-stringify: 6.7.0 → 6.8.0 (core) - globals: 17.5.0 → 17.6.0 (eslint-engine) - js-yaml: 4.1.1 → 4.2.0 (core) - retire: 5.4.2 → 5.4.3 (retirejs-engine) - rimraf: 6.1.2 → 6.1.3 (root) - semver: 7.7.3/7.7.4 → 7.8.4 (root, core, pmd, flow, sfge, eslint engines) - typescript-eslint: 8.59.4 → 8.61.1 (all eslint-9 packages) Maintained frozen dependencies: - @types/node: kept at ^20.0.0 (Node 20 minimum customer requirement) - p-limit: kept at 3.x (v4+ is ESM-only) - code-analyzer-eslint8-engine: all deps frozen (v9 conflict) Skipped majors without approval: - eslint, @eslint/js (v9 → v10) - archiver, @types/archiver (v7/v6 → v8) - js-yaml major (v4 → v5) All builds and tests passing (1477 tests passed, 11 skipped, 0 failed).
|
Git2Gus App is installed but the |
aruntyagiTutu
approved these changes
Jun 24, 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 minor/patch dependency refresh across all 10 published packages + root + ENGINE-TEMPLATE.
Updated packages (minor/patch only)
@babel/preset-react: 7.28.5 → 7.29.7 (eslint-engine)@salesforce/core: 8.28.3 → 8.31.2 (apexguru-engine)@types/archiver: 6.0.0 → 6.0.4 (apexguru-engine)@typescript-eslint/eslint-plugin: 8.59.4 → 8.61.1 (eslint-engine)@typescript-eslint/parser: 8.59.4 → 8.61.1 (eslint-engine)archiver: 7.0.0 → 7.0.1 (apexguru-engine)csv-stringify: 6.7.0 → 6.8.0 (core)globals: 17.5.0 → 17.6.0 (eslint-engine)js-yaml: 4.1.1 → 4.2.0 (core)retire: 5.4.2 → 5.4.3 (retirejs-engine)rimraf: 6.1.2 → 6.1.3 (root)semver: 7.7.3/7.7.4 → 7.8.4 (root, core, pmd, flow, sfge, eslint engines)typescript-eslint: 8.59.4 → 8.61.1 (all eslint-9 packages)Maintained frozen dependencies
@types/node: kept at^20.0.0— Node 20 is the minimum customer versionp-limit: kept at 3.x — v4+ is ESM-only and breaks CommonJScode-analyzer-eslint8-engine: all deps frozen — conflicts with eslint v9Skipped major-version bumps (no approval requested)
eslint,@eslint/js: v9 → v10archiver: v7 → v8@types/archiver: v6 → v8js-yaml: v4 → v5Verification
rm -rf node_modules packages/*/node_modules && npm install)npm run build— all packages compile (Java + TypeScript)npm run test— 1477 passed, 11 skipped, 0 failed across 65 suitesPackages touched
Test plan