libretime / website

Source for the LibreTime website
https://libretime.org
1 stars 2 forks source link

fix(deps): update dependency @mdx-js/react to v3 #61

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/react (source) ^1.6.21 -> ^3.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 ### [`v2.3.0`](https://togithub.com/mdx-js/mdx/releases/tag/2.3.0) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.2.1...2.3.0) ##### Add - [`12e63e8`](https://togithub.com/mdx-js/mdx/commit/12e63e83) Add improved support for non-React frameworks by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2255](https://togithub.com/mdx-js/mdx/pull/2255) ##### Fix - [`764d3a2`](https://togithub.com/mdx-js/mdx/commit/764d3a23) Remove whitespace between unraveled text nodes by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2252](https://togithub.com/mdx-js/mdx/pull/2252) - [`3911148`](https://togithub.com/mdx-js/mdx/commit/39111484) Add `module: node16` to `tsconfig.json` by [@​ChristianMurphy](https://togithub.com/ChristianMurphy) in [https://github.com/mdx-js/mdx/pull/2228](https://togithub.com/mdx-js/mdx/pull/2228) - [`600b12a`](https://togithub.com/mdx-js/mdx/commit/600b12ad) Add inferring of `development` options from webpack loader mode by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2201](https://togithub.com/mdx-js/mdx/pull/2201) ##### Community - [`f4d78be`](https://togithub.com/mdx-js/mdx/commit/f4d78be5) Add `recma-mdx-displayname` to list of plugins by [@​domdomegg](https://togithub.com/domdomegg) in [https://github.com/mdx-js/mdx/pull/2230](https://togithub.com/mdx-js/mdx/pull/2230) - [`1f551a4`](https://togithub.com/mdx-js/mdx/commit/1f551a4d) Add `remark-mdx-chartjs` to list of plugins by [@​pangelani](https://togithub.com/pangelani) in [https://github.com/mdx-js/mdx/pull/2221](https://togithub.com/mdx-js/mdx/pull/2221) ##### Misc - [`97b9d59`](https://togithub.com/mdx-js/mdx/commit/97b9d590) Refactor to improve docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2254](https://togithub.com/mdx-js/mdx/pull/2254) - [`8f85b30`](https://togithub.com/mdx-js/mdx/commit/8f85b300) Refactor `tsconfig.json` by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2250](https://togithub.com/mdx-js/mdx/pull/2250) - [`a17ac87`](https://togithub.com/mdx-js/mdx/commit/a17ac87c) Refactor wording by [@​beeburrt](https://togithub.com/beeburrt) in [https://github.com/mdx-js/mdx/pull/2214](https://togithub.com/mdx-js/mdx/pull/2214) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.2.1...2.3.0 ### [`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 ### [`v2.1.5`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.5) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.4...2.1.5) - [`90fa493`](https://togithub.com/mdx-js/mdx/commit/90fa4935) Fix bug with (injected) custom elements and layouts **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5 ### [`v2.1.4`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.4) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.3...2.1.4) ##### Patches - [`9d2aa80`](https://togithub.com/mdx-js/mdx/commit/9d2aa80b) Add file, positional info to crashes in webpack loader by [@​Twipped](https://togithub.com/Twipped) in [https://github.com/mdx-js/mdx/pull/2124](https://togithub.com/mdx-js/mdx/pull/2124) - [`478c78b`](https://togithub.com/mdx-js/mdx/commit/478c78b7) Fix support for Node loaders ##### Docs - [`56d7066`](https://togithub.com/mdx-js/mdx/commit/56d70660) Add Astro to site generator docs by [@​bholmesdev](https://togithub.com/bholmesdev) in [https://github.com/mdx-js/mdx/pull/2118](https://togithub.com/mdx-js/mdx/pull/2118) - [`996771a`](https://togithub.com/mdx-js/mdx/commit/996771ae) Add missing `import` to site example by [@​elpddev](https://togithub.com/elpddev) in [https://github.com/mdx-js/mdx/pull/2115](https://togithub.com/mdx-js/mdx/pull/2115) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4 ### [`v2.1.3`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.3) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.2...2.1.3) ##### Core - [`9904838`](https://togithub.com/mdx-js/mdx/commit/9904838a) Fix rewriting of components for custom elements by [@​bholmesdev](https://togithub.com/bholmesdev) in [https://github.com/mdx-js/mdx/pull/2101](https://togithub.com/mdx-js/mdx/pull/2101) ##### Docs - [`69a15b7`](https://togithub.com/mdx-js/mdx/commit/69a15b76) Add link to official `mdx-js/vscode-mdx` by [@​jasikpark](https://togithub.com/jasikpark) in [https://github.com/mdx-js/mdx/pull/2098](https://togithub.com/mdx-js/mdx/pull/2098) ##### Internal stuff that slightly improve stuff - [`529b96a`](https://togithub.com/mdx-js/mdx/commit/529b96aa) Replace `astring` with `estree-util-to-js` - [`7d8dc11`](https://togithub.com/mdx-js/mdx/commit/7d8dc11c) Add `id` field to esbuild messages - [`7f37b95`](https://togithub.com/mdx-js/mdx/commit/7f37b95b) Update `@types/estree-jsx` **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3 ### [`v2.1.2`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.2) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.1...2.1.2) ##### Core - [`7bcd705`](https://togithub.com/mdx-js/mdx/commit/7bcd7059) Fix some performance by improving vdom diffing by [@​0phoff](https://togithub.com/0phoff) in [https://github.com/mdx-js/mdx/pull/2062](https://togithub.com/mdx-js/mdx/pull/2062) - [`f77c33f`](https://togithub.com/mdx-js/mdx/commit/f77c33f5) Fix support for `baseUrl` rewriting `import.meta.url` by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2021](https://togithub.com/mdx-js/mdx/pull/2021) ##### Docs - [`3579aa3`](https://togithub.com/mdx-js/mdx/commit/3579aa38) Add use of tla in docs - [`366ddb4`](https://togithub.com/mdx-js/mdx/commit/366ddb4d) Update examples in readme - [`63fd208`](https://togithub.com/mdx-js/mdx/commit/63fd208d) Add `@next/mdx` to Next.js getting started guide by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2040](https://togithub.com/mdx-js/mdx/pull/2040) - [`7f9a5f4`](https://togithub.com/mdx-js/mdx/commit/7f9a5f4e) Add improved getting started for current CRA 5 integration by [@​userzimmermann](https://togithub.com/userzimmermann) in [https://github.com/mdx-js/mdx/pull/2010](https://togithub.com/mdx-js/mdx/pull/2010) - [`5fa82d8`](https://togithub.com/mdx-js/mdx/commit/5fa82d81) Add `recma-nextjs-static-props` to list of plugins by [@​remcohaszing](https://togithub.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2033](https://togithub.com/mdx-js/mdx/pull/2033) - [`3c51a43`](https://togithub.com/mdx-js/mdx/commit/3c51a434) Add `remark-mdx-math-enhanced` to list of plugins by [@​mattvague](https://togithub.com/mattvague) in [https://github.com/mdx-js/mdx/pull/2028](https://togithub.com/mdx-js/mdx/pull/2028) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.1...2.1.2 ### [`v2.1.1`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.1) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.1.0...2.1.1) - [`e79fc2b`](https://togithub.com/mdx-js/mdx/commit/e79fc2be) [`0df684b`](https://togithub.com/mdx-js/mdx/commit/0df684bc) Fix to improve `_missingMdxReference` by [@​vlad-zhukov](https://togithub.com/vlad-zhukov) in [https://github.com/mdx-js/mdx/pull/1986](https://togithub.com/mdx-js/mdx/pull/1986), [https://github.com/mdx-js/mdx/pull/1988](https://togithub.com/mdx-js/mdx/pull/1988) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.0...2.1.1 ### [`v2.1.0`](https://togithub.com/mdx-js/mdx/releases/tag/2.1.0) [Compare Source](https://togithub.com/mdx-js/mdx/compare/2.0.0...2.1.0) ##### Core - [`aff6de4`](https://togithub.com/mdx-js/mdx/commit/aff6de4f) **minor** add support for passing options to `remark-rehype` by [@​stefanprobst](https://togithub.com/stefanprobst) in [https://github.com/mdx-js/mdx/pull/1935](https://togithub.com/mdx-js/mdx/pull/1935) - [`5d4355e`](https://togithub.com/mdx-js/mdx/commit/5d4355e4) **patch** replace `got` w/ `node-fetch` by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/mdx-js/mdx/pull/1978](https://togithub.com/mdx-js/mdx/pull/1978) - [`656a4ae`](https://togithub.com/mdx-js/mdx/commit/656a4ae5) **patch** remove use of `URL` from `url` by [@​zfben](https://togithub.com/zfben) in [https://github.com/mdx-js/mdx/pull/1976](https://togithub.com/mdx-js/mdx/pull/1976) - [`3f739a3`](https://togithub.com/mdx-js/mdx/commit/3f739a34) **patch** add missing dependency by [@​bensmithett](https://togithub.com/bensmithett) in [https://github.com/mdx-js/mdx/pull/1936](https://togithub.com/mdx-js/mdx/pull/1936) ##### Site - [`2886021`](https://togithub.com/mdx-js/mdx/commit/28860214) [`71bc6ff`](https://togithub.com/mdx-js/mdx/commit/71bc6ff9) [`4b514e1`](https://togithub.com/mdx-js/mdx/commit/4b514e1a) Fix playground by [@​homumado](https://togithub.com/homumado) in [https://github.com/mdx-js/mdx/pull/1975](https://togithub.com/mdx-js/mdx/pull/1975) and [https://github.com/mdx-js/mdx/pull/1931](https://togithub.com/mdx-js/mdx/pull/1931), and by [@​VitorLuizC](https://togithub.com/VitorLuizC) in [https://github.com/mdx-js/mdx/pull/1928](https://togithub.com/mdx-js/mdx/pull/1928) ##### Docs - [`e6f6bc8`](https://togithub.com/mdx-js/mdx/commit/e6f6bc85) Fix to improve example by [@​dawidjaniga](https://togithub.com/dawidjaniga) in [https://github.com/mdx-js/mdx/pull/1961](https://togithub.com/mdx-js/mdx/pull/1961) - [`e527ac7`](https://togithub.com/mdx-js/mdx/commit/e527ac75) Fix typo by [@​jbesomi](https://togithub.com/jbesomi) in [https://github.com/mdx-js/mdx/pull/1949](https://togithub.com/mdx-js/mdx/pull/1949) **New Contributors**: Thanks [@​VitorLuizC](https://togithub.com/VitorLuizC), [@​homumado](https://togithub.com/homumado), [@​bensmithett](https://togithub.com/bensmithett), [@​stefanprobst](https://togithub.com/stefanprobst), [@​jbesomi](https://togithub.com/jbesomi), [@​dawidjaniga](https://togithub.com/dawidjaniga), [@​zfben](https://togithub.com/zfben) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0 ### [`v2.0.0`](https://togithub.com/mdx-js/mdx/releases/tag/2.0.0) [Compare Source](https://togithub.com/mdx-js/mdx/compare/v1.6.22...2.0.0) Welcome to MDX 2! See the of the website for everything: - MDX 2: https://mdxjs.com/blog/v2/ - Migrating: https://mdxjs.com/migrating/v2/
Changelog since last RC ##### `@mdx-js/mdx` - [`4a48f1f`](https://togithub.com/mdx-js/mdx/commit/4a48f1f4) Fix custom elements ([#​1911](https://togithub.com/mdx-js/mdx/issues/1911)) ##### `@mdx-js/react` - [`9ca9d40`](https://togithub.com/mdx-js/mdx/commit/9ca9d404) Fix unnecessary top-level context changes ([#​1924](https://togithub.com/mdx-js/mdx/issues/1924)) ##### `@mdx-js/loader` - [`e0b697a`](https://togithub.com/mdx-js/mdx/commit/e0b697ab) [`9d5501b`](https://togithub.com/mdx-js/mdx/commit/9d5501b2) Add improved webpack cache ([#​1912](https://togithub.com/mdx-js/mdx/issues/1912), [#​1916](https://togithub.com/mdx-js/mdx/issues/1916)) ##### `@mdx-js/esbuild` - [`5c61f57`](https://togithub.com/mdx-js/mdx/commit/5c61f577) Fix resolve base in esbuild loader ([#​1854](https://togithub.com/mdx-js/mdx/issues/1854)) ##### `remark-mdx` - [`a5daaad`](https://togithub.com/mdx-js/mdx/commit/a5daaad6) Update `mdast-util-mdx` ([#​1925](https://togithub.com/mdx-js/mdx/issues/1925))
#### New Contributors Thanks [@​redallen](https://togithub.com/redallen), [@​lonyele](https://togithub.com/lonyele), [@​PaulieScanlon](https://togithub.com/PaulieScanlon), [@​pd4d10](https://togithub.com/pd4d10), [@​Gowee](https://togithub.com/Gowee), [@​mskelton](https://togithub.com/mskelton), [@​ihupoo](https://togithub.com/ihupoo), [@​remcohaszing](https://togithub.com/remcohaszing), [@​loreanvictor](https://togithub.com/loreanvictor), [@​ChrisChinchilla](https://togithub.com/ChrisChinchilla), [@​glitteringkatie](https://togithub.com/glitteringkatie), [@​mvasilkov](https://togithub.com/mvasilkov), [@​jablko](https://togithub.com/jablko), [@​michaeloliverx](https://togithub.com/michaeloliverx), [@​yordis](https://togithub.com/yordis), [@​rodrez](https://togithub.com/rodrez), [@​imballinst](https://togithub.com/imballinst), [@​gaearon](https://togithub.com/gaearon). **Full Changelog**: https://github.com/mdx-js/mdx/compare/v1.6.3...2.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



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

renovate[bot] commented 1 week ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.