Closed kai687 closed 1 year ago
remark-mdx
isn’t updated to work with the rest of the recently updated projects.
Use either the previous versions of the project. Or wait a few days for the update.
Thanks for your response @wooorm. I tried remark@14.0.3
and it works as you said.
Or wait a few days for the update.
Few days later... Still does not work (;
I use remark-mdx
only for testing, but it does not work since September 18th. There are no open PRs in this repo to fix this. I understand this is open source project, but feels somewhat odd. Would it be possible at least to keep this issue open, please?
@mrazauskas please read the comments above yours.
remark-mdx
is not broken, it can still be used with remark 14.
New major versions are rolling out across all 500+ unified repos, so:
The next mdx
major upgrade is being worked on presently, you can follow along with the progress by looking at the commit history.
I understand that. The issue is that remark
v15 is not supported. Using lower version is not a solution, because it is not v15. Simply (;
Keeping an issue open would make it clear that v15 is not yet supported. I could subscribe to it to follow the progress. Equally I could open new issue, but that would duplicate this one. That's not nice.
This is open source, you have 3 options:
You are welcome to follow along the commit log.
Demanding detailed and continuous status updates while contributing nothing is not nice. Status update demands will be respectful closed, so maintainers can focus on making the next major release awesome.
Initial checklist
Affected packages and versions
node v20.8.1, npm v10.0.1, remark@15.0.1, remark-mdx@2.3.0
Link to runnable example
No response
Steps to reproduce
Run
npm install --save remark remark-mdx
Add
type: "module"
to thepackage.json
filePaste the following code into a new
test.js
file:Run
node ./test.js
Expected behavior
According to the README, I should see:
Actual behavior
Runtime
Node v18, Node v16, Other (please specify in steps to reproduce)
Package manager
Other (please specify in steps to reproduce)
OS
macOS
Build and bundle tools
Other (please specify in steps to reproduce)