CHANGE @W-21741623@ - Update Node Dependencies#459
Merged
nikhil-mittal-165 merged 2 commits intodevfrom Apr 23, 2026
Merged
Conversation
|
Git2Gus App is installed but the |
Updated packages: - code-analyzer-engine-api: 0.36.0 → 0.37.0-SNAPSHOT - code-analyzer-pmd-engine: 0.40.0-SNAPSHOT (no version change) - code-analyzer-eslint-engine: 0.42.0-SNAPSHOT (no version change) - code-analyzer-eslint8-engine: 0.13.0 → 0.14.0-SNAPSHOT - code-analyzer-regex-engine: 0.34.0 → 0.35.0-SNAPSHOT - code-analyzer-retirejs-engine: 0.33.0 → 0.34.0-SNAPSHOT - code-analyzer-sfge-engine: 0.19.0 → 0.20.0-SNAPSHOT - code-analyzer-flow-engine: 0.36.0-SNAPSHOT (no version change) - code-analyzer-apexguru-engine: 0.36.0 → 0.37.0-SNAPSHOT - code-analyzer-core: 0.46.1 → 0.47.0-SNAPSHOT - ENGINE-TEMPLATE: updated dependencies only Key dependency updates: - engine-api: minimatch 10.2.4 → 10.2.5 (production dep) - apexguru-engine: @salesforce/core 8.28.1 → 8.28.3 (production dep) - eslint-engine: @lwc/eslint-plugin-lwc 3.4.0 → 3.5.0 (production dep) - eslint-engine: eslint-plugin-jest 29.15.0 → 29.15.2 (production dep) - eslint-engine: eslint-plugin-react-hooks 7.0.1 → 7.1.1 (production dep) - eslint-engine: globals 17.4.0 → 17.5.0 (production dep) - All packages: @eslint/js 9.39.2 → 9.39.4 (dev dep) - All packages: eslint 9.39.2 → 9.39.4 (dev dep) - All packages: ts-jest 29.4.6 → 29.4.9 (dev dep) - All packages: typescript-eslint 8.57.1 → 8.59.0 (dev dep) - All packages: @types/node updated to ^20.19.39 (stayed in v20) Maintained frozen dependencies: - @types/node: v20.x (customer requirement) - p-limit: v3.x (ESM compatibility) - eslint8-engine: all deps frozen except engine-api (v9 conflicts) Test fixes: - Updated goldfile for eslint-plugin-jest URL changes (v29.15.0 → v29.15.2) - Updated goldfile for @lwc/eslint-plugin-lwc URL changes (v3.4.0 → v3.5.0) All tests passing.
c0c750d to
aec4102
Compare
| "@types/node": "^20.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.57.1", | ||
| "@typescript-eslint/parser": "^8.57.1", | ||
| "@types/node": "^20.19.39", |
Contributor
There was a problem hiding this comment.
lets not upgrade node
aruntyagiTutu
approved these changes
Apr 23, 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
Updates Node dependencies across all 10 packages + ENGINE-TEMPLATE for the monthly release.
Changes
Version Bumps
All version bumps follow MINOR strategy (X.Y.0 → X.(Y+1).0-SNAPSHOT):
minimatchupdated)engine-apiupdated)engine-apiupdated)engine-apiupdated)engine-apiupdated)engine-api+@salesforce/coreupdated)engine-apiupdated)Key Dependency Updates
Production Dependencies:
minimatch: 10.2.4 → 10.2.5 (engine-api)@salesforce/core: 8.28.1 → 8.28.3 (apexguru-engine)@lwc/eslint-plugin-lwc: 3.4.0 → 3.5.0 (eslint-engine)eslint-plugin-jest: 29.15.0 → 29.15.2 (eslint-engine)eslint-plugin-react-hooks: 7.0.1 → 7.1.1 (eslint-engine)globals: 17.4.0 → 17.5.0 (eslint-engine)Dev Dependencies (all packages):
@eslint/js: 9.39.2 → 9.39.4eslint: 9.39.2 → 9.39.4ts-jest: 29.4.6 → 29.4.9typescript-eslint: 8.57.1 → 8.59.0@types/node: updated to ^20.19.39 (stayed in v20.x)Frozen Dependencies (Maintained)
Per skill document constraints, these were NOT updated:
@types/node: kept at v20.x (minimum customer version)p-limit: kept at v3.x (v4+ is ESM-only, breaks CommonJS)eslint8-engine: all deps frozen exceptengine-api(conflicts with v9 engine)Test Updates
eslint-plugin-jestURL changes (v29.15.0 → v29.15.2)@lwc/eslint-plugin-lwcURL changes (v3.4.0 → v3.5.0)Test Results
Checklist