Skip to content

Commit 2e785f5

Browse files
committed
release: @black-flag/[email protected] [skip ci]
## ⚙️ Build System - **deps:** bump core-js from 3.40.0 to 3.41.0 ([9e54cd6][2]) - **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][3]) [1]: https://github.com/Xunnamius/black-flag/compare/@black-flag/[email protected]...@black-flag/[email protected] [2]: 9e54cd6 [3]: 9371719
1 parent bc64a92 commit 2e785f5

File tree

8 files changed

+43
-25
lines changed

8 files changed

+43
-25
lines changed

Diff for: packages/checks/CHANGELOG.md

+36-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ this project adheres to [Semantic Versioning][2].
66

77
<br />
88

9-
## @black-flag/checks\@1.0.0 (2025-03-14)
9+
## @black-flag/checks[@1.0.0][3] (2025-03-14)
1010

1111
### 💥 BREAKING CHANGES 💥
1212

@@ -16,32 +16,50 @@ this project adheres to [Semantic Versioning][2].
1616

1717
### ✨ Features
1818

19-
- **packages/checks:** implement @black-flag/checks ([64029b9][3])
20-
- **packages/checks:** implement `checkArrayNoConflicts` and `checkArrayUnique` ([10cd0eb][4])
19+
- **packages/checks:** implement @black-flag/checks ([64029b9][4])
20+
- **packages/checks:** implement `checkArrayNoConflicts` and `checkArrayUnique` ([10cd0eb][5])
2121

2222
### 🪄 Fixes
2323

24-
- Fix Windows interop issues ([b3abf95][5]) <sup>see [#174][6]</sup>
24+
- Fix Windows interop issues ([b3abf95][6]) <sup>see [#174][7]</sup>
2525

2626
### ⚙️ Build System
2727

28-
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][7])
29-
- **husky:** update to latest hooks ([75d5c66][8])
30-
- **tsconfig:** fix internal path resolution ([fbe3a69][9])
31-
- **tsconfig:** upgrade to NodeNext ([d3a499e][10])
28+
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][8])
29+
- **husky:** update to latest hooks ([75d5c66][9])
30+
- **tsconfig:** fix internal path resolution ([fbe3a69][10])
31+
- **tsconfig:** upgrade to NodeNext ([d3a499e][11])
3232

3333
### 🧙🏿 Refactored
3434

35-
- Rename and restructure exports for better docs generation ([8303ba7][11])
35+
- Rename and restructure exports for better docs generation ([8303ba7][12])
36+
37+
### 🔥 Reverted
38+
39+
- _"build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([e75f6f8][13])
40+
41+
<br />
42+
43+
### 🏗️ Patch @black-flag/checks[@1.0.1][14] (2025-03-17)
44+
45+
#### ⚙️ Build System
46+
47+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9e54cd6][15])
48+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][16])
3649

3750
[1]: https://conventionalcommits.org
3851
[2]: https://semver.org
39-
[3]: https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
40-
[4]: https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
41-
[5]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
42-
[6]: https://github.com/Xunnamius/black-flag/issues/174
43-
[7]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
44-
[8]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
45-
[9]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
46-
[10]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
47-
[11]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
52+
[3]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/[email protected]
53+
[4]: https://github.com/Xunnamius/black-flag/commit/64029b9dc0d1e8224d65d2e6c9653b2c09abb962
54+
[5]: https://github.com/Xunnamius/black-flag/commit/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6
55+
[6]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
56+
[7]: https://github.com/Xunnamius/black-flag/issues/174
57+
[8]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
58+
[9]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
59+
[10]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
60+
[11]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
61+
[12]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
62+
[13]: https://github.com/Xunnamius/black-flag/commit/e75f6f8fa90784f1aefab49305a99e7b839b615b
63+
[14]: https://github.com/Xunnamius/black-flag/compare/@black-flag/[email protected]...@black-flag/[email protected]
64+
[15]: https://github.com/Xunnamius/black-flag/commit/9e54cd6bf33b63e1035fbaa43931944266cfe21b
65+
[16]: https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78

Diff for: packages/checks/docs/error/variables/BfcErrorMessage.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/error.ts#L5)
11+
Defined in: [error.ts:5](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/packages/checks/src/error.ts#L5)
1212

1313
A collection of possible error and warning messages.
1414

Diff for: packages/checks/docs/index/functions/checkArrayNoConflicts.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/index.ts#L54)
11+
Defined in: [index.ts:54](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/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.

Diff for: packages/checks/docs/index/functions/checkArrayNotEmpty.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/index.ts#L31)
11+
Defined in: [index.ts:31](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/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.

Diff for: packages/checks/docs/index/functions/checkArrayUnique.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/index.ts#L86)
11+
Defined in: [index.ts:86](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/packages/checks/src/index.ts#L86)
1212

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

Diff for: packages/checks/docs/index/functions/checkIsNotNegative.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/index.ts#L9)
11+
Defined in: [index.ts:9](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/packages/checks/src/index.ts#L9)
1212

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

Diff for: packages/checks/docs/index/functions/checkIsNotNil.md

+1-1
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/dca16a7cbf43b7d8428fc9b34cc49fc69b7b6672/packages/checks/src/index.ts#L21)
11+
Defined in: [index.ts:21](https://github.com/Xunnamius/black-flag/blob/bc64a92f4302e312577a2a00ecb868adb8aa2354/packages/checks/src/index.ts#L21)
1212

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

Diff for: packages/checks/package.json

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

0 commit comments

Comments
 (0)