chore: update tsslint and config #7223
Annotations
23 errors
build (18, ubuntu-latest)
Expression expected.",
|
build (18, ubuntu-latest)
Expression expected.",
|
build (18, ubuntu-latest)
Expression expected.",
|
build (18, ubuntu-latest)
Expression expected.",
|
build (18, ubuntu-latest)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
build (18, ubuntu-latest)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
build (18, ubuntu-latest)
Unused '@ts-expect-error' directive.",
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -12,13 +12,11 @@
default?(_: {
row: Row;
}): any;
};
emit: {};
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: events/component-generic.vue, Output: events/component-generic.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: events/component-generic.vue, Output: events/component-generic.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -4,13 +4,11 @@
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFoo"> & Partial<{}> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
attrs: any;
slots: {};
emit: (evt: "foo", value: string) => void;
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: generic/component.vue, Output: generic/component.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: generic/component.vue, Output: generic/component.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -19,13 +19,11 @@
default?(data: {
foo: number;
}): any;
};
emit: ((e: "bar", data: number) => void) & ((evt: "update:title", value: string) => void);
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|
build (18, windows-latest)
The job was canceled because "_18_ubuntu-latest" failed.
|
build (18, windows-latest)
The operation was canceled.
|
build (18, macos-latest)
The job was canceled because "_18_ubuntu-latest" failed.
|
build (18, macos-latest)
Expression expected.",
|
build (18, macos-latest)
Expression expected.",
|
build (18, macos-latest)
Expression expected.",
|
build (18, macos-latest)
Expression expected.",
|
build (18, macos-latest)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
build (18, macos-latest)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
|
build (18, macos-latest)
Unused '@ts-expect-error' directive.",
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -12,13 +12,11 @@
default?(_: {
row: Row;
}): any;
};
emit: {};
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: events/component-generic.vue, Output: events/component-generic.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: events/component-generic.vue, Output: events/component-generic.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -4,13 +4,11 @@
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFoo"> & Partial<{}> & {}> & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps);
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
attrs: any;
slots: {};
emit: (evt: "foo", value: string) => void;
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|
packages/tsc/tests/dts.spec.ts > vue-tsc-dts > Input: generic/component.vue, Output: generic/component.vue.d.ts:
packages/tsc/tests/dts.spec.ts#L67
Error: Snapshot `vue-tsc-dts > Input: generic/component.vue, Output: generic/component.vue.d.ts 1` mismatched
- Expected
+ Received
@@ -19,13 +19,11 @@
default?(data: {
foo: number;
}): any;
};
emit: ((e: "bar", data: number) => void) & ((evt: "update:title", value: string) => void);
- }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
- [key: string]: any;
- }> & {
+ }>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};
export default _default;
type __VLS_PrettifyLocal<T> = {
[K in keyof T]: T[K];
❯ packages/tsc/tests/dts.spec.ts:67:66
|