Skip to content
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

fix(deps): remove unintentional user dependency on deno #452

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

serhalp
Copy link
Contributor

@serhalp serhalp commented Sep 9, 2024

Description

We accidentally introduced a dependency on deno at site build time by including a command that uses deno in a post-install hook.

The intent was to run it before typechecking and before publishing, so including it in the build command instead works as well but won't run for users.

Related Tickets & Documents

N/A

QA Instructions, Screenshots, Recordings

Delete packages/remix-edge-adapter/{dist,deno.d.ts}, run pnpm run build:packages, inspect output, run pnpm run typecheck. All looks good.

We accidentally introduced a dependency on deno at site build time by
including a command that uses `deno` in a post-install hook.

The intent was to run it before typechecking, so including it in the
build command is fine and won't run for users.
@serhalp serhalp requested a review from a team as a code owner September 9, 2024 12:48
Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for remix-serverless ready!

Name Link
🔨 Latest commit 6409968
🔍 Latest deploy log https://app.netlify.com/sites/remix-serverless/deploys/66deeea8b284890008e29725
😎 Deploy Preview https://deploy-preview-452--remix-serverless.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Sep 9, 2024
Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for remix-edge ready!

Name Link
🔨 Latest commit 6409968
🔍 Latest deploy log https://app.netlify.com/sites/remix-edge/deploys/66deeea871cf29000822711a
😎 Deploy Preview https://deploy-preview-452--remix-edge.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@serhalp serhalp merged commit 2717e5a into main Sep 9, 2024
21 checks passed
@serhalp serhalp deleted the fix/remove-deno-user-dep branch September 9, 2024 13:44
@token-generator-app token-generator-app bot mentioned this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants