This repository was archived by the owner on Jan 19, 2023. It is now read-only.
Update dependency next-mdx-remote to v4 #464
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.8->^4.2.1Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
hashicorp/next-mdx-remote
v4.2.1Compare Source
What's Changed
jsx-dev-runtimein development mode by @imtsuki in https://github.com/hashicorp/next-mdx-remote/pull/323New Contributors
Full Changelog: hashicorp/next-mdx-remote@v4.2.0...v4.2.1
v4.2.0Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/next-mdx-remote@v4.1.0...v4.2.0
v4.1.0Compare Source
What's Changed
frontmattertype and make it configurable by @joemckenney in https://github.com/hashicorp/next-mdx-remote/pull/283New Contributors
Full Changelog: hashicorp/next-mdx-remote@v4.0.3...v4.1.0
v4.0.3Compare Source
What's Changed
frontmatterprop. by @MatthijsMud in https://github.com/hashicorp/next-mdx-remote/pull/252New Contributors
Full Changelog: hashicorp/next-mdx-remote@v4.0.2...v4.0.3
v4.0.2Compare Source
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/next-mdx-remote@v4.0.0...4.0.1
v4.0.0Compare Source
next-mdx-remotehas been upgraded to use MDX v2 under the hood, which comes with improved performance and a whole list of other enhancements. Due to the improved code generated from MDX, we've also been able to remove our usage ofesbuild. If you're using Next v12, no changes should be required to upgrade! Users on Next v11.1 might need to setexperimental: { esmExternals: true }innext.config.js.Note that some of the underlying changes in MDX v2 may require you to adjust some of your MDX content or custom components.
Take it for a spin and let us know if you run into any issues. 🙏
Breaking Changes
Features
{ parseFrontmatter: true }toserialize(). Frontmatter is then available in your MDX:{frontmatter.page_title}
Hello world!
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 has been generated by Mend Renovate. View repository job log here.