Conversation
Semantic Version Check Passed ✅Version in manifest file This comment will be automatically updated as changes are pushed to this PR branch. |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
… local-action dependencies
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the Node.js version support to include Node.js 24, bumps the package version to 5.2.0, and refactors the TypeScript configuration handling logic. The changes also improve the CI workflow by fixing package linking issues across different package managers.
- Updated Node.js engine requirements to support Node.js 24
- Refactored bootstrap logic by moving it from a separate file into the main run command
- Enhanced CI workflow with better package linking strategies for pnpm and yarn
Reviewed Changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated version to 5.2.0 and added Node.js 24 support to engines |
| .node-version | Updated Node.js version from 22.9.0 to 24.4.0 |
| src/commands/run.ts | Integrated TypeScript configuration handling logic directly into the run command |
| src/bootstrap.ts | Removed entire bootstrap file as logic was moved elsewhere |
| jest.config.ts | Removed bootstrap.ts from coverage ignore patterns |
| .grype.yml | Updated security configuration with vulnerability exceptions |
| .github/workflows/continuous-integration.yml | Enhanced CI workflow with improved package linking for pnpm and yarn |
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.

This pull request updates the Node.js version requirements for the project and bumps the package version to reflect the change. These updates ensure compatibility with newer Node.js releases and signal the change to consumers.