-
Notifications
You must be signed in to change notification settings - Fork 30
sync with web-shim-codegen v3.0.2 #163
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
Conversation
- Export OneSignal types and interfaces (OneSignal/web-shim-codegen@b3143a0)
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
| "node": ">=8", | ||
| "npm": ">=5" | ||
| "node": ">=22", | ||
| "npm": ">=10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @fadi-george @sherwinski , any reason for this sudden change? This version is not flagged as breaking change but this alone causes a lot of trouble when upgrading, for example, from 3.0 to 3.2
[2/4] 🚚 Fetching packages...
error react-onesignal@3.2.0: The engine "node" is incompatible with this module. Expected version ">=22". Got "20.17.0"
Node 20 is still in maintenance and it should be supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkhquang Sorry for that, will push a change to lower the range to 14.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tkhquang, thanks for pointing that out. Agreed that the range shouldn't be bumped so aggressively - we'll patch a fix for it soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.2.1 a fix to the node engines.
Changes