Skip to content

Commit c52c516

Browse files
committed
release: @black-flag/checks@2.0.2 [skip ci]
## ⚙️ Build System - **deps:** bump core-js from 3.43.0 to 3.44.0 ([86e20b2][2]) [1]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@2.0.1...@black-flag/checks@2.0.2 [2]: 86e20b2
1 parent ca2ffa7 commit c52c516

File tree

8 files changed

+48
-38
lines changed

8 files changed

+48
-38
lines changed

packages/checks/CHANGELOG.md

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,23 @@ this project adheres to [Semantic Versioning][2].
1919

2020
<br />
2121

22-
### 🏗️ Patch @black-flag/checks[@2.0.1][6] (2025-06-14)
22+
### 🏗️ Patch @black-flag/checks[@2.0.2][6] (2025-07-10)
2323

2424
#### ⚙️ Build System
2525

26-
- **deps:** bump core-js from 3.42.0 to 3.43.0 ([c3efcf9][7])
26+
- **deps:** bump core-js from 3.43.0 to 3.44.0 ([86e20b2][7])
2727

2828
<br />
2929

30-
## @black-flag/checks[@1.0.0][8] (2025-03-14)
30+
### 🏗️ Patch @black-flag/checks[@2.0.1][8] (2025-06-14)
31+
32+
#### ⚙️ Build System
33+
34+
- **deps:** bump core-js from 3.42.0 to 3.43.0 ([c3efcf9][9])
35+
36+
<br />
37+
38+
## @black-flag/checks[@1.0.0][10] (2025-03-14)
3139

3240
### 💥 BREAKING CHANGES 💥
3341

@@ -37,55 +45,57 @@ this project adheres to [Semantic Versioning][2].
3745

3846
### ✨ Features
3947

40-
- **packages/checks:** implement @black-flag/checks ([64029b9][9])
41-
- **packages/checks:** implement `checkArrayNoConflicts` and `checkArrayUnique` ([10cd0eb][10])
48+
- **packages/checks:** implement @black-flag/checks ([64029b9][11])
49+
- **packages/checks:** implement `checkArrayNoConflicts` and `checkArrayUnique` ([10cd0eb][12])
4250

4351
### 🪄 Fixes
4452

45-
- Fix Windows interop issues ([b3abf95][11]) <sup>see [#174][12]</sup>
53+
- Fix Windows interop issues ([b3abf95][13]) <sup>see [#174][14]</sup>
4654

4755
### ⚙️ Build System
4856

49-
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][13])
50-
- **husky:** update to latest hooks ([75d5c66][14])
51-
- **tsconfig:** fix internal path resolution ([fbe3a69][15])
52-
- **tsconfig:** upgrade to NodeNext ([d3a499e][16])
57+
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][15])
58+
- **husky:** update to latest hooks ([75d5c66][16])
59+
- **tsconfig:** fix internal path resolution ([fbe3a69][17])
60+
- **tsconfig:** upgrade to NodeNext ([d3a499e][18])
5361

5462
### 🧙🏿 Refactored
5563

56-
- Rename and restructure exports for better docs generation ([8303ba7][17])
64+
- Rename and restructure exports for better docs generation ([8303ba7][19])
5765

5866
### 🔥 Reverted
5967

60-
- _"build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([e75f6f8][18])
68+
- _"build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([e75f6f8][20])
6169

6270
<br />
6371

64-
### 🏗️ Patch @black-flag/checks[@1.0.1][19] (2025-03-17)
72+
### 🏗️ Patch @black-flag/checks[@1.0.1][21] (2025-03-17)
6573

6674
#### ⚙️ Build System
6775

68-
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9e54cd6][20])
69-
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][21])
76+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9e54cd6][22])
77+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][23])
7078

7179
[1]: https://conventionalcommits.org
7280
[2]: https://semver.org
7381
[3]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.1...@black-flag/checks@2.0.0
7482
[4]: https://github.com/Xunnamius/black-flag/commit/5ea5c70550ccc2a12215d01814d269abf0a5a82a
7583
[5]: https://github.com/Xunnamius/black-flag/commit/7a70c7e44633bf3b15b0662ce212ece66de038c8
76-
[6]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@2.0.0...@black-flag/checks@2.0.1
77-
[7]: https://github.com/Xunnamius/black-flag/commit/c3efcf96f063e046e6686e81d7a948af135031e5
78-
[8]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/checks@1.0.0
79-
[9]: https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
80-
[10]: https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
81-
[11]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
82-
[12]: https://github.com/Xunnamius/black-flag/issues/174
83-
[13]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
84-
[14]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
85-
[15]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
86-
[16]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
87-
[17]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
88-
[18]: https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
89-
[19]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.0...@black-flag/checks@1.0.1
90-
[20]: https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
91-
[21]: https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
84+
[6]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@2.0.1...@black-flag/checks@2.0.2
85+
[7]: https://github.com/Xunnamius/black-flag/commit/86e20b26289be7d1ca0f244d41c4c86e07300293
86+
[8]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@2.0.0...@black-flag/checks@2.0.1
87+
[9]: https://github.com/Xunnamius/black-flag/commit/c3efcf96f063e046e6686e81d7a948af135031e5
88+
[10]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/checks@1.0.0
89+
[11]: https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
90+
[12]: https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
91+
[13]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
92+
[14]: https://github.com/Xunnamius/black-flag/issues/174
93+
[15]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
94+
[16]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
95+
[17]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
96+
[18]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
97+
[19]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
98+
[20]: https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
99+
[21]: https://github.com/Xunnamius/black-flag/compare/@black-flag/checks@1.0.0...@black-flag/checks@1.0.1
100+
[22]: https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
101+
[23]: https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78

packages/checks/docs/error/variables/BfcErrorMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> `const` **BfcErrorMessage**: `object`
1010
11-
Defined in: [error.ts:5](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/error.ts#L5)
11+
Defined in: [error.ts:5](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/error.ts#L5)
1212

1313
A collection of possible error and warning messages.
1414

packages/checks/docs/index/functions/checkArrayNoConflicts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **checkArrayNoConflicts**(`argName`, `conflicts`): (`currentArg`) => `string` \| `true`
1010
11-
Defined in: [index.ts:54](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/index.ts#L54)
11+
Defined in: [index.ts:54](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/index.ts#L54)
1212

1313
A Black Flag check that passes when at most only one element from each
1414
`conflict` tuple is present in the array.

packages/checks/docs/index/functions/checkArrayNotEmpty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **checkArrayNotEmpty**(`argName`, `adjective`): (`currentArg`) => `string` \| `true`
1010
11-
Defined in: [index.ts:31](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/index.ts#L31)
11+
Defined in: [index.ts:31](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/index.ts#L31)
1212

1313
A Black Flag check that passes when each member of an array-type argument
1414
is a non-empty non-nullish value and the array itself is non-empty.

packages/checks/docs/index/functions/checkArrayUnique.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **checkArrayUnique**(`argName`): (`currentArg`) => `string` \| `true`
1010
11-
Defined in: [index.ts:86](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/index.ts#L86)
11+
Defined in: [index.ts:86](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/index.ts#L86)
1212

1313
A Black Flag check that passes when each element in the array is unique.
1414

packages/checks/docs/index/functions/checkIsNotNegative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **checkIsNotNegative**(`argName`): (`currentArg`) => `string` \| `true`
1010
11-
Defined in: [index.ts:9](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/index.ts#L9)
11+
Defined in: [index.ts:9](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/index.ts#L9)
1212

1313
A Black Flag check that passes when an argument value is a non-negative
1414
number.

packages/checks/docs/index/functions/checkIsNotNil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **checkIsNotNil**(`argName`): (`currentArg`) => `string` \| `true`
1010
11-
Defined in: [index.ts:21](https://github.com/Xunnamius/black-flag/blob/b36077d96948b9d710b24de4e7cdd82d7bab8303/packages/checks/src/index.ts#L21)
11+
Defined in: [index.ts:21](https://github.com/Xunnamius/black-flag/blob/ca2ffa711506da01a177594077571970c5333bf5/packages/checks/src/index.ts#L21)
1212

1313
A Black Flag check that passes when an argument value is not falsy.
1414

packages/checks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@black-flag/checks",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A collection of general purpose check functions for yargs and Black Flag",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)