-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: add volta as node-version-file #532
Conversation
Hello @jef. Thank you for your pull request. Could you please run the |
thanks @dmitry-shibanov. great question. i also wasn't sure about this. i'm not sure if other projects use edit: updating now to be a little more extendable. thanks for the input! |
Thank you for reply @jef. I think we can remove package.json from this pull request because we have pull requests with adding support for package.json engine. |
Hi @jef, could you please update your branch from |
Sure thing. I'll be back from vacation next week. |
Should be all good now @vsafonkin. Thanks! |
I've realized that the documentation for |
Hello @jef. Thank you for your suggestion. We would appreciate if you add this to the documentation, but if you want, we will do it on our side. Thank you! |
Alright, I've added in the documentation! Everything seems good from my end. Let me know if you need anything extra. |
@vsafonkin, anything else you need before getting this in? Thanks! |
Hello @jef. Sorry for the late response. Could you please e2e tests for volta ? |
Hi @jef! Just a gentle ping - we would like to know if you are planning to implement e2e tests here. Thank you in advance! |
Sorry about that. Yes, I can implement some e2e tests. Is that going to be outside of the |
Hello @jef! Thanks for the quick response! |
Hi @e-korolevskii, I believe I implemented something that should work for our needs. I can also combine it with the previous step if that makes more sense. Thanks! |
Hi @jef! Now it looks good and I think we are ready to merge it. |
Thanks for walking me through @e-korolevskii 😊 |
…ctions#532) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Description:
Unlike other version managers, Volta places its versioning within
package.json
. We will check forvolta.node
to see if there is an value and useengines.node
as backup. This is an important distinction, asvolta.node
should supersedeengines.node
.Check list: