Skip to content

Commit f4d7300

Browse files
committed
chore: update Vue to 3.5.12
1 parent 6916e42 commit f4d7300

File tree

3 files changed

+112
-49
lines changed

3 files changed

+112
-49
lines changed

packages/tsc/tests/__snapshots__/dts.spec.ts.snap

+4-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts 1`] =
55
value: string;
66
};
77
declare const _default: <Row extends BaseRow>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
8+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
99
nonGeneric: string;
1010
rows: Row[];
1111
}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
@@ -71,9 +71,7 @@ exports[`vue-tsc-dts > Input: events/component-generic.vue, Output: events/compo
7171
"declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7272
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
7373
readonly onFoo?: (value: string) => any;
74-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{
75-
onFoo?: (value: string) => any;
76-
}>, never>, "onFoo"> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
74+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFoo"> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
7775
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
7876
attrs: any;
7977
slots: {};
@@ -95,10 +93,7 @@ exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.v
9593
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
9694
readonly "onUpdate:title"?: (title: string) => any;
9795
readonly onBar?: (data: number) => any;
98-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{
99-
"onUpdate:title"?: (title: string) => any;
100-
onBar?: (data: number) => any;
101-
}>, never>, "onUpdate:title" | "onBar"> & ({
96+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:title" | "onBar"> & ({
10297
title?: string;
10398
} & {
10499
foo: number;
@@ -134,10 +129,7 @@ exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: g
134129
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
135130
readonly "onUpdate:title"?: (title: string) => any;
136131
readonly onBar?: (data: number) => any;
137-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{
138-
"onUpdate:title"?: (title: string) => any;
139-
onBar?: (data: number) => any;
140-
}>, never>, "onUpdate:title" | "onBar"> & ({
132+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:title" | "onBar"> & ({
141133
title?: string;
142134
} & {
143135
foo: number;

0 commit comments

Comments
 (0)