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

Upgrade node engine to >=18 & @types/node to ^18.19.14 #1424

Closed

Conversation

heltoft
Copy link
Contributor

@heltoft heltoft commented Feb 5, 2024

The currently used node environment has reached end of life.
Updating to 18.x which is the version with Maintenance status for Node.js.

  • Upgraded node engine to >= 18
  • Upgraded @types/node to ^18.19.14

This change is a prerequisite to start solving some of the current GitLab issues, especially in regards to problems with inline comments which needs dependency updates.

The currently used node environment has reached end of life. Updating to 18.x which is the version with Maintenance status for Node.js.

- Upgraded node engine to >= 18
- Upgraded @types/node to ^18.19.14
@heltoft heltoft force-pushed the upgrade-node-engine-and-@types/node branch from e359ffb to d6d6b55 Compare February 5, 2024 07:12
@heltoft heltoft changed the title Upgrade node engine to >=18.19.0 & @types/node to ^18.19.14 Upgrade node engine to >=18 & @types/node to ^18.19.14 Feb 5, 2024
@orta
Copy link
Member

orta commented Feb 7, 2024

I'm not onboard with forcing all users of danger to need node 18+ in order to get updates. I have no problem with making that the case for contributing to this repo though!

@heltoft
Copy link
Contributor Author

heltoft commented Feb 7, 2024

Hey @orta, do I understand you correctly that you are ok with updating if there is some contributions to go along with the update? If so, then I can assure you there is more changes coming 🚀

I have been working on getting inline comments to work on GitLab recently in my spare time.
Mainly focused around the following issues:
#1386
#1412
#1405

I have a version of danger-js running where these issues are solved that we have been using for a few weeks where I work, and it has been working well for us.

However it is quite a lot of changes so what I am trying to do is to split up the changes into smaller chunks 🙏

How would you suggest for me to proceed in this case?

@orta
Copy link
Member

orta commented Feb 9, 2024

Sure, 1 PR is reasonable for that scope

Is the underlaying issue for the engines change that the gitbreaker update is going to force us to make our consumers update also?

@heltoft
Copy link
Contributor Author

heltoft commented Feb 12, 2024

Alright sounds good. I have a few more tests to write, but I will create an MR with all the changes when I feel it is ready 🙂

Yes gitbeaker requires node 18 since it leverages native fetch under the hood in newer versions. The documentation for gitbeaker states that it is possible to make it work with a polyfill for node 16.18+, however I haven't been able to make that work so far, and it would also require to use the --ignore-engines flag.
And if we are already bumping node engine I personally think it makes more sense to go to 18 as that is the last maintained version.

@heltoft heltoft closed this Feb 12, 2024
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

2 participants