-
-
Notifications
You must be signed in to change notification settings - Fork 242
feat!: switch from CJS to ESM and bump Yeoman packages #269
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
base: main
Are you sure you want to change the base?
Conversation
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
jestjs/jest#14923, which is now newly available in Jest 30 (still in alpha). Fun timing. |
@mshima I'm having a hard time here. Could I ask for your help, please? What I'm trying to do is get
|
Looks like jest doesn’t support 'node:test' module. |
Purpose of this pull request?
Fixes #265.
What changes did you make?
"type": "module"
to the package.jsonyeoman-generator
andyosay
package.json
andbuild.yml
Node.js versions to 18+Is there anything you'd like reviewers to focus on?
I opted not to update other dependencies such as Chalk to keep the change minimal. I'd suggest we hold off releasing a new major version with these changes until those come in too.
BREAKING CHANGE: Updates the Node.js engine minimum to
^18.17.0 || >=20.5.0
to align with the current"yeoman-generator"
minimums.