Skip to content

Commit

Permalink
Version Packages (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 1, 2021
1 parent 376c7aa commit 2d4bb79
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/fair-tables-notice.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quick-steaks-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shy-colts-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-seas-smoke.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# skuba

## 3.15.1

### Patch Changes

- **configure:** Tone down Dockerfile `outDir` processing ([#585](https://github.com/seek-oss/skuba/pull/585))

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

* **template:** Remove `unknown` specifier in catch clauses ([#580](https://github.com/seek-oss/skuba/pull/580))

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

- **build-package, lint:** Handle worker thread errors more gracefully ([#583](https://github.com/seek-oss/skuba/pull/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](https://github.com/seek-oss/skuba/pull/584))

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

## 3.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=12"
},
"version": "3.15.0",
"version": "3.15.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 2d4bb79

Please sign in to comment.