marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

chore(deps): update mdx (major) #3813

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/react (source) 2.3.0 -> 3.0.1 age adoption passing confidence
rehype-autolink-headings 6.1.1 -> 7.1.0 age adoption passing confidence
rehype-slug 5.1.0 -> 6.0.0 age adoption passing confidence
remark-gfm 3.0.1 -> 4.0.0 age adoption passing confidence

Release Notes

mdx-js/mdx (@​mdx-js/react) ### [`v3.0.1`](https://togithub.com/mdx-js/mdx/releases/tag/3.0.1) [Compare Source](https://togithub.com/mdx-js/mdx/compare/3.0.0...3.0.1) ##### Fix - [`49fd094`](https://togithub.com/mdx-js/mdx/commit/49fd094a) Fix generated JSX pragmas for new babel by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2438](https://togithub.com/mdx-js/mdx/pull/2438) - [`d1fface`](https://togithub.com/mdx-js/mdx/commit/d1fface1) Refactor to handle uncaught webpack errors by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2398](https://togithub.com/mdx-js/mdx/pull/2398) ##### Types - [`c03e16c`](https://togithub.com/mdx-js/mdx/commit/c03e16c6) Add declaration maps - [`85c5dd0`](https://togithub.com/mdx-js/mdx/commit/85c5dd05) Fix webpack loader types by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2386](https://togithub.com/mdx-js/mdx/pull/2386) ##### Site - [`38f7a5c`](https://togithub.com/mdx-js/mdx/commit/38f7a5c9) Fix reset of playground render errors by [@​ManasMakde](https://togithub.com/ManasMakde) in [https://github.com/mdx-js/mdx/pull/2392](https://togithub.com/mdx-js/mdx/pull/2392) - [`680445d`](https://togithub.com/mdx-js/mdx/commit/680445df) Add note on broken react runtime types by [@​ky1ejs](https://togithub.com/ky1ejs) in [https://github.com/mdx-js/mdx/pull/2383](https://togithub.com/mdx-js/mdx/pull/2383) **Full Changelog**: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://togithub.com/mdx-js/mdx/releases/tag/3.0.0) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.3.0...3.0.0) (see on how to migrate) ##### Change - [`e08b759`](https://togithub.com/mdx-js/mdx/commit/e08b7596) [`5afa48e`](https://togithub.com/mdx-js/mdx/commit/5afa48e6) Change to require Node 16 - [`5a13d73`](https://togithub.com/mdx-js/mdx/commit/5a13d73b) Change to use export maps - [`cbc2822`](https://togithub.com/mdx-js/mdx/commit/cbc2822f) Update `unified`, types, plugins, etc - [`96b51f9`](https://togithub.com/mdx-js/mdx/commit/96b51f93) Remove inferral of development from `NODE_ENV` ##### Change (unlikely to affect you) - [`c961af8`](https://togithub.com/mdx-js/mdx/commit/c961af80) Remove `useDynamicImport` option - [`9cb26fd`](https://togithub.com/mdx-js/mdx/commit/9cb26fd1) `@mdx-js/register`: remove package - [`0d1558a`](https://togithub.com/mdx-js/mdx/commit/0d1558a3) `@mdx-js/esbuild`: remove experimental `allowDangerousRemoteMdx` - [`0f62bce`](https://togithub.com/mdx-js/mdx/commit/0f62bce9) `@mdx-js/node-loader`: remove `fixRuntimeWithoutExportMap` - [`4f92422`](https://togithub.com/mdx-js/mdx/commit/4f924227) `@mdx-js/preact`: remove deprecated `MDXContext`, `withMDXComponents` - [`a362bb4`](https://togithub.com/mdx-js/mdx/commit/a362bb43) `@mdx-js/react`: remove deprecated `MDXContext`, `withMDXComponents` ##### Add - [`e12f307`](https://togithub.com/mdx-js/mdx/commit/e12f3079) Add support for passing `baseUrl` when running - [`2c511a4`](https://togithub.com/mdx-js/mdx/commit/2c511a40) Add support for `baseUrl` as a `URL` - [`1863914`](https://togithub.com/mdx-js/mdx/commit/1863914c) Add deprecation warning for classic runtime - [`a34177c`](https://togithub.com/mdx-js/mdx/commit/a34177c3) Add support for ES2024 in MDX, adjacent JSX and expression blocks - [`44fd9ca`](https://togithub.com/mdx-js/mdx/commit/44fd9cac) Add support for `await` in MDX - [`3a7f194`](https://togithub.com/mdx-js/mdx/commit/3a7f1947) Add `tableCellAlignToStyle` option, to use `align` - [`fdfe17b`](https://togithub.com/mdx-js/mdx/commit/fdfe17b8) `@mdx-js/rollup`: add support for Vite development mode by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2376](https://togithub.com/mdx-js/mdx/pull/2376) ##### Misc - [`f48d038`](https://togithub.com/mdx-js/mdx/commit/f48d038b) Remove unneeded pragma comment after transform - [`8f3b292`](https://togithub.com/mdx-js/mdx/commit/8f3b2920) Add a `use strict` directive to function bodies - [`172e519`](https://togithub.com/mdx-js/mdx/commit/172e5190) `@mdx-js/react`: fix to classify `@types/react` as a peer dependency by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2281](https://togithub.com/mdx-js/mdx/pull/2281) - [`a7bd79b`](https://togithub.com/mdx-js/mdx/commit/a7bd79bb) Refactor output to immediately export default - [`e525db9`](https://togithub.com/mdx-js/mdx/commit/e525db9b) [`dae82ae`](https://togithub.com/mdx-js/mdx/commit/dae82ae4) Refactor some errors - [`ce173f2`](https://togithub.com/mdx-js/mdx/commit/ce173f28) Refactor to add types for JSX runtimes - [`8a56312`](https://togithub.com/mdx-js/mdx/commit/8a563128) Refactor output to use spread, not `Object.assign` by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2328](https://togithub.com/mdx-js/mdx/pull/2328) - [`825717f`](https://togithub.com/mdx-js/mdx/commit/825717fd) Refactor to sort default components by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2318](https://togithub.com/mdx-js/mdx/pull/2318) - [`d8a62d2`](https://togithub.com/mdx-js/mdx/commit/d8a62d20) Add missing type dependencies by [@​arcanis](https://togithub.com/arcanis) in [https://github.com/mdx-js/mdx/pull/2256](https://togithub.com/mdx-js/mdx/pull/2256) ##### Docs - [`a9f0c04`](https://togithub.com/mdx-js/mdx/commit/a9f0c046) Add guide on injecting components - [`24e3d8d`](https://togithub.com/mdx-js/mdx/commit/24e3d8d1) Add compat sections to readmes - [`30e4a5d`](https://togithub.com/mdx-js/mdx/commit/30e4a5d5) Add sponsor - [`07503a5`](https://togithub.com/mdx-js/mdx/commit/07503a5f) Update link to KaTeX CSS in docs by [@​victor23k](https://togithub.com/victor23k) in [https://github.com/mdx-js/mdx/pull/2360](https://togithub.com/mdx-js/mdx/pull/2360) - [`74aee56`](https://togithub.com/mdx-js/mdx/commit/74aee569) [`bc1d9e5`](https://togithub.com/mdx-js/mdx/commit/bc1d9e56) [`765310c`](https://togithub.com/mdx-js/mdx/commit/765310ca) [`6d1e64d`](https://togithub.com/mdx-js/mdx/commit/6d1e64d9) Refactor docs - [`7fd1d9a`](https://togithub.com/mdx-js/mdx/commit/7fd1d9a4) Fix docs on how to use solid by [@​BeiyanYunyi](https://togithub.com/BeiyanYunyi) in [https://github.com/mdx-js/mdx/pull/2300](https://togithub.com/mdx-js/mdx/pull/2300) - [`4129f90`](https://togithub.com/mdx-js/mdx/commit/4129f90e) Fix a couple typos by [@​deining](https://togithub.com/deining) in [https://github.com/mdx-js/mdx/pull/2266](https://togithub.com/mdx-js/mdx/pull/2266) - [`bb902f8`](https://togithub.com/mdx-js/mdx/commit/bb902f83) Fix typo by [@​ChristianMurphy](https://togithub.com/ChristianMurphy) in [https://github.com/mdx-js/mdx/pull/2380](https://togithub.com/mdx-js/mdx/pull/2380) ##### Site - [`78a1eb5`](https://togithub.com/mdx-js/mdx/commit/78a1eb52) Add v3 blog post - [`2b1948c`](https://togithub.com/mdx-js/mdx/commit/2b1948c0) Add v3 migration guide - [`d6bb70c`](https://togithub.com/mdx-js/mdx/commit/d6bb70ca) Add improved error display in playground - [`89097e4`](https://togithub.com/mdx-js/mdx/commit/89097e4c) Remove unmaintained dev-dependency - [`3e23ba9`](https://togithub.com/mdx-js/mdx/commit/3e23ba90) Add more options to playground - [`d92128b`](https://togithub.com/mdx-js/mdx/commit/d92128ba) Fix links in docs - [`ab3aa96`](https://togithub.com/mdx-js/mdx/commit/ab3aa966) Add GitHub pages by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2377](https://togithub.com/mdx-js/mdx/pull/2377) - [`a2c8693`](https://togithub.com/mdx-js/mdx/commit/a2c86936) Fix site by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2358](https://togithub.com/mdx-js/mdx/pull/2358) - [`dbe9f44`](https://togithub.com/mdx-js/mdx/commit/dbe9f44b) Fix playground AST views w/ clone by [@​Jokcy](https://togithub.com/Jokcy) in [https://github.com/mdx-js/mdx/pull/2315](https://togithub.com/mdx-js/mdx/pull/2315) - [`7504cfb`](https://togithub.com/mdx-js/mdx/commit/7504cfb8) Add more options to playground, directives, format, etc by [@​slorber](https://togithub.com/slorber) in [https://github.com/mdx-js/mdx/pull/2295](https://togithub.com/mdx-js/mdx/pull/2295) - [`57301df`](https://togithub.com/mdx-js/mdx/commit/57301dfa) Add resizable editor/layout to playground by [@​slorber](https://togithub.com/slorber) in [https://github.com/mdx-js/mdx/pull/2296](https://togithub.com/mdx-js/mdx/pull/2296) - [`9eb747d`](https://togithub.com/mdx-js/mdx/commit/9eb747d6) Add info on how to build site locally by [@​slorber](https://togithub.com/slorber) in [https://github.com/mdx-js/mdx/pull/2297](https://togithub.com/mdx-js/mdx/pull/2297) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.3.0...3.0.0
rehypejs/rehype-autolink-headings (rehype-autolink-headings) ### [`v7.1.0`](https://togithub.com/rehypejs/rehype-autolink-headings/releases/tag/7.1.0) [Compare Source](https://togithub.com/rehypejs/rehype-autolink-headings/compare/7.0.0...7.1.0) ##### Add - [`01133a3`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/01133a3) Add support for `headingProperties` - [`31159c0`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/31159c0) Add support for `content` w/ `wrap` **Full Changelog**: https://github.com/rehypejs/rehype-autolink-headings/compare/7.0.0...7.1.0 ### [`v7.0.0`](https://togithub.com/rehypejs/rehype-autolink-headings/releases/tag/7.0.0) [Compare Source](https://togithub.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0) ##### Change - [`394560f`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/394560f) Update `@types/hast`, `unified`, utilities, etc **migrate**: update too - [`6bebeab`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/6bebeab) Change to require Node.js 16 **migrate**: update too - [`f20421f`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/f20421f) Change to use `exports` **migrate**: don’t use private APIs - [`98849a7`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/98849a7) Remove undocumented ancient `behaviour` spelling **migrate**: use international english: `behavior` ##### Add - [`92f0258`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/92f0258) Add support for passing a function as `properties` ##### Misc - [`305d6d0`](https://togithub.com/rehypejs/rehype-autolink-headings/commit/305d6d0) Add `fromHtml` example by [@​altano](https://togithub.com/altano) in [https://github.com/rehypejs/rehype-autolink-headings/pull/17](https://togithub.com/rehypejs/rehype-autolink-headings/pull/17) **Full Changelog**: https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.1...7.0.0
rehypejs/rehype-slug (rehype-slug) ### [`v6.0.0`](https://togithub.com/rehypejs/rehype-slug/releases/tag/6.0.0) [Compare Source](https://togithub.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0) ##### Change - [`295ac26`](https://togithub.com/rehypejs/rehype-slug/commit/295ac26) Update `@types/hast`, `unified`, utilities, etc **migrate**: update too - [`12f76f8`](https://togithub.com/rehypejs/rehype-slug/commit/12f76f8) Change to require Node.js 16 **migrate**: update too - [`6855bcc`](https://togithub.com/rehypejs/rehype-slug/commit/6855bcc) Change to use `exports` **migrate**: don’t use private APIs **Full Changelog**: https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0
remarkjs/remark-gfm (remark-gfm) ### [`v4.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/4.0.0) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0) ##### Change - [`b8cc334`](https://togithub.com/remarkjs/remark-gfm/commit/b8cc334) Update `@types/mdast`, `unified`, utilities **migrate**: update too - [`9eb0f54`](https://togithub.com/remarkjs/remark-gfm/commit/9eb0f54) Change to use `exports` **migrate**: don’t use private APIs - [`5715c93`](https://togithub.com/remarkjs/remark-gfm/commit/5715c93) Change to require Node.js 16 **migrate**: update too **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Berlin, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 4c42c67208812b4ba0948dbc4a3552f9988d372a

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
marigold-docs ❌ Failed (Inspect) Mar 18, 2024 6:56am
marigold-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 6:56am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marigold-production** | ⬜️ Ignored ([Inspect](https://vercel.com/marigold/marigold-production/9jGUF3KzG45o27bD3WBnptmDzT2V)) | [Visit Preview](https://marigold-production-git-renovate-major-mdx-marigold.vercel.app) | | Mar 18, 2024 6:56am |
aromko commented 2 months ago

[!IMPORTANT] rehype can't be updated cause of contentlayer. So mdx will be updated separately.