1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 05:45:09 -05:00
denoland-deno/cli/tools/registry/pm
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
..
cache_deps.rs fix(install): use locked version of jsr package when fetching exports (#27237) 2024-12-05 18:55:35 +00:00
deps.rs fix(install): use locked version of jsr package when fetching exports (#27237) 2024-12-05 18:55:35 +00:00
outdated.rs fix(outdated): error when there are no config files (#27306) 2024-12-10 23:25:29 +00:00