Robot-Inventor / astro-custom-toc

Astro Integration to generate a customizable table of contents
MIT License
4 stars 0 forks source link

fix(deps): update dependency astro to v4.12.3 #147

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
astro (source) 4.12.2 -> 4.12.3 age adoption passing confidence

Release Notes

withastro/astro (astro) ### [`v4.12.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4123) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.12.2...astro@4.12.3) ##### Patch Changes - [#​11509](https://togithub.com/withastro/astro/pull/11509) [`dfbca06`](https://togithub.com/withastro/astro/commit/dfbca06dda674c64c7010db2f4de951496a1e631) Thanks [@​bluwy](https://togithub.com/bluwy)! - Excludes hoisted scripts and styles from Astro components imported with `?url` or `?raw` - [#​11561](https://togithub.com/withastro/astro/pull/11561) [`904f1e5`](https://togithub.com/withastro/astro/commit/904f1e535aeb7a14ba7ce07c3130e25f3e708266) Thanks [@​ArmandPhilippot](https://togithub.com/ArmandPhilippot)! - Uses the correct pageSize default in `page.size` JSDoc comment - [#​11571](https://togithub.com/withastro/astro/pull/11571) [`1c3265a`](https://togithub.com/withastro/astro/commit/1c3265a8c9c0b1b1bd597f756b63463146bacc3a) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - **BREAKING CHANGE to the experimental Actions API only.** Install the latest `@astrojs/react` integration as well if you're using React 19 features. Make `.safe()` the default return value for actions. This means `{ data, error }` will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the `.orThrow()` modifier. ```ts import { actions } from 'astro:actions'; // Before const { data, error } = await actions.like.safe(); // After const { data, error } = await actions.like(); // Before const newLikes = await actions.like(); // After const newLikes = await actions.like.orThrow(); ```

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: ab5d7a67b3c24d4c9a32005ce110d564a76d1813

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------- | ----- | | astro-custom-toc | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR