Paste once
Bring in the manifest you already have. No repository connection or setup wizard needed.
Update dependency ranges, tidy your manifest, and create a reviewable diff without leaving your browser.
Everything the updater does is designed to make a small maintenance task stay small.
Bring in the manifest you already have. No repository connection or setup wizard needed.
Choose latest, newest, or next, then decide how conservative each semver change should be.
See what changed, copy the clean result, and keep the final decision in your hands.
Practical notes for keeping package manifests healthy, readable, and easier to review.
Caret and tilde ranges look tiny, but they encode different maintenance policies. Learn how they behave across stable releases, 0.x packages, and prereleases.
6 min readA major bump is a migration, not a version-string edit. Use a staged workflow to read the release notes, isolate the change, test it, and roll it back cleanly.
9 min readOne file declares dependency intent and the other records the resolved tree. Understanding the difference makes installs reproducible and lockfile diffs easier to review.
7 min readBoth tools find newer versions, but only one is designed to rewrite your manifest. Compare their output, scope, flags, and safest workflow.
7 min readRead ERESOLVE as a constraint report, align the host and plugin versions, and use overrides or escape hatches only when you can explain the tradeoff.
10 min readShared manifests, workspace protocols, lockfiles, and focused tests help a monorepo keep routine dependency updates small and reviewable.
8 min readAudit alerts are the beginning of a security decision. Triage severity and reachability, choose the least risky fix, and document what you defer.
9 min readUpdating dependencies is one of those tasks that looks simple from a distance. Open package.json, change a few versions, reinstall, and move on. In practice, a dependency file is a compact record of compatibility decisions. A large or noisy edit makes it harder to tell which change caused a problem later.
6 min readEverything you need to make your next dependency update feel routine.