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
I see a number of warnings from yarn audit because some project dependencies still rely on set-value v2 and v3. While it’s technically possible to force-install v4 via package.json → resolutions, it’s not clear whether that’s a save move or not.
It’d be great if the repo had CHANGELOG.md, UPGRADING.md, MIGRATION.md or info on the Releases page. If major versions are only related to supported Node versions or some rare edge cases, library users can make informed decisions to force-upgrade from v2 or v3.
TL;DR - Without reading too much into the source code, there has been a NodeJS bump, and maybe some API changes, not sure if they're breaking anything though.
I see a number of warnings from
yarn audit
because some project dependencies still rely onset-value
v2 and v3. While it’s technically possible to force-install v4 viapackage.json
→resolutions
, it’s not clear whether that’s a save move or not.It’d be great if the repo had
CHANGELOG.md
,UPGRADING.md
,MIGRATION.md
or info on the Releases page. If major versions are only related to supported Node versions or some rare edge cases, library users can make informed decisions to force-upgrade from v2 or v3.Examples:
jest
→ CHANGELOG.md & Releases,sentry-javascript
→ MIGRATION.md & ReleasesRelated to #38 & #39
The text was updated successfully, but these errors were encountered: