chore(deps): update [dev] major dependencies for gatsby-remark-images (major) #38432
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.1.3
->^8.0.4
^10.2.0
->^13.0.0
Release Notes
syntax-tree/hast-util-to-html (hast-util-to-html)
v8.0.4
Compare Source
Misc
5b04870
d672d24
Add improved docs97417a4
Refactor code-styleFull Changelog: syntax-tree/hast-util-to-html@8.0.3...8.0.4
v8.0.3
Compare Source
d103802
Fix typesFull Changelog: syntax-tree/hast-util-to-html@8.0.2...8.0.3
v8.0.2
Compare Source
bb0238d
Fix unquoted, tight, self-closing elementsFull Changelog: syntax-tree/hast-util-to-html@8.0.1...8.0.2
v8.0.1
Compare Source
106f1b9
Fix internal circular dependencyv8.0.0
Compare Source
3cc3cb6
Add JSDoc based types7882a8c
Use ESM6698927
Remove deprecated fallbackallowDangerousHTML
e294d41
Remove support for non-HTML doctypessyntax-tree/mdast-util-to-hast (mdast-util-to-hast)
v13.0.0
Compare Source
Change
67ef76c
Update@types/hast
,@types/mdast
, utilitiesmigrate: update too
b815f5e
Change to require Node.js 16migrate: update too
33442cc
Change to useexports
migrate: don’t use private APIs
56c88e4
Fix to match GH for HTML generated for backreferencesmigrate: use the function form of
footnoteBackLabel
for i18n, seedefaultFootnoteBackLabel
for inspirationffe7e47
Change to always return a nodemigrate: expect an empty root instead of nothing
ffbb8a8
Change to expect, yieldundefined
migrate: expect
undefined
everywhere, notnull
c13fe7f
Change to remove support forFootnote
nodesmigrate: use GFM, which does not have “inline” notes
6fc783a
Change to remove support for ancientlang
oncode
with spacesmigrate: you’re fine, this hasn’t been a thing for years
72b8a68
Change to use maps for definitions onstate
migrate: if you make your own handles, expect maps
b328aa9
Change to remove function form ofState
, use plain objectmigrate: if you make your own handles, create nodes yourself, use
state.applyData
if needed40e1d29
Change to removeall
,one
helpersmigrate: if you make your own handles, use
state.all
,state.one
1894044
Change to removeH
typemigrate: use
State
e804231
Change to removecomplex-types.d.ts
migrate: use main module
4df5d41
Change to deep clone passed through nodesmigrate: should be fine
Types
52905eb
Add smarter types forpassThrough
migrate: type your mdast/hast nodes by extending the content interfaces
6f555a0
Add supported data fields toData
ofmdast
migrate: pass correct values in
node.data
Fix
3e300ea
Fix to keep content around forhName
on textFull Changelog: syntax-tree/mdast-util-to-hast@12.3.0...13.0.0
v12.3.0
Compare Source
Add
ed45ec4
Addwrap
helper onstate
e701470
Addone
,all
helpers tostate
Fix
0c67e83
Fix footnote keys such asconstructor
1c2cb7b
Fix support for passing just a table row, cellMisc
8179548
RenameH
toState
6d1021e
Add improved docs6aabc56
Refactor code-styleac01554
cb81cbb
Updatetsconfig.json
Full Changelog: syntax-tree/mdast-util-to-hast@12.2.6...12.3.0
v12.2.6
Compare Source
Misc
3098beb
Fix missing internal typeFull Changelog: syntax-tree/mdast-util-to-hast@12.2.5...12.2.6
v12.2.5
Compare Source
6e38f21
Usemodule: node16
in typesby @Gerrit0 in https://github.com/syntax-tree/mdast-util-to-hast/pull/68
Full Changelog: syntax-tree/mdast-util-to-hast@12.2.4...12.2.5
v12.2.4
Compare Source
dc00a59
Fix (double) encoding on urlsFull Changelog: syntax-tree/mdast-util-to-hast@12.2.3...12.2.4
v12.2.3
Compare Source
f21c1b1
Remove unneeded dependencyFull Changelog: syntax-tree/mdast-util-to-hast@12.2.2...12.2.3
v12.2.2
Compare Source
f351126
Fix interface ofRaw
nodes to make them extendable againby @Methuselah96 in https://github.com/syntax-tree/mdast-util-to-hast/pull/66
Full Changelog: syntax-tree/mdast-util-to-hast@12.2.1...12.2.2
v12.2.1
Compare Source
a5c2f07
Fix to always addid
to footnote headingFull Changelog: syntax-tree/mdast-util-to-hast@12.2.0...12.2.1
v12.2.0
Compare Source
1dc8ab3
AddfootnoteLabelTagName
,footnoteLabelProperties
by @gtnbssn in https://github.com/syntax-tree/mdast-util-to-hast/pull/64
Full Changelog: syntax-tree/mdast-util-to-hast@12.1.2...12.2.0
v12.1.2
Compare Source
36a7da8
Add improved performance on tons of whitespaceby @42shadow42 in https://github.com/syntax-tree/mdast-util-to-hast/pull/62
2adc1e5
ff6a7f1
4a62fa9
Fix typosdfd724a
Add improved docsFull Changelog: syntax-tree/mdast-util-to-hast@12.1.1...12.1.2
v12.1.1
Compare Source
f265716
Fix footnote order in table cellsFull Changelog: syntax-tree/mdast-util-to-hast@12.1.0...12.1.1
v12.1.0
Compare Source
3236b1e
AdddefaultHandlers
exportby @JounQin in https://github.com/syntax-tree/mdast-util-to-hast/pull/58
Full Changelog: syntax-tree/mdast-util-to-hast@12.0.0...12.1.0
v12.0.0
Compare Source
5965471
Change footnotes to match how GitHub renders themclobberPrefix
,footnoteLabel
, andfootnoteLabelBack
options to configure itFull Changelog: syntax-tree/mdast-util-to-hast@11.3.0...12.0.0
v11.3.0
Compare Source
2116d1f
Addraw
to hast registryFull Changelog: syntax-tree/mdast-util-to-hast@11.2.1...11.3.0
v11.2.1
Compare Source
caad9cd
Fix footnote ordering in tablesFull Changelog: syntax-tree/mdast-util-to-hast@11.2.0...11.2.1
v11.2.0
Compare Source
39fd2bf
Change types to usemdast
typesc930d3d
Addstrict
totsconfig.json
v11.1.1
Compare Source
58a75f4
Fix circular dependencyv11.1.0
Compare Source
a100cff
Add exports of a couple of types77ef216
Add exports ofone
,all
helpersv11.0.0
Compare Source
0260f76
Change footnote rendering to match Pandocc5f8266
Remove deprecatedallowDangerousHTML
support3b20ce6
Add JSDoc based types94d0af0
Use ESMConfiguration
📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.