-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dev-dependencies #120
Conversation
The test that currently fails is: markdown-rs/tests/mdx_expression_text.rs Lines 319 to 323 in d1dc072
|
**Related issue:** - wooorm/markdown-rs#120
@wooorm I merged/published swc-project/swc#9366 but it still fails. |
Quite certain. That’s the only test case that fails. |
Made the “repro” smaller here, see last commit. cargo test --test mdx_expression_text -- --nocapture You’ll see:
The |
Thank you! I'll fix it later today |
Sorry, I was bit busy. |
Should be fixed by swc-project/swc#9378 |
**Related issue:** - wooorm/markdown-rs#120
I updated |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [markdown](https://togithub.com/wooorm/markdown-rs) | dev-dependencies | patch | `1.0.0-alpha.18` -> `1.0.0-alpha.19` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.204` -> `1.0.206` | | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://togithub.com/Stebalien/tempfile)) | workspace.dependencies | minor | `3.11.0` -> `3.12.0` | --- ### Release Notes <details> <summary>wooorm/markdown-rs (markdown)</summary> ### [`v1.0.0-alpha.19`](https://togithub.com/wooorm/markdown-rs/releases/tag/1.0.0-alpha.19) [Compare Source](https://togithub.com/wooorm/markdown-rs/compare/1.0.0-alpha.18...1.0.0-alpha.19) - [`2c83b0d`](https://togithub.com/wooorm/markdown-rs/commit/2c83b0d) Fix panic on incomplete closing frontmatter fence by [@​nokome](https://togithub.com/nokome) in [https://github.com/wooorm/markdown-rs/pull/121](https://togithub.com/wooorm/markdown-rs/pull/121) - [`d0788c9`](https://togithub.com/wooorm/markdown-rs/commit/d0788c9) Update dev-dependencies by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/wooorm/markdown-rs/pull/120](https://togithub.com/wooorm/markdown-rs/pull/120) **Full Changelog**: wooorm/markdown-rs@1.0.0-alpha.18...1.0.0-alpha.19 </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.206`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.206) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.205...v1.0.206) - Improve support for `flatten` attribute inside of enums ([#​2567](https://togithub.com/serde-rs/serde/issues/2567), thanks [@​Mingun](https://togithub.com/Mingun)) ### [`v1.0.205`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.205) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.204...v1.0.205) - Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants ([#​2785](https://togithub.com/serde-rs/serde/issues/2785), thanks [@​Mingun](https://togithub.com/Mingun)) - Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields ([#​2791](https://togithub.com/serde-rs/serde/issues/2791)) </details> <details> <summary>Stebalien/tempfile (tempfile)</summary> ### [`v3.12.0`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3120) - Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to [@​RalfJung](https://togithub.com/RalfJung)). - Update `windows-sys` from 0.52 to 0.59. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Related-to wooorm/mdxjs-rs#49.
/cc @kdy1