dsherret
Unexpected `deno.lock` update?
I think you mean
@deno/graph
and not @deno/cache-dir
? @deno/cache-dir
has a types only dependendy on @deno/graph
. In an old version of deno, it would accidentally not add these types entries to the lockfile, so I believe what happened here is I upgraded Deno and it properly added that dependency to the lockfile now12 replies
Problems with Nested deno.json in Deno Workspaces
not at the moment. See https://github.com/denoland/deno/issues/26693
13 replies
Problems with Nested deno.json in Deno Workspaces
actually, that's a package containing a package containing a package. I think just have a single deno.json at the root and only have one deno.json per part of the tree instead of many nested deno.json packages
13 replies
Deno check/lint doesn't warn against obvious bugs
just a note that this isn't a bug in Deno. The code does not error with tsc either when targeting ESNext https://github.com/denoland/deno/issues/28433#issuecomment-2721404946
8 replies