-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update mdx (major) #3378
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3378 +/- ##
==========================================
- Coverage 99.82% 0 -99.83%
==========================================
Files 119 0 -119
Lines 6341 0 -6341
Branches 307 0 -307
==========================================
- Hits 6330 0 -6330
+ Misses 10 0 -10
+ Partials 1 0 -1 |
83e252d
to
a289595
Compare
c026cd1
to
9258ea8
Compare
9258ea8
to
93a9c24
Compare
93a9c24
to
60f03eb
Compare
60f03eb
to
727059a
Compare
e95acb3
to
faffab8
Compare
faffab8
to
bdd2e89
Compare
🚨 Blocked: Contenlayer needs to be updated first! |
6192717
to
eb46b0d
Compare
eb46b0d
to
0e56016
Compare
0e56016
to
c3f1c20
Compare
c3f1c20
to
a1bb689
Compare
a1bb689
to
8ec34f3
Compare
8ec34f3
to
c46d61e
Compare
ca1f832
to
e83014a
Compare
e83014a
to
24d955c
Compare
24d955c
to
7b35cbf
Compare
This PR contains the following updates:
2.3.0
->3.0.0
6.1.1
->7.1.0
5.1.0
->6.0.0
3.0.1
->4.0.0
Release Notes
mdx-js/mdx (@mdx-js/react)
v3.0.0
Compare Source
(see https://mdxjs.com/migrating/v3/ on how to migrate)
Change
e08b759
5afa48e
Change to require Node 165a13d73
Change to use export mapscbc2822
Updateunified
, types, plugins, etc96b51f9
Remove inferral of development fromNODE_ENV
Change (unlikely to affect you)
c961af8
RemoveuseDynamicImport
option9cb26fd
@mdx-js/register
: remove package0d1558a
@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 running2c511a4
Add support forbaseUrl
as aURL
1863914
Add deprecation warning for classic runtimea34177c
Add support for ES2024 in MDX, adjacent JSX and expression blocks44fd9ca
Add support forawait
in MDX3a7f194
AddtableCellAlignToStyle
option, to usealign
fdfe17b
@mdx-js/rollup
: add support for Vite development modeby @remcohaszing in https://github.com/mdx-js/mdx/pull/2376
Misc
f48d038
Remove unneeded pragma comment after transform8f3b292
Add ause strict
directive to function bodies172e519
@mdx-js/react
: fix to classify@types/react
as a peer dependencyby @remcohaszing in https://github.com/mdx-js/mdx/pull/2281
a7bd79b
Refactor output to immediately export defaulte525db9
dae82ae
Refactor some errorsce173f2
Refactor to add types for JSX runtimes8a56312
Refactor output to use spread, notObject.assign
by @remcohaszing in https://github.com/mdx-js/mdx/pull/2328
825717f
Refactor to sort default componentsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2318
d8a62d2
Add missing type dependenciesby @arcanis in https://github.com/mdx-js/mdx/pull/2256
Docs
a9f0c04
Add guide on injecting components24e3d8d
Add compat sections to readmes30e4a5d
Add sponsor07503a5
Update link to KaTeX CSS in docsby @victor23k in https://github.com/mdx-js/mdx/pull/2360
74aee56
bc1d9e5
765310c
6d1e64d
Refactor docs7fd1d9a
Fix docs on how to use solidby @BeiyanYunyi in https://github.com/mdx-js/mdx/pull/2300
4129f90
Fix a couple typosby @deining in https://github.com/mdx-js/mdx/pull/2266
bb902f8
Fix typoby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2380
Site
78a1eb5
Add v3 blog post2b1948c
Add v3 migration guided6bb70c
Add improved error display in playground89097e4
Remove unmaintained dev-dependency3e23ba9
Add more options to playgroundd92128b
Fix links in docsab3aa96
Add GitHub pagesby @remcohaszing in https://github.com/mdx-js/mdx/pull/2377
a2c8693
Fix siteby @wooorm in https://github.com/mdx-js/mdx/pull/2358
dbe9f44
Fix playground AST views w/ cloneby @Jokcy in https://github.com/mdx-js/mdx/pull/2315
7504cfb
Add more options to playground, directives, format, etcby @slorber in https://github.com/mdx-js/mdx/pull/2295
57301df
Add resizable editor/layout to playgroundby @slorber in https://github.com/mdx-js/mdx/pull/2296
9eb747d
Add info on how to build site locallyby @slorber in https://github.com/mdx-js/mdx/pull/2297
Full Changelog: mdx-js/mdx@2.3.0...3.0.0
rehypejs/rehype-autolink-headings (rehype-autolink-headings)
v7.1.0
Compare Source
Add
01133a3
Add support forheadingProperties
31159c0
Add support forcontent
w/wrap
Full Changelog: rehypejs/rehype-autolink-headings@7.0.0...7.1.0
v7.0.0
Compare Source
Change
394560f
Update@types/hast
,unified
, utilities, etcmigrate: update too
6bebeab
Change to require Node.js 16migrate: update too
f20421f
Change to useexports
migrate: don’t use private APIs
98849a7
Remove undocumented ancientbehaviour
spellingmigrate: use international english:
behavior
Add
92f0258
Add support for passing a function asproperties
Misc
305d6d0
AddfromHtml
exampleby @altano in https://github.com/rehypejs/rehype-autolink-headings/pull/17
Full Changelog: rehypejs/rehype-autolink-headings@6.1.1...7.0.0
rehypejs/rehype-slug (rehype-slug)
v6.0.0
Compare Source
Change
295ac26
Update@types/hast
,unified
, utilities, etcmigrate: update too
12f76f8
Change to require Node.js 16migrate: update too
6855bcc
Change to useexports
migrate: don’t use private APIs
Full Changelog: rehypejs/rehype-slug@5.1.0...6.0.0
remarkjs/remark-gfm (remark-gfm)
v4.0.0
Compare Source
Change
b8cc334
Update@types/mdast
,unified
, utilitiesmigrate: update too
9eb0f54
Change to useexports
migrate: don’t use private APIs
5715c93
Change to require Node.js 16migrate: update too
Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.