fix(deps): update dependency vite to v6 #12547
Annotations
10 errors and 10 warnings
|
typecheck:
packages/changesets-renovate/vite.config.ts#L4
Argument of type 'UserConfig & Promise<UserConfig> & UserConfigFnObject & UserConfigFnPromise & UserConfigFn' is not assignable to parameter of type 'never'.
|
|
typecheck:
packages/changesets-renovate/vite.config.ts#L4
No overload matches this call.
|
|
typecheck:
packages/cookie-consent/vite.config.ts#L4
Argument of type 'UserConfig & Promise<UserConfig> & UserConfigFnObject & UserConfigFnPromise & UserConfigFn' is not assignable to parameter of type 'never'.
|
|
typecheck:
packages/cookie-consent/vite.config.ts#L4
No overload matches this call.
|
|
typecheck:
packages/outdated-browser/vite.config.ts#L4
Argument of type 'UserConfig & Promise<UserConfig> & UserConfigFnObject & UserConfigFnPromise & UserConfigFn' is not assignable to parameter of type 'never'.
|
|
typecheck:
packages/outdated-browser/vite.config.ts#L4
No overload matches this call.
|
|
typecheck:
packages/random-name/vite.config.ts#L4
Argument of type 'UserConfig & Promise<UserConfig> & UserConfigFnObject & UserConfigFnPromise & UserConfigFn' is not assignable to parameter of type 'never'.
|
|
typecheck:
packages/random-name/vite.config.ts#L4
No overload matches this call.
|
|
typecheck:
packages/regex/vite.config.ts#L4
Argument of type 'UserConfig & Promise<UserConfig> & UserConfigFnObject & UserConfigFnPromise & UserConfigFn' is not assignable to parameter of type 'never'.
|
|
typecheck:
packages/regex/vite.config.ts#L4
No overload matches this call.
|
|
lint:
packages/use-dataloader/src/DataLoaderProvider.tsx#L11
'unknown' overrides all other types in this union type
|
|
lint:
packages/use-dataloader/src/DataLoaderProvider.tsx#L25
'unknown' overrides all other types in this union type
|
|
lint:
packages/use-dataloader/src/DataLoaderProvider.tsx#L30
'unknown' overrides all other types in this union type
|
|
lint:
packages/use-dataloader/src/__tests__/DataLoaderProvider.test.tsx#L58
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. A rejection handler that is not a function will be ignored
|
|
lint:
packages/use-dataloader/src/__tests__/DataLoaderProvider.test.tsx#L70
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. A rejection handler that is not a function will be ignored
|
|
lint:
packages/use-dataloader/src/__tests__/DataLoaderProvider.test.tsx#L98
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. A rejection handler that is not a function will be ignored
|
|
lint:
packages/use-dataloader/src/__tests__/DataLoaderProvider.test.tsx#L103
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. A rejection handler that is not a function will be ignored
|
|
lint:
packages/use-dataloader/src/__tests__/DataLoaderProvider.test.tsx#L186
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator. A rejection handler that is not a function will be ignored
|
|
lint:
packages/use-dataloader/src/dataloader.ts#L16
'unknown' overrides all other types in this union type
|
|
lint:
packages/use-growthbook/__mocks__/@growthbook/growthbook-react.tsx#L20
Unexpected console statement
|