POC vite+ migration #1636
Annotations
10 errors and 2 warnings
|
Types
Process completed with exit code 2.
|
|
Types:
src/services/createRoute.spec-d.ts#L395
Argument of type 'undefined' is not assignable to parameter of type 'PropsGetter<{ readonly component: DefineSetupFnComponent<{ value: string; }, {}, {}, { value: string; } & {}, PublicProps>; }, DefineSetupFnComponent<{ value: string; }, {}, {}, { ...; } & {}, PublicProps>>'.
|
|
Types:
src/services/createRoute.spec-d.ts#L393
Unused '@ts-expect-error' directive.
|
|
Types:
src/services/createRoute.spec-d.ts#L298
Type 'boolean' is not assignable to type 'string'.
|
|
Types:
src/services/createRoute.spec-d.ts#L296
Unused '@ts-expect-error' directive.
|
|
Unit Tests
Process completed with exit code 1.
|
|
[node] src/services/createRoute.spec-d.ts > props > undefined is not a valid value for 2nd argument of createRoute:
src/services/createRoute.spec-d.ts#L395
TypeCheckError: Argument of type 'undefined' is not assignable to parameter of type 'PropsGetter<{ readonly component DefineSetupFnComponent<{ value string; }, {}, {}, { value string; } & {}, PublicProps>; }, DefineSetupFnComponent<{ value string; }, {}, {}, { ...; } & {}, PublicProps>>'.
❯ src/services/createRoute.spec-d.ts:395:7
|
|
[node] src/services/createRoute.spec-d.ts > props > undefined is not a valid value for 2nd argument of createRoute:
src/services/createRoute.spec-d.ts#L393
TypeCheckError: Unused '@ts-expect-error' directive.
❯ src/services/createRoute.spec-d.ts:393:9
|
|
[node] src/services/createRoute.spec-d.ts > props > options with component and required props with second argument with incorrect type:
src/services/createRoute.spec-d.ts#L298
TypeCheckError: Type 'boolean' is not assignable to type 'string'.
❯ src/services/createRoute.spec-d.ts:298:16
|
|
[node] src/services/createRoute.spec-d.ts > props > options with component and required props with second argument with incorrect type:
src/services/createRoute.spec-d.ts#L296
TypeCheckError: Unused '@ts-expect-error' directive.
❯ src/services/createRoute.spec-d.ts:296:9
|
|
Types
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|