fix(deps): update dependency semver-diff to v5#588
Conversation
71b70e8 to
05deadd
Compare
05deadd to
2752a74
Compare
2752a74 to
94cd7b9
Compare
94cd7b9 to
4adbbf3
Compare
4adbbf3 to
061877b
Compare
98cb47b to
7dc627a
Compare
7dc627a to
8cc620f
Compare
8cc620f to
d7ba717
Compare
86ea37c to
133ca05
Compare
133ca05 to
cda431d
Compare
Found 1 issue that will break the application at runtime.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| "rss-parser": "3.13.0", | ||
| "select-random-file": "1.2.4", | ||
| "semver-diff": "3.1.1", | ||
| "semver-diff": "5.0.0", |
There was a problem hiding this comment.
semver-diff v4+ is pure ESM (release notes), but this project is CommonJS -- index.js loads it with require('semver-diff') and package.json has no "type": "module". This upgrade will cause an ERR_REQUIRE_ESM runtime crash on startup.
Additionally, v5.0.0 is itself deprecated ("the semver package now supports this built-in"). A safer path would be to stay on 3.x or replace the single call site in index.js with the equivalent semver.diff() from the semver package that is already an indirect dependency.
Fix it with Roo Code or mention @roomote and request a fix.
cda431d to
65ad95a
Compare
This PR contains the following updates:
3.1.1→5.0.0Release Notes
sindresorhus/semver-diff (semver-diff)
v5.0.0Compare Source
v4.0.0Compare Source
Breaking
5098db4Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.