Skip to content

Commit 5fd0f09

Browse files
committed
chore(core): updated packages
1 parent ad41189 commit 5fd0f09

File tree

5 files changed

+85
-85
lines changed

5 files changed

+85
-85
lines changed

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@types/fs-extra": "^11.0.4",
3131
"@types/jest": "^29.5.14",
3232
"@types/node": "^22.10.2",
33-
"consola": "^3.2.3",
33+
"consola": "^3.3.3",
3434
"copyfiles": "^2.4.1",
3535
"eslint": "^9.17.0",
3636
"fs-extra": "^11.2.0",
3737
"glob": "^11.0.0",
3838
"husky": "^9.1.7",
3939
"jest": "^29.7.0",
40-
"markdownlint": "^0.37.1",
41-
"p-limit": "^6.1.0",
40+
"markdownlint": "^0.37.2",
41+
"p-limit": "^6.2.0",
4242
"prettier": "^3.4.2",
4343
"prettier-plugin-organize-imports": "^4.1.0",
4444
"remark": "^15.0.1",
@@ -52,8 +52,8 @@
5252
"ts-morph": "^24.0.0",
5353
"tsc-alias": "^1.8.10",
5454
"tsx": "^4.19.2",
55-
"typedoc": "^0.27.5",
55+
"typedoc": "0.27.6",
5656
"typescript": "^5.7.2",
57-
"typescript-eslint": "^8.18.1"
57+
"typescript-eslint": "^8.18.2"
5858
}
5959
}

packages/typedoc-plugin-markdown/test/specs/__snapshots__/objects-and-params.spec.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ Comments for propWithFunction
151151
152152
### propWithProps
153153
154-
> **propWithProps**: \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\}
154+
> **propWithProps**: \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\}
155155
156156
Comments for propWithProps
157157
158158
#### callbacks?
159159
160-
> \`optional\` **callbacks**: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\>
160+
> \`optional\` **callbacks**: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>
161161
162162
Comments for callbacks
163163
@@ -221,8 +221,8 @@ Comments for BasicInterface
221221
| \`propReturningSignatureDeclaration?\` | () => \`string\` \\| \`number\` \\| \`boolean\` | Comments for propReturningSignatureDeclaration |
222222
| \`propReturningSignatureDeclarations\` | () => \`any\` & (\`paramsA\`: \`true\` \\| \`any\`[], \`paramsB\`?: \`any\`) => \`any\` & (\`paramsC\`: \`any\`) => \`any\` | Comments for propReturningSignatureDeclarations |
223223
| \`propWithFunction\` | (\`options\`: \\{ \`a\`: \`boolean\`; \`b\`: \`string\`; \\}) => \`boolean\` | Comments for propWithFunction |
224-
| \`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 |
225-
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\<[\`DisposableClass\`](../classes/DisposableClass.md), [\`ClassWithModifiers\`](../classes/ClassWithModifiers.md)\\>\\> | Comments for callbacks |
224+
| \`propWithProps\` | \\{ \`callbacks\`: \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\>; \`nestedPropA\`: \`string\`; \`nestedPropB\`: \`boolean\`; \`nestedPropC\`: \\{ \`nestedPropCA\`: \`string\`; \\}; \`nestedPropD\`: () => \`boolean\`; \\} | Comments for propWithProps |
225+
| \`propWithProps.callbacks?\` | \`Partial\`\\<[\`CallbacksOptions\`](../classes/CallbacksOptions.md)\\> | Comments for callbacks |
226226
| \`propWithProps.nestedPropA\` | \`string\` | Comments for nestedPropA |
227227
| \`propWithProps.nestedPropB\` | \`boolean\` | Comments for nestedPropB |
228228
| \`propWithProps.nestedPropC\` | \\{ \`nestedPropCA\`: \`string\`; \\} | Comments for nestedPropC |

packages/typedoc-plugin-markdown/test/specs/__snapshots__/reflection.function.spec.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Comments for current function 1
3131
3232
##### iterable
3333
34-
\`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\>
34+
\`Iterable\`\\<\`Value\`\\>
3535
3636
Comments for iterable arg
3737
@@ -57,7 +57,7 @@ Comments for iterable arg
5757
5858
#### iterable
5959
60-
\`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\>
60+
\`Iterable\`\\<\`Value\`\\>
6161
6262
### Returns
6363
@@ -73,7 +73,7 @@ Comments for main curriedFunction
7373
## Call Signature
7474
7575
\`\`\`ts
76-
function curriedFunction(searchElement: unknown): <Value>(iterable: Iterable<Value, any, any>) => boolean
76+
function curriedFunction(searchElement: unknown): <Value>(iterable: Iterable<Value>) => boolean
7777
\`\`\`
7878
7979
**Defined in**: [functions.ts:1](http://source-url)
@@ -100,7 +100,7 @@ Comments for current function 1
100100
101101
| Parameter | Type | Description |
102102
| :------ | :------ | :------ |
103-
| \`iterable\` | \`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\> | Comments for iterable arg |
103+
| \`iterable\` | \`Iterable\`\\<\`Value\`\\> | Comments for iterable arg |
104104
105105
#### Returns
106106
@@ -109,7 +109,7 @@ Comments for current function 1
109109
## Call Signature
110110
111111
\`\`\`ts
112-
function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value, any, any>): string
112+
function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value>): string
113113
\`\`\`
114114
115115
**Defined in**: [functions.ts:1](http://source-url)
@@ -125,7 +125,7 @@ function curriedFunction<Value>(searchElement: unknown, iterable: Iterable<Value
125125
| Parameter | Type |
126126
| :------ | :------ |
127127
| \`searchElement\` | \`unknown\` |
128-
| \`iterable\` | \`Iterable\`\\<\`Value\`, \`any\`, \`any\`\\> |
128+
| \`iterable\` | \`Iterable\`\\<\`Value\`\\> |
129129
130130
### Returns
131131

0 commit comments

Comments
 (0)