You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#727 added a dependency on "engines": { "node": ">=18.0.0" } which caused build failures in my node 16 project that is using this package. That change should have required at least a patch version bump so that a ~13.0.3 dependency would not have updated to an incompatible version, and there's an argument to be made that it should have been a major version bump so that ^13.0.3 would also remain unbroken.
The text was updated successfully, but these errors were encountered:
sparr
changed the title
Breaking change in node version requirement in
Breaking change in node 18 version requirement in #727
Jul 17, 2024
#727 added a dependency on
"engines": { "node": ">=18.0.0" }
which caused build failures in my node 16 project that is using this package. That change should have required at least a patch version bump so that a~13.0.3
dependency would not have updated to an incompatible version, and there's an argument to be made that it should have been a major version bump so that^13.0.3
would also remain unbroken.The text was updated successfully, but these errors were encountered: