fix(deps): update dependency @mdx-js/react to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @mdx-js/react (source) | ^1.6.21 -> ^3.0.0 |
Release Notes
mdx-js/mdx (@mdx-js/react)
v3.1.0
Add
-
715ddd9@mdx-js/esbuild: add source maps by @remcohaszing in https://github.com/mdx-js/mdx/pull/2464 -
d586720@mdx-js/node-loader: add support for options w/initialize -
cd2907d@mdx-js/node-loader: add support showing messages -
ceea80d@mdx-js/node-loader: add source maps by @remcohaszing in https://github.com/mdx-js/mdx/pull/2458
Fix
-
d306f87@mdx-js/core: replaceperiscopicwithestree-util-scope -
c747990@mdx-js/core: fix injecting providers for jsx in esm, expressions -
3a794ab@mdx-js/loader: fix ESM type import by @remcohaszing in https://github.com/mdx-js/mdx/pull/2452 -
be79212@mdx-js/loader: change webpack peer dependency to optional by @chenjiahan in https://github.com/mdx-js/mdx/pull/2440
Types
-
f12afdaRefactor to use@importJSDoc tags by @remcohaszing in https://github.com/mdx-js/mdx/pull/2498
Miscellaneous
-
77158cdRefactor to externalize recma packages
Site
-
6750079Add link toparcel-transformer-mdxin docs -
3f8344bAdd search to site -
05ecf65Fix example -
f864886Fix types, lints in example by @karlhorky in https://github.com/mdx-js/mdx/pull/2518 -
37318deAdd Bun section to Getting started by @karlhorky in https://github.com/mdx-js/mdx/pull/2517 -
07d5e2fRefactor to improve wording by @filippovd20 in https://github.com/mdx-js/mdx/pull/2513 -
95ba33eAdd notes on how to type props and components by @karlhorky in https://github.com/mdx-js/mdx/pull/2510 -
044e8b2Add example illustrating JSX literals, references -
1d0a9b6Add more links across docs -
716ab3cFix link for MDX Analyzer by @karlhorky in https://github.com/mdx-js/mdx/pull/2509 -
f1ca4b2Fix link by @artola in https://github.com/mdx-js/mdx/pull/2508 -
11ac939Addrehype-twoslash -
b749d38Addrehype-starry-nightto website -
dfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in https://github.com/mdx-js/mdx/pull/2501 -
ad6c696Fix size of hero heading in some cases by @yamanidev in https://github.com/mdx-js/mdx/pull/2481 -
d3398feUpdate link in docs -
51500e2Add HMR to example of MDX w/ Vite by @dan-lee in https://github.com/mdx-js/mdx/pull/2474 -
0c7605cAddrehype-mdx-import-mediato list of plugins by @remcohaszing in https://github.com/mdx-js/mdx/pull/2472 -
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of plugins by @talatkuyuk in https://github.com/mdx-js/mdx/pull/2442 -
6cd9ae4Addrel=sponsoredto sponsor links by @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2439 -
53f6955Fix esbuild for website
Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.1...3.1.0
v3.0.1
Fix
-
49fd094Fix generated JSX pragmas for new babel by @remcohaszing in https://github.com/mdx-js/mdx/pull/2438 -
d1ffaceRefactor to handle uncaught webpack errors by @remcohaszing in https://github.com/mdx-js/mdx/pull/2398
Types
-
c03e16cAdd declaration maps -
85c5dd0Fix webpack loader types by @remcohaszing in https://github.com/mdx-js/mdx/pull/2386
Site
-
38f7a5cFix reset of playground render errors by @ManasMakde in https://github.com/mdx-js/mdx/pull/2392 -
680445dAdd note on broken react runtime types by @ky1ejs in https://github.com/mdx-js/mdx/pull/2383
Full Changelog: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1
v3.0.0
(see https://mdxjs.com/migrating/v3/ on how to migrate)
Change
-
e08b7595afa48eChange to require Node 16 -
5a13d73Change to use export maps -
cbc2822Updateunified, types, plugins, etc -
96b51f9Remove inferral of development fromNODE_ENV
Change (unlikely to affect you)
-
c961af8RemoveuseDynamicImportoption -
9cb26fd@mdx-js/register: remove package -
0d1558a@mdx-js/esbuild: remove experimentalallowDangerousRemoteMdx -
0f62bce@mdx-js/node-loader: removefixRuntimeWithoutExportMap -
4f92422@mdx-js/preact: remove deprecatedMDXContext,withMDXComponents -
a362bb4@mdx-js/react: remove deprecatedMDXContext,withMDXComponents
Add
-
e12f307Add support for passingbaseUrlwhen running -
2c511a4Add support forbaseUrlas aURL -
1863914Add deprecation warning for classic runtime -
a34177cAdd support for ES2024 in MDX, adjacent JSX and expression blocks -
44fd9caAdd support forawaitin MDX -
3a7f194AddtableCellAlignToStyleoption, to usealign -
fdfe17b@mdx-js/rollup: add support for Vite development mode by @remcohaszing in https://github.com/mdx-js/mdx/pull/2376
Misc
-
f48d038Remove unneeded pragma comment after transform -
8f3b292Add ause strictdirective to function bodies -
172e519@mdx-js/react: fix to classify@types/reactas a peer dependency by @remcohaszing in https://github.com/mdx-js/mdx/pull/2281 -
a7bd79bRefactor output to immediately export default -
e525db9dae82aeRefactor some errors -
ce173f2Refactor to add types for JSX runtimes -
8a56312Refactor output to use spread, notObject.assignby @remcohaszing in https://github.com/mdx-js/mdx/pull/2328 -
825717fRefactor to sort default components by @remcohaszing in https://github.com/mdx-js/mdx/pull/2318 -
d8a62d2Add missing type dependencies by @arcanis in https://github.com/mdx-js/mdx/pull/2256
Docs
-
a9f0c04Add guide on injecting components -
24e3d8dAdd compat sections to readmes -
30e4a5dAdd sponsor -
07503a5Update link to KaTeX CSS in docs by @victor23k in https://github.com/mdx-js/mdx/pull/2360 -
74aee56bc1d9e5765310c6d1e64dRefactor docs -
7fd1d9aFix docs on how to use solid by @BeiyanYunyi in https://github.com/mdx-js/mdx/pull/2300 -
4129f90Fix a couple typos by @deining in https://github.com/mdx-js/mdx/pull/2266 -
bb902f8Fix typo by @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2380
Site
-
78a1eb5Add v3 blog post -
2b1948cAdd v3 migration guide -
d6bb70cAdd improved error display in playground -
89097e4Remove unmaintained dev-dependency -
3e23ba9Add more options to playground -
d92128bFix links in docs -
ab3aa96Add GitHub pages by @remcohaszing in https://github.com/mdx-js/mdx/pull/2377 -
a2c8693Fix site by @wooorm in https://github.com/mdx-js/mdx/pull/2358 -
dbe9f44Fix playground AST views w/ clone by @Jokcy in https://github.com/mdx-js/mdx/pull/2315 -
7504cfbAdd more options to playground, directives, format, etc by @slorber in https://github.com/mdx-js/mdx/pull/2295 -
57301dfAdd resizable editor/layout to playground by @slorber in https://github.com/mdx-js/mdx/pull/2296 -
9eb747dAdd info on how to build site locally by @slorber in https://github.com/mdx-js/mdx/pull/2297
Full Changelog: https://github.com/mdx-js/mdx/compare/2.3.0...3.0.0
v2.3.0
Add
-
12e63e8Add improved support for non-React frameworks by @wooorm in https://github.com/mdx-js/mdx/pull/2255
Fix
-
764d3a2Remove whitespace between unraveled text nodes by @wooorm in https://github.com/mdx-js/mdx/pull/2252 -
3911148Addmodule: node16totsconfig.jsonby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2228 -
600b12aAdd inferring ofdevelopmentoptions from webpack loader mode by @remcohaszing in https://github.com/mdx-js/mdx/pull/2201
Community
-
f4d78beAddrecma-mdx-displaynameto list of plugins by @domdomegg in https://github.com/mdx-js/mdx/pull/2230 -
1f551a4Addremark-mdx-chartjsto list of plugins by @pangelani in https://github.com/mdx-js/mdx/pull/2221
Misc
-
97b9d59Refactor to improve docs by @wooorm in https://github.com/mdx-js/mdx/pull/2254 -
8f85b30Refactortsconfig.jsonby @wooorm in https://github.com/mdx-js/mdx/pull/2250 -
a17ac87Refactor wording by @beeburrt in https://github.com/mdx-js/mdx/pull/2214
Full Changelog: https://github.com/mdx-js/mdx/compare/2.2.1...2.3.0
v2.2.1
-
e293eafRemoveassert/strictfor Node 14
Full Changelog: https://github.com/mdx-js/mdx/compare/2.2.0...2.2.1
v2.2.0
Features
-
641eb91Add support JSX development runtime by @remcohaszing in https://github.com/mdx-js/mdx/pull/2045
Patches
-
3e0ab23Fix@mdx-js/node-loaderfrom patching all runtimes
Docs
-
4a1415dAdd note about use withvite-plugin-react -
38c2d46Add note aboutrollup@2in Vite by @ryuujo1573 in https://github.com/mdx-js/mdx/pull/2180 -
caac5dfUpdate docs forsolid-jssupporting JSX -
3a50cc3Add Solid to JSX section in Getting Started guide by @Djunnni in https://github.com/mdx-js/mdx/pull/2159 -
1c83612Fix docs on types -
2635cafReplace deprecated Intellij plugin in docs by @slorber in https://github.com/mdx-js/mdx/pull/2178
Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.5...2.2.0
v2.1.5
-
90fa493Fix 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
Patches
-
9d2aa80Add file, positional info to crashes in webpack loader by @Twipped in https://github.com/mdx-js/mdx/pull/2124 -
478c78bFix support for Node loaders
Docs
-
56d7066Add Astro to site generator docs by @bholmesdev in https://github.com/mdx-js/mdx/pull/2118 -
996771aAdd missingimportto site example by @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
Core
-
9904838Fix rewriting of components for custom elements by @bholmesdev in https://github.com/mdx-js/mdx/pull/2101
Docs
-
69a15b7Add link to officialmdx-js/vscode-mdxby @jasikpark in https://github.com/mdx-js/mdx/pull/2098
Internal stuff that slightly improve stuff
-
529b96aReplaceastringwithestree-util-to-js -
7d8dc11Addidfield to esbuild messages -
7f37b95Update@types/estree-jsx
Full Changelog: https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3
v2.1.2
Core
-
7bcd705Fix some performance by improving vdom diffing by @0phoff in https://github.com/mdx-js/mdx/pull/2062 -
f77c33fFix support forbaseUrlrewritingimport.meta.urlby @wooorm in https://github.com/mdx-js/mdx/pull/2021
Docs
-
3579aa3Add use of tla in docs -
366ddb4Update examples in readme -
63fd208Add@next/mdxto Next.js getting started guide by @remcohaszing in https://github.com/mdx-js/mdx/pull/2040 -
7f9a5f4Add improved getting started for current CRA 5 integration by @userzimmermann in https://github.com/mdx-js/mdx/pull/2010 -
5fa82d8Addrecma-nextjs-static-propsto list of plugins by @remcohaszing in https://github.com/mdx-js/mdx/pull/2033 -
3c51a43Addremark-mdx-math-enhancedto list of plugins by @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
-
e79fc2b0df684bFix to improve_missingMdxReferenceby @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
Core
-
aff6de4minor add support for passing options toremark-rehypeby @stefanprobst in https://github.com/mdx-js/mdx/pull/1935 -
5d4355epatch replacegotw/node-fetchby @wooorm in https://github.com/mdx-js/mdx/pull/1978 -
656a4aepatch remove use ofURLfromurlby @zfben in https://github.com/mdx-js/mdx/pull/1976 -
3f739a3patch add missing dependency by @bensmithett in https://github.com/mdx-js/mdx/pull/1936
Site
-
288602171bc6ff4b514e1Fix playground by @homumado in https://github.com/mdx-js/mdx/pull/1975 and https://github.com/mdx-js/mdx/pull/1931, and by @VitorLuizC in https://github.com/mdx-js/mdx/pull/1928
Docs
-
e6f6bc8Fix to improve example by @dawidjaniga in https://github.com/mdx-js/mdx/pull/1961 -
e527ac7Fix typo by @jbesomi in https://github.com/mdx-js/mdx/pull/1949
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
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
@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: 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 was generated by Mend Renovate. View the repository job log.
Codecov Report
Merging #1011 (6544110) into master (18e61b9) will not change coverage. The diff coverage is
n/a.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
@@ Coverage Diff @@
## master #1011 +/- ##
=======================================
Coverage 88.88% 88.88%
=======================================
Files 4 4
Lines 333 333
Branches 29 29
=======================================
Hits 296 296
Misses 37 37
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
size-limit report 📦
| Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
|---|---|---|---|---|
| dist/index.js | 630 B (0%) | 13 ms (0%) | 47 ms (+26.05% 🔺) | 59 ms |