Skip to content

fix: #335 upgrade mdx-bundler version 9.0.1 to 9.2.1#343

Merged
schickling merged 1 commit intocontentlayerdev:mainfrom
jintak0401:main
Jan 16, 2023
Merged

fix: #335 upgrade mdx-bundler version 9.0.1 to 9.2.1#343
schickling merged 1 commit intocontentlayerdev:mainfrom
jintak0401:main

Conversation

@jintak0401
Copy link
Copy Markdown
Contributor

fix #335

mdx-bundler's latest version is changed 9.0.1 to 9.2.1. And its peerDependencies are changed like this.

// version 9.0.1
  "peerDependencies": {
    "esbuild": "0.11.x || 0.12.x || 0.13.x || 0.14.x"
  },

// version 9.2.1
  "peerDependencies": {
    "esbuild": "0.*"
  },

So I changed contenelayer's mdx-bundler version to 9.2.1. I expect that it fix #335 issue.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 25, 2022

⚠️ No Changeset found

Latest commit: cda7d51

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "examples-*" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@jintak0401 jintak0401 changed the title upgrade mdx-bundler version 9.0.1 to 9.2.1 fix: #335 upgrade mdx-bundler version 9.0.1 to 9.2.1 Dec 25, 2022
@schickling
Copy link
Copy Markdown
Collaborator

Thanks a lot. Will merge and release this soon!

@stale
Copy link
Copy Markdown

stale Bot commented Jan 14, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the meta: stale label Jan 14, 2023
@schickling schickling merged commit 4650681 into contentlayerdev:main Jan 16, 2023
@schickling schickling added this to the 0.2.10 milestone Jan 16, 2023
@schickling
Copy link
Copy Markdown
Collaborator

Thanks a lot!

@schickling
Copy link
Copy Markdown
Collaborator

This should be released with the 0.3.0 release. 🎉

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.

Incorrect peer dependency "esbuild@0.11.x || 0.12.x || 0.13.x || 0.14.x". When adding contentlayer using yarn

2 participants