Updated vite and vavite/multibuild versions to support vite 6 #77
checks.yml
on: pull_request
Matrix: lint / lint
Matrix: test / test_linux
Matrix: test / test_windows
Matrix: typecheck / typecheck
Annotations
7 errors and 5 warnings
typecheck / typecheck (latest):
configure.ts#L68
Argument of type 'SyntaxKind.CallExpression' is not assignable to parameter of type 'SyntaxKind'.
|
typecheck / typecheck (latest):
configure.ts#L69
Property 'getExpression' does not exist on type 'SourceFile | Node<Node> | NumericLiteral | BigIntLiteral | StringLiteral | JsxText | RegularExpressionLiteral | ... 194 more ... | CommaListExpression'.
|
typecheck / typecheck (latest):
configure.ts#L72
Property 'getArguments' does not exist on type 'SourceFile | Node<Node> | NumericLiteral | BigIntLiteral | StringLiteral | JsxText | RegularExpressionLiteral | ... 194 more ... | CommaListExpression'.
|
typecheck / typecheck (latest):
src/vite.ts#L13
Cannot find module 'vite/runtime' or its corresponding type declarations.
|
typecheck / typecheck (latest):
src/vite.ts#L16
Module '"vite"' has no exported member 'MainThreadRuntimeOptions'.
|
typecheck / typecheck (latest):
src/vite.ts#L439
Property 'createViteRuntime' does not exist on type 'typeof import("/home/runner/work/vite/vite/node_modules/vite/dist/node/index", { with: { "resolution-mode": "import" } })'.
|
typecheck / typecheck (latest)
Process completed with exit code 2.
|
typecheck / typecheck (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / lint (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test_linux (lts/iron)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test_linux (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test_linux (lts/jod)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|