-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(remix-vercel): add support for @vercel/node
v2
#3420
Conversation
We already have #3412 |
yup didnt see it 🙈 |
@vercel/node
peerDep version@vercel/node
v2
@mcansh Seems like build & tests are failing. Probably need to re-generate |
caused by our test using an internal vercel/node module, looking into it |
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Seems like vercel/vercel#7931 is causing the build to fail 😕 |
looks like yup, like you said 🙈 |
Created vercel/vercel#7934 to fix it CC/ @styfle since you're on the Vercel team, you can probably merge that for us please? |
How about installing |
@styfle It's used by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
@styfle It seems like Error: node_modules/@vercel/build-utils/dist/detect-builders.d.ts(1,23): error TS2307: Cannot find module '@vercel/routing-utils' or its corresponding type declarations.
Error: node_modules/@vercel/build-utils/dist/detect-framework.d.ts(1,27): error TS2307: Cannot find module '@vercel/frameworks' or its corresponding type declarations.
Error: node_modules/@vercel/build-utils/dist/workspaces/workspace-managers.d.ts(1,32): error TS2307: Cannot find module '@vercel/frameworks' or its corresponding type declarations.
Error: node_modules/@vercel/build-utils/dist/monorepos/monorepo-managers.d.ts(1,32): error TS2307: Cannot find module '@vercel/frameworks' or its corresponding type declarations. I however think it would be better to remove |
Waiting for vercel/vercel#7951 (comment) to be resolved |
Can you add them as devDependencies as a temporary workaround? We probably won't be able to refactor |
@styfle We've reverted changes to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
🦋 Changeset detectedLatest commit: 66a4333 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! Thanks 👍
🤖 Hello there, We just published version Thanks! |
Closes: #
Testing Strategy: