Skip to content

Commit 0776e28

Browse files
committed
release: 1.2.4 [skip ci]
### [1.2.4](v1.2.3...v1.2.4) (2024-03-27) #### 🪄 Fixes * **src:** explicitly ignore .d.ts files within command dirs ([d6618d3](d6618d3))
1 parent f8d8814 commit 0776e28

File tree

10 files changed

+149
-141
lines changed

10 files changed

+149
-141
lines changed

CHANGELOG.md

Lines changed: 75 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -4,127 +4,135 @@ 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.2.3][3] (2024-03-27)
7+
### [1.2.4][3] (2024-03-27)
88

99
#### 🪄 Fixes
1010

11-
- **package:** bump minimum node support to 20 LTS ([4b8c975][4])
12-
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][5])
11+
- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][4])
1312

14-
### [1.2.2][6] (2024-03-21)
13+
### [1.2.3][5] (2024-03-27)
1514

1615
#### 🪄 Fixes
1716

18-
- No longer include default command when listing subcommands ([be2960a][7])
17+
- **package:** bump minimum node support to 20 LTS ([4b8c975][6])
18+
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][7])
19+
20+
### [1.2.2][8] (2024-03-21)
21+
22+
#### 🪄 Fixes
23+
24+
- No longer include default command when listing subcommands ([be2960a][9])
1925

2026
#### ⚙️ Build System
2127

22-
- **husky:** update to latest hooks ([75d5c66][8])
23-
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][9])
28+
- **husky:** update to latest hooks ([75d5c66][10])
29+
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][11])
2430

25-
### [1.2.1][10] (2024-03-19)
31+
### [1.2.1][12] (2024-03-19)
2632

2733
#### ⚙️ Build System
2834

29-
- **babel:** fix import specifier rewrite oversight ([2369534][11])
35+
- **babel:** fix import specifier rewrite oversight ([2369534][13])
3036

31-
## [1.2.0][12] (2024-03-18)
37+
## [1.2.0][14] (2024-03-18)
3238

3339
#### ✨ Features
3440

35-
- Add `showHelp` option to `CliError` ([b5a1e58][13])
41+
- Add `showHelp` option to `CliError` ([b5a1e58][15])
3642

37-
### [1.1.4][14] (2024-03-16)
43+
### [1.1.4][16] (2024-03-16)
3844

3945
#### 🪄 Fixes
4046

41-
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][15])
47+
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][17])
4248

43-
### [1.1.3][16] (2024-03-15)
49+
### [1.1.3][18] (2024-03-15)
4450

4551
#### 🪄 Fixes
4652

47-
- Add support for `export default X` syntax ([bad391d][17])
48-
- Ensure `demandOption` is properly supported ([2f205c1][18])
53+
- Add support for `export default X` syntax ([bad391d][19])
54+
- Ensure `demandOption` is properly supported ([2f205c1][20])
4955

50-
### [1.1.2][19] (2023-12-31)
56+
### [1.1.2][21] (2023-12-31)
5157

5258
#### 🪄 Fixes
5359

54-
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][20])
60+
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][22])
5561

56-
### [1.1.1][21] (2023-12-31)
62+
### [1.1.1][23] (2023-12-31)
5763

5864
#### 🪄 Fixes
5965

60-
- Fix Node10 type resolution failure ([b6178c9][22])
66+
- Fix Node10 type resolution failure ([b6178c9][24])
6167

62-
## [1.1.0][23] (2023-12-31)
68+
## [1.1.0][25] (2023-12-31)
6369

6470
#### ✨ Features
6571

66-
- **src:** support file://-style URLs ([0e5067e][24])
72+
- **src:** support file://-style URLs ([0e5067e][26])
6773

6874
#### 🪄 Fixes
6975

70-
- **src:** ensure --version is included in help text output when relevant ([4f159dc][25])
76+
- **src:** ensure --version is included in help text output when relevant ([4f159dc][27])
7177

7278
#### ⚙️ Build System
7379

74-
- **babel:** fix ESM<=>CJS interop issue ([5470091][26])
80+
- **babel:** fix ESM<=>CJS interop issue ([5470091][28])
7581

76-
## [1.0.0][27] (2023-12-29)
82+
## [1.0.0][29] (2023-12-29)
7783

7884
#### ✨ Features
7985

80-
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][28])
86+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][30])
8187

8288
#### 🪄 Fixes
8389

84-
- Rename package from "black-flag" to "[@black-][29]flag/core" npm typosquat workaround ([292ead5][30])
90+
- Rename package from "black-flag" to "[@black-][31]flag/core" npm typosquat workaround ([292ead5][32])
8591

8692
#### ⚙️ Build System
8793

88-
- Fix horrible decision by marked devs to break output for no reason ([036e350][31])
89-
- **jest:** ensure pkg-up is transformed ([c7f4aef][32])
90-
- **jest:** fix transformIgnorePatterns ([0548d34][33])
91-
- **jest:** transpile node\_modules ([5cf7a6c][34])
92-
- **tsconfig:** fix internal path resolution ([fbe3a69][35])
93-
- **tsconfig:** upgrade to NodeNext ([d3a499e][36])
94+
- Fix horrible decision by marked devs to break output for no reason ([036e350][33])
95+
- **jest:** ensure pkg-up is transformed ([c7f4aef][34])
96+
- **jest:** fix transformIgnorePatterns ([0548d34][35])
97+
- **jest:** transpile node\_modules ([5cf7a6c][36])
98+
- **tsconfig:** fix internal path resolution ([fbe3a69][37])
99+
- **tsconfig:** upgrade to NodeNext ([d3a499e][38])
94100

95101
[1]: https://conventionalcommits.org
96102
[2]: https://semver.org
97-
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
98-
[4]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
99-
[5]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
100-
[6]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
101-
[7]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
102-
[8]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
103-
[9]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
104-
[10]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
105-
[11]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
106-
[12]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
107-
[13]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
108-
[14]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
109-
[15]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
110-
[16]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
111-
[17]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
112-
[18]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
113-
[19]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
114-
[20]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
115-
[21]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
116-
[22]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
117-
[23]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
118-
[24]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
119-
[25]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
120-
[26]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
121-
[27]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
122-
[28]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
123-
[29]: https://github.com/black-
124-
[30]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
125-
[31]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
126-
[32]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
127-
[33]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
128-
[34]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
129-
[35]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
130-
[36]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
103+
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
104+
[4]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
105+
[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
106+
[6]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
107+
[7]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
108+
[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
109+
[9]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
110+
[10]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
111+
[11]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
112+
[12]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
113+
[13]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
114+
[14]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
115+
[15]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
116+
[16]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
117+
[17]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
118+
[18]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
119+
[19]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
120+
[20]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
121+
[21]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
122+
[22]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
123+
[23]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
124+
[24]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
125+
[25]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
126+
[26]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
127+
[27]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
128+
[28]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
129+
[29]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
130+
[30]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
131+
[31]: https://github.com/black-
132+
[32]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
133+
[33]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
134+
[34]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
135+
[35]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
136+
[36]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
137+
[37]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
138+
[38]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

docs/classes/index.CliError.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ AppError.constructor
7272

7373
#### Defined in
7474

75-
[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L101)
75+
[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L101)
7676

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

@@ -98,7 +98,7 @@ AppError.constructor
9898

9999
#### Defined in
100100

101-
[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L106)
101+
[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L106)
102102

103103
## Properties
104104

@@ -108,7 +108,7 @@ AppError.constructor
108108

109109
#### Defined in
110110

111-
[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L96)
111+
[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L96)
112112

113113
___
114114

@@ -164,7 +164,7 @@ NonNullable.showHelp
164164

165165
#### Defined in
166166

167-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L94)
167+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L94)
168168

169169
___
170170

@@ -192,7 +192,7 @@ NonNullable.suggestedExitCode
192192

193193
#### Defined in
194194

195-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L93)
195+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L93)
196196

197197
___
198198

docs/classes/index.GracefulEarlyExitError.md

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

5757
#### Defined in
5858

59-
[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L172)
59+
[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L172)
6060

6161
## Properties
6262

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

7171
#### Defined in
7272

73-
[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L166)
73+
[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L166)
7474

7575
___
7676

@@ -126,7 +126,7 @@ ___
126126

127127
#### Defined in
128128

129-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L94)
129+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L94)
130130

131131
___
132132

@@ -154,7 +154,7 @@ ___
154154

155155
#### Defined in
156156

157-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L93)
157+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L93)
158158

159159
___
160160

docs/classes/util.AssertionFailedError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Represents a failed sanity check.
5858

5959
#### Defined in
6060

61-
[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L188)
61+
[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L188)
6262

6363
## Properties
6464

@@ -72,7 +72,7 @@ Represents a failed sanity check.
7272

7373
#### Defined in
7474

75-
[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L184)
75+
[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L184)
7676

7777
___
7878

@@ -128,7 +128,7 @@ ___
128128

129129
#### Defined in
130130

131-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L94)
131+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L94)
132132

133133
___
134134

@@ -156,7 +156,7 @@ ___
156156

157157
#### Defined in
158158

159-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L93)
159+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L93)
160160

161161
___
162162

docs/classes/util.CommandNotImplementedError.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ implemented.
5353

5454
#### Defined in
5555

56-
[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L150)
56+
[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L150)
5757

5858
## Properties
5959

@@ -67,7 +67,7 @@ implemented.
6767

6868
#### Defined in
6969

70-
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L145)
70+
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L145)
7171

7272
___
7373

@@ -123,7 +123,7 @@ ___
123123

124124
#### Defined in
125125

126-
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L94)
126+
[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L94)
127127

128128
___
129129

@@ -151,7 +151,7 @@ ___
151151

152152
#### Defined in
153153

154-
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/4babf12/src/error.ts#L93)
154+
[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/error.ts#L93)
155155

156156
___
157157

docs/enums/index.FrameworkExitCode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In most cases, this exit code is indicative of improper use of Black Flag.
2929

3030
#### Defined in
3131

32-
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/4babf12/src/constant.ts#L60)
32+
[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/constant.ts#L60)
3333

3434
___
3535

@@ -41,7 +41,7 @@ Hard-coded default fallback exit code when fatal errors occur.
4141

4242
#### Defined in
4343

44-
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/4babf12/src/constant.ts#L48)
44+
[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/constant.ts#L48)
4545

4646
___
4747

@@ -53,7 +53,7 @@ The exit code used when executing an unimplemented child command.
5353

5454
#### Defined in
5555

56-
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/4babf12/src/constant.ts#L52)
56+
[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/constant.ts#L52)
5757

5858
___
5959

@@ -65,4 +65,4 @@ The exit code used when execution succeeds and exits gracefully.
6565

6666
#### Defined in
6767

68-
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/4babf12/src/constant.ts#L44)
68+
[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/f8d8814/src/constant.ts#L44)

0 commit comments

Comments
 (0)