fix(deps): update dependency react-router-dom to v6 #1485
Annotations
6 errors and 6 warnings
Build step:
packages/app/src/routes/routes.tsx#L2
Module '"react-router-dom"' has no exported member 'Switch'.
|
Build step:
packages/app/src/routes/routes.tsx#L11
Type '{ exact: true; path: string; component: FC<{}>; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<(_props: RouteProps) => ReactElement<any, string | JSXElementConstructor<any>> | null, RouteProps>'.
|
Build step:
packages/app/src/routes/routes.tsx#L12
Type '{ path: string; component: FC<{}>; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<(_props: RouteProps) => ReactElement<any, string | JSXElementConstructor<any>> | null, RouteProps>'.
|
Build step:
packages/app/src/routes/routes.tsx#L13
Type '{ path: string; component: FC<{}>; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<(_props: RouteProps) => ReactElement<any, string | JSXElementConstructor<any>> | null, RouteProps>'.
|
Build step:
packages/app/src/routes/routes.tsx#L14
Type '{ component: FC<{}>; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<(_props: RouteProps) => ReactElement<any, string | JSXElementConstructor<any>> | null, RouteProps>'.
|
Build step
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Get Yarn cache directory
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint step:
packages/app/src/client.tsx#L14
Unexpected any. Specify a different type
|
Lint step:
packages/app/src/pages/home/tests/home.test.tsx#L5
Unexpected any. Specify a different type
|
Lint step:
packages/server/src/http-server.tsx#L17
Unexpected any. Specify a different type
|
Loading