Skip to content
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 dependency @mdx-js/react to v3 #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/react (source) 1.0.20 -> 3.1.0 age adoption passing confidence

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: mdx-js/mdx@3.0.1...3.1.0

v3.0.1

Compare Source

Fix
Types
Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

v3.0.0

Compare Source

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change
Change (unlikely to affect you)
  • c961af8 Remove useDynamicImport option
  • 9cb26fd @mdx-js/register: remove package
  • 0d1558a @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f92422 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb4 @mdx-js/react: remove deprecated MDXContext, withMDXComponents
Add
Misc
Docs
Site

Full Changelog: mdx-js/mdx@2.3.0...3.0.0

v2.3.0

Compare Source

Add
Fix
Community
Misc

Full Changelog: mdx-js/mdx@2.2.1...2.3.0

v2.2.1

Compare Source

  • e293eaf Remove assert/strict for Node 14

Full Changelog: mdx-js/mdx@2.2.0...2.2.1

v2.2.0

Compare Source

Features
Patches
  • 3e0ab23 Fix @mdx-js/node-loader from patching all runtimes
Docs

Full Changelog: mdx-js/mdx@2.1.5...2.2.0

v2.1.5

Compare Source

  • 90fa493 Fix bug with (injected) custom elements and layouts

Full Changelog: mdx-js/mdx@2.1.4...2.1.5

v2.1.4

Compare Source

Patches
Docs

Full Changelog: mdx-js/mdx@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: mdx-js/mdx@2.1.2...2.1.3

v2.1.2

Compare Source

Core
Docs

Full Changelog: mdx-js/mdx@2.1.1...2.1.2

v2.1.1

Compare Source

Full Changelog: mdx-js/mdx@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: mdx-js/mdx@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: mdx-js/mdx@v1.6.3...2.0.0

v1.6.22

Compare Source

  • Bump dependencies
  • Update documentation

v1.6.21

Compare Source

v1.6.20

Compare Source

v1.6.19

Compare Source

v1.6.18

Compare Source

v1.6.17

Compare Source

v1.6.16

Compare Source

v1.6.15

Compare Source

  • Bump dependencies

v1.6.14

Compare Source

v1.6.13

Compare Source

  • Pin internal dependencies of the monorepo

v1.6.12

Compare Source

v1.6.11

Compare Source

  • Handle case when file in toJSX plugin is undefined (#​1156)

v1.6.10

Compare Source

  • Gracefully handle falsy values of options.file passed to toJSX compiler (#​1155)

v1.6.9

Compare Source

  • Fix handling of virtual files in case they're null (#​1153)

v1.6.8

Compare Source

  • Pass file to babel for improved error messaging (#​1126)
  • Docs updates
  • Bump deps

v1.6.7

Compare Source

  • Improve shortcode error messages (#​1136)

v1.6.6

Compare Source

  • Bump upstream dependencies

v1.6.5

Compare Source

  • Bumped dependencies

v1.6.4

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

  • Remove named import for React.forwardRef #​1054

v1.6.1

Compare Source

  • Add missing space-separated properties (#​1048)

v1.6.0

Compare Source

v1.5.9

Compare Source

  • Export compiler (#​1018)
  • Bump dependencies
  • Improve/update example usage

v1.5.8

Compare Source

  • Don't evaluate escaped string interpolation in code blocks (#​991)
  • Bump dependencies

v1.5.7

Compare Source

  • Add first-class support for Preact

v1.5.6

Compare Source

  • Bump dependencies

v1.5.5

Compare Source

  • Ensure compiling hast doesn't fail if path contains export #​912

v1.5.4

Compare Source

  • Add support for export all syntax #​911

v1.5.3

Compare Source

v1.5.2

Compare Source

• Misc. dependency updates

v1.5.1

Compare Source

  • Preserve metastring language from codeblocks (#​803)
  • Misc. dependency updates

v1.5.0

Compare Source

  • Use buble-jsx-only to reduce runtime bundle size (#​790)
  • Miscellaneous dependency updates

v1.4.5

Compare Source

  • Add @babel/core to peer dependencies (#​775)

v1.4.4

Compare Source

  • Don't double escape "$" characters (#​740)

v1.4.3

Compare Source

  • Revert babel error catch during import parsing (#​766)

v1.4.2

Compare Source

  • Change MDXCreateElement so that it doesn't break React's ref (#​751)

v1.4.1

Compare Source

  • Don't parse ES syntax in open blocks (#​763)
  • Add math-blocks to guides (#​762)
  • Fix and improve suggested types (#​758)
  • Transpile gatsby-plugin-mdx with Babel for theme (#​756)

v1.4.0

Compare Source

  • Create babel-plugin-html-attributes-to-jsx (#​745)

v1.3.2

Compare Source

  • Bump dep, mdast-util-to-hast which saw a bugfix

v1.3.1

Compare Source

  • Make gatsby-theme-mdx more reusable (#​735)

v1.3.0

Compare Source

  • Allow for customizing the renderer in MDX loader (#​725)

v1.2.2

Compare Source

  • Fix dependencies in core packages

v1.2.1

Compare Source

  • Fixes a failed release for a few packages in 1.2.0

v1.2.0

Compare Source

  • Breaks out babel plugins and shared utilities into standalone packages
  • Fixes issue where exports weren't being processed by MDX-specific babel plugins

v1.1.6

Compare Source

  • Improve serialization of sandbox attributes (#​715)

v1.1.5

Compare Source

v1.1.4

Compare Source

  • Add babel-plugin-remove-export-keywords package (#​699)

v1.1.2

Compare Source

  • Improve style string to object parsing (#​683)

v1.1.1

Compare Source

  • Properly add React as a peer dependency for @mdx-js/react (#​694)
  • Miscellaneous dependency upgrades

v1.0.27

Compare Source

  • Forward component prop in MDXCreateElement (#​636)

v1.0.26

Compare Source

  • Security update in dependencies (nothing that directly affects usage)

v1.0.23

Compare Source

  • Republish due to an example not being marked private in v1.0.22 and causing an issue

v1.0.22

Compare Source

  • Ensure that whitespace isn't significant for edge cases in Babel styling deopts (#​622)

v1.0.21

Compare Source

• Peer dependencies for react/react-dom in gatsby-theme-mdx
• Docs updates
• Use theme-ui in gatsby-theme-mdx


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@renovate renovate bot requested review from a team as code owners May 29, 2023 02:08
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 739609e to 70374ac Compare October 24, 2023 20:43
@renovate renovate bot changed the title chore(deps): update dependency @mdx-js/react to v2 chore(deps): update dependency @mdx-js/react to v3 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 70374ac to 5aa49f8 Compare February 1, 2024 01:15
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 5aa49f8 to 1713ee3 Compare February 12, 2024 12:09
@BrysonXiao BrysonXiao force-pushed the master branch 3 times, most recently from b36edb1 to aac0a6f Compare March 7, 2024 00:31
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 1713ee3 to 5c48848 Compare March 7, 2024 00:32
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 5c48848 to 5aeef31 Compare October 18, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants