OpenPodcastAPI / api-specs

Open Podcast API specifications
https://www.openpodcastapi.org/specs
Other
42 stars 1 forks source link

fix(deps): update astro #89

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.23.0 -> ^0.23.4 age adoption passing confidence
astro (source) ^4.7.0 -> ^4.9.3 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.23.4`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0234) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.23.3...@astrojs/starlight@0.23.4) ##### Patch Changes - [#​1955](https://togithub.com/withastro/starlight/pull/1955) [`15ef1f4b`](https://togithub.com/withastro/starlight/commit/15ef1f4bdbf7174134121f4bbdf82ca3903c802a) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Reverts a [change](https://togithub.com/withastro/starlight/pull/1948) to prevent a numbering issue with the `` component in future versions of Chrome. ### [`v0.23.3`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0233) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.23.2...@astrojs/starlight@0.23.3) ##### Patch Changes - [#​1948](https://togithub.com/withastro/starlight/pull/1948) [`68c0c077`](https://togithub.com/withastro/starlight/commit/68c0c077a9ca5ec2a8206e99b70236043a74c3b8) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Fixes a `` component numbering issue with the next Chrome stable version when a step contains a nested list. - [#​1909](https://togithub.com/withastro/starlight/pull/1909) [`c98c7088`](https://togithub.com/withastro/starlight/commit/c98c7088ee3ecd43522dac0916fd41c417693f65) Thanks [@​joshka](https://togithub.com/joshka)! - Adds Discourse to social icons ### [`v0.23.2`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0232) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.23.1...@astrojs/starlight@0.23.2) ##### Patch Changes - [#​1913](https://togithub.com/withastro/starlight/pull/1913) [`7ebe8f75`](https://togithub.com/withastro/starlight/commit/7ebe8f7599d473cdd22c80bb0fe115fe6120cab7) Thanks [@​delucis](https://togithub.com/delucis)! - Fixes support for Astro’s `build: { format: 'preserve' }` configuration option - [#​1941](https://togithub.com/withastro/starlight/pull/1941) [`2f3240c9`](https://togithub.com/withastro/starlight/commit/2f3240c91c09dfc411d93a71eeb75ad6d704e14b) Thanks [@​astrobot-houston](https://togithub.com/astrobot-houston)! - Adds icon support for `.otf` files in ``
withastro/astro (astro) ### [`v4.9.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#493) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.9.2...astro@4.9.3) ##### Patch Changes - [#​11171](https://togithub.com/withastro/astro/pull/11171) [`ff8004f`](https://togithub.com/withastro/astro/commit/ff8004f6a7b2aab4c6ac367f13744a341c3c5462) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Guard globalThis.astroAsset usage in proxy code to avoid errors in wonky situations - [#​11178](https://togithub.com/withastro/astro/pull/11178) [`1734c49`](https://togithub.com/withastro/astro/commit/1734c49f516ff7d778d6724a0db6d39649921b4b) Thanks [@​theoephraim](https://togithub.com/theoephraim)! - Improves `isPromise` utility to check the presence of `then` on an object before trying to access it - which can cause undesired side-effects on Proxy objects - [#​11183](https://togithub.com/withastro/astro/pull/11183) [`3cfa2ac`](https://togithub.com/withastro/astro/commit/3cfa2ac7e51d7bea96980403c393f9bcda1e9375) Thanks [@​66Leo66](https://togithub.com/66Leo66)! - Suggest `pnpm dlx` instead of `pnpx` in update check. - [#​11147](https://togithub.com/withastro/astro/pull/11147) [`2d93902`](https://togithub.com/withastro/astro/commit/2d93902f4c51dcc62b077b0546ead688e6f32c63) Thanks [@​kitschpatrol](https://togithub.com/kitschpatrol)! - Fixes invalid MIME types in Picture source elements for jpg and svg extensions, which was preventing otherwise valid source variations from being shown by the browser - [#​11141](https://togithub.com/withastro/astro/pull/11141) [`19df89f`](https://togithub.com/withastro/astro/commit/19df89f87c74205ebc76aeac43ca20b00694acec) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an internal error that prevented the `AstroContainer` to render the `Content` component. You can now write code similar to the following to render content collections: ```js const entry = await getEntry(collection, slug); const { Content } = await entry.render(); const content = await container.renderToString(Content); ``` - [#​11170](https://togithub.com/withastro/astro/pull/11170) [`ba20c71`](https://togithub.com/withastro/astro/commit/ba20c718a4ccd1009bdf81f8265956bff1d19d05) Thanks [@​matthewp](https://togithub.com/matthewp)! - Retain client scripts in content cache

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 3 months ago

Deploy Preview for openpodcastapi ready!

Name Link
Latest commit 91a0dc9f054ff4fe2cd91c535c05581fdb380742
Latest deploy log https://app.netlify.com/sites/openpodcastapi/deploys/66602164aebd430008521482
Deploy Preview https://deploy-preview-89--openpodcastapi.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.