main
fix(outdated): include catalog dependencies in deno outdated/update (#34977)
fix(update): don't downgrade lockfile when npm cache is stale (#35904)
fix(update): refetch npm metadata so stale cache doesn't hide newer versions (#35380)
fix(update): update version reqs even if locked to latest version (#30249)
fix(outdated): don't report JSR pre-release versions as latest (#36325)
fix(outdated): hint to use `--latest` if new versions are available in `outdated --update` (#28190)
fix(outdated): use dist-tags.latest for Latest column, matching npm/pnpm/bun (#32939)
chore: make `specs::outdated::pre_release_latest_tag` less flaky (#30474)
fix(outdated): send npm Accept header when fetching package metadata (#35012)
feat(outdated): warn about packages skipped due to registry errors (#34974)
fix(outdated): keep type-only dependencies in the lockfile (#36140)
fix(update): `deno update --lockfile-only` should not update config (#33746)
test(npm): add regression test for update breaking peer dep lockfile entries (#33309)