felix-berlin / astro-breadcrumbs

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.
https://docs.astro-breadcrumbs.kasimir.dev
GNU General Public License v3.0
64 stars 7 forks source link

chore(deps): update dependency @astrojs/mdx to v2.3.1 #237

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/mdx (source) 2.3.0 -> 2.3.1 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/mdx) ### [`v2.3.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#231) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@2.3.0...@astrojs/mdx@2.3.1) ##### Patch Changes - [#​10754](https://togithub.com/withastro/astro/pull/10754) [`3e7a12c8532411e580fcfdb8445cad8fc8499291`](https://togithub.com/withastro/astro/commit/3e7a12c8532411e580fcfdb8445cad8fc8499291) Thanks [@​rishi-raj-jain](https://togithub.com/rishi-raj-jain)! - Fixes an issue where images in MDX required a relative specifier (e.g. `./`) Now, you can use the standard `![](img.png)` syntax in MDX files for images colocated in the same folder: no relative specifier required! There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary: ```diff - ![A cute dog](./dog.jpg) + ![A cute dog](dog.jpg) ``` - [#​10770](https://togithub.com/withastro/astro/pull/10770) [`88ee63a3ba4488c60348cb821034e6d4a057efd0`](https://togithub.com/withastro/astro/commit/88ee63a3ba4488c60348cb821034e6d4a057efd0) Thanks [@​bluwy](https://togithub.com/bluwy)! - Removes internal MDX processor on `buildEnd` to free up memory

Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 has been generated by Mend Renovate. View repository job log here.

cloudflare-pages[bot] commented 4 months ago

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 429cc72
Status: âœ…  Deploy successful!
Preview URL: https://e9b47c8e.astro-breadcrumbs-docs.pages.dev
Branch Preview URL: https://renovate-astrojs-mdx-2-x-loc.astro-breadcrumbs-docs.pages.dev

View logs

socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/vitest@1.5.0 environment, eval Transitive: filesystem, shell +23 2.27 MB vitestbot

🚮 Removed packages: npm/@astrojs/mdx@2.3.0, npm/astro-matomo@1.4.2, npm/astro@4.0.2, npm/astro@4.6.1, npm/sass@1.75.0, npm/sharp@0.33.3, npm/starlight-links-validator@0.7.1

View full report↗︎

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.54%. Comparing base (6ba0b05) to head (429cc72).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #237 +/- ## ======================================= Coverage 70.54% 70.54% ======================================= Files 5 5 Lines 292 292 Branches 32 32 ======================================= Hits 206 206 Misses 86 86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felix-berlin commented 3 months ago

:tada: This PR is included in version 2.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: