2.1.6 / 2025.01.16
- fix(check/lsp): correctly resolve compilerOptions.types (#27686)
- fix(check/lsp): fix bugs with tsc type resolution, allow npm packages to
augmentImportMeta
(#27690) - fix(compile): store embedded fs case sensitivity (#27653)
- fix(compile/windows): better handling of deno_dir on different drive letter
than code (#27654) - fix(ext/console): change Temporal color (#27684)
- fix(ext/node): add
writev
method toFileHandle
(#27563) - fix(ext/node): add chown method to FileHandle class (#27638)
- fix(ext/node): apply
@npmcli/agent
workaround tonpm-check-updates
(#27639) - fix(ext/node): fix playwright http client (#27662)
- fix(ext/node): show bare-node-builtin hint when using an import map (#27632)
- fix(ext/node): use primordials in
ext/node/polyfills/_fs_common.ts
(#27589) - fix(lsp): handle pathless untitled URIs (#27637)
- fix(lsp/check): don't resolve unknown media types to a
.js
extension
(#27631) - fix(node): Prevent node:child_process from always inheriting the parent
environment (#27343) (#27340) - fix(node/fs): add utimes method to the FileHandle class (#27582)
- fix(outdated): Use
latest
tag even when it's the same as the current version
(#27699) - fix(outdated): retain strict semver specifier when updating (#27701)