Open
Conversation
a03e7f5 to
fc63058
Compare
fc63058 to
b3c2bac
Compare
b3c2bac to
8faab29
Compare
8faab29 to
7289bee
Compare
6b9f94d to
4341f07
Compare
4341f07 to
c4fb1ca
Compare
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.
This PR contains the following updates:
^5.0.0→^7.0.0^1.0.0→^4.0.0^4.0.0→^6.0.0^9.0.0→^11.0.0^8.0.0→^11.0.0Release Notes
remarkjs/remark-math (rehype-katex)
v7.0.1Compare Source
Fix
3efc101Fix crash on katex errorFull Changelog: https://github.com/remarkjs/remark-math/compare/rehype-mathjax@6.0.0...rehype-katex@7.0.1
v7.0.0Compare Source
b353e49Remove dependency onjsdommigrate: this should be a
patch, but there could be small differences: do let us know if you see problemsv6.0.3Compare Source
e28098aFix to catch non-parse katex errorsf7a35eaReplace dependency to improve browser bundle sizeFull Changelog: https://github.com/remarkjs/remark-math/compare/rehype-katex@6.0.2...rehype-katex@6.0.3
v6.0.2Compare Source
fa4ada1Updatekatexb2066bbAdd improved docsv6.0.1Compare Source
b65a156Fix support for commentsv6.0.0Compare Source
Change
4223ed9Change to useexportsmigrate: don’t use private APIs
e8039d7Change to require Node.js 16migrate: update too
f173346fc325313658eddChange to use<code>, replace wrapping elements, update@types/{hast,mdast}, etcmigrate: update too
it’s no longer required to use the syntax extension from
remark-math,you could instead use fenced code (
```math).When using
remark-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 messagemigrate: check
file.messagesfor warningsMisc
3aab0e1Archiveremark-html-katexFull Changelog: remarkjs/remark-math@5.1.1...6.0.0
remarkjs/remark-gfm (remark-gfm)
v4.0.1Compare Source
Types
4af823aRefactor to useinterfacefor exposed types3a57a5bAdd declaration maps76559f9Refactor to use@importsDocs
173394dAdd docs on footnote option21cae6aFix typoby @leafac in #73
Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1
v4.0.0Compare Source
Change
b8cc334Update@types/mdast,unified, utilitiesmigrate: update too
9eb0f54Change to useexportsmigrate: don’t use private APIs
5715c93Change to require Node.js 16migrate: update too
Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0
v3.0.1Compare Source
97437dcAdd improved docsby @wooorm in #25
Full Changelog: remarkjs/remark-gfm@3.0.0...3.0.1
v3.0.0Compare Source
890005eAdd support for GFM footnotes ✨(if you were using
remark-footnotesbefore, you should remove it!)(how footnotes are turned to HTML is done in
remark-rehype, please update that too)Full Changelog: remarkjs/remark-gfm@2.0.0...3.0.0
v2.0.0Compare Source
6c518d8Use ESM37d92acAdd JSDoc based types0846014Remove warning for remark 12Full Changelog: remarkjs/remark-gfm@1.0.0...2.0.0
remarkjs/remark (remark-parse)
v11.0.0Compare Source
145019cUpdateunified-argsbreaking: remove support for Node 12
tiny chance of breaking: this adheres properly to YAML 1.2
tiny chance of breaking: this matches modern node in how to resolve plugins
by @remcohaszing in #1008
Full Changelog: https://github.com/remarkjs/remark/compare/14.0.2...remark-cli@11.0.0
v10.0.2Compare Source
See
remark@14.0.4v10.0.1Compare Source
a0ef353remark-stringify: fix types to disallowoptions.extensionsby @JounQin in #874
v10.0.0Compare Source
Changelog
1b89df5Updateremark-parse,remark-stringifyaab3c3eRework list fields3325c33Add support forlabelto associations31ef684Add support formetain codec77d24fUpdateunifiedSee also
remark-cli@6.0.0remark-parse@6.0.0remark-stringify@6.0.0Project
4f6b3d7Update logoe7f509fImprove npm search ranking of individual packages7d98e30Fixgit.iolinksce62e7aRefactor code-stylePlugins
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 pluginsremarkjs/remark-rehype (remark-rehype)
v11.1.2Compare Source
Types
eefd5f1Fix types for bridge mode with missing overloadFull Changelog: remarkjs/remark-rehype@11.1.1...11.1.2
v11.1.1Compare Source
Fix
f0cce2dFix mutate support inunified-engineMiscellaneous
364ee71Remove license yearTypes
e4576c0Refactor to use@importsc62d719Add declaration mapsFull Changelog: remarkjs/remark-rehype@11.1.0...11.1.1
v11.1.0Compare Source
Add
0174dfcAddfileto options passed tomdast-util-to-hastFull Changelog: remarkjs/remark-rehype@11.0.0...11.1.0
v11.0.0Compare Source
Change
30091c7Change to require Node.js 16migrate: update too
cafeaccChange to useexportsmigrate: don’t use private APIs
acb292aUpdatemdast-util-to-hast,@types/{hast,mdast}, unified, etcmigrate: update too
if you don’t use handlers, this should be fine;
if you do, see
mdast-util-to-hast@13.0.0ba50965RemoveProcessortypemigrate: get it from
unifiedAdd
b990986Add exports ofdefaultFootnoteBackContent,defaultFootnoteBackLabelFull Changelog: remarkjs/remark-rehype@10.1.0...11.0.0
v10.1.0Compare Source
f22d7afAdd exports ofdefaultHandlers,all,oneby @JounQin in #23
Full Changelog: remarkjs/remark-rehype@10.0.1...10.1.0
v10.0.1Compare Source
1e0c67dAdd improved docsby @wooorm in #22
Full Changelog: remarkjs/remark-rehype@10.0.0...10.0.1
v10.0.0Compare Source
2e2401aUpdatemdast-util-to-hastThis changes footnotes to match how GitHub renders them
clobberPrefix,footnoteLabel, andfootnoteLabelBackoptions to configure itb718673Fix support for explicit nullishprocessorFull Changelog: remarkjs/remark-rehype@9.1.0...10.0.0
v9.1.0Compare Source
aab88a5Addrawto hast type registryv9.0.0Compare Source
ab51cd4Use ESMc6a4c64Add JSDoc based types0cea259Update dependenciesSee
mdast-util-to-hast@11.0.0Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.