mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #100] [MERGED] [core] Update Deno Modules #101
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/100
Author: @ricoberger
Created: 12/12/2023
Status: ✅ Merged
Merged: 12/12/2023
Merged by: @ricoberger
Base:
main← Head: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.