1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 21:35:31 -05:00
denoland-deno/tests/specs/update/package_json
Bartek Iwańczuk 7c8b55b584
fix(outdated): error when there are no config files (#27306)
This commit changes "deno outdated" subcommand to
error out if run in a directory that has no config file 
(including parent directories). This matches
"pnpm" behavior.

Also added tests for filtering that yields no results,
to ensure that it exists cleanly, that also matches "pnpm"
behavior.

Closes https://github.com/denoland/deno/issues/27287

---------

Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2024-12-10 23:25:29 +00:00
..
filtered feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
update_compatible feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
update_latest feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
__test__.jsonc fix(outdated): error when there are no config files (#27306) 2024-12-10 23:25:29 +00: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-10 14:41:16 +01:00
outdated_compatible.out fix(outdated): show a suggestion for updating (#27304) 2024-12-10 14:41:16 +01:00
package.json feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
print_file.ts feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00