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

eslint-plugin-jsdoc dependency version forces node version <=19 #6344

Closed
Renegade334 opened this issue May 8, 2024 · 2 comments
Closed

eslint-plugin-jsdoc dependency version forces node version <=19 #6344

Renegade334 opened this issue May 8, 2024 · 2 comments

Comments

@Renegade334
Copy link
Contributor

Renegade334 commented May 8, 2024

Provide a general summary of the issue here

The current dependency version of eslint-plugin-jsdoc has an engines tag that forces a maximum Node version of 19, which has been out-of-support for nearly a year. In a build environment, running yarn install on node >=20 raises an exception and aborts.

It looks like the CircleCI tests are set to run on a Node 18 image, hence this not being picked up by the install checks.

💁 Possible Solution

Update the eslint-plugin-jsdoc dependency to version 43.0.8 or higher.

Additionally, Node 18 is no longer the active LTS version, so it might be worth bumping CircleCI to test on version 20.

@Renegade334
Copy link
Contributor Author

Renegade334 commented May 18, 2024

#6380 appears to have become the primary issue for this.

@snowystinger
Copy link
Member

Thanks, I missed this one, apologies. I'll close this one in favor of the other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants