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

refactor: remove incompatible edge packages #126

Merged
merged 4 commits into from
Mar 9, 2024

Conversation

tmm
Copy link
Member

@tmm tmm commented Mar 9, 2024

removed @farcaster/core and happy-dom

Copy link

vercel bot commented Mar 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 9:34pm
frog-auth ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 9:34pm
frog-frame ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 9:34pm

Comment on lines -38 to -40
exclude: [
/.+\.(gif|jpe?g|tiff?|png|webp|bmp|woff|eot|woff2|ttf|otf|ico|txt)$/,
],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was blocking devtools script from loading

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this will break serving assets that coexist on the same level as hono routes.

@@ -245,7 +245,7 @@ export function Tabs() {
<div
class={rowClass}
x-cloak
x-show="data.context.verified !== undefined"
x-show="body && data.context.verified !== undefined"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated tweak: only show verified when there's a frame packet (e.g. request body)

Copy link

socket-security bot commented Mar 9, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/frog@0.4.8, npm/happy-dom@13.3.8

View full report↗︎

@tmm tmm merged commit 5d32a99 into main Mar 9, 2024
9 checks passed
@tmm tmm deleted the tmm/remove-incompatible-edge-packages branch March 9, 2024 21:40
@github-actions github-actions bot mentioned this pull request Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants