Skip to content

Commit bc69dbc

Browse files
Version Packages (#337)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 45ca22d commit bc69dbc

8 files changed

+29
-45
lines changed

.changeset/modern-grapes-crash.md

-11
This file was deleted.

.changeset/nasty-carpets-rescue.md

-11
This file was deleted.

.changeset/purple-points-wash.md

-7
This file was deleted.

.changeset/quick-tips-doubt.md

-5
This file was deleted.

.changeset/swift-ads-arrive.md

-5
This file was deleted.

.changeset/young-radios-serve.md

-5
This file was deleted.

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# skuba
22

3+
## 3.12.1
4+
5+
### Patch Changes
6+
7+
- 8fce1be: **node, start:** Propagate `process.argv`
8+
9+
Passing command-line arguments into a script now works as expected:
10+
11+
```bash
12+
yarn skuba node src/script.ts arg1 arg2 arg3
13+
```
14+
15+
- 8fce1be: **node:** Support Node.js inspector options when running a script
16+
17+
Passing an [inspector option](https://nodejs.org/en/docs/guides/debugging-getting-started/#command-line-options) for script debugging now works as expected:
18+
19+
```bash
20+
yarn skuba node --inspect-brk src/script.ts
21+
```
22+
23+
- 45ca22d: **build-package, lint:** Run serially on Buildkite
24+
25+
These commands now run their underlying processes serially when the `BUILDKITE` environment variable is set. This reduces the chance of resource exhaustion on smaller instance sizes but slows down builds.
26+
27+
- 56fe586: **template/koa-rest-api:** Tidy custom Koa types
28+
- a3e1821: **test:** Exclude Jest `config.ts` files from coverage
29+
- 56fe586: **template:** seek-jobs/gantry v1.2.11
30+
331
## 3.12.0
432

533
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"engines": {
88
"node": ">=12"
99
},
10-
"version": "3.12.0",
10+
"version": "3.12.1",
1111
"main": "lib/index.js",
1212
"typings": "lib/index.d.ts",
1313
"files": [

0 commit comments

Comments
 (0)