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

Update mdx monorepo to v0.20.3 #130

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 3, 2019

Mend Renovate

This PR contains the following updates:

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

Release Notes

mdx-js/mdx

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 these updates 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 changed the title Update dependency @mdx-js/mdx to v0.20.1 Update dependency @mdx-js/mdx to v0.20.2 Mar 5, 2019
@renovate renovate bot force-pushed the renovate/mdx-monorepo branch from 7bcaed7 to 4f91c4e Compare March 5, 2019 22:43
@renovate renovate bot changed the title Update dependency @mdx-js/mdx to v0.20.2 Update mdx monorepo to v0.20.3 Mar 6, 2019
@renovate renovate bot force-pushed the renovate/mdx-monorepo branch from 4f91c4e to 938299d Compare March 6, 2019 17:25
@diegonvs
Copy link
Owner

Just started reviewing :)

:octocat: Sent from GH.

@renovate renovate bot force-pushed the renovate/mdx-monorepo branch from 938299d to 496d374 Compare April 16, 2019 14:50
@renovate renovate bot force-pushed the renovate/mdx-monorepo branch from 496d374 to d4c77f2 Compare May 13, 2019 22:18
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.

2 participants