Skip to content

feat: Add preserveUrl option. #423

feat: Add preserveUrl option.

feat: Add preserveUrl option. #423

Triggered via pull request May 1, 2024 23:13
Status Failure
Total duration 22s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
build (vue3)
Argument of type '{ preserveScroll: boolean; preserveUrl: boolean; preserveState: true; }' is not assignable to parameter of type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (vue3)
Property 'preserveUrl' does not exist on type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (vue3)
Process completed with exit code 1.
build (vue2)
The job was canceled because "vue3" failed.
build (vue2)
Argument of type '{ preserveScroll: boolean; preserveUrl: boolean; preserveState: true; }' is not assignable to parameter of type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (vue2)
Property 'preserveUrl' does not exist on type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (vue2)
Process completed with exit code 1.
build (react)
The job was canceled because "vue3" failed.
build (react)
Argument of type '{ preserveScroll: boolean; preserveUrl: boolean; preserveState: true; }' is not assignable to parameter of type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (react)
Property 'preserveUrl' does not exist on type '{ visitId?: unknown; replace?: boolean | undefined; preserveScroll?: PreserveStateOption | undefined; preserveState?: PreserveStateOption | undefined; }'.
build (react)
Process completed with exit code 1.
build (vue3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (vue3)
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/