v3.15.1-beta.0
Pre-release
Pre-release
github-actions
released this
30 Sep 23:42
·
971 commits
to main
since this release
Patch Changes
-
configure: Tone down Dockerfile
outDir
processing (376c7aa)This avoids rewriting sequences like "distroless" as "libroless".
-
template: Remove
unknown
specifier in catch clauses (833d710)Strict TypeScript 4.4 now defaults to typing catch clause variables as
unknown
. -
build-package, lint: Handle worker thread errors more gracefully (b1ed5f7)
The worker threads now correctly propagate an exit code and log errors instead of triggering an
UnhandledPromiseRejectionWarning
. -
format, lint: Limit Prettier to 25 parallel file I/O operations (03d371a)
This should alleviate file descriptor issues that are not handled by
graceful-fs
such asEBADF: bad file description, close
.