main
fix(x): fix shim script when use custom alias name, re-enable alias tests (#31653)
feat: add `deno x` (alias `dx`) for conveniently running binaries from packages (#31138)
fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present (#31619)
fix(x): honor --minimum-dependency-age and deno.json minimumDependencyAge (#36025)
feat(x): add deno x --ignore-scripts (#34952)
fix(x): fix executing native binary on windows + some cleanup (#31551)
feat(x): add --package/-p flag for specifying package separately from binary (#32855)
fix(dx): always spawn subprocess for dx (#31897)
fix(x): use local npm package even if npm specifier is used, forward unstable flags (#31942)
fix(runtime): capture blob worker roots before revocation (#35128)