Fix history state navigation security issue #1719
Annotations
7 errors and 2 warnings
tests (vue2, chrome)
Argument of type '{ component: string; props: PageProps & { errors: Errors & ErrorBag; }; url: string; version: string | null; scrollRegions: { top: number; left: number; }[]; } | {}' is not assignable to parameter of type 'Page<PageProps>'.
|
tests (vue2, chrome)
Type 'boolean | null' is not assignable to type 'boolean'.
|
tests (vue2, chrome)
Argument of type '{ version: string | null; component?: string | undefined; props?: (PageProps & { errors: Errors & ErrorBag; }) | undefined; url?: string | undefined; scrollRegions?: { ...; }[] | undefined; rememberedState?: Record<...> | undefined; }' is not assignable to parameter of type 'Page<PageProps>'.
|
tests (vue2, chrome)
Type 'null' is not assignable to type 'string'.
|
tests (vue2, chrome)
Object is possibly 'null'.
|
tests (vue2, chrome)
Parameter 'id' implicitly has an 'any' type.
|
tests (vue2, chrome)
Process completed with exit code 1.
|
tests (vue2, chrome)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, 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/
|
tests (vue2, chrome)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2, 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/
|