Skip to content

fix(deps): update remix dependencies to v2 (major) #4306

fix(deps): update remix dependencies to v2 (major)

fix(deps): update remix dependencies to v2 (major) #4306

Triggered via pull request January 12, 2024 11:16
Status Failure
Total duration 1m 12s
Artifacts

verify.yml

on: pull_request
🧪 Verify PR  /  🔎 Lint and Test
59s
🧪 Verify PR / 🔎 Lint and Test
Ephemeral deployment
0s
Ephemeral deployment
Playwright Tests
0s
Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
🧪 Verify PR / 🔎 Lint and Test: src/components/CookieConsent/index.test.tsx#L3
Module '"@remix-run/testing"' has no exported member 'unstable_createRemixStub'.
🧪 Verify PR / 🔎 Lint and Test: src/components/CookieConsent/index.test.tsx#L90
Binding element 'request' implicitly has an 'any' type.
🧪 Verify PR / 🔎 Lint and Test: src/components/CookieConsent/index.tsx#L75
Type '{ children: Element; ref: RefObject<HTMLFormElement>; action: string; replace: true; reloadDocument: boolean; method: "post"; id: string; }' is not assignable to type 'IntrinsicAttributes & FetcherFormProps & RefAttributes<HTMLFormElement>'.
🧪 Verify PR / 🔎 Lint and Test: src/components/CookieConsent/index.tsx#L91
Type '{ children: Element[]; action: string; replace: true; method: "post"; id: string; }' is not assignable to type 'IntrinsicAttributes & FetcherFormProps & RefAttributes<HTMLFormElement>'.
🧪 Verify PR / 🔎 Lint and Test: src/entry.server.tsx#L3
Module '"@remix-run/node"' has no exported member 'Response'.
🧪 Verify PR / 🔎 Lint and Test: src/root.test.tsx#L113
'response' is possibly 'null'.
🧪 Verify PR / 🔎 Lint and Test: src/root.test.tsx#L113
Property 'json' does not exist on type '{} | Response'.
🧪 Verify PR / 🔎 Lint and Test: src/root.test.tsx#L132
'response' is possibly 'null'.
🧪 Verify PR / 🔎 Lint and Test: src/root.test.tsx#L132
Property 'headers' does not exist on type '{} | Response'.
🧪 Verify PR / 🔎 Lint and Test: src/root.test.tsx#L139
'response' is possibly 'null'.