fix(deps): update dependency @mdx-js/react to v2 #20

Merged
kjuulh merged 1 commits from renovate/mdx-monorepo into main 2022-10-27 08:41:21 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mdx-js/react (source) dependencies major 1.6.22 -> 2.1.5

Release Notes

mdx-js/mdx

v2.1.5

Compare Source

  • 90fa493 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

Compare Source

Patches
Docs

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4

v2.1.3

Compare Source

Core
Docs
Internal stuff that slightly improve stuff
  • 529b96a Replace astring with estree-util-to-js
  • 7d8dc11 Add id field to esbuild messages
  • 7f37b95 Update @types/estree-jsx

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3

v2.1.2

Compare Source

Core
Docs

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.1...2.1.2

v2.1.1

Compare Source

Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.0...2.1.1

v2.1.0

Compare Source

Core
Site
Docs

New Contributors: Thanks @​VitorLuizC, @​homumado, @​bensmithett, @​stefanprobst, @​jbesomi, @​dawidjaniga, @​zfben

Full Changelog: https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0

v2.0.0

Compare Source

Welcome to MDX 2! See the of the website for everything:

Changelog since last RC
@mdx-js/mdx
@mdx-js/react
@mdx-js/loader
@mdx-js/esbuild
remark-mdx

New Contributors

Thanks @​redallen, @​lonyele, @​PaulieScanlon, @​pd4d10, @​Gowee, @​mskelton, @​ihupoo, @​remcohaszing, @​loreanvictor, @​ChrisChinchilla, @​glitteringkatie, @​mvasilkov, @​jablko, @​michaeloliverx, @​yordis, @​rodrez, @​imballinst, @​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: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mdx-js/react](https://mdxjs.com) ([source](https://github.com/mdx-js/mdx)) | dependencies | major | [`1.6.22` -> `2.1.5`](https://renovatebot.com/diffs/npm/@mdx-js%2freact/1.6.22/2.1.5) | --- ### Release Notes <details> <summary>mdx-js/mdx</summary> ### [`v2.1.5`](https://github.com/mdx-js/mdx/releases/tag/2.1.5) [Compare Source](https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5) - [`90fa493`](https://github.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://github.com/mdx-js/mdx/releases/tag/2.1.4) [Compare Source](https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4) ##### Patches - [`9d2aa80`](https://github.com/mdx-js/mdx/commit/9d2aa80b) Add file, positional info to crashes in webpack loader by [@&#8203;Twipped](https://github.com/Twipped) in https://github.com/mdx-js/mdx/pull/2124 - [`478c78b`](https://github.com/mdx-js/mdx/commit/478c78b7) Fix support for Node loaders ##### Docs - [`56d7066`](https://github.com/mdx-js/mdx/commit/56d70660) Add Astro to site generator docs by [@&#8203;bholmesdev](https://github.com/bholmesdev) in https://github.com/mdx-js/mdx/pull/2118 - [`996771a`](https://github.com/mdx-js/mdx/commit/996771ae) Add missing `import` to site example by [@&#8203;elpddev](https://github.com/elpddev) in https://github.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://github.com/mdx-js/mdx/releases/tag/2.1.3) [Compare Source](https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3) ##### Core - [`9904838`](https://github.com/mdx-js/mdx/commit/9904838a) Fix rewriting of components for custom elements by [@&#8203;bholmesdev](https://github.com/bholmesdev) in https://github.com/mdx-js/mdx/pull/2101 ##### Docs - [`69a15b7`](https://github.com/mdx-js/mdx/commit/69a15b76) Add link to official `mdx-js/vscode-mdx` by [@&#8203;jasikpark](https://github.com/jasikpark) in https://github.com/mdx-js/mdx/pull/2098 ##### Internal stuff that slightly improve stuff - [`529b96a`](https://github.com/mdx-js/mdx/commit/529b96aa) Replace `astring` with `estree-util-to-js` - [`7d8dc11`](https://github.com/mdx-js/mdx/commit/7d8dc11c) Add `id` field to esbuild messages - [`7f37b95`](https://github.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://github.com/mdx-js/mdx/releases/tag/2.1.2) [Compare Source](https://github.com/mdx-js/mdx/compare/2.1.1...2.1.2) ##### Core - [`7bcd705`](https://github.com/mdx-js/mdx/commit/7bcd7059) Fix some performance by improving vdom diffing by [@&#8203;0phoff](https://github.com/0phoff) in https://github.com/mdx-js/mdx/pull/2062 - [`f77c33f`](https://github.com/mdx-js/mdx/commit/f77c33f5) Fix support for `baseUrl` rewriting `import.meta.url` by [@&#8203;wooorm](https://github.com/wooorm) in https://github.com/mdx-js/mdx/pull/2021 ##### Docs - [`3579aa3`](https://github.com/mdx-js/mdx/commit/3579aa38) Add use of tla in docs - [`366ddb4`](https://github.com/mdx-js/mdx/commit/366ddb4d) Update examples in readme - [`63fd208`](https://github.com/mdx-js/mdx/commit/63fd208d) Add `@next/mdx` to Next.js getting started guide by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2040 - [`7f9a5f4`](https://github.com/mdx-js/mdx/commit/7f9a5f4e) Add improved getting started for current CRA 5 integration by [@&#8203;userzimmermann](https://github.com/userzimmermann) in https://github.com/mdx-js/mdx/pull/2010 - [`5fa82d8`](https://github.com/mdx-js/mdx/commit/5fa82d81) Add `recma-nextjs-static-props` to list of plugins by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2033 - [`3c51a43`](https://github.com/mdx-js/mdx/commit/3c51a434) Add `remark-mdx-math-enhanced` to list of plugins by [@&#8203;mattvague](https://github.com/mattvague) in https://github.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://github.com/mdx-js/mdx/releases/tag/2.1.1) [Compare Source](https://github.com/mdx-js/mdx/compare/2.1.0...2.1.1) - [`e79fc2b`](https://github.com/mdx-js/mdx/commit/e79fc2be) [`0df684b`](https://github.com/mdx-js/mdx/commit/0df684bc) Fix to improve `_missingMdxReference` by [@&#8203;vlad-zhukov](https://github.com/vlad-zhukov) in https://github.com/mdx-js/mdx/pull/1986, https://github.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://github.com/mdx-js/mdx/releases/tag/2.1.0) [Compare Source](https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0) ##### Core - [`aff6de4`](https://github.com/mdx-js/mdx/commit/aff6de4f) **minor** add support for passing options to `remark-rehype` by [@&#8203;stefanprobst](https://github.com/stefanprobst) in https://github.com/mdx-js/mdx/pull/1935 - [`5d4355e`](https://github.com/mdx-js/mdx/commit/5d4355e4) **patch** replace `got` w/ `node-fetch` by [@&#8203;wooorm](https://github.com/wooorm) in https://github.com/mdx-js/mdx/pull/1978 - [`656a4ae`](https://github.com/mdx-js/mdx/commit/656a4ae5) **patch** remove use of `URL` from `url` by [@&#8203;zfben](https://github.com/zfben) in https://github.com/mdx-js/mdx/pull/1976 - [`3f739a3`](https://github.com/mdx-js/mdx/commit/3f739a34) **patch** add missing dependency by [@&#8203;bensmithett](https://github.com/bensmithett) in https://github.com/mdx-js/mdx/pull/1936 ##### Site - [`2886021`](https://github.com/mdx-js/mdx/commit/28860214) [`71bc6ff`](https://github.com/mdx-js/mdx/commit/71bc6ff9) [`4b514e1`](https://github.com/mdx-js/mdx/commit/4b514e1a) Fix playground by [@&#8203;homumado](https://github.com/homumado) in https://github.com/mdx-js/mdx/pull/1975 and https://github.com/mdx-js/mdx/pull/1931, and by [@&#8203;VitorLuizC](https://github.com/VitorLuizC) in https://github.com/mdx-js/mdx/pull/1928 ##### Docs - [`e6f6bc8`](https://github.com/mdx-js/mdx/commit/e6f6bc85) Fix to improve example by [@&#8203;dawidjaniga](https://github.com/dawidjaniga) in https://github.com/mdx-js/mdx/pull/1961 - [`e527ac7`](https://github.com/mdx-js/mdx/commit/e527ac75) Fix typo by [@&#8203;jbesomi](https://github.com/jbesomi) in https://github.com/mdx-js/mdx/pull/1949 **New Contributors**: Thanks [@&#8203;VitorLuizC](https://github.com/VitorLuizC), [@&#8203;homumado](https://github.com/homumado), [@&#8203;bensmithett](https://github.com/bensmithett), [@&#8203;stefanprobst](https://github.com/stefanprobst), [@&#8203;jbesomi](https://github.com/jbesomi), [@&#8203;dawidjaniga](https://github.com/dawidjaniga), [@&#8203;zfben](https://github.com/zfben) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0 ### [`v2.0.0`](https://github.com/mdx-js/mdx/releases/tag/2.0.0) [Compare Source](https://github.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/ <details><summary>Changelog since last RC</summary> ##### `@mdx-js/mdx` - [`4a48f1f`](https://github.com/mdx-js/mdx/commit/4a48f1f4) Fix custom elements ([#&#8203;1911](https://github.com/mdx-js/mdx/issues/1911)) ##### `@mdx-js/react` - [`9ca9d40`](https://github.com/mdx-js/mdx/commit/9ca9d404) Fix unnecessary top-level context changes ([#&#8203;1924](https://github.com/mdx-js/mdx/issues/1924)) ##### `@mdx-js/loader` - [`e0b697a`](https://github.com/mdx-js/mdx/commit/e0b697ab) [`9d5501b`](https://github.com/mdx-js/mdx/commit/9d5501b2) Add improved webpack cache ([#&#8203;1912](https://github.com/mdx-js/mdx/issues/1912), [#&#8203;1916](https://github.com/mdx-js/mdx/issues/1916)) ##### `@mdx-js/esbuild` - [`5c61f57`](https://github.com/mdx-js/mdx/commit/5c61f577) Fix resolve base in esbuild loader ([#&#8203;1854](https://github.com/mdx-js/mdx/issues/1854)) ##### `remark-mdx` - [`a5daaad`](https://github.com/mdx-js/mdx/commit/a5daaad6) Update `mdast-util-mdx` ([#&#8203;1925](https://github.com/mdx-js/mdx/issues/1925)) </details> #### New Contributors Thanks [@&#8203;redallen](https://github.com/redallen), [@&#8203;lonyele](https://github.com/lonyele), [@&#8203;PaulieScanlon](https://github.com/PaulieScanlon), [@&#8203;pd4d10](https://github.com/pd4d10), [@&#8203;Gowee](https://github.com/Gowee), [@&#8203;mskelton](https://github.com/mskelton), [@&#8203;ihupoo](https://github.com/ihupoo), [@&#8203;remcohaszing](https://github.com/remcohaszing), [@&#8203;loreanvictor](https://github.com/loreanvictor), [@&#8203;ChrisChinchilla](https://github.com/ChrisChinchilla), [@&#8203;glitteringkatie](https://github.com/glitteringkatie), [@&#8203;mvasilkov](https://github.com/mvasilkov), [@&#8203;jablko](https://github.com/jablko), [@&#8203;michaeloliverx](https://github.com/michaeloliverx), [@&#8203;yordis](https://github.com/yordis), [@&#8203;rodrez](https://github.com/rodrez), [@&#8203;imballinst](https://github.com/imballinst), [@&#8203;gaearon](https://github.com/gaearon). **Full Changelog**: https://github.com/mdx-js/mdx/compare/v1.6.3...2.0.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kjuulh force-pushed renovate/mdx-monorepo from 13edda0488 to 456a3a5fdd 2022-10-26 19:28:21 +02:00 Compare
kjuulh force-pushed renovate/mdx-monorepo from 456a3a5fdd to aac6e62fb5 2022-10-27 08:03:17 +02:00 Compare
kjuulh merged commit aac6e62fb5 into main 2022-10-27 08:41:21 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#20
No description provided.