carbon-design-system / gatsby-theme-carbon

A Carbon inspired Gatsby theme
https://gatsby.carbondesignsystem.com/
Apache License 2.0
359 stars 274 forks source link

Fix : mdx tables + port to esm v2 #1418

Closed muditjuneja closed 9 months ago

muditjuneja commented 9 months ago

This PR has -

  1. Mdx tables fix - With migrating to v3 of mdx, the gfm capabilities like tables, etc have been deprecated and the suggestion is to use another module named remark-gfm
  2. Porting core gatsby files to ES modules - gatsby-config.js + gatsby-node.js
vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gatsby-theme-carbon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2024 11:33pm
netlify[bot] commented 9 months ago

Deploy Preview for gatsby-theme-carbon ready!

Name Link
Latest commit 8b7558b6040c14b4f0b132ff237d3450aa58f94d
Latest deploy log https://app.netlify.com/sites/gatsby-theme-carbon/deploys/65c8071ee0edf2000879fd33
Deploy Preview https://deploy-preview-1418--gatsby-theme-carbon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

muditjuneja commented 9 months ago

@eng618 can you review this?

eng618 commented 9 months ago

For more reference the umbrella discussion for ESM in Gatsby can be found here: https://github.com/gatsbyjs/gatsby/discussions/37069