Skip to content

v1.30.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 16:04
· 2817 commits to main since this release
000fb83

1.30.1 / 2023.02.02

  • Revert "fix(watch): preserve ProcState::file_fetcher between restarts
    (#15466) (#17591)
  • fix(core): Add lint check for core (#17223)
  • fix(ext): internal structuredClone for ArrayBuffer and TypedArray
    subclasses (#17431)
  • fix(fmt): semiColons: false - handle prop with following generator and do
    while with no block body (#17567)
  • fix(install): tsconfig.json -> deno.json for config file suffix (#17573)
  • fix(lockfile): emit trailing newline (#17618)
  • fix(lsp): update document dependencies on configuration change (#17556)
  • fix(napi): guard threadsafe function counters behind a mutex (#17552)
  • fix(napi): remove wrong length check in napi_create_function (#17614)
  • fix(napi): return node globalThis from napi_get_global (#17613)
  • fix(repl): handle @types/node not being cached in the repl (#17617)
  • fix(upgrade): ensure temp dir cleanup on failure (#17535)
  • fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map
    (#17566)
  • perf(ops): Remove unnecessary fast call fallback options usage (#17585)