fix(deps): update dependency @mdx-js/react to v3 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@mdx-js/react (source) | dependencies | major | 1.6.22 -> 3.0.1 |
Release Notes
mdx-js/mdx (@mdx-js/react)
v3.0.1
Fix
-
49fd094
Fix generated JSX pragmas for new babel by @remcohaszing in https://github.com/mdx-js/mdx/pull/2438 -
d1fface
Refactor to handle uncaught webpack errors by @remcohaszing in https://github.com/mdx-js/mdx/pull/2398
Types
-
c03e16c
Add declaration maps -
85c5dd0
Fix webpack loader types by @remcohaszing in https://github.com/mdx-js/mdx/pull/2386
Site
-
38f7a5c
Fix reset of playground render errors by @ManasMakde in https://github.com/mdx-js/mdx/pull/2392 -
680445d
Add 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
-
e08b759
5afa48e
Change to require Node 16 -
5a13d73
Change to use export maps -
cbc2822
Updateunified
, types, plugins, etc -
96b51f9
Remove inferral of development fromNODE_ENV
Change (unlikely to affect you)
-
c961af8
RemoveuseDynamicImport
option -
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
-
e12f307
Add support for passingbaseUrl
when running -
2c511a4
Add support forbaseUrl
as aURL
-
1863914
Add deprecation warning for classic runtime -
a34177c
Add support for ES2024 in MDX, adjacent JSX and expression blocks -
44fd9ca
Add support forawait
in MDX -
3a7f194
AddtableCellAlignToStyle
option, to usealign
-
fdfe17b
@mdx-js/rollup
: add support for Vite development mode by @remcohaszing in https://github.com/mdx-js/mdx/pull/2376
Misc
-
f48d038
Remove unneeded pragma comment after transform -
8f3b292
Add ause strict
directive to function bodies -
172e519
@mdx-js/react
: fix to classify@types/react
as a peer dependency by @remcohaszing in https://github.com/mdx-js/mdx/pull/2281 -
a7bd79b
Refactor output to immediately export default -
e525db9
dae82ae
Refactor some errors -
ce173f2
Refactor to add types for JSX runtimes -
8a56312
Refactor output to use spread, notObject.assign
by @remcohaszing in https://github.com/mdx-js/mdx/pull/2328 -
825717f
Refactor to sort default components by @remcohaszing in https://github.com/mdx-js/mdx/pull/2318 -
d8a62d2
Add missing type dependencies by @arcanis in https://github.com/mdx-js/mdx/pull/2256
Docs
-
a9f0c04
Add guide on injecting components -
24e3d8d
Add compat sections to readmes -
30e4a5d
Add sponsor -
07503a5
Update link to KaTeX CSS in docs by @victor23k in https://github.com/mdx-js/mdx/pull/2360 -
74aee56
bc1d9e5
765310c
6d1e64d
Refactor docs -
7fd1d9a
Fix docs on how to use solid by @BeiyanYunyi in https://github.com/mdx-js/mdx/pull/2300 -
4129f90
Fix a couple typos by @deining in https://github.com/mdx-js/mdx/pull/2266 -
bb902f8
Fix typo by @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2380
Site
-
78a1eb5
Add v3 blog post -
2b1948c
Add v3 migration guide -
d6bb70c
Add improved error display in playground -
89097e4
Remove unmaintained dev-dependency -
3e23ba9
Add more options to playground -
d92128b
Fix links in docs -
ab3aa96
Add GitHub pages by @remcohaszing in https://github.com/mdx-js/mdx/pull/2377 -
a2c8693
Fix site by @wooorm in https://github.com/mdx-js/mdx/pull/2358 -
dbe9f44
Fix playground AST views w/ clone by @Jokcy in https://github.com/mdx-js/mdx/pull/2315 -
7504cfb
Add more options to playground, directives, format, etc by @slorber in https://github.com/mdx-js/mdx/pull/2295 -
57301df
Add resizable editor/layout to playground by @slorber in https://github.com/mdx-js/mdx/pull/2296 -
9eb747d
Add 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
-
12e63e8
Add improved support for non-React frameworks by @wooorm in https://github.com/mdx-js/mdx/pull/2255
Fix
-
764d3a2
Remove whitespace between unraveled text nodes by @wooorm in https://github.com/mdx-js/mdx/pull/2252 -
3911148
Addmodule: node16
totsconfig.json
by @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2228 -
600b12a
Add inferring ofdevelopment
options from webpack loader mode by @remcohaszing in https://github.com/mdx-js/mdx/pull/2201
Community
-
f4d78be
Addrecma-mdx-displayname
to list of plugins by @domdomegg in https://github.com/mdx-js/mdx/pull/2230 -
1f551a4
Addremark-mdx-chartjs
to list of plugins by @pangelani in https://github.com/mdx-js/mdx/pull/2221
Misc
-
97b9d59
Refactor to improve docs by @wooorm in https://github.com/mdx-js/mdx/pull/2254 -
8f85b30
Refactortsconfig.json
by @wooorm in https://github.com/mdx-js/mdx/pull/2250 -
a17ac87
Refactor 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
-
e293eaf
Removeassert/strict
for Node 14
Full Changelog: https://github.com/mdx-js/mdx/compare/2.2.0...2.2.1
v2.2.0
Features
-
641eb91
Add support JSX development runtime by @remcohaszing in https://github.com/mdx-js/mdx/pull/2045
Patches
-
3e0ab23
Fix@mdx-js/node-loader
from patching all runtimes
Docs
-
4a1415d
Add note about use withvite-plugin-react
-
38c2d46
Add note aboutrollup@2
in Vite by @ryuujo1573 in https://github.com/mdx-js/mdx/pull/2180 -
caac5df
Update docs forsolid-js
supporting JSX -
3a50cc3
Add Solid to JSX section in Getting Started guide by @Djunnni in https://github.com/mdx-js/mdx/pull/2159 -
1c83612
Fix docs on types -
2635caf
Replace 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
-
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
Patches
-
9d2aa80
Add file, positional info to crashes in webpack loader by @Twipped in https://github.com/mdx-js/mdx/pull/2124 -
478c78b
Fix support for Node loaders
Docs
-
56d7066
Add Astro to site generator docs by @bholmesdev in https://github.com/mdx-js/mdx/pull/2118 -
996771a
Add missingimport
to 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
-
9904838
Fix rewriting of components for custom elements by @bholmesdev in https://github.com/mdx-js/mdx/pull/2101
Docs
-
69a15b7
Add link to officialmdx-js/vscode-mdx
by @jasikpark in https://github.com/mdx-js/mdx/pull/2098
Internal stuff that slightly improve stuff
-
529b96a
Replaceastring
withestree-util-to-js
-
7d8dc11
Addid
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
Core
-
7bcd705
Fix some performance by improving vdom diffing by @0phoff in https://github.com/mdx-js/mdx/pull/2062 -
f77c33f
Fix support forbaseUrl
rewritingimport.meta.url
by @wooorm in https://github.com/mdx-js/mdx/pull/2021
Docs
-
3579aa3
Add use of tla in docs -
366ddb4
Update examples in readme -
63fd208
Add@next/mdx
to Next.js getting started guide by @remcohaszing in https://github.com/mdx-js/mdx/pull/2040 -
7f9a5f4
Add improved getting started for current CRA 5 integration by @userzimmermann in https://github.com/mdx-js/mdx/pull/2010 -
5fa82d8
Addrecma-nextjs-static-props
to list of plugins by @remcohaszing in https://github.com/mdx-js/mdx/pull/2033 -
3c51a43
Addremark-mdx-math-enhanced
to 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
-
e79fc2b
0df684b
Fix to improve_missingMdxReference
by @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
-
aff6de4
minor add support for passing options toremark-rehype
by @stefanprobst in https://github.com/mdx-js/mdx/pull/1935 -
5d4355e
patch replacegot
w/node-fetch
by @wooorm in https://github.com/mdx-js/mdx/pull/1978 -
656a4ae
patch remove use ofURL
fromurl
by @zfben in https://github.com/mdx-js/mdx/pull/1976 -
3f739a3
patch add missing dependency by @bensmithett in https://github.com/mdx-js/mdx/pull/1936
Site
-
2886021
71bc6ff
4b514e1
Fix 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
-
e6f6bc8
Fix to improve example by @dawidjaniga in https://github.com/mdx-js/mdx/pull/1961 -
e527ac7
Fix 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.