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

Align currently supported Node.js version #2065

Closed
4 tasks done
nikeee opened this issue Dec 5, 2023 · 4 comments · Fixed by #2063
Closed
4 tasks done

Align currently supported Node.js version #2065

nikeee opened this issue Dec 5, 2023 · 4 comments · Fixed by #2063
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@nikeee
Copy link
Contributor

nikeee commented Dec 5, 2023

New Issue Checklist

Issue Description

According to the readme, parse follows the supported node versions:

Parse JS SDK is continuously tested with the most recent releases of Node.js to ensure compatibility.
We follow the Node.js Long Term Support plan and only
test against versions that are officially supported and have not reached their end-of-life date.

We should align the repository with the currently supported Node.js versions: https://github.com/nodejs/Release

Steps to reproduce

Install parse when using Node.js 20 or 21. Get an engine warning:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'parse@4.3.1',
npm WARN EBADENGINE   required: { node: '>=14.21.0 <17 || >=18 <20' },
npm WARN EBADENGINE   current: { node: 'v21.4.0', npm: '10.2.1' }
npm WARN EBADENGINE }

Actual Outcome

Expected Outcome

According to the readme, no warning should occur.

Environment

  • Node: v21.4.0
  • parse@4.3.1
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Feb 15, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-alpha.1

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 9, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 17, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants