Update dependency @mdx-js/react to v3.1.0 #43

Zusammengeführt
nickslowinski hat 1 Commit von renovate/mdx-monorepo nach main 2024-10-30 13:36:29 +01:00 zusammengeführt
Mitglied

This PR contains the following updates:

Package Type Update Change
@mdx-js/react (source) dependencies minor 3.0.1 -> 3.1.0

Release Notes

mdx-js/mdx (@​mdx-js/react)

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.1...3.1.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.


  • If you want to rebase/retry this PR, check this box

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/tree/HEAD/packages/react/)) | dependencies | minor | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@mdx-js%2freact/3.0.1/3.1.0) | --- ### Release Notes <details> <summary>mdx-js/mdx (@&#8203;mdx-js/react)</summary> ### [`v3.1.0`](https://github.com/mdx-js/mdx/releases/tag/3.1.0) [Compare Source](https://github.com/mdx-js/mdx/compare/3.0.1...3.1.0) ##### Add - [`715ddd9`](https://github.com/mdx-js/mdx/commit/715ddd96) **`@mdx-js/esbuild`**: add source maps by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2464 - [`d586720`](https://github.com/mdx-js/mdx/commit/d5867203) **`@mdx-js/node-loader`**: add support for options w/ `initialize` - [`cd2907d`](https://github.com/mdx-js/mdx/commit/cd2907dd) **`@mdx-js/node-loader`**: add support showing messages - [`ceea80d`](https://github.com/mdx-js/mdx/commit/ceea80dd) **`@mdx-js/node-loader`**: add source maps by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2458 ##### Fix - [`d306f87`](https://github.com/mdx-js/mdx/commit/d306f870) **`@mdx-js/core`**: replace `periscopic` with `estree-util-scope` - [`c747990`](https://github.com/mdx-js/mdx/commit/c7479905) **`@mdx-js/core`**: fix injecting providers for jsx in esm, expressions - [`3a794ab`](https://github.com/mdx-js/mdx/commit/3a794ab5) **`@mdx-js/loader`**: fix ESM type import by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2452 - [`be79212`](https://github.com/mdx-js/mdx/commit/be79212a) **`@mdx-js/loader`**: change webpack peer dependency to optional by [@&#8203;chenjiahan](https://github.com/chenjiahan) in https://github.com/mdx-js/mdx/pull/2440 ##### Types - [`f12afda`](https://github.com/mdx-js/mdx/commit/f12afda2) Refactor to use `@import` JSDoc tags by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2498 ##### Miscellaneous - [`77158cd`](https://github.com/mdx-js/mdx/commit/77158cdb) Refactor to externalize recma packages ##### Site - [`6750079`](https://github.com/mdx-js/mdx/commit/67500792) Add link to `parcel-transformer-mdx` in docs - [`3f8344b`](https://github.com/mdx-js/mdx/commit/3f8344b3) Add search to site - [`05ecf65`](https://github.com/mdx-js/mdx/commit/05ecf65f) Fix example - [`f864886`](https://github.com/mdx-js/mdx/commit/f8648861) Fix types, lints in example by [@&#8203;karlhorky](https://github.com/karlhorky) in https://github.com/mdx-js/mdx/pull/2518 - [`37318de`](https://github.com/mdx-js/mdx/commit/37318def) Add Bun section to Getting started by [@&#8203;karlhorky](https://github.com/karlhorky) in https://github.com/mdx-js/mdx/pull/2517 - [`07d5e2f`](https://github.com/mdx-js/mdx/commit/07d5e2fc) Refactor to improve wording by [@&#8203;filippovd20](https://github.com/filippovd20) in https://github.com/mdx-js/mdx/pull/2513 - [`95ba33e`](https://github.com/mdx-js/mdx/commit/95ba33e1) Add notes on how to type props and components by [@&#8203;karlhorky](https://github.com/karlhorky) in https://github.com/mdx-js/mdx/pull/2510 - [`044e8b2`](https://github.com/mdx-js/mdx/commit/044e8b2a) Add example illustrating JSX literals, references - [`1d0a9b6`](https://github.com/mdx-js/mdx/commit/1d0a9b68) Add more links across docs - [`716ab3c`](https://github.com/mdx-js/mdx/commit/716ab3c8) Fix link for MDX Analyzer by [@&#8203;karlhorky](https://github.com/karlhorky) in https://github.com/mdx-js/mdx/pull/2509 - [`f1ca4b2`](https://github.com/mdx-js/mdx/commit/f1ca4b2f) Fix link by [@&#8203;artola](https://github.com/artola) in https://github.com/mdx-js/mdx/pull/2508 - [`11ac939`](https://github.com/mdx-js/mdx/commit/11ac939b) Add `rehype-twoslash` - [`b749d38`](https://github.com/mdx-js/mdx/commit/b749d38f) Add `rehype-starry-night` to website - [`dfdcb50`](https://github.com/mdx-js/mdx/commit/dfdcb502) Fix to recommend `rehype-mdx-code-props` by [@&#8203;karlhorky](https://github.com/karlhorky) in https://github.com/mdx-js/mdx/pull/2501 - [`ad6c696`](https://github.com/mdx-js/mdx/commit/ad6c6966) Fix size of hero heading in some cases by [@&#8203;yamanidev](https://github.com/yamanidev) in https://github.com/mdx-js/mdx/pull/2481 - [`d3398fe`](https://github.com/mdx-js/mdx/commit/d3398fe3) Update link in docs - [`51500e2`](https://github.com/mdx-js/mdx/commit/51500e2b) Add HMR to example of MDX w/ Vite by [@&#8203;dan-lee](https://github.com/dan-lee) in https://github.com/mdx-js/mdx/pull/2474 - [`0c7605c`](https://github.com/mdx-js/mdx/commit/0c7605c8) Add `rehype-mdx-import-media` to list of plugins by [@&#8203;remcohaszing](https://github.com/remcohaszing) in https://github.com/mdx-js/mdx/pull/2472 - [`8f754f7`](https://github.com/mdx-js/mdx/commit/8f754f70) Add `recma-mdx-change-props`, `recma-mdx-escape-missing-components` to list of plugins by [@&#8203;talatkuyuk](https://github.com/talatkuyuk) in https://github.com/mdx-js/mdx/pull/2442 - [`6cd9ae4`](https://github.com/mdx-js/mdx/commit/6cd9ae4f) Add `rel=sponsored` to sponsor links by [@&#8203;ChristianMurphy](https://github.com/ChristianMurphy) in https://github.com/mdx-js/mdx/pull/2439 - [`53f6955`](https://github.com/mdx-js/mdx/commit/53f69553) Fix esbuild for website **Full Changelog**: https://github.com/mdx-js/mdx/compare/3.0.1...3.1.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot hat 1 Commit 2024-10-18 17:24:30 +02:00 hinzugefügt
Update dependency @mdx-js/react to v3.1.0
Alle Prüfungen waren erfolgreich
Build website / build (pull_request) Successful in 1m14s
c6581044cc
renovate-bot hat ein Review von nickslowinski 2024-10-18 17:24:30 +02:00 angefragt
renovate-bot hat 2024-10-29 17:24:57 +01:00 renovate/mdx-monorepo von c6581044cc zu 7edd4d0334 force-gepusht Vergleichen
renovate-bot hat 2024-10-29 23:10:12 +01:00 renovate/mdx-monorepo von 7edd4d0334 zu 477fb852be force-gepusht Vergleichen
renovate-bot hat 2024-10-29 23:24:57 +01:00 renovate/mdx-monorepo von 477fb852be zu 846ad62a05 force-gepusht Vergleichen
renovate-bot hat 2024-10-29 23:37:23 +01:00 renovate/mdx-monorepo von 846ad62a05 zu 10ee22f3cb force-gepusht Vergleichen
nickslowinski hat die Änderungen 2024-10-30 13:14:36 +01:00 genehmigt
renovate-bot hat 2024-10-30 13:23:11 +01:00 renovate/mdx-monorepo von 10ee22f3cb zu 5baf7a41c4 force-gepusht Vergleichen
nickslowinski hat Commit 5baf7a41c4 in main 2024-10-30 13:36:29 +01:00 zusammengeführt
nickslowinski löschte den Branch renovate/mdx-monorepo 2024-10-30 13:36:29 +01:00
Anmelden, um an der Diskussion teilzunehmen.
Keine Reviewer
Keine Label
Kein Meilenstein
Kein Projekt
Niemand zuständig
2 Beteiligte
Nachrichten
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: nick-slowinski.de/www#43
Keine Beschreibung angegeben.