react-remark
react-remark copied to clipboard
fix(deps): update remark (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rehype-katex (source) | ^5.0.0 -> ^7.0.0 |
||||
| remark-gfm | ^1.0.0 -> ^4.0.0 |
||||
| remark-math (source) | ^4.0.0 -> ^6.0.0 |
||||
| remark-parse (source) | ^9.0.0 -> ^11.0.0 |
||||
| remark-rehype | ^8.0.0 -> ^11.0.0 |
Release Notes
remarkjs/remark-math (rehype-katex)
v7.0.1
Fix
3efc101Fix crash on katex error
Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@7.0.1
v7.0.0
(see 6.0.0)
v6.0.3
e28098aFix to catch non-parse katex errorsf7a35eaReplace dependency to improve browser bundle size
Full Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@6.0.3
v6.0.2
v6.0.1
b65a156Fix support for comments
v6.0.0
Change
4223ed9Change to useexportsmigrate: don’t use private APIse8039d7Change to require Node.js 16 migrate: update toof173346fc325313658eddChange to use<code>, replace wrapping elements, update@types/{hast,mdast}, etc migrate: update too it’s no longer required to use the syntax extension fromremark-math, you could instead use fenced code (```math). When usingremark-math, similar markup is generated (<pre><code class="language-math">). To render that nicely (not monospace and small by default), those elements are replaced with the results from katex/mathjax.232f0d7RemovethrowOnErroroption, improve message migrate: checkfile.messagesfor warnings
Misc
3aab0e1Archiveremark-html-katex
Full Changelog: https://github.com/remarkjs/remark-math/compare/5.1.1...6.0.0
remarkjs/remark-gfm (remark-gfm)
v4.0.0
Change
b8cc334Update@types/mdast,unified, utilities migrate: update too9eb0f54Change to useexportsmigrate: don’t use private APIs5715c93Change to require Node.js 16 migrate: update too
Full Changelog: https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0
v3.0.1
97437dcAdd improved docs by @wooorm in https://github.com/remarkjs/remark-gfm/pull/25
Full Changelog: https://github.com/remarkjs/remark-gfm/compare/3.0.0...3.0.1
v3.0.0
890005eAdd support for GFM footnotes ✨ (if you were usingremark-footnotesbefore, you should remove it!) (how footnotes are turned to HTML is done inremark-rehype, please update that too)
Full Changelog: https://github.com/remarkjs/remark-gfm/compare/2.0.0...3.0.0
v2.0.0
6c518d8Use ESM
Learn more about ESM in this guide// From CommonJS var remarkGfm = require('remark-gfm') // To ESM import remarkGfm from 'remark-gfm'37d92acAdd JSDoc based types0846014Remove warning for remark 12
Full Changelog: https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0
remarkjs/remark (remark-parse)
v11.0.0
(see 15.0.0)
v10.0.2
v10.0.1
v10.0.0
Changelog
1b89df5Updateremark-parse,remark-stringifyaab3c3eRework list fields3325c33Add support forlabelto associations31ef684Add support formetain codec77d24fUpdateunified
See also
Project
4f6b3d7Update logoe7f509fImprove npm search ranking of individual packages7d98e30Fixgit.iolinksce62e7aRefactor code-style
Plugins
4c0e28aAddremark-macroto list of pluginsa4caa67Addremark-git-contributorsto list of pluginsfe241aaAddremark-outer-tocto list of plugins4fa8b1dReplace deprecated plugin withremark-beheadin list of plugins52ffdffAddremark-redactto list of plugins02297a5Addremark-attrto list of plugins
remarkjs/remark-rehype (remark-rehype)
v11.1.1
Fix
f0cce2dFix mutate support inunified-engine
Miscellaneous
364ee71Remove license year
Types
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.0...11.1.1
v11.1.0
Add
0174dfcAddfileto options passed tomdast-util-to-hast
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.0.0...11.1.0
v11.0.0
Change
30091c7Change to require Node.js 16 migrate: update toocafeaccChange to useexportsmigrate: don’t use private APIsacb292aUpdatemdast-util-to-hast,@types/{hast,mdast}, unified, etc migrate: update too if you don’t use handlers, this should be fine; if you do, see[email protected]ba50965RemoveProcessortype migrate: get it fromunified
Add
b990986Add exports ofdefaultFootnoteBackContent,defaultFootnoteBackLabel
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0
v10.1.0
f22d7afAdd exports ofdefaultHandlers,all,oneby @JounQin in https://github.com/remarkjs/remark-rehype/pull/23
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0
v10.0.1
1e0c67dAdd improved docs by @wooorm in https://github.com/remarkjs/remark-rehype/pull/22
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1
v10.0.0
2e2401aUpdatemdast-util-to-hastThis changes footnotes to match how GitHub renders them- use the new
clobberPrefix,footnoteLabel, andfootnoteLabelBackoptions to configure it
- use the new
b718673Fix support for explicit nullishprocessor
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0
v9.1.0
aab88a5Addrawto hast type registry
v9.0.0
ab51cd4Use ESM
Learn more about ESM in this guide// From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype'c6a4c64Add JSDoc based types0cea259Update dependencies See[email protected]
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.