Skip to content

Conversation

@ncalteen
Copy link
Collaborator

This pull request updates the documentation and configuration to specify supported Node.js versions. The changes ensure clarity about compatibility and enforce constraints on the Node.js versions the tool can run with.

@ncalteen ncalteen self-assigned this Apr 29, 2025
Copilot AI review requested due to automatic review settings April 29, 2025 15:42
@github-actions
Copy link

github-actions bot commented Apr 29, 2025

Semantic Version Check Passed ✅

Version in manifest file package.json is valid.

This comment will be automatically updated as changes are pushed to this PR branch.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the supported Node.js versions across the project by modifying the engine constraints in package.json and enhancing the documentation in README.md.

  • Updated Node.js engine constraint in package.json to ">=20 <23".
  • Added a new section in README.md to clarify the currently tested Node.js versions.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updated the Node.js engine version constraint to enforce supported versions
README.md Added documentation regarding tested Node.js versions

@github-actions
Copy link

github-actions bot commented Apr 29, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.11s
✅ JAVASCRIPT prettier 11 0 0 0.69s
✅ JSON npm-package-json-lint yes no no 0.76s
✅ JSON prettier 29 0 0 1.66s
✅ MARKDOWN markdownlint 9 0 0 3.13s
✅ REPOSITORY checkov yes no no 28.93s
✅ REPOSITORY gitleaks yes no no 1.46s
✅ REPOSITORY git_diff yes no no 0.02s
❌ REPOSITORY grype yes 8 no 49.15s
✅ REPOSITORY secretlint yes no no 1.04s
✅ REPOSITORY syft yes no no 12.25s
❌ REPOSITORY trivy yes 1 no 13.18s
✅ REPOSITORY trivy-sbom yes no no 8.08s
✅ REPOSITORY trufflehog yes no no 31.66s
✅ TYPESCRIPT prettier 82 0 0 4.41s
✅ YAML prettier 24 0 0 1.82s
✅ YAML yamllint 24 0 0 0.74s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen requested a review from Copilot April 29, 2025 15:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the supported Node.js versions in both the configuration and documentation to ensure clarity about the tool’s compatibility. Key changes include updating the package version and adjusting the Node.js engine specification, as well as adding a new documentation section in the README.md that describes the supported Node.js versions.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updated version from 3.2.0 to 3.2.1 and refined the engines field to restrict Node.js versions to "^20
README.md Added a "Node.js Version Support" section to document that the tool is tested against Node.js versions 20 and 22.

@ncalteen ncalteen merged commit 175cf73 into main Apr 29, 2025
13 of 14 checks passed
@ncalteen ncalteen deleted the ncalteen/node branch April 29, 2025 15:50
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