mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-10 23:52:01 -05:00
[PR #242] [MERGED] Update Deno Version to 1.45.2 #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/242
Author: @ricoberger
Created: 4/19/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @ricoberger
Base:
main← Head:update-deno-version-to-1.45.2📝 Commits (2)
bb2130bUpdate Deno Version to 1.45.2fdd672fFix Errors📊 Changes
17 files changed (+599 additions, -615 deletions)
View changed files
📝
supabase/functions/_cmd/Dockerfile(+1 -2)📝
supabase/functions/_cmd/cmd.ts(+35 -29)📝
supabase/functions/_cmd/scheduler/scheduler.ts(+37 -42)📝
supabase/functions/_cmd/worker/worker.ts(+26 -28)📝
supabase/functions/_shared/feed/utils/getAndParseFeed.ts(+25 -24)📝
supabase/functions/_shared/feed/utils/uploadFile.ts(+38 -22)📝
supabase/functions/add-or-update-source-v1/index.ts(+77 -89)📝
supabase/functions/add-source-v1/index.ts(+84 -92)📝
supabase/functions/delete-user-v1/index.ts(+34 -33)📝
supabase/functions/generate-magic-link-v1/index.ts(+24 -22)📝
supabase/functions/import_map.json(+1 -1)📝
supabase/functions/profile-v1/index.ts(+79 -84)📝
supabase/functions/profile-v2/index.ts(+40 -42)📝
supabase/functions/revenuecat-webhooks-v1/index.ts(+45 -53)📝
supabase/functions/stripe-create-billing-portal-link-v1/index.ts(+17 -15)📝
supabase/functions/stripe-create-checkout-session-v1/index.ts(+17 -15)📝
supabase/functions/stripe-webhooks-v1/index.ts(+19 -22)📄 Description
Update Deno Version in the Docker image to version 1.45.2 and update the
@supabase/supabase-jsdependency specified in theimport_map.jsonfile.
NOTES:
deno.jsonfile, which is currently not working locally and returnsthe following error:
deno.jsonfile areworking. To enable Deno v2 the following must be set in the
config.tomlfile:Deno v2 is currently only supported locally, see
https://supabase.com/blog/supabase-edge-functions-deploy-dashboard-deno-2-1#deno-21-preview
Once Deno v2 is supported in the hosted platform, we should switch
from the
import_map.jsontodeno.jsonto manage dependencies andupdate the existing dependencies.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.