Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/upgrade shescape to 2.1.0 #575

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

thisislawatts
Copy link
Member

@thisislawatts thisislawatts commented Mar 13, 2024

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What this does

  • Introduces .node-version to specify node version

Align this repo with the CLI node version.

The .node-version file is used in Node.js projects to specify the
version of Node.js required for the project. It helps developers
and automated tools like version managers (e.g., nvm, fnm) to ensure the
correct Node.js version is used.

More information
https://github.com/shadowspawn/node-version-usage

  • Upgrades shescape to v2.1.0

The shescape pkg has deprecated all versions lower than v2. This
change updates to the new interface. Please validate
these changes against the migration document:
https://github.com/ericcornelissen/shescape/blob/HEAD/docs/migration.md

In addition support has been dropped for older versions of node.

Align this repo with the CLI node version.

The .node-version file is used in Node.js projects to specify the
version of Node.js required for the project. It helps developers
and automated tools like version managers (e.g., nvm, fnm) to ensure the
correct Node.js version is used.

More information
https://github.com/shadowspawn/node-version-usage
The shescape pkg has deprecated all versions lower than v2. This
change updates to the new interface. Please validate
these changes against the migration document:
https://github.com/ericcornelissen/shescape/blob/HEAD/docs/migration.md

In addition support has been dropped for older versions of node.
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.

None yet

1 participant