[PR #104] [MERGED] [core] Replace Deprecated serve Function #105

Closed
opened 2025-10-31 16:57:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/104
Author: @ricoberger
Created: 12/17/2023
Status: Merged
Merged: 12/17/2023
Merged by: @ricoberger

Base: mainHead: core-replace-deprecated-serve-function


📝 Commits (1)

  • 1ea38e3 [core] Replace Deprecated serve Function

📊 Changes

11 files changed (+10 additions, -22 deletions)

View changed files

📝 supabase/functions/add-source-v1/index.ts (+1 -2)
📝 supabase/functions/delete-user-v1/index.ts (+1 -2)
📝 supabase/functions/generate-magic-link-v1/index.ts (+1 -2)
📝 supabase/functions/image-proxy-v1/index.ts (+1 -3)
📝 supabase/functions/import_map.json (+0 -1)
📝 supabase/functions/profile-v1/index.ts (+1 -2)
📝 supabase/functions/profile-v2/index.ts (+1 -2)
📝 supabase/functions/revenuecat-webhooks-v1/index.ts (+1 -2)
📝 supabase/functions/stripe-create-billing-portal-link-v1/index.ts (+1 -2)
📝 supabase/functions/stripe-create-checkout-session-v1/index.ts (+1 -2)
📝 supabase/functions/stripe-webhooks-v1/index.ts (+1 -2)

📄 Description

The used serve function from the std/server module is deprecated and must be replaced with Deno.serve. This was done within this commit.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/104 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/17/2023 **Status:** ✅ Merged **Merged:** 12/17/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-replace-deprecated-serve-function` --- ### 📝 Commits (1) - [`1ea38e3`](https://github.com/feeddeck/feeddeck/commit/1ea38e390da63e063a9820374976541198e83fb8) [core] Replace Deprecated `serve` Function ### 📊 Changes **11 files changed** (+10 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `supabase/functions/add-source-v1/index.ts` (+1 -2) 📝 `supabase/functions/delete-user-v1/index.ts` (+1 -2) 📝 `supabase/functions/generate-magic-link-v1/index.ts` (+1 -2) 📝 `supabase/functions/image-proxy-v1/index.ts` (+1 -3) 📝 `supabase/functions/import_map.json` (+0 -1) 📝 `supabase/functions/profile-v1/index.ts` (+1 -2) 📝 `supabase/functions/profile-v2/index.ts` (+1 -2) 📝 `supabase/functions/revenuecat-webhooks-v1/index.ts` (+1 -2) 📝 `supabase/functions/stripe-create-billing-portal-link-v1/index.ts` (+1 -2) 📝 `supabase/functions/stripe-create-checkout-session-v1/index.ts` (+1 -2) 📝 `supabase/functions/stripe-webhooks-v1/index.ts` (+1 -2) </details> ### 📄 Description The used `serve` function from the `std/server` module is deprecated and must be replaced with `Deno.serve`. This was done within this commit. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#105