feat: upgrade to remark 13#29678
Merged
Merged
Conversation
vladar
commented
Feb 22, 2021
Comment on lines
+634
to
+636
| <li> | ||
| <p><a href=\\"/my%20little%20pony/#third-title\\">third title</a></p> | ||
| </li> |
Contributor
Author
There was a problem hiding this comment.
This is a pre-13.0 change (happens even with 12.0) Makes sense to me because now top-level list items have consistent markup (expand above to compare with the item having a sub-list)
This was referenced Nov 28, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
This was referenced Nov 29, 2023
raffishquartan
pushed a commit
to raffishquartan/gatsby
that referenced
this pull request
Apr 28, 2026
* chore(gatsby-transformer-remark): ugprade remark-related deps * tests: update snapshots for ToC * enable remark-gfm in a backwards compatible way * gatsby-remark-autolink-headers: bump deps * gatsby-remark-code-repls: bump deps * gatsby-remark-copy-linked-files: bump deps * gatsby-remark-prismjs: bump deps * gatsby-remark-prismjs: fix breaks * gatsby-remark-embed-snippet: bump deps and fix breaks * gatsby-remark-graphviz: bump deps * gatsby-remark-images: bump deps * gatsby-remark-images-contentful: bump deps * gatsby-remark-katex: bump deps * gatsby-remark-responsive-iframe: bump deps * gatsby-remark-smartypants: bump deps * update yarn.lock * gatsby-remark-prismjs: update snapshots * gatsby-remark-images-contentful: bump deps * chore: bump root remark deps * gatsby-remark-katex: update snapshot * gatsby-remark-responsive-iframe: update snapshot * gatsby-remark-autolink-headers: update snapshot * gatsby-remark-autolink-headers: update snapshot * gatsby-remark-autolink-headers: fix tests * gatsby-remark-code-repls: update snapshot * gatsby-remark-smartypants: update snapshot * gatsby-remark-custom-blocks: disable plugin tests There is no version of `remark-custom-blocks` that is compatible with remark v13 yet. See zestedesavoir/zmarkdown#416 * dummy commit for canary * run prettier and update yarn.lock * gatsby-transformer-remark: update unified and unist-utils * gatsby-remark-autolink-headers: correct text in tests * gatsby-remark-custom-blocks: incompatibility notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgraded remark-related packages. Listed all known dom tree changes in the discussion: #30385
BREAKING CHANGES:
Plugin deps updated:
List of remark plugins compatible with v13:
https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins
Discussion
See umbrella discussion #30385