Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mdx-bundler 7.0.0 -> 10.0.1 age adoption passing confidence

Release Notes

kentcdodds/mdx-bundler (mdx-bundler)

v10.0.1

Compare Source

Bug Fixes
  • dynamic import of esm module (92d09f7)

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • Require Node 18 or greater
  • This will require the latest of all unified related
    deps. Additionally, it appears remark-mdx-frontmatter no longer parses
    dates (part of me thinks it never did actually). That's why you'll
    notice the tests got changed. As I said I don't think this ever actually
    did parse dates so we're probably fine there.

v9.2.1

Compare Source

Bug Fixes

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Bug Fixes
  • remove Node V12 support (05e78d9)
Features

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • We now use @mdx-js/esbuild instead of xdm and xdmOptions has been renamed to mdxOptions

Co-authored-by: Kent C. Dodds me+github@kentcdodds.com

v8.1.0

Compare Source

Features

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • The first argument to bundleMDX has been removed in favor of a source and file option.
const mdxSource = `
---
title: foo
---

Some content
`

// old
bundleMDX(mdxSource, {
  // some options
})

// new
bundleMDX({
  source: mdxSource,
  // some options
})

const filePath = path.join(process.cwd(), 'sample.mdx')

//old
bundleMDXFile(fiilePath, {
  // some options
})

// new
bundleMDX({
  file: filePath,
  // some options
})

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 is behind base branch, 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.

@renovate renovate bot added the renovate label Nov 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Nov 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: echo-karriere@3.0.0
npm ERR! Found: tailwindcss@2.2.19
npm ERR! node_modules/tailwindcss
npm ERR!   dev tailwindcss@"2.2.19" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer tailwindcss@">=3.0.0 || >= 3.0.0-alpha.1" from @tailwindcss/forms@0.5.4
npm ERR! node_modules/@tailwindcss/forms
npm ERR!   dev @tailwindcss/forms@"0.5.4" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/616127/531cd3/cache/others/npm/_logs/2023-11-20T17_02_39_592Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/616127/531cd3/cache/others/npm/_logs/2023-11-20T17_02_39_592Z-debug-0.log

@vercel
Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ❌ Failed (Inspect) Nov 20, 2023 5:02pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant