OpenPodcastAPI / api-specs

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

fix(deps): update astro #118

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.28.6 -> ^0.29.1 age adoption passing confidence
astro (source) ^4.16.9 -> ^4.16.13 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.29.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0291) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.0...@astrojs/starlight@0.29.1) ##### Patch Changes - [#​2611](https://redirect.github.com/withastro/starlight/pull/2611) [`6059d96`](https://redirect.github.com/withastro/starlight/commit/6059d961a6b31fd7848b0c59411fc6370e62abab) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a UI string type issue in projects with multiple data content collections. - [#​2606](https://redirect.github.com/withastro/starlight/pull/2606) [`10b15a7`](https://redirect.github.com/withastro/starlight/commit/10b15a7fcda4805dda622f893b6671b96a349161) Thanks [@​delucis](https://redirect.github.com/delucis)! - Makes `` more resilient to complex child content on smaller viewports - [#​2605](https://redirect.github.com/withastro/starlight/pull/2605) [`ec7ab4f`](https://redirect.github.com/withastro/starlight/commit/ec7ab4f1df83052aa00c5f560adf7e7b8d61c9db) Thanks [@​brianzelip](https://redirect.github.com/brianzelip)! - Exposes `SidebarPersister` component in package exports for use in custom overrides - [#​2614](https://redirect.github.com/withastro/starlight/pull/2614) [`9a31980`](https://redirect.github.com/withastro/starlight/commit/9a319807c698f65b461f456c54c413081ab551f0) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with custom pages using the `` component and a custom sidebar missing highlighting for the active page and navigation links. - [#​2600](https://redirect.github.com/withastro/starlight/pull/2600) [`49aef17`](https://redirect.github.com/withastro/starlight/commit/49aef173811d05ae132729c92c3920a142ceeb7d) Thanks [@​jdevega](https://redirect.github.com/jdevega)! - Adds Backstage social icon - [#​2613](https://redirect.github.com/withastro/starlight/pull/2613) [`a73780f`](https://redirect.github.com/withastro/starlight/commit/a73780fb280feb5b96ffa94539633b2930bd8e76) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes support for `sidebar` frontmatter options in sidebar entries using `slug` or the string shorthand for internal links ### [`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0) ##### Minor Changes - [#​2551](https://redirect.github.com/withastro/starlight/pull/2551) [`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b) Thanks [@​hippotastic](https://redirect.github.com/hippotastic)! - Updates the `astro-expressive-code` dependency to the latest version (0.38). The new version allows using `ec.config.mjs` to selectively override individual Expressive Code styles and settings provided by Starlight themes and plugins, speeds up Shiki language loading, and adds the config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`. See the [Expressive Code release notes](https://expressive-code.com/releases/#​0380) for full details. - [#​2252](https://redirect.github.com/withastro/starlight/pull/2252) [`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Improves build performance for sites with large sidebars This release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change. - [#​2503](https://redirect.github.com/withastro/starlight/pull/2503) [`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Improves the accessibility of asides and tabs by removing some unnecessary HTML landmarks. ##### Patch Changes - [#​2579](https://redirect.github.com/withastro/starlight/pull/2579) [`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41) Thanks [@​RafidMuhymin](https://redirect.github.com/RafidMuhymin)! - Adds social link icon for Nostr
withastro/astro (astro) ### [`v4.16.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41613) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.12...astro@4.16.13) ##### Patch Changes - [#​12436](https://redirect.github.com/withastro/astro/pull/12436) [`453ec6b`](https://redirect.github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Fixes a potential null access in the clientside router - [#​12392](https://redirect.github.com/withastro/astro/pull/12392) [`0462219`](https://redirect.github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same `entrypoint` and different `pattern` ### [`v4.16.12`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41612) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.11...astro@4.16.12) ##### Patch Changes - [#​12420](https://redirect.github.com/withastro/astro/pull/12420) [`acac0af`](https://redirect.github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid `Response`. ### [`v4.16.11`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41611) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.10...astro@4.16.11) ##### Patch Changes - [#​12305](https://redirect.github.com/withastro/astro/pull/12305) [`f5f7109`](https://redirect.github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where the error overlay would not escape the message - [#​12402](https://redirect.github.com/withastro/astro/pull/12402) [`823e73b`](https://redirect.github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a case where Astro allowed to call an action without using `Astro.callAction`. This is now invalid, and Astro will show a proper error. ### [`v4.16.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41610) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.9...astro@4.16.10) ##### Patch Changes - [#​12311](https://redirect.github.com/withastro/astro/pull/12311) [`bf2723e`](https://redirect.github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460) Thanks [@​dinesh-58](https://redirect.github.com/dinesh-58)! - Adds `checked` to the list of boolean attributes. - [#​12363](https://redirect.github.com/withastro/astro/pull/12363) [`222f718`](https://redirect.github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75) Thanks [@​Fryuni](https://redirect.github.com/Fryuni)! - Fixes code generated by `astro add` command when adding a version of an integration other than the default `latest`. - [#​12368](https://redirect.github.com/withastro/astro/pull/12368) [`493fe43`](https://redirect.github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Improves error logs when executing commands - [#​12355](https://redirect.github.com/withastro/astro/pull/12355) [`c4726d7`](https://redirect.github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Improves error reporting for invalid frontmatter in MDX files during the `astro build` command. The error message now includes the file path where the frontmatter parsing failed.

Configuration

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

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 3 weeks ago

Deploy Preview for openpodcastapi ready!

Name Link
Latest commit a75cd127dd64303c5aaffa475bd4932dbaed647a
Latest deploy log https://app.netlify.com/sites/openpodcastapi/deploys/673ca48bdd29f2000898072d
Deploy Preview https://deploy-preview-118--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.