Skip to content

Commit

Permalink
chore(core): updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Dec 26, 2024
1 parent ad41189 commit 5fd0f09
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 85 deletions.
132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"consola": "^3.2.3",
"consola": "^3.3.3",
"copyfiles": "^2.4.1",
"eslint": "^9.17.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"markdownlint": "^0.37.1",
"p-limit": "^6.1.0",
"markdownlint": "^0.37.2",
"p-limit": "^6.2.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"remark": "^15.0.1",
Expand All @@ -52,8 +52,8 @@
"ts-morph": "^24.0.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typedoc": "^0.27.5",
"typedoc": "0.27.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.18.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ Comments for propWithFunction
### propWithProps
> **propWithProps**: \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\}
> **propWithProps**: \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\}
Comments for propWithProps
#### callbacks?
> \`optional\` **callbacks**: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\>
> \`optional\` **callbacks**: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>
Comments for callbacks
Expand Down Expand Up @@ -221,8 +221,8 @@ Comments for BasicInterface
| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
| \`propWithFunction\` | (\`options\`: \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\}) => \`boolean\` | Comments for propWithFunction |
| \`propWithProps\` | \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\} | Comments for propWithProps |
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\> | Comments for callbacks |
| \`propWithProps\` | \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\} | Comments for propWithProps |
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\> | Comments for callbacks |
| \`propWithProps.nestedPropA\` | \`string\` | Comments for nestedPropA |
| \`propWithProps.nestedPropB\` | \`boolean\` | Comments for nestedPropB |
| \`propWithProps.nestedPropC\` | \\{ \`nestedPropCA\`: \`string\`; \\} | Comments for nestedPropC |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Comments for current function 1
##### iterable
\`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\>
\`Iterable\`\\<\`Value\`\\>
Comments for iterable arg
Expand All @@ -57,7 +57,7 @@ Comments for iterable arg
#### iterable
\`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\>
\`Iterable\`\\<\`Value\`\\>
### Returns
Expand All @@ -73,7 +73,7 @@ Comments for main curriedFunction
## Call Signature
\`\`\`ts
function curriedFunction(searchElement: unknown): <Value>(iterable: Iterable<Value, any, any>) => boolean
function curriedFunction(searchElement: unknown): <Value>(iterable: Iterable<Value>) => boolean
\`\`\`
**Defined in**: [functions.ts:1](http://source-url)
Expand All @@ -100,7 +100,7 @@ Comments for current function 1
| Parameter | Type | Description |
| :------ | :------ | :------ |
| \`iterable\` | \`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\> | Comments for iterable arg |
| \`iterable\` | \`Iterable\`\\<\`Value\`\\> | Comments for iterable arg |
#### Returns
Expand All @@ -109,7 +109,7 @@ Comments for current function 1
## Call Signature
\`\`\`ts
function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value, any, any>): string
function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value>): string
\`\`\`
**Defined in**: [functions.ts:1](http://source-url)
Expand All @@ -125,7 +125,7 @@ function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value
| Parameter | Type |
| :------ | :------ |
| \`searchElement\` | \`unknown\` |
| \`iterable\` | \`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\> |
| \`iterable\` | \`Iterable\`\\<\`Value\`\\> |
### Returns
Expand Down
Loading

0 comments on commit 5fd0f09

Please sign in to comment.