fix(deps): update remix dependencies to v2 (major) #4306
verify.yml
on: pull_request
🧪 Verify PR
/
🔎 Lint and Test
59s
Playwright Tests
0s
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'.
|