tvooo / coffee

β˜•οΈ A collection of coffee brewing recipes from all over the internet
https://www.prototyping.coffee/
MIT License
4 stars 1 forks source link

Update @mdx-js/tag to the latest version πŸš€ #19

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency @mdx-js/tag was updated from 0.15.6 to 0.16.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for Remove mdx-js/tag dependencies

This removes a lot of unnecessary dependencies for modern React environments.

⚠️ This is a breaking change for React < 16.3

If you're using an older React version, please stick to 0.15

Commits

The new version differs by 11 commits.

  • 2c1c867 v0.16.0
  • 4a8412d Specify lerna version, add publish script
  • 21e7691 Remove dependencies from @mdx/tag (#303)
  • c813728 Add community docs (#302)
  • ca5ba71 Don't pass metaString prop to
     DOM element (#294)
  • 9157da4 Update Node in Travis (#301)
  • d9bd9b5 Update .editorconfig (#299)
  • 440c445 [mdx]: add unist-builder in package.json (#298)
  • 63120c7 v0.15.7
  • fe69e70 Update Yarn lockfile
  • 966009d [mdx] Add detab@^2.0.0 in package.json (#297)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.16.1
  • remove unused dependencies
  • update remark and other dependencies
  • prevent unnecessary remounting of user-defined layouts (#307)
Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.16.6
  • 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)
Commits

The new version differs by 28 commits.

  • fc40de3 v0.16.6
  • dc729db Fix prettier failure (#350)
  • f79665c Exclude export const/let/var/function from default check (#349)
  • 5854115 document scope functionality of mdx-js/runtime (#348)
  • 7147610 Warn against passing components object inline (#346)
  • bed7668 Convert node.meta to undefined if null (#342)
  • 0c4c790 fix custom loader example (#339)
  • 8469707 enhanced eslint (#338)
  • 022b2c6 Fix comment prefix and suffix (#328)
  • e2d5f75 Add basic writing a plugin docs (#337)
  • 6949c24 Add prisma docs link
  • f9b1600 Add custom loader docs (#336)
  • cceba05 Move react-static docs in nav
  • 7a8f638 Bump example deps (#334)
  • 4fe045f v0.16.5

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.17.0

β€’ fix runtime build (#386)
β€’ publish alpha for remark-mdx

Commits

The new version differs by 26 commits.

  • 74d9d3e v0.17.0
  • f054bf2 Rename remark-mdx
  • e7870f9 v0.16.9
  • 4b214fc Don't mark remark-mdx as private (#395)
  • a14cce5 Issue 344: automate canary releases (#393)
  • bd36c9f Fix runtime build script (#394)
  • 61f78ea Fix apostrophe
  • fdf9201 Add my blog to docs (#388)
  • a573b34 Add table of components for customization (#385)
  • b673132 Add missing gatsby example (#384)
  • 05e6b22 v0.16.8
  • ef59753 Ensure docs splash page is in sync with readme
  • 524a662 v0.16.7
  • 9f3dce2 Update snapshot for Object.assign (#381)
  • 3bbef4d Pass exports to Layout (#379)

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.17.5

β€’ Better handle props parsing (#404)

Commits

The new version differs by 14 commits.

  • 6137b50 v0.17.5
  • 0741f49 Allow newlines in props when parsing JSX (#404)
  • b9bf054 Add rimraf to clean step in tag, closes #287 (#403)
  • f4ffb82 v0.17.4
  • 8bcd6ef Fix test from isMDXComponent change (#402)
  • 589f293 Add isMDXComponent static class prop to generated classes (#369)
  • d987df9 v0.17.3
  • 39e95c5 Improve import and export parsing with babel (#399)
  • 1113438 Issue 344: Automate canary releases (#400)
  • 14d9b19 v0.17.2
  • 8d9d9b5 Adds tag.js to published files for remark-mdx. (#398)
  • e01693e Add workspace docs for contributors (#397)
  • fac2cf9 v0.17.1
  • 8249e64 Improve parsing for JSX blocks (including inline) (#396)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.18.0

β€’ No longer destructures components from props in MDXTag and MDXProvider (#408)

Commits

The new version differs by 3 commits.

  • 0c63b85 v0.18.0
  • b051240 Remove destructuring props to prevent shadowing 'components' variable (#408)
  • c46ffa9 Document isMDXComponent static property (#406)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.20.3

β€’ Group adjacent import/export nodes in remark-mdx (#405)

Commits

The new version differs by 25 commits.

  • f7a232c v0.20.3
  • cca8acc Grouped imports shouldn't have empty newline separation (#405)
  • e1bcf1b Add good first issue link to contributing guide
  • a591a58 Attempt to fix ci publish (#438)
  • caa2462 v0.20.2
  • 44fa47d Fix template string escaping (#437)
  • 638b0ed Add documentation page for editor plugins (#436)
  • d95669a Add example for syntax highlighting and live editor (#432)
  • 6b9cfd4 v0.20.1
  • c0f2a21 Fix template string escaping (#431)
  • 83fa08f v0.20.0
  • d5c3404 Add 'authorable' to description
  • ce21ee6 v0.20.0-alpha.0
  • eeaa979 Enable remark plugins that insert JSX and HTML (#429)
  • f9f31b5 Add github repo link (#428)

There are 25 commits in total.

See the full diff