Skip to content

Commit 4e1a91c

Browse files
committed
release: 1.1.4 [skip ci]
### [1.1.4](v1.1.3...v1.1.4) (2024-03-16) #### 🪄 Fixes * **types:** allow exported types to specify custom `ExecutionContext` ([f66599b](f66599b))
1 parent f66599b commit 4e1a91c

File tree

10 files changed

+244
-215
lines changed

10 files changed

+244
-215
lines changed

CHANGELOG.md

Lines changed: 49 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,78 +4,86 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
### [1.1.3][3] (2024-03-15)
7+
### [1.1.4][3] (2024-03-16)
88

99
#### 🪄 Fixes
1010

11-
- Add support for `export default X` syntax ([bad391d][4])
12-
- Ensure `demandOption` is properly supported ([2f205c1][5])
11+
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][4])
1312

14-
### [1.1.2][6] (2023-12-31)
13+
### [1.1.3][5] (2024-03-15)
1514

1615
#### 🪄 Fixes
1716

18-
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][7])
17+
- Add support for `export default X` syntax ([bad391d][6])
18+
- Ensure `demandOption` is properly supported ([2f205c1][7])
1919

20-
### [1.1.1][8] (2023-12-31)
20+
### [1.1.2][8] (2023-12-31)
2121

2222
#### 🪄 Fixes
2323

24-
- Fix Node10 type resolution failure ([b6178c9][9])
24+
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][9])
2525

26-
## [1.1.0][10] (2023-12-31)
26+
### [1.1.1][10] (2023-12-31)
27+
28+
#### 🪄 Fixes
29+
30+
- Fix Node10 type resolution failure ([b6178c9][11])
31+
32+
## [1.1.0][12] (2023-12-31)
2733

2834
#### ✨ Features
2935

30-
- **src:** support file://-style URLs ([0e5067e][11])
36+
- **src:** support file://-style URLs ([0e5067e][13])
3137

3238
#### 🪄 Fixes
3339

34-
- **src:** ensure --version is included in help text output when relevant ([4f159dc][12])
40+
- **src:** ensure --version is included in help text output when relevant ([4f159dc][14])
3541

3642
#### ⚙️ Build System
3743

38-
- **babel:** fix ESM<=>CJS interop issue ([5470091][13])
44+
- **babel:** fix ESM<=>CJS interop issue ([5470091][15])
3945

40-
## [1.0.0][14] (2023-12-29)
46+
## [1.0.0][16] (2023-12-29)
4147

4248
#### ✨ Features
4349

44-
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][15])
50+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][17])
4551

4652
#### 🪄 Fixes
4753

48-
- Rename package from "black-flag" to "[@black-][16]flag/core" npm typosquat workaround ([292ead5][17])
54+
- Rename package from "black-flag" to "[@black-][18]flag/core" npm typosquat workaround ([292ead5][19])
4955

5056
#### ⚙️ Build System
5157

52-
- Fix horrible decision by marked devs to break output for no reason ([036e350][18])
53-
- **jest:** ensure pkg-up is transformed ([c7f4aef][19])
54-
- **jest:** fix transformIgnorePatterns ([0548d34][20])
55-
- **jest:** transpile node\_modules ([5cf7a6c][21])
56-
- **tsconfig:** fix internal path resolution ([fbe3a69][22])
57-
- **tsconfig:** upgrade to NodeNext ([d3a499e][23])
58+
- Fix horrible decision by marked devs to break output for no reason ([036e350][20])
59+
- **jest:** ensure pkg-up is transformed ([c7f4aef][21])
60+
- **jest:** fix transformIgnorePatterns ([0548d34][22])
61+
- **jest:** transpile node\_modules ([5cf7a6c][23])
62+
- **tsconfig:** fix internal path resolution ([fbe3a69][24])
63+
- **tsconfig:** upgrade to NodeNext ([d3a499e][25])
5864

5965
[1]: https://conventionalcommits.org
6066
[2]: https://semver.org
61-
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
62-
[4]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
63-
[5]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
64-
[6]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
65-
[7]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
66-
[8]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
67-
[9]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
68-
[10]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
69-
[11]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
70-
[12]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
71-
[13]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
72-
[14]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
73-
[15]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
74-
[16]: https://github.com/black-
75-
[17]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
76-
[18]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
77-
[19]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
78-
[20]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
79-
[21]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
80-
[22]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
81-
[23]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
67+
[3]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
68+
[4]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
69+
[5]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
70+
[6]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
71+
[7]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
72+
[8]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
73+
[9]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
74+
[10]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
75+
[11]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
76+
[12]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
77+
[13]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
78+
[14]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
79+
[15]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
80+
[16]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
81+
[17]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
82+
[18]: https://github.com/black-
83+
[19]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
84+
[20]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
85+
[21]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
86+
[22]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
87+
[23]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
88+
[24]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
89+
[25]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

docs/classes/index.CliError.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ AppError.constructor
7171

7272
#### Defined in
7373

74-
[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L92)
74+
[src/error.ts:92](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L92)
7575

7676
**new CliError**(`cause`, `options`, `message`, `superOptions`): [`CliError`](index.CliError.md)
7777

@@ -97,7 +97,7 @@ AppError.constructor
9797

9898
#### Defined in
9999

100-
[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L97)
100+
[src/error.ts:97](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L97)
101101

102102
## Properties
103103

@@ -107,7 +107,7 @@ AppError.constructor
107107

108108
#### Defined in
109109

110-
[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L87)
110+
[src/error.ts:87](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L87)
111111

112112
___
113113

@@ -135,7 +135,7 @@ AppError.message
135135

136136
#### Defined in
137137

138-
node_modules/typescript/lib/lib.es5.d.ts:1076
138+
node_modules/typescript/lib/lib.es5.d.ts:1077
139139

140140
___
141141

@@ -149,7 +149,7 @@ AppError.name
149149

150150
#### Defined in
151151

152-
node_modules/typescript/lib/lib.es5.d.ts:1075
152+
node_modules/typescript/lib/lib.es5.d.ts:1076
153153

154154
___
155155

@@ -163,7 +163,7 @@ AppError.stack
163163

164164
#### Defined in
165165

166-
node_modules/typescript/lib/lib.es5.d.ts:1077
166+
node_modules/typescript/lib/lib.es5.d.ts:1078
167167

168168
___
169169

@@ -177,20 +177,24 @@ NonNullable.suggestedExitCode
177177

178178
#### Defined in
179179

180-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L85)
180+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L85)
181181

182182
___
183183

184184
### prepareStackTrace
185185

186186
`Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
187187

188+
Optional override for formatting stack traces
189+
190+
**`See`**
191+
192+
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
193+
188194
#### Type declaration
189195

190196
▸ (`err`, `stackTraces`): `any`
191197

192-
Optional override for formatting stack traces
193-
194198
##### Parameters
195199

196200
| Name | Type |
@@ -202,10 +206,6 @@ Optional override for formatting stack traces
202206

203207
`any`
204208

205-
**`See`**
206-
207-
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
208-
209209
#### Inherited from
210210

211211
AppError.prepareStackTrace

docs/classes/index.GracefulEarlyExitError.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ termination of the application but with an exit code indicating success
5555

5656
#### Defined in
5757

58-
[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L159)
58+
[src/error.ts:159](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L159)
5959

6060
## Properties
6161

@@ -69,7 +69,7 @@ termination of the application but with an exit code indicating success
6969

7070
#### Defined in
7171

72-
[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L153)
72+
[src/error.ts:153](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L153)
7373

7474
___
7575

@@ -97,7 +97,7 @@ ___
9797

9898
#### Defined in
9999

100-
node_modules/typescript/lib/lib.es5.d.ts:1076
100+
node_modules/typescript/lib/lib.es5.d.ts:1077
101101

102102
___
103103

@@ -111,7 +111,7 @@ ___
111111

112112
#### Defined in
113113

114-
node_modules/typescript/lib/lib.es5.d.ts:1075
114+
node_modules/typescript/lib/lib.es5.d.ts:1076
115115

116116
___
117117

@@ -125,7 +125,7 @@ ___
125125

126126
#### Defined in
127127

128-
node_modules/typescript/lib/lib.es5.d.ts:1077
128+
node_modules/typescript/lib/lib.es5.d.ts:1078
129129

130130
___
131131

@@ -139,20 +139,24 @@ ___
139139

140140
#### Defined in
141141

142-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L85)
142+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L85)
143143

144144
___
145145

146146
### prepareStackTrace
147147

148148
`Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
149149

150+
Optional override for formatting stack traces
151+
152+
**`See`**
153+
154+
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
155+
150156
#### Type declaration
151157

152158
▸ (`err`, `stackTraces`): `any`
153159

154-
Optional override for formatting stack traces
155-
156160
##### Parameters
157161

158162
| Name | Type |
@@ -164,10 +168,6 @@ Optional override for formatting stack traces
164168

165169
`any`
166170

167-
**`See`**
168-
169-
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
170-
171171
#### Inherited from
172172

173173
[CliError](index.CliError.md).[prepareStackTrace](index.CliError.md#preparestacktrace)

docs/classes/util.AssertionFailedError.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Represents a failed sanity check.
5757

5858
#### Defined in
5959

60-
[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L175)
60+
[src/error.ts:175](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L175)
6161

6262
## Properties
6363

@@ -71,7 +71,7 @@ Represents a failed sanity check.
7171

7272
#### Defined in
7373

74-
[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L171)
74+
[src/error.ts:171](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L171)
7575

7676
___
7777

@@ -99,7 +99,7 @@ ___
9999

100100
#### Defined in
101101

102-
node_modules/typescript/lib/lib.es5.d.ts:1076
102+
node_modules/typescript/lib/lib.es5.d.ts:1077
103103

104104
___
105105

@@ -113,7 +113,7 @@ ___
113113

114114
#### Defined in
115115

116-
node_modules/typescript/lib/lib.es5.d.ts:1075
116+
node_modules/typescript/lib/lib.es5.d.ts:1076
117117

118118
___
119119

@@ -127,7 +127,7 @@ ___
127127

128128
#### Defined in
129129

130-
node_modules/typescript/lib/lib.es5.d.ts:1077
130+
node_modules/typescript/lib/lib.es5.d.ts:1078
131131

132132
___
133133

@@ -141,20 +141,24 @@ ___
141141

142142
#### Defined in
143143

144-
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/86491dc/src/error.ts#L85)
144+
[src/error.ts:85](https://github.com/Xunnamius/black-flag/blob/f66599b/src/error.ts#L85)
145145

146146
___
147147

148148
### prepareStackTrace
149149

150150
`Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
151151

152+
Optional override for formatting stack traces
153+
154+
**`See`**
155+
156+
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
157+
152158
#### Type declaration
153159

154160
▸ (`err`, `stackTraces`): `any`
155161

156-
Optional override for formatting stack traces
157-
158162
##### Parameters
159163

160164
| Name | Type |
@@ -166,10 +170,6 @@ Optional override for formatting stack traces
166170

167171
`any`
168172

169-
**`See`**
170-
171-
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
172-
173173
#### Inherited from
174174

175175
[CliError](index.CliError.md).[prepareStackTrace](index.CliError.md#preparestacktrace)

0 commit comments

Comments
 (0)