Skip to content

Commit d153f19

Browse files
committed
build: update update-website scripts
1 parent ac2df2d commit d153f19

File tree

13 files changed

+154
-139
lines changed

13 files changed

+154
-139
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"cspell": "8.3.2",
7575
"dedent": "1.5.1",
7676
"dprint": "0.45.0",
77-
"effect": "2.0.1",
77+
"effect": "2.0.2",
7878
"eslint": ">=8.56.0",
79-
"eslint-config-with-tsconfig": "2.9.271",
79+
"eslint-config-with-tsconfig": "2.9.280",
8080
"eslint-plugin-eslint-plugin": "5.2.1",
8181
"eslint-plugin-filenames-simple": "0.9.0",
8282
"eslint-plugin-functional": "6.0.0",
@@ -85,7 +85,7 @@
8585
"eslint-plugin-vitest": "0.3.20",
8686
"fast-equals": "5.0.1",
8787
"husky": "8.0.3",
88-
"markdownlint": "0.32.1",
88+
"markdownlint": "0.33.0",
8989
"pathe": "1.1.1",
9090
"publint": "0.2.7",
9191
"rollup": "4.9.4",
@@ -99,7 +99,7 @@
9999
"ts-pattern": "5.0.6",
100100
"turbo": "1.11.3",
101101
"type-fest": "4.9.0",
102-
"typedoc": "0.25.6",
102+
"typedoc": "0.25.7",
103103
"typedoc-plugin-markdown": "3.17.1",
104104
"typedoc-plugin-mermaid": "1.10.0",
105105
"typedoc-plugin-rename-defaults": "0.7.0",
@@ -123,7 +123,7 @@
123123
"@typescript-eslint/utils": "6.18.0",
124124
"@typescript-eslint/eslint-plugin": "6.18.0",
125125
"eslint": ">=8.56.0",
126-
"effect": "2.0.1",
126+
"effect": "2.0.2",
127127
"next": "14.0.4",
128128
"react": "18.2.0",
129129
"react-dom": "18.2.0",

packages/core/docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ ___
531531

532532
| Name | Type |
533533
| :------ | :------ |
534-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
534+
| `node` | `Identifier` \| `MemberExpression` |
535535
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
536536

537537
#### Returns
@@ -581,7 +581,7 @@ ___
581581

582582
| Name | Type |
583583
| :------ | :------ |
584-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
584+
| `node` | `Identifier` \| `MemberExpression` |
585585
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
586586

587587
#### Returns
@@ -615,7 +615,7 @@ ___
615615

616616
| Name | Type |
617617
| :------ | :------ |
618-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
618+
| `node` | `Identifier` \| `MemberExpression` |
619619
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
620620

621621
#### Returns
@@ -649,7 +649,7 @@ ___
649649

650650
| Name | Type |
651651
| :------ | :------ |
652-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
652+
| `node` | `Identifier` \| `MemberExpression` |
653653
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
654654

655655
#### Returns
@@ -683,7 +683,7 @@ ___
683683

684684
| Name | Type |
685685
| :------ | :------ |
686-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
686+
| `node` | `Identifier` \| `MemberExpression` |
687687
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
688688

689689
#### Returns
@@ -801,7 +801,7 @@ ___
801801

802802
| Name | Type |
803803
| :------ | :------ |
804-
| `node` | `Identifier` \| `MemberExpressionComputedName` \| `MemberExpressionNonComputedName` |
804+
| `node` | `Identifier` \| `MemberExpression` |
805805
| `context` | `Readonly`\<`RuleContext`\<`string`, readonly `unknown`[]\>\> |
806806

807807
#### Returns

packages/core/docs/interfaces/ERClassComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ___
8282

8383
### methods
8484

85-
**methods**: (`MethodDefinitionComputedName` \| `MethodDefinitionNonComputedName` \| `PropertyDefinitionComputedName` \| `PropertyDefinitionNonComputedName`)[]
85+
**methods**: (`MethodDefinition` \| `PropertyDefinition`)[]
8686

8787
___
8888

packages/tools/docs/interfaces/Data.Case.Constructor.md

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

2626
| Name | Type |
2727
| :------ | :------ |
28-
| `args` | `Equals`\<`Omit`\<`A`, typeof [`symbol`](../modules/Equal.md#symbol) \| typeof `symbol` \| `Tag`\>, {}\> extends ``true`` ? `void` : \{ readonly [P in string \| number \| symbol as P extends typeof symbol \| typeof symbol \| Tag ? never : P]: A[P] } |
28+
| `args` | `Equals`\<`Omit`\<`A`, `Tag` \| keyof Equal\>, {}\> extends ``true`` ? `void` : \{ readonly [P in string \| number \| symbol as P extends Tag \| (keyof Equal) ? never : P]: A[P] } |
2929

3030
#### Returns
3131

packages/tools/docs/interfaces/E.EitherUnify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
### Either
2626

27-
`Optional` **Either**: () => `A`[typeof `typeSymbol`] extends [`Left`](E.Left.md)\<`E0`, `A0`\> \| [`Right`](E.Right.md)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`
27+
`Optional` **Either**: () => `A`[typeof `typeSymbol`] extends [`Either`](../modules/E.md#either)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`
2828

2929
#### Type declaration
3030

31-
▸ (): `A`[typeof `typeSymbol`] extends [`Left`](E.Left.md)\<`E0`, `A0`\> \| [`Right`](E.Right.md)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`
31+
▸ (): `A`[typeof `typeSymbol`] extends [`Either`](../modules/E.md#either)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`
3232

3333
##### Returns
3434

35-
`A`[typeof `typeSymbol`] extends [`Left`](E.Left.md)\<`E0`, `A0`\> \| [`Right`](E.Right.md)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`
35+
`A`[typeof `typeSymbol`] extends [`Either`](../modules/E.md#either)\<`E0`, `A0`\> \| `_` ? [`Either`](../modules/E.md#either)\<`E0`, `A0`\> : `never`

packages/tools/docs/interfaces/O.OptionUnify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
### Option
2626

27-
`Optional` **Option**: () => `A`[typeof `typeSymbol`] extends [`None`](O.None.md)\<`A0`\> \| [`Some`](O.Some.md)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`
27+
`Optional` **Option**: () => `A`[typeof `typeSymbol`] extends [`Option`](../modules/O.md#option)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`
2828

2929
#### Type declaration
3030

31-
▸ (): `A`[typeof `typeSymbol`] extends [`None`](O.None.md)\<`A0`\> \| [`Some`](O.Some.md)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`
31+
▸ (): `A`[typeof `typeSymbol`] extends [`Option`](../modules/O.md#option)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`
3232

3333
##### Returns
3434

35-
`A`[typeof `typeSymbol`] extends [`None`](O.None.md)\<`A0`\> \| [`Some`](O.Some.md)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`
35+
`A`[typeof `typeSymbol`] extends [`Option`](../modules/O.md#option)\<`A0`\> \| `_` ? [`Option`](../modules/O.md#option)\<`A0`\> : `never`

packages/tools/docs/modules/Array.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,7 +3290,7 @@ Check if a predicate holds true for every `ReadonlyArray` element.
32903290

32913291
| Name | Type |
32923292
| :------ | :------ |
3293-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
3293+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
32943294

32953295
#### Returns
32963296

@@ -3326,7 +3326,7 @@ Check if a predicate holds true for every `ReadonlyArray` element.
33263326

33273327
| Name | Type |
33283328
| :------ | :------ |
3329-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3329+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
33303330

33313331
#### Returns
33323332

@@ -3364,7 +3364,7 @@ Check if a predicate holds true for every `ReadonlyArray` element.
33643364
| Name | Type |
33653365
| :------ | :------ |
33663366
| `self` | readonly `A`[] |
3367-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
3367+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
33683368

33693369
#### Returns
33703370

@@ -3389,7 +3389,7 @@ Check if a predicate holds true for every `ReadonlyArray` element.
33893389
| Name | Type |
33903390
| :------ | :------ |
33913391
| `self` | readonly `A`[] |
3392-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3392+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
33933393

33943394
#### Returns
33953395

@@ -3615,7 +3615,7 @@ Return the first index for which a predicate holds.
36153615

36163616
| Name | Type |
36173617
| :------ | :------ |
3618-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3618+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
36193619

36203620
#### Returns
36213621

@@ -3652,7 +3652,7 @@ Return the first index for which a predicate holds.
36523652
| Name | Type |
36533653
| :------ | :------ |
36543654
| `self` | `Iterable`\<`A`\> |
3655-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3655+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
36563656

36573657
#### Returns
36583658

@@ -3872,7 +3872,7 @@ Return the last index for which a predicate holds.
38723872

38733873
| Name | Type |
38743874
| :------ | :------ |
3875-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3875+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
38763876

38773877
#### Returns
38783878

@@ -3909,7 +3909,7 @@ Return the last index for which a predicate holds.
39093909
| Name | Type |
39103910
| :------ | :------ |
39113911
| `self` | `Iterable`\<`A`\> |
3912-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3912+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
39133913

39143914
#### Returns
39153915

@@ -3966,7 +3966,7 @@ Check if a predicate holds true for some `ReadonlyArray` element.
39663966

39673967
| Name | Type |
39683968
| :------ | :------ |
3969-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
3969+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
39703970

39713971
#### Returns
39723972

@@ -4003,7 +4003,7 @@ Check if a predicate holds true for some `ReadonlyArray` element.
40034003
| Name | Type |
40044004
| :------ | :------ |
40054005
| `self` | readonly `A`[] |
4006-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
4006+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
40074007

40084008
#### Returns
40094009

@@ -4281,7 +4281,7 @@ Transforms all elements of the `readonlyArray` for as long as the specified func
42814281

42824282
| Name | Type |
42834283
| :------ | :------ |
4284-
| `f` | (`a`: `A`) => [`Option`](O.md#option)\<`B`\> |
4284+
| `f` | (`a`: `A`, `i`: `number`) => [`Option`](O.md#option)\<`B`\> |
42854285

42864286
#### Returns
42874287

@@ -4319,7 +4319,7 @@ Transforms all elements of the `readonlyArray` for as long as the specified func
43194319
| Name | Type |
43204320
| :------ | :------ |
43214321
| `self` | `Iterable`\<`A`\> |
4322-
| `f` | (`a`: `A`) => [`Option`](O.md#option)\<`B`\> |
4322+
| `f` | (`a`: `A`, `i`: `number`) => [`Option`](O.md#option)\<`B`\> |
43234323

43244324
#### Returns
43254325

@@ -4747,7 +4747,7 @@ Statefully maps over the chunk, producing new elements of type `B`.
47474747
| Name | Type |
47484748
| :------ | :------ |
47494749
| `s` | `S` |
4750-
| `f` | (`s`: `S`, `a`: `A`) => readonly [`S`, `B`] |
4750+
| `f` | (`s`: `S`, `a`: `A`, `i`: `number`) => readonly [`S`, `B`] |
47514751

47524752
#### Returns
47534753

@@ -4787,7 +4787,7 @@ Statefully maps over the chunk, producing new elements of type `B`.
47874787
| :------ | :------ |
47884788
| `self` | `Iterable`\<`A`\> |
47894789
| `s` | `S` |
4790-
| `f` | (`s`: `S`, `a`: `A`) => readonly [`S`, `B`] |
4790+
| `f` | (`s`: `S`, `a`: `A`, `i`: `number`) => readonly [`S`, `B`] |
47914791

47924792
#### Returns
47934793

@@ -5222,7 +5222,7 @@ Remove the longest initial subarray for which all element satisfy the specified
52225222

52235223
| Name | Type |
52245224
| :------ | :------ |
5225-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
5225+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
52265226

52275227
#### Returns
52285228

@@ -5259,7 +5259,7 @@ Remove the longest initial subarray for which all element satisfy the specified
52595259
| Name | Type |
52605260
| :------ | :------ |
52615261
| `self` | `Iterable`\<`A`\> |
5262-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
5262+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
52635263

52645264
#### Returns
52655265

@@ -5737,7 +5737,7 @@ Calculate the longest initial subarray for which all element satisfy the specifi
57375737

57385738
| Name | Type |
57395739
| :------ | :------ |
5740-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
5740+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
57415741

57425742
#### Returns
57435743

@@ -5774,7 +5774,7 @@ Calculate the longest initial subarray for which all element satisfy the specifi
57745774

57755775
| Name | Type |
57765776
| :------ | :------ |
5777-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
5777+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
57785778

57795779
#### Returns
57805780

@@ -5812,7 +5812,7 @@ Calculate the longest initial subarray for which all element satisfy the specifi
58125812
| Name | Type |
58135813
| :------ | :------ |
58145814
| `self` | `Iterable`\<`A`\> |
5815-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
5815+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
58165816

58175817
#### Returns
58185818

@@ -5837,7 +5837,7 @@ Calculate the longest initial subarray for which all element satisfy the specifi
58375837
| Name | Type |
58385838
| :------ | :------ |
58395839
| `self` | `Iterable`\<`A`\> |
5840-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
5840+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
58415841

58425842
#### Returns
58435843

@@ -7178,7 +7178,7 @@ Split an `Iterable` into two parts:
71787178

71797179
| Name | Type |
71807180
| :------ | :------ |
7181-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
7181+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
71827182

71837183
#### Returns
71847184

@@ -7218,7 +7218,7 @@ Split an `Iterable` into two parts:
72187218

72197219
| Name | Type |
72207220
| :------ | :------ |
7221-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
7221+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
72227222

72237223
#### Returns
72247224

@@ -7259,7 +7259,7 @@ Split an `Iterable` into two parts:
72597259
| Name | Type |
72607260
| :------ | :------ |
72617261
| `self` | `Iterable`\<`A`\> |
7262-
| `refinement` | [`Refinement`](../interfaces/.Refinement.md)\<`A`, `B`\> |
7262+
| `refinement` | (`a`: `A`, `i`: `number`) => a is B |
72637263

72647264
#### Returns
72657265

@@ -7287,7 +7287,7 @@ Split an `Iterable` into two parts:
72877287
| Name | Type |
72887288
| :------ | :------ |
72897289
| `self` | `Iterable`\<`A`\> |
7290-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
7290+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
72917291

72927292
#### Returns
72937293

@@ -7516,7 +7516,7 @@ Returns a tuple containing two arrays: the first one is before the match, and th
75167516

75177517
| Name | Type |
75187518
| :------ | :------ |
7519-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
7519+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
75207520

75217521
#### Returns
75227522

@@ -7554,7 +7554,7 @@ Returns a tuple containing two arrays: the first one is before the match, and th
75547554
| Name | Type |
75557555
| :------ | :------ |
75567556
| `self` | `Iterable`\<`A`\> |
7557-
| `predicate` | [`Predicate`](../interfaces/.Predicate.md)\<`A`\> |
7557+
| `predicate` | (`a`: `A`, `i`: `number`) => `boolean` |
75587558

75597559
#### Returns
75607560

0 commit comments

Comments
 (0)