From 2b7ed026dfbd66638fb96b11937f2b4f06db52fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:17:52 +0200 Subject: chore(deps): update dependency vitepress to v1.0.0-alpha.21 (#1461) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- test/scripts/apidoc/signature.expected.json | 32 ++++++++++++++--------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 33261cb1..9630f015 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "typescript": "~4.8.4", "validator": "~13.7.0", "vite": "~3.1.7", - "vitepress": "1.0.0-alpha.19", + "vitepress": "1.0.0-alpha.21", "vitest": "~0.24.1" }, "packageManager": "pnpm@7.13.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a447a8d..953686a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,7 +43,7 @@ specifiers: typescript: ~4.8.4 validator: ~13.7.0 vite: ~3.1.7 - vitepress: 1.0.0-alpha.19 + vitepress: 1.0.0-alpha.21 vitest: ~0.24.1 devDependencies: @@ -89,7 +89,7 @@ devDependencies: typescript: 4.8.4 validator: 13.7.0 vite: 3.1.7 - vitepress: 1.0.0-alpha.19_w6dk4dwpgdxdglls4cxrxtpqg4 + vitepress: 1.0.0-alpha.21_w6dk4dwpgdxdglls4cxrxtpqg4 vitest: 0.24.1_@vitest+ui@0.24.1 packages: @@ -4800,8 +4800,8 @@ packages: fsevents: 2.3.2 dev: true - /vitepress/1.0.0-alpha.19_w6dk4dwpgdxdglls4cxrxtpqg4: - resolution: {integrity: sha512-0FIUZB6JGXio7SELDDUkyQoMjmO/UAXqDXmznzOsBKsdZ3EHlyb6NaP/V/BMfN5S8+GV88ScbIL0jd/pDzkLBg==} + /vitepress/1.0.0-alpha.21_w6dk4dwpgdxdglls4cxrxtpqg4: + resolution: {integrity: sha512-D/tkoDW16uUZ9pnWd28Kk1vX26zNiTml3m9oGbfx2pAfYg99PHd1GceZyEm4jZsJU0+n9S++1ctFxoQvsq376A==} hasBin: true dependencies: '@docsearch/css': 3.2.1 diff --git a/test/scripts/apidoc/signature.expected.json b/test/scripts/apidoc/signature.expected.json index 15145f53..62689789 100644 --- a/test/scripts/apidoc/signature.expected.json +++ b/test/scripts/apidoc/signature.expected.json @@ -13,7 +13,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.defaultBooleanParamMethod(c: boolean = true): number\n
\n
", + "examples": "
ts
faker.defaultBooleanParamMethod(c: boolean = true): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -30,7 +30,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.functionParamMethod(fn: (a: string) => number): number\n
\n
", + "examples": "
ts
faker.functionParamMethod(fn: (a: string) => number): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -47,7 +47,7 @@ ], "since": "", "returns": "string", - "examples": "
ts
faker.literalUnionParamMethod(value: 'a' | 'b' | string): string\n
\n
", + "examples": "
ts
faker.literalUnionParamMethod(value: 'a' | 'b' | string): string\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -58,7 +58,7 @@ "parameters": [], "since": "", "returns": "number", - "examples": "
ts
faker.methodWithDeprecated(): number\n
\n
", + "examples": "
ts
faker.methodWithDeprecated(): number\n
\n
", "deprecated": true, "seeAlsos": ["test.apidoc.methodWithExample()"] }, @@ -69,7 +69,7 @@ "parameters": [], "since": "", "returns": "number", - "examples": "
ts
faker.methodWithExample(): number\ntest.apidoc.methodWithExample() // 0\n
\n
", + "examples": "
ts
faker.methodWithExample(): number\ntest.apidoc.methodWithExample() // 0\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -80,7 +80,7 @@ "parameters": [], "since": "", "returns": "number", - "examples": "
ts
faker.methodWithMultipleSeeMarkers(): number\n
\n
", + "examples": "
ts
faker.methodWithMultipleSeeMarkers(): number\n
\n
", "deprecated": false, "seeAlsos": [ "test.apidoc.methodWithExample()", @@ -94,7 +94,7 @@ "parameters": [], "since": "1.0.0", "returns": "number", - "examples": "
ts
faker.methodWithSinceMarker(): number\n
\n
", + "examples": "
ts
faker.methodWithSinceMarker(): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -122,7 +122,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.multiParamMethod(a: number, b?: string, c: boolean = true): number\n
\n
", + "examples": "
ts
faker.multiParamMethod(a: number, b?: string, c: boolean = true): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -133,7 +133,7 @@ "parameters": [], "since": "", "returns": "number", - "examples": "
ts
faker.noParamMethod(): number\n
\n
", + "examples": "
ts
faker.noParamMethod(): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -150,7 +150,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.optionalStringParamMethod(b?: string): number\n
\n
", + "examples": "
ts
faker.optionalStringParamMethod(b?: string): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -195,7 +195,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.optionsInlineParamMethodWithDefaults(a: {\n  value: number\n} = { value: 1 }, b: {\n  value: number\n} = { value: 1 }, c: {\n  value: number\n}): number\n
\n
", + "examples": "
ts
faker.optionsInlineParamMethodWithDefaults(a: {\n  value: number\n} = { value: 1 }, b: {\n  value: number\n} = { value: 1 }, c: {\n  value: number\n}): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -224,7 +224,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.optionsInterfaceParamMethodWithDefaults(a: ParameterOptionsInterfaceA = { value: 1 }, b: ParameterOptionsInterfaceB = { value: 1 }, c: ParameterOptionsInterfaceC): number\n
\n
", + "examples": "
ts
faker.optionsInterfaceParamMethodWithDefaults(a: ParameterOptionsInterfaceA = { value: 1 }, b: ParameterOptionsInterfaceB = { value: 1 }, c: ParameterOptionsInterfaceC): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -261,7 +261,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.optionsParamMethod(options: {\n  a: number,\n  b: string,\n  c: boolean,\n  d: () => string\n}): number\n
\n
", + "examples": "
ts
faker.optionsParamMethod(options: {\n  a: number,\n  b: string,\n  c: boolean,\n  d: () => string\n}): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -290,7 +290,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.optionsTypeParamMethodWithDefaults(a: ParameterOptionsTypeA = { value: 1 }, b: ParameterOptionsTypeB = { value: 1 }, c: ParameterOptionsTypeC): number\n
\n
", + "examples": "
ts
faker.optionsTypeParamMethodWithDefaults(a: ParameterOptionsTypeA = { value: 1 }, b: ParameterOptionsTypeB = { value: 1 }, c: ParameterOptionsTypeC): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -307,7 +307,7 @@ ], "since": "", "returns": "number", - "examples": "
ts
faker.requiredNumberParamMethod(a: number): number\n
\n
", + "examples": "
ts
faker.requiredNumberParamMethod(a: number): number\n
\n
", "deprecated": false, "seeAlsos": [] }, @@ -324,7 +324,7 @@ ], "since": "", "returns": "string", - "examples": "
ts
faker.stringUnionParamMethod(value: 'a' | 'b'): string\n
\n
", + "examples": "
ts
faker.stringUnionParamMethod(value: 'a' | 'b'): string\n
\n
", "deprecated": false, "seeAlsos": [] } -- cgit v1.2.3