knope-dev / knope

A command line tool to to handle all the tasks most developers find tedious.
https://knope.tech
MIT License
81 stars 8 forks source link

chore(deps): update astro #1084

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.24.0 -> ^0.25.0 age adoption passing confidence
astro (source) 4.11.3 -> 4.11.5 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.25.0`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0250) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.24.5...@astrojs/starlight@0.25.0) ##### Minor Changes - [#​2025](https://togithub.com/withastro/starlight/pull/2025) [`47f32c1`](https://togithub.com/withastro/starlight/commit/47f32c196c5d840a6a45799ddf123d17c77274b0) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Removes the `/` search shortcut for [accessibility reasons](https://www.w3.org/WAI/WCAG21/Understanding/character-key-shortcuts.html). ⚠️ **Potentially breaking change:** The `search.shortcutLabel` UI string has been removed. If you were using this string in your custom UI, you will need to update your code. - [#​2064](https://togithub.com/withastro/starlight/pull/2064) [`c5b47cb`](https://togithub.com/withastro/starlight/commit/c5b47cbe1242f0b29b9212db72fe26590ab57d88) Thanks [@​SnowDingo](https://togithub.com/SnowDingo)! - Improves styling of Markdown tables to work better in different contexts, including against different background colours like when used in asides. - [#​2031](https://togithub.com/withastro/starlight/pull/2031) [`2bab648`](https://togithub.com/withastro/starlight/commit/2bab648be9ddc6bfe05562650b773f5158a9ed42) Thanks [@​delucis](https://togithub.com/delucis)! - Makes sidebar entry parsing stricter in Starlight config **⚠️ Potentially breaking change:** Previously Starlight would accept a sidebar entry that matched one of its expected shapes, even if it included additional properties. For example, including both `link` and `items` was considered valid, with `items` being ignored. Now, it is an error to include more than one of `link`, `items`, or `autogenerate` in a sidebar entry. If you see errors after updating, look for sidebar entries in the Starlight configuration in `astro.config.mjs` that include too many keys and remove the one that was previously ignored. - [#​1874](https://togithub.com/withastro/starlight/pull/1874) [`eeba06e`](https://togithub.com/withastro/starlight/commit/eeba06ea7df962e8f0520e145d28b8c17cd32c18) Thanks [@​lorenzolewis](https://togithub.com/lorenzolewis)! - Adds a new syntax for specifying sidebar link items for internal links You can now specify an internal page using only its slug, either as a string, or as an object with a `slug` property: ```js starlight({ title: 'Docs with easier sidebars', sidebar: ['getting-started', { slug: 'guides/installation' }], }); ``` Starlight will use the linked page’s frontmatter to configure the sidebar link. ##### Patch Changes - [#​2081](https://togithub.com/withastro/starlight/pull/2081) [`f0181d2`](https://togithub.com/withastro/starlight/commit/f0181d2689248a46ff3eb6fc604bfcd95d4cb1aa) Thanks [@​andrii-bodnar](https://togithub.com/andrii-bodnar)! - Updates the Ukrainian UI translations
withastro/astro (astro) ### [`v4.11.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4115) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.11.4...astro@4.11.5) ##### Patch Changes - [#​11408](https://togithub.com/withastro/astro/pull/11408) [`b9e906f`](https://togithub.com/withastro/astro/commit/b9e906f8e75444739aa259b62489d9f5749260b9) Thanks [@​matthewp](https://togithub.com/matthewp)! - Revert change to how boolean attributes work ### [`v4.11.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4114) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.11.3...astro@4.11.4) ##### Patch Changes - [#​11362](https://togithub.com/withastro/astro/pull/11362) [`93993b7`](https://togithub.com/withastro/astro/commit/93993b77cf4915b4c0d245df9ecbf2265f5893e7) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue where creating manually the i18n middleware could break the logic of the functions of the virtual module `astro:i18n` - [#​11349](https://togithub.com/withastro/astro/pull/11349) [`98d9ce4`](https://togithub.com/withastro/astro/commit/98d9ce41f20c8bf024c937e8bde80d3c3dbbed99) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue where Astro didn't throw an error when `Astro.rewrite` was used without providing the experimental flag - [#​11352](https://togithub.com/withastro/astro/pull/11352) [`a55ee02`](https://togithub.com/withastro/astro/commit/a55ee0268e1ca22597e9b5e6d1f24b4f28ad978b) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue where the rewrites didn't update the status code when using manual i18n routing. - [#​11388](https://togithub.com/withastro/astro/pull/11388) [`3a223b4`](https://togithub.com/withastro/astro/commit/3a223b4811708cc93ebb27706118c1723e1fc013) Thanks [@​mingjunlu](https://togithub.com/mingjunlu)! - Adjusts the color of punctuations in error overlay. - [#​11369](https://togithub.com/withastro/astro/pull/11369) [`e6de11f`](https://togithub.com/withastro/astro/commit/e6de11f4a941e29123da3714e5b8f17d25744f0f) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes attribute rendering for non-boolean attributes with boolean values

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 1 month ago

Deploy Preview for knope ready!

Name Link
Latest commit aca8e5f0e79a71f8e6e54b4fb2d52ec0727ae056
Latest deploy log https://app.netlify.com/sites/knope/deploys/6687f724fc4a0d000833d415
Deploy Preview https://deploy-preview-1084--knope.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.