Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Update dependency @mdx-js/mdx to v2 #147

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 12, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/mdx (source) 0.15.7 -> 2.1.2 age adoption passing confidence

Release Notes

mdx-js/mdx

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.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.1.0

Compare Source

  • Update unified/remark dependencies to their latest majors
  • Clean house, updating example dependencies

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.25

Compare Source

  • Improve block parsing of alphanumeric component names (#​604)

v1.0.24

Compare Source

  • Removes external dependency that bloats library size (#​624, #​629)

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

v1.0.20

Compare Source

  • Fix @mdx-js/vue publish script

v1.0.19

Compare Source

• Stop forwarding options to remark/rehype plugins (#​576)

⚠️ Important

If you previously relied on the undocumented and unintended options forwarding please note that this could break your plugin usage. This support has been removed because it will break plugins in subtle ways that erodes the end user experience. See #​575 for more details.

v1.0.18

Compare Source

  • Ensure babel doesn't pick up a local config in remark-mdx (#​570)

v1.0.16

Compare Source

  • Fix runtime docs for global scope via MDXProvider

v1.0.15

Compare Source

• Require babel plugins directly #​551

v1.0.14

Compare Source

v1.0.10

Compare Source

  • Improve fix for class => className transforms #​535

v1.0.9

Compare Source

  • Ensure class is transformed to className #​534

v1.0.8

Compare Source

  • Fix regex flag usage for FireFox #​532

v1.0.7

Compare Source

  • Properly handle raw nodes #​533

v1.0.6

Compare Source

  • Only pass children to React.Fragment #​531

v1.0.5

Compare Source

• Ensure babel config isn't picked up (#​526)

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

  • Docs updates
  • Improve mdxType handling #​517

v1.0.1

Compare Source

  • Docs site improvements

v0.20.3

Compare Source

• Group adjacent import/export nodes in remark-mdx (#​405)

v0.20.2

Compare Source

• Fix template string escaping in code blocks (#​437)

v0.20.1

Compare Source

  • Fix template string escaping in code blocks (#​431)

v0.20.0

Compare Source

  • Change the order of type assignment for JSX nodes (#​429)

v0.19.0

Compare Source

• Handle backslash escaping in template literals (#​366)

🚨Breaking changes 🚨

If you were accounting for broken template literal escaping with something like \\ some stuff \\ to get the output of \ some stuff \ this will now result in \\ some stuff \\. So you'll need to remove the escaped backslash since they're now automatically escaped.

v0.18.2

Compare Source

  • Improve remark-mdx block parsing (#​415)

v0.18.1

Compare Source

  • Fix newline issue with phrasing content (#​413)

v0.18.0

Compare Source

• No longer destructures components from props in MDXTag and MDXProvider (#​408)

v0.17.5

Compare Source

• Better handle props parsing (#​404)

v0.17.4

Compare Source

• Add isMDXComponent static property (#​369)

v0.17.3

Compare Source

• Improve import/export parsing in remark-mdx (#​399)

v0.17.0

Compare Source

• fix runtime build (https://github.com/mdx-js/mdx/issues/386)
• publish alpha for remark-mdx

v0.16.8

Compare Source

• various documentation improvements
• pass exported props to the layout component (https://github.com/mdx-js/mdx/pull/379)

v0.16.6

Compare Source

  • Exclude export const/let/var/function from default check (#​349)
  • document scope functionality of mdx-js/runtime (#​348)
  • Warn against passing components object inline (#​346)
  • Convert node.meta to undefined if null (#​342)
  • fix custom loader example (#​339)
  • enhanced eslint (#​338)
  • Fix comment prefix and suffix (#​328)

v0.16.5

Compare Source

  • fix passing components via MDXProvider (#​333)

v0.16.4

Compare Source

• props are assigned at the top level of render (bugfix) #​326
• fix naming for npm init mdx directories #​329
• don't add the default property to import nodes #​327

v0.16.3

Compare Source

• properly define components in new class-based MDX output #​323

v0.16.2

Compare Source

  • add missing super() call in the MDXContent class (#​319)

v0.16.1

Compare Source

  • remove unused dependencies
  • update remark and other dependencies
  • prevent unnecessary remounting of user-defined layouts (#​307)

v0.16.0

Compare Source

  • add all missing dependencies to MDX packages, now they should work with Yarn Plug'n'Play
  • get rid of React warning about metaString prop by renaming it to lowercase metastring instead
  • remove a lot of unnecessary dependencies for modern React environments in @​mdx-js/tag
    • ⚠️ this is a breaking change for React < 16.3

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 10 times, most recently from 7138218 to 2dab956 Compare April 16, 2019 21:24
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from 1f43280 to 4784538 Compare April 25, 2019 14:59
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from 5b24952 to 56d1fb8 Compare May 7, 2019 17:48
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 56d1fb8 to d5c305c Compare May 13, 2019 18:16
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from d5c305c to cd94fd5 Compare May 25, 2019 13:36
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from cd94fd5 to 7c1ad9f Compare June 18, 2019 14:47
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 7 times, most recently from 452b290 to 3c90ef0 Compare July 15, 2019 16:25
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 4 times, most recently from 3a5fb0d to 6b58c64 Compare August 2, 2019 21:19
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from f8fb036 to 798c646 Compare August 8, 2019 22:56
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from 204b8e4 to 754232f Compare August 13, 2019 23:03
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 754232f to 570f564 Compare August 18, 2019 15:54
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from a722b21 to 28120eb Compare August 26, 2019 14:11
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 5 times, most recently from d50ac84 to c4a7dda Compare September 9, 2019 15:12
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from c4a7dda to 1e846e4 Compare October 5, 2019 09:57
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from 5a0ccb8 to af45095 Compare November 16, 2019 19:32
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from abbd94a to ed6bb35 Compare December 20, 2019 18:46
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch 2 times, most recently from 25edc25 to a399a50 Compare January 19, 2020 04:01
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from a399a50 to 38dc821 Compare February 22, 2020 07:57
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 38dc821 to e1eaaed Compare May 2, 2020 18:59
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from e1eaaed to ec46696 Compare June 30, 2020 16:58
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from ec46696 to e42c9eb Compare August 22, 2020 10:01
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from e42c9eb to d000620 Compare October 29, 2020 00:00
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from d000620 to 06b56f5 Compare November 27, 2020 01:54
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 06b56f5 to 3ca401f Compare December 9, 2020 01:00
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 3ca401f to b744601 Compare March 7, 2022 07:56
@renovate renovate bot changed the title Update dependency @mdx-js/mdx to v1 Update dependency @mdx-js/mdx to v2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from b744601 to 83d36c7 Compare March 26, 2022 15:54
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from 83d36c7 to a77e2f9 Compare April 24, 2022 22:09
@renovate renovate bot force-pushed the renovate/major-mdx-monorepo branch from a77e2f9 to 715fc20 Compare June 18, 2022 13:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants