build(deps): bump vite from 7.3.2 to 8.0.8 #3085
build.yml
on: pull_request
Linting and TypeCheck
1m 8s
Build and Test Web
2m 2s
Build and Test C#
2m 14s
Build and Test Kotlin
3m 21s
Annotations
11 errors and 3 warnings
|
Linting and TypeCheck
Type 'string | ChunkFileNamesFunction' is not assignable to type 'string | ((chunkInfo: PreRenderedChunk) => string) | undefined'.
|
|
Linting and TypeCheck
Type 'Plugin<any>[]' is not assignable to type 'InputPluginOption'.
|
|
Linting and TypeCheck
Property 'environment' does not exist on type 'Context'.
|
|
Linting and TypeCheck
Property 'renderDynamicImport' does not exist on type '{ hotUpdate?: ObjectHook<(this: MinimalPluginContext & { environment: DevEnvironment; }, options: HotUpdateOptions) => void | EnvironmentModuleNode[] | Promise<...>> | undefined; ... 40 more ...; closeWatcher?: ObjectHook<...> | undefined; }'. Did you mean 'resolveDynamicImport'?
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Linting and TypeCheck
Object literal may only specify known properties, and 'resolveImportMeta' does not exist in type 'Plugin<any> | { name: string; } | PluginOption[] | Promise<Plugin<any> | { name: string; } | FalsyPlugin | PluginOption[]>'.
|
|
Build and Test Web
Process completed with exit code 1.
|
|
lint/style/useImportType:
test/audio/MidiFileGenerator.test.ts#L35
Some named imports are only used as types.
|
|
lint/style/useImportType:
src/platform/javascript/BrowserUiFacade.ts#L39
All these imports are only used as types.
|
|
lint/correctness/noUnusedVariables:
src/platform/javascript/AlphaSynthAudioWorkletOutput.ts#L41
This type parameter T is unused.
|