Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @astrojs/mdx to v2.3.1 - autoclosed #77

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (@​astrojs/mdx)

v2.3.1

Compare Source

Patch Changes
  • #​10754 3e7a12c8532411e580fcfdb8445cad8fc8499291 Thanks @​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:

    - ![A cute dog](./dog.jpg)
    + ![A cute dog](dog.jpg)
    <!-- This dog lives in the same folder as my article! -->
  • #​10770 88ee63a3ba4488c60348cb821034e6d4a057efd0 Thanks @​bluwy! - Removes internal MDX processor on buildEnd to free up memory

v2.3.0

Compare Source

Minor Changes
Patch Changes

v2.2.4

Compare Source

Patch Changes

v2.2.3

Compare Source

Patch Changes

v2.2.2

Compare Source

Patch Changes

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
  • #​10104 a31bbd7ff8f3ec62ee507f72d1d25140b82ffc18 Thanks @​remcohaszing! - Changes Astro's internal syntax highlighting to use rehype plugins instead of remark plugins. This provides better interoperability with other rehype plugins that deal with code blocks, in particular with third party syntax highlighting plugins and rehype-mermaid.

    This may be a breaking change if you are currently using:

    • a remark plugin that relies on nodes of type html
    • a rehype plugin that depends on nodes of type raw.

    Please review your rendered code samples carefully, and if necessary, consider using a rehype plugin that deals with the generated element nodes instead. You can transform the AST of raw HTML strings, or alternatively use hast-util-to-html to get a string from a raw node.

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for fancy-arithmetic-b5b88a ready!

Name Link
🔨 Latest commit 65968c5
🔍 Latest deploy log https://app.netlify.com/sites/fancy-arithmetic-b5b88a/deploys/662079bd721c9400072ceea8
😎 Deploy Preview https://deploy-preview-77--fancy-arithmetic-b5b88a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100
Accessibility: 100
Best Practices: 100
SEO: 92
PWA: 60
View the detailed breakdown and full score reports

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

@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.2.0 Update dependency @astrojs/mdx to v2.2.1 Mar 20, 2024
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.2.1 Update dependency @astrojs/mdx to v2.2.2 Mar 26, 2024
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.2.2 Update dependency @astrojs/mdx to v2.2.3 Apr 2, 2024
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.2.3 Update dependency @astrojs/mdx to v2.2.4 Apr 4, 2024
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.2.4 Update dependency @astrojs/mdx to v2.3.0 Apr 11, 2024
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.3.0 Update dependency @astrojs/mdx to v2.3.1 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/astrojs-mdx-2.x-lockfile branch 4 times, most recently from 12db99e to 9a13052 Compare April 18, 2024 01:36
@renovate renovate bot force-pushed the renovate/astrojs-mdx-2.x-lockfile branch from 9a13052 to 65968c5 Compare April 18, 2024 01:39
@aidankinzett aidankinzett merged commit feccc4d into main Apr 18, 2024
2 checks passed
@aidankinzett aidankinzett deleted the renovate/astrojs-mdx-2.x-lockfile branch April 18, 2024 01:40
@renovate renovate bot changed the title Update dependency @astrojs/mdx to v2.3.1 Update dependency @astrojs/mdx to v2.3.1 - autoclosed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant