-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
1.11.1 breaks rollup-plugin-node-resolve #194
Comments
As a short-term fix, I've set Certainly anyone who's already depending on If the rollup plugin doesn't get a fix in very soon, I'll probably do the revert, but it'd be really nice to avoid having to revert a legitimate bugfix just because someone is relying on the broken behavior :-/ |
@ljharb please re-enable spacebar heating. |
Just FYI, rollup/rollup-plugin-node-resolve#222 was fixed with rollup/rollup-plugin-node-resolve#223. Once that's released, you could probably move latest up again 😊 |
@bterlson v5.0.2 is released; can you confirm that even with v1.11.1 installed, the bug is fixed? |
Closing pending further reports. |
@ljharb: Sorry for the delay getting back to you. We have verified that We are still working to update our full repo to Are you going to move the |
@mikeharder now that i have a confirmation, yes :-) |
sigh, looks like it broke another rollup package: rollup/rollup-plugin-commonjs#394 |
A recent change to handling shadowed modules has broken rollup-plugin-node-resolve. I filed an issue on the plugin to adapt to the new version as I agree the fix is the right thing to do long term.
However, before a fix to the plugin materializes, we might be able to prevent more people tumbling down this rabbit hole by making sure people aren't broken in the meantime. I think a breaking change like this should be done in a major version. Can I suggest either reverting this fix and releasing 1.11.2 or moving the next pointer back to 1.11.0? The revert seems cleaner to me, and more likely to get people out of a broken state by simply updating their packages, though I'm not entirely sure how moving the next pointer impacts users who have already upgraded to 1.11.1.
The text was updated successfully, but these errors were encountered: