[PR #100] [MERGED] [core] Update Deno Modules #101

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

📋 Pull Request Information

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

Base: mainHead: core-update-deno-modules


📝 Commits (1)

  • 6fa33c2 [core] Update Deno Modules

📊 Changes

18 files changed (+189 additions, -164 deletions)

View changed files

📝 supabase/functions/_shared/feed/github.ts (+13 -16)
📝 supabase/functions/_shared/feed/googlenews.ts (+10 -10)
📝 supabase/functions/_shared/feed/lemmy.ts (+10 -8)
📝 supabase/functions/_shared/feed/mastodon.ts (+11 -9)
📝 supabase/functions/_shared/feed/medium.ts (+11 -9)
📝 supabase/functions/_shared/feed/nitter.ts (+11 -10)
📝 supabase/functions/_shared/feed/pinterest.ts (+11 -9)
📝 supabase/functions/_shared/feed/podcast.ts (+11 -9)
📝 supabase/functions/_shared/feed/reddit.ts (+11 -9)
📝 supabase/functions/_shared/feed/rss.ts (+11 -9)
📝 supabase/functions/_shared/feed/stackoverflow.ts (+10 -10)
📝 supabase/functions/_shared/feed/tumblr.ts (+10 -8)
📝 supabase/functions/_shared/feed/x.ts (+14 -12)
📝 supabase/functions/_shared/feed/youtube.ts (+11 -9)
📝 supabase/functions/_shared/utils/encrypt.ts (+9 -19)
📝 supabase/functions/_shared/utils/index.ts (+5 -0)
supabase/functions/_shared/utils/md5.ts (+12 -0)
📝 supabase/functions/import_map.json (+8 -8)

📄 Description

This commit updates all used Deno modules to their latest version.

Since some of the used modules / functions were deprecated we had to adjust our encrypt / descrypt functions and the generation of the source and item ids, where we have to use a new md5 function.


🔄 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/100 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-update-deno-modules` --- ### 📝 Commits (1) - [`6fa33c2`](https://github.com/feeddeck/feeddeck/commit/6fa33c2a35ca0f66bf88766b1fbd900acbce0e67) [core] Update Deno Modules ### 📊 Changes **18 files changed** (+189 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `supabase/functions/_shared/feed/github.ts` (+13 -16) 📝 `supabase/functions/_shared/feed/googlenews.ts` (+10 -10) 📝 `supabase/functions/_shared/feed/lemmy.ts` (+10 -8) 📝 `supabase/functions/_shared/feed/mastodon.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/medium.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/nitter.ts` (+11 -10) 📝 `supabase/functions/_shared/feed/pinterest.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/podcast.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/reddit.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/rss.ts` (+11 -9) 📝 `supabase/functions/_shared/feed/stackoverflow.ts` (+10 -10) 📝 `supabase/functions/_shared/feed/tumblr.ts` (+10 -8) 📝 `supabase/functions/_shared/feed/x.ts` (+14 -12) 📝 `supabase/functions/_shared/feed/youtube.ts` (+11 -9) 📝 `supabase/functions/_shared/utils/encrypt.ts` (+9 -19) 📝 `supabase/functions/_shared/utils/index.ts` (+5 -0) ➕ `supabase/functions/_shared/utils/md5.ts` (+12 -0) 📝 `supabase/functions/import_map.json` (+8 -8) </details> ### 📄 Description This commit updates all used Deno modules to their latest version. Since some of the used modules / functions were deprecated we had to adjust our encrypt / descrypt functions and the generation of the source and item ids, where we have to use a new md5 function. <!-- 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:21 -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#101