-
Notifications
You must be signed in to change notification settings - Fork 30
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
Node version bump from 8 to 18 breaks Remix installation #137
Node version bump from 8 to 18 breaks Remix installation #137
Comments
Removing down-leveling is also a breaking change for TS users. Some users are stuck on older TS versions because of transpilation incompatibilities (see getsentry/sentry-javascript#2848 as an example we've run into). Is there appetite in making this a major version instead? |
Sorry about the inconvenience!
You're right about the
Hmm, I didn't think users would still be using such old TypeScript versions... I'll see what I can do. |
Could you release a quick fix version for this? Maybe with the latest commit of 3.2.0? Some production systems are failing to build because of this. |
whoops, sorry for the auto close, i just merged a workaround in our repo which accidentally closed this issue |
Version 3.3.1 is out. Can you check if that fixes it? |
Yes, it works now. Thank you. |
Heads-up: I pushed a 3.3.2 release, since 3.3.1 was missing the |
Thanks for the quick turnaround! |
Hi,
seems like version 3.3.0 of
web-streams-polyfill
bumpsengine
from Node 8 to Node 18 (#130) which is higher than Remix' minimum Node version (Node 14). This in turn causes our (Sentry Javascript SDKs) integration tests to fail because Remix depends onweb-streams-polyfill
.IMHO a minimum node version bump should not be made in a minor release. We'll probably be able to work around this issue with overriding the dependency version but just wanted to let you know anyway! (I assume more remix users are going to run into this)
cheers!
The text was updated successfully, but these errors were encountered: