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.0
Release Notes
remarkjs/remark-math (rehype-katex)
v7.0.1
Compare Source
Fix
3efc101
Fix crash on katex errorFull Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@7.0.1
v7.0.0
Compare Source
(see
6.0.0
)v6.0.3
Compare Source
e28098a
Fix to catch non-parse katex errorsf7a35ea
Replace dependency to improve browser bundle sizeFull Changelog: https://github.com/remarkjs/remark-math/compare/[email protected]@6.0.3
v6.0.2
Compare Source
fa4ada1
Updatekatex
b2066bb
Add improved docsv6.0.1
Compare Source
b65a156
Fix support for commentsv6.0.0
Compare Source
Change
4223ed9
Change to useexports
migrate: don’t use private APIs
e8039d7
Change to require Node.js 16migrate: update too
f173346
fc32531
3658edd
Change 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.
232f0d7
RemovethrowOnError
option, improve messagemigrate: check
file.messages
for warningsMisc
3aab0e1
Archiveremark-html-katex
Full Changelog: remarkjs/remark-math@5.1.1...6.0.0
remarkjs/remark-gfm (remark-gfm)
v4.0.0
Compare Source
Change
b8cc334
Update@types/mdast
,unified
, utilitiesmigrate: update too
9eb0f54
Change to useexports
migrate: don’t use private APIs
5715c93
Change to require Node.js 16migrate: update too
Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0
v3.0.1
Compare Source
97437dc
Add improved docsby @wooorm in https://github.com/remarkjs/remark-gfm/pull/25
Full Changelog: remarkjs/remark-gfm@3.0.0...3.0.1
v3.0.0
Compare Source
890005e
Add support for GFM footnotes ✨(if you were using
remark-footnotes
before, 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.0
Compare Source
6c518d8
Use ESM37d92ac
Add JSDoc based types0846014
Remove warning for remark 12Full Changelog: remarkjs/remark-gfm@1.0.0...2.0.0
remarkjs/remark (remark-parse)
v11.0.0
Compare Source
(see
15.0.0
)v10.0.2
Compare Source
See
[email protected]
v10.0.1
Compare Source
See
[email protected]
v10.0.0
Compare Source
Changelog
1b89df5
Updateremark-parse
,remark-stringify
aab3c3e
Rework list fields3325c33
Add support forlabel
to associations31ef684
Add support formeta
in codec77d24f
Updateunified
See also
[email protected]
[email protected]
[email protected]
Project
4f6b3d7
Update logoe7f509f
Improve npm search ranking of individual packages7d98e30
Fixgit.io
linksce62e7a
Refactor code-stylePlugins
4c0e28a
Addremark-macro
to list of pluginsa4caa67
Addremark-git-contributors
to list of pluginsfe241aa
Addremark-outer-toc
to list of plugins4fa8b1d
Replace deprecated plugin withremark-behead
in list of plugins52ffdff
Addremark-redact
to list of plugins02297a5
Addremark-attr
to list of pluginsremarkjs/remark-rehype (remark-rehype)
v11.1.1
Compare Source
Fix
f0cce2d
Fix mutate support inunified-engine
Miscellaneous
364ee71
Remove license yearTypes
e4576c0
Refactor to use@import
sc62d719
Add declaration mapsFull Changelog: remarkjs/remark-rehype@11.1.0...11.1.1
v11.1.0
Compare Source
Add
0174dfc
Addfile
to options passed tomdast-util-to-hast
Full Changelog: remarkjs/remark-rehype@11.0.0...11.1.0
v11.0.0
Compare Source
Change
30091c7
Change to require Node.js 16migrate: update too
cafeacc
Change to useexports
migrate: don’t use private APIs
acb292a
Updatemdast-util-to-hast
,@types/{hast,mdast}
, unified, etcmigrate: update too
if you don’t use handlers, this should be fine;
if you do, see
[email protected]
ba50965
RemoveProcessor
typemigrate: get it from
unified
Add
b990986
Add exports ofdefaultFootnoteBackContent
,defaultFootnoteBackLabel
Full Changelog: remarkjs/remark-rehype@10.1.0...11.0.0
v10.1.0
Compare Source
f22d7af
Add exports ofdefaultHandlers
,all
,one
by @JounQin in https://github.com/remarkjs/remark-rehype/pull/23
Full Changelog: remarkjs/remark-rehype@10.0.1...10.1.0
v10.0.1
Compare Source
1e0c67d
Add improved docsby @wooorm in https://github.com/remarkjs/remark-rehype/pull/22
Full Changelog: remarkjs/remark-rehype@10.0.0...10.0.1
v10.0.0
Compare Source
2e2401a
Updatemdast-util-to-hast
This changes footnotes to match how GitHub renders them
clobberPrefix
,footnoteLabel
, andfootnoteLabelBack
options to configure itb718673
Fix support for explicit nullishprocessor
Full Changelog: remarkjs/remark-rehype@9.1.0...10.0.0
v9.1.0
Compare Source
aab88a5
Addraw
to hast type registryv9.0.0
Compare Source
ab51cd4
Use ESMc6a4c64
Add JSDoc based types0cea259
Update dependenciesSee
[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.
This PR was generated by Mend Renovate. View the repository job log.