From 3301bf6c6eee5870b23087c85ef3a0186f4380a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Dec 2022 17:26:41 +0000 Subject: [PATCH] Update dependency @mdx-js/react to v2.2.1 (#704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mdx-js/react](https://mdxjs.com) ([source](https://togithub.com/mdx-js/mdx)) | [`2.1.5` -> `2.2.1`](https://renovatebot.com/diffs/npm/@mdx-js%2freact/2.1.5/2.2.1) | [![age](https://badges.renovateapi.com/packages/npm/@mdx-js%2freact/2.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mdx-js%2freact/2.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mdx-js%2freact/2.2.1/compatibility-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mdx-js%2freact/2.2.1/confidence-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mdx-js/mdx ### [`v2.2.1`](https://togithub.com/mdx-js/mdx/releases/tag/2.2.1) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.2.0...2.2.1) - [`e293eaf`](https://togithub.com/mdx-js/mdx/commit/e293eafa) Remove `assert/strict` for Node 14 **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.2.0...2.2.1 ### [`v2.2.0`](https://togithub.com/mdx-js/mdx/releases/tag/2.2.0) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.5...2.2.0) ##### Features - [`641eb91`](https://togithub.com/mdx-js/mdx/commit/641eb917) Add support JSX development runtime by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2045](https://togithub.com/mdx-js/mdx/pull/2045) ##### Patches - [`3e0ab23`](https://togithub.com/mdx-js/mdx/commit/3e0ab236) Fix `@mdx-js/node-loader` from patching all runtimes ##### Docs - [`4a1415d`](https://togithub.com/mdx-js/mdx/commit/4a1415d2) Add note about use with `vite-plugin-react` - [`38c2d46`](https://togithub.com/mdx-js/mdx/commit/38c2d46a) Add note about `rollup@2` in Vite by [@​ryuujo1573](https://togithub.com/ryuujo1573) in [https://github.com/mdx-js/mdx/pull/2180](https://togithub.com/mdx-js/mdx/pull/2180) - [`caac5df`](https://togithub.com/mdx-js/mdx/commit/caac5df4) Update docs for `solid-js` supporting JSX - [`3a50cc3`](https://togithub.com/mdx-js/mdx/commit/3a50cc35) Add Solid to JSX section in Getting Started guide by [@​Djunnni](https://togithub.com/Djunnni) in [https://github.com/mdx-js/mdx/pull/2159](https://togithub.com/mdx-js/mdx/pull/2159) - [`1c83612`](https://togithub.com/mdx-js/mdx/commit/1c836126) Fix docs on types - [`2635caf`](https://togithub.com/mdx-js/mdx/commit/2635caf9) Replace deprecated Intellij plugin in docs by [@​slorber](https://togithub.com/slorber) in [https://github.com/mdx-js/mdx/pull/2178](https://togithub.com/mdx-js/mdx/pull/2178) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.5...2.2.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cbfae4b1..b872730c0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@babel/runtime": "7.20.6", "@heroicons/react": "2.0.13", "@jest/types": "28.1.3", - "@mdx-js/react": "2.1.5", + "@mdx-js/react": "2.2.1", "@next/env": "12.3.4", "@next/eslint-plugin-next": "12.3.4", "@storybook/addon-actions": "6.5.14",