Replies: 1 comment 1 reply
-
|
Since version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to make the case that the version 1.8.0 (and subsequent patch 1.8.2) should have been a major version bump because it introduces a dependency resolution breaking change through the major version bump from remix 1.x to 2.x. I understand the idea that technically no breaking changes were made in this library alone, but the change in the library's dependencies is so great that I think it warrants the bump anyway.
This was first discovered when a number of our image building pipelines began to fail yesterday afternoon (EST), after which I began troubleshooting locally and found the problem to be easily reproducible.
For reference, the failed dependency resolution was confirmed on the following node/npm versions combinations:
I have a stripped down version of the package.json for you to try here:
Beta Was this translation helpful? Give feedback.
All reactions