From 7a7a6ff05cf149a54f090c92f8ffa5b6a4a9eb1f Mon Sep 17 00:00:00 2001 From: CI <-ci@not-real.com> Date: Fri, 19 Apr 2024 01:20:35 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=9B=20=20Fix=20podcast=20namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/rss.xml.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 33837ce..3360aa6 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -13,14 +13,13 @@ const cover = isFullUrl(astropodConfig.cover) ? astropodConfig.cover : astropodConfig.link + astropodConfig.cover -export async function get(context) { +export async function GET(context) { let podcast = { rss: { $: { version: '2.0', 'xmlns:itunes': 'http://www.itunes.com/dtds/podcast-1.0.dtd', - 'xmlns:podcast': - 'https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md', + 'xmlns:podcast': 'https://podcastindex.org/namespace/1.0', 'xmlns:atom': 'http://www.w3.org/2005/Atom', 'xmlns:content': 'http://purl.org/rss/1.0/modules/content/', }, From f1ec803e4676efd3f66b86ff5e6f41530c01bb25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:16:48 +0000 Subject: [PATCH 2/3] Update pnpm to v9.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e051b5..79bc07d 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "typescript": "^5.4.5" }, "authors": "Manuel Ernesto Garcia", - "packageManager": "pnpm@9.0.3" + "packageManager": "pnpm@9.0.4" } \ No newline at end of file From 97779084c6952c87bb1bf17c9d7fa680a47f22c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:50:33 +0000 Subject: [PATCH 3/3] Update dependency marked to v12.0.2 --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d282138..077e6d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,7 @@ importers: version: 1.11.10 marked: specifier: ^12.0.1 - version: 12.0.1 + version: 12.0.2 marked-plaintext: specifier: ^0.0.2 version: 0.0.2 @@ -2772,8 +2772,8 @@ packages: marked-plaintext@0.0.2: resolution: {integrity: sha512-6u/EfbyqTV8p9CqxFUOK3RUGo1KGULVUaiacKRjb+9VzXpGYYQlgff76xjlfxOGYpsDkzYg+l28CtGd86I6c0w==} - marked@12.0.1: - resolution: {integrity: sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==} + marked@12.0.2: + resolution: {integrity: sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==} engines: {node: '>= 18'} hasBin: true @@ -7932,7 +7932,7 @@ snapshots: marked-plaintext@0.0.2: {} - marked@12.0.1: {} + marked@12.0.2: {} material-colors@1.2.6: {}