Skip to content

v3.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 00:17
· 801 commits to main since this release
2d4bb79

Patch Changes

  • configure: Tone down Dockerfile outDir processing (#585)

    This avoids rewriting sequences like "distroless" as "libroless".

  • template: Remove unknown specifier in catch clauses (#580)

    Strict TypeScript 4.4 now defaults to typing catch clause variables as unknown.

  • build-package, lint: Handle worker thread errors more gracefully (#583)

    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 (#584)

    This should alleviate file descriptor issues that are not handled by graceful-fs such as EBADF: bad file description, close.