-
Notifications
You must be signed in to change notification settings - Fork 4.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
@wordpress/eslint-plugin
package does not support node.js 18
#45696
Comments
There is a PR for this currently: #42656 Based on the latest feedback on that PR the approach that was used is not the right one for the project. But I spoke with @Antonio-Laguna and he was interested in creating a new PR based on the feedback that was shared in #42656 (comment) |
@wordpress/eslint-plugin
package does not support node.js 18
@fabiankaegy I will create this ASAP :) |
@Antonio-Laguna Do you have any news/estimate when the PR will be merged? Maybe updating the package installation note until this fix is available can be useful for others who try to use node.js 18: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/#installation |
Any updates on this? Node.js 16 is going EOL later this year. |
Thank you for the fix @fabiankaegy 👏🏻 |
As far as I can tell, this change should get published to npm on Wednesday. Let's hope it's the only issue that prevents the package from using with Node 18. |
Description
Node.js 18 is LTS now.
But
@wordpress/eslint-plugin
dependencyeslint-plugin-jsdoc
version is too old.Error:
Command
yarn why eslint-plugin-jsdoc
output:Step-by-step reproduction instructions
yarn add @wordpress/scripts
Screenshots, screen recording, code snippet
No response
Environment info
Node version: 18.12.1
@wordpress/scripts version: 24.5.0
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered: