Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

This PR contains the following updates:

Package Change Age Confidence
next-mdx-remote 4.0.3 -> 4.4.1 age confidence

Release Notes

hashicorp/next-mdx-remote (next-mdx-remote)

v4.4.1

Compare Source

What's Changed

Full Changelog: hashicorp/next-mdx-remote@v4.4.0...v4.4.1

v4.4.0

Compare Source

This release includes a few fixes for frontmatter types, as well as a way to provide a frontmatter type to serialize or compileMDX and have it propagate through to the returned frontmatter property. See the documentation for an example.

serialize:

import { serialize } from 'next-mdx-remote/serialize'

interface Frontmatter {
  title: string
  published: string
  description?: string
}

//     👇 should have type Frontmatter
const { frontmatter } = serialize<Record<string, unknown>, Frontmatter>(source)

compileMDX:

import { compileMDX } from 'next-mdx-remote/rsc'

interface Frontmatter {
  title: string
  published: string
  description?: string
}

export default async function Page({ source }) {
	//              👇 should have type Frontmatter
	const { content, frontmatter } = await compileMDX<Frontmatter>(source)

	return (
		<>
			<h1>{frontmatter.title}</h1>
			{content}
		</>
	)
}
What's Changed
New Contributors

Full Changelog: hashicorp/next-mdx-remote@v4.3.0...v4.4.0

v4.3.0: - Server Components Support (experimental)

Compare Source

next-mdx-remote now has experimental support for React Server Components! 🎉 Access the new API by importing from next-mdx-remote/rsc, and head to the documentation for usage instructions and additional examples.

import { MDXRemote } from 'next-mdx-remote/rsc'

export default async function Page() {
  const mdxSource = await getContent()

  return (
    <MDXRemote source={mdxSource} />
  )
}

Big thanks to @​timneutkens for his contribution!


What's Changed
New Contributors

Full Changelog: hashicorp/next-mdx-remote@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed
New Contributors

Full Changelog: hashicorp/next-mdx-remote@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: hashicorp/next-mdx-remote@v4.1.0...v4.2.0

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: hashicorp/next-mdx-remote@v4.0.3...v4.1.0


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 was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Mar 15, 2023

Deploy Preview for arcus ready!

Name Link
🔨 Latest commit bb19c3e
🔍 Latest deploy log https://app.netlify.com/projects/arcus/deploys/68f81221ca82240008070675
😎 Deploy Preview https://deploy-preview-317--arcus.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 project configuration.

@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 2118ba1 to 528cd45 Compare March 17, 2023 12:36
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 528cd45 to cafe845 Compare March 28, 2023 04:58
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch 2 times, most recently from f8b0e5b to 605e08e Compare May 9, 2023 14:12
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 605e08e to f60f3db Compare May 23, 2023 08:53
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from f60f3db to c7c68ee Compare August 17, 2023 08:52
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from c7c68ee to e0c5305 Compare February 7, 2024 21:54
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch 2 times, most recently from a9c9fea to 9da8106 Compare March 1, 2024 05:36
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 9da8106 to 044837c Compare March 6, 2024 11:27
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 044837c to f33aa4f Compare April 3, 2024 04:55
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from f33aa4f to 90f4bc8 Compare June 21, 2024 11:55
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 90f4bc8 to df1de75 Compare July 8, 2024 05:32
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from df1de75 to 08b026f Compare July 23, 2024 04:47
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 08b026f to 7fc52a2 Compare August 27, 2024 06:48
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch 2 times, most recently from 438b488 to d8961ad Compare January 23, 2025 17:33
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from d8961ad to 085ec7d Compare March 3, 2025 15:58
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 085ec7d to 199514f Compare March 11, 2025 13:13
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch 2 times, most recently from 159e9e7 to bf699f9 Compare April 8, 2025 11:20
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from bf699f9 to 2f06d7b Compare April 24, 2025 09:40
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 2f06d7b to fd78840 Compare May 19, 2025 16:05
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from fd78840 to 47c6cf4 Compare May 28, 2025 07:12
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 47c6cf4 to 7cb4f20 Compare June 29, 2025 03:49
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 7cb4f20 to 4aaf56c Compare July 26, 2025 04:12
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 4aaf56c to 414ac58 Compare August 4, 2025 18:52
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 414ac58 to 1511e21 Compare August 13, 2025 11:33
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from 1511e21 to f316261 Compare August 31, 2025 13:55
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from f316261 to b87d0e6 Compare September 27, 2025 02:58
@renovate renovate bot changed the title fix(deps): update dependency next-mdx-remote to v4.4.1 chore(deps): update dependency next-mdx-remote to v4.4.1 Sep 27, 2025
@renovate renovate bot force-pushed the renovate-next-mdx-remote-4.x-lockfile branch from b87d0e6 to bb19c3e Compare October 21, 2025 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant