You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
579589b Change to support preact, solid, svelte, vue, too migrate: change import {Fragment, createElement} from 'react' -> import * as production from 'react/jsx-runtime',
then change .use(rehypeReact, {Fragment, createElement}) -> .use(rehypeReact, production),
and change the option fixTableCellAlign -> tableCellAlignToStyle
73c4fb0 Update @types/hast, unified, utilities, etc migrate: update too
f9c640b Change to require Node.js 16 migrate: update too
fb00d7b Change to use exports migrate: don’t use private APIs
145019c Update unified-args breaking: 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
30091c7 Change to require Node.js 16 migrate: update too
cafeacc Change to use exports migrate: don’t use private APIs
acb292a Update mdast-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 mdast-util-to-hast@13.0.0
ba50965 Remove Processor type migrate: get it from unified
Add
b990986 Add exports of defaultFootnoteBackContent, defaultFootnoteBackLabel
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
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:
7.2.0→8.0.09.0.4→10.0.12.0.1→4.0.03.0.1→4.0.110.0.2→11.0.010.1.0→11.1.210.1.2→11.0.5Release Notes
rehypejs/rehype-react (rehype-react)
v8.0.0Compare Source
Change
579589bChange to support preact, solid, svelte, vue, toomigrate: change
import {Fragment, createElement} from 'react'->import * as production from 'react/jsx-runtime',then change
.use(rehypeReact, {Fragment, createElement})->.use(rehypeReact, production),and change the option
fixTableCellAlign->tableCellAlignToStyle73c4fb0Update@types/hast,unified, utilities, etcmigrate: update too
f9c640bChange to require Node.js 16migrate: update too
fb00d7bChange to useexportsmigrate: don’t use private APIs
Full Changelog: rehypejs/rehype-react@7.2.0...8.0.0
rehypejs/rehype (rehype-stringify)
v10.0.1Compare Source
4e9cee5rehype: updaterehype-stringify(breaking, this should’ve gone in 10.0.0)
v10.0.0Compare Source
(see
13.0.0)remarkjs/remark-directive (remark-directive)
v4.0.0Compare Source
0171c8aUpdatemicromark-extension-directivemigrate: if you handle labels, and do not want trailing whitespace, you can
.trimEnd()Full Changelog: remarkjs/remark-directive@3.0.1...4.0.0
v3.0.1Compare Source
b685b00Add types, docs for options7ca8974Refactor to use@imports8f29f1eAdd declaration mapsFull Changelog: remarkjs/remark-directive@3.0.0...3.0.1
v3.0.0Compare Source
Change
a952370Update@types/mdast,unified, utilitiesmigrate: update too
733932dChange to useexportsmigrate: don’t use private APIs
20c4a6bChange to require Node.js 16migrate: update too
Full Changelog: remarkjs/remark-directive@2.0.1...3.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
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
remarkjs/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
unifiedjs/unified (unified)
v11.0.5Compare Source
Fix
1e0863aFix exception on older browsersby @justinbhopper in #246
Full Changelog: unifiedjs/unified@11.0.4...11.0.5
v11.0.4Compare Source
Types
1ca1a43Add TypeScript declaration mapsby @remcohaszing in #230
Full Changelog: unifiedjs/unified@11.0.3...11.0.4
v11.0.3Compare Source
Fix
8dee2abFix support for functions in dataFull Changelog: unifiedjs/unified@11.0.2...11.0.3
v11.0.2Compare Source
cea788bFix type of settings if nothing is registered yetFull Changelog: unifiedjs/unified@11.0.1...11.0.2
v11.0.1Compare Source
d1a915dFix incorrect type ofsettingsin presetsFull Changelog: unifiedjs/unified@11.0.0...11.0.1
v11.0.0Compare Source
Change
baf80b2Change to require Node.js 16migrate: update too
dd9834aUpdate@types/unistmigrate: update too
620ccf9Updatevfilemigrate: update too
Change (unlikey to affect you)
a44db46AddData,Settingstypes to augment shared datamigrate: if you deal with data, type it, see commit for info
fb49556Change to replaceBufferwithUint8Arraymigrate: you’re probably fine unless you use weird encodings, see commit for details if so
f3e71a8RemoveAttachertypemigrate: use
Plugininsteadcc53bb6RemoveFrozenProcessortypemigrate: use
Processorinstead1aa3494Change to yieldundefined, notnullmigrate: expect
undefined932c140Change to useexportsmigrate: don’t use private APIs
8e57478Remove support for classes as compilers, parsersmigrate: if you love classes, see commit message
4676814Remove support for compilers returning nullishmigrate: nobody did that
807ffb9Add improved typesmigrate: it’s probably just better if anything changed at all
b35afe0Add useful error on empty presetsby @wooorm in #202
6f068a0Fix to deep clone preset settings56ee288Fix non-first parameter merging when reconfiguring pluginsMisc
e58b095ad0670040f0329Refactor code-styleffc146cUpdatetypescriptby @ChristianMurphy in #216
7148746144eec02d95451Add improved docsafb704aFix some typosby @ChristianMurphy in #225
2aa15eaRefactor typesa06537cAdd sponsorFull Changelog: unifiedjs/unified@10.1.2...11.0.0
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 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.