main
feat(cli): print working dir in grey in stack traces, relative paths in check + compile output (#31194)
fix(publish): skip already-published versions before type checking (#35134)
fix(publish): catch banned triple slash directives anywhere in file during dry-run (#35010)
feat: stabilize bare node built-in resolution (#33316)
chore: remove DENO_FUTURE=1 from spec tests (#25329)
fix(publish): vite import.meta.hot not type checking (#32127)
fix: support bun specifiers in JSR publish (#24588)
fix(publish): warn about missing license file (#24677)
chore: migrate bench, publish, and more itests to spec tests (#23584)
fix(publish): improve error message when missing exports (#26945)
fix(publish): error on missing name field (#27131)
fix: upgrade to swc_ecma_parser 23 (#30564)
feat: code sign deno.exe (#28963)
feat: include `@types/node` type declarations out of the box (#31502)
feat(npm): support `jsr:` scheme in package.json (#31938)
fix(npm): support workspace: dependencies with an alias in package.json (#34990)
chore: fix flaky `specs::publish::npm_workspace_jsr_pkg_with_npm_dep::dep_and_workspace_dep` (#27098)
fix(publish): ignore unused type parameter diagnostics from fast check (#35017)
fix: support package.json imports in a Deno workspace (#30198)
feat: support `publish: false` in `deno.json` (#30852)
fix(publish): allow stable text imports (#34692)
fix(publish): preserve default export of `export *` re-exported module (#34709)
fix(publish): improve diagnostic when importing from another package using a relative import (#30203)
fix: update dry run success message (#24885)
fix(publish): do not include tsconfig imports in publish graph (#31907)
fix(publish): detect circular workspace dependencies before authorization (#34823)
fix(publish): continue publishing workspace after a package fails (#35133)
fix(publish): remove incorrect `relative-package-import` diagnostic when root of workspace is package (#30333)