0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00
denoland-deno/tests/specs/update/deno_json
Nathan Whitaker 4fb82de38e
fix(outdated): retain strict semver specifier when updating (#27701)
Fixes https://github.com/denoland/deno/issues/27697

If it's a strict bound (e.g. `1.0.0` as opposed to `^1.0.0` or other),
retain the strictness when we update
2025-01-16 23:32:13 +01:00
..
filtered fix(outdated): retain strict semver specifier when updating (#27701) 2025-01-16 23:32:13 +01:00
update_compatible feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
update_latest fix(outdated): retain strict semver specifier when updating (#27701) 2025-01-16 23:32:13 +01:00
__test__.jsonc fix(outdated): error when there are no config files (#27306) 2024-12-11 03:37:34 +01:00
deno.json feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
deno.lock feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
deno.lock.orig.out feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
outdated.out fix(outdated): show a suggestion for updating (#27304) 2024-12-11 03:37:33 +01:00
outdated_compatible.out fix(outdated): show a suggestion for updating (#27304) 2024-12-11 03:37:33 +01:00
outdated_quiet.out fix(outdated): respect --quiet flag for hints (#27317) 2024-12-11 03:37:34 +01:00
print_file.ts feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00