Skip to content

CHANGE @W-22462041@ Update Node dependencies (minor/patch versions) - #133

Merged
nikhil-mittal-165 merged 1 commit into
mainfrom
nikhil.mittal/dependency-upgrade-20260629
Jun 29, 2026
Merged

CHANGE @W-22462041@ Update Node dependencies (minor/patch versions)#133
nikhil-mittal-165 merged 1 commit into
mainfrom
nikhil.mittal/dependency-upgrade-20260629

Conversation

@nikhil-mittal-165

Copy link
Copy Markdown
Contributor

Summary

Update Node dependencies to their latest minor/patch versions for the monthly release.

Changes

  • 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 bumps)

  • @actions/artifact, @actions/core, @actions/exec, @actions/github
  • @eslint/js, eslint, typescript, @vercel/ncc, globals
  • eslint-plugin-jsonc, prettier-eslint, @types/node

Test Results

  • ✅ Build successful
  • ✅ 107/107 tests passing
  • ✅ 100% code coverage
  • ✅ Linter clean

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

git2gus Bot commented Jun 29, 2026

Copy link
Copy Markdown

Git2Gus App is installed but the .git2gus/config.json doesn't have right values. You should add the required configuration.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Salesforce Code Analyzer found 13 violations, including 0 in files changed by this pull request. See job summary page.

@aruntyagiTutu aruntyagiTutu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@nikhil-mittal-165
nikhil-mittal-165 merged commit 38a9be7 into main Jun 29, 2026
7 checks passed
@nikhil-mittal-165
nikhil-mittal-165 deleted the nikhil.mittal/dependency-upgrade-20260629 branch June 29, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants