Skip to content

Commit

Permalink
Publish v3.15.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Sep 30, 2021
1 parent 376c7aa commit 7ef6404
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"skuba": "3.15.0"
},
"changesets": [
"fair-tables-notice",
"quick-steaks-smile",
"shy-colts-warn",
"young-seas-smoke"
]
}
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-beta.0

### 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 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-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 7ef6404

Please sign in to comment.