fix(deps): update dependency unified to v11 #64
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:
^9.0.0
->^11.0.0
Release Notes
unifiedjs/unified (unified)
v11.0.5
Compare Source
Fix
1e0863a
Fix exception on older browsersby @justinbhopper in https://github.com/unifiedjs/unified/pull/246
Full Changelog: unifiedjs/unified@11.0.4...11.0.5
v11.0.4
Compare Source
Types
1ca1a43
Add TypeScript declaration mapsby @remcohaszing in https://github.com/unifiedjs/unified/pull/230
Full Changelog: unifiedjs/unified@11.0.3...11.0.4
v11.0.3
Compare Source
Fix
8dee2ab
Fix support for functions in dataFull Changelog: unifiedjs/unified@11.0.2...11.0.3
v11.0.2
Compare Source
cea788b
Fix type of settings if nothing is registered yetFull Changelog: unifiedjs/unified@11.0.1...11.0.2
v11.0.1
Compare Source
d1a915d
Fix incorrect type ofsettings
in presetsFull Changelog: unifiedjs/unified@11.0.0...11.0.1
v11.0.0
Compare Source
Change
baf80b2
Change to require Node.js 16migrate: update too
dd9834a
Update@types/unist
migrate: update too
620ccf9
Updatevfile
migrate: update too
Change (unlikey to affect you)
a44db46
AddData
,Settings
types to augment shared datamigrate: if you deal with data, type it, see commit for info
fb49556
Change to replaceBuffer
withUint8Array
migrate: you’re probably fine unless you use weird encodings, see commit for details if so
f3e71a8
RemoveAttacher
typemigrate: use
Plugin
insteadcc53bb6
RemoveFrozenProcessor
typemigrate: use
Processor
instead1aa3494
Change to yieldundefined
, notnull
migrate: expect
undefined
932c140
Change to useexports
migrate: don’t use private APIs
8e57478
Remove support for classes as compilers, parsersmigrate: if you love classes, see commit message
4676814
Remove support for compilers returning nullishmigrate: nobody did that
807ffb9
Add improved typesmigrate: it’s probably just better if anything changed at all
b35afe0
Add useful error on empty presetsby @wooorm in https://github.com/unifiedjs/unified/pull/202
6f068a0
Fix to deep clone preset settings56ee288
Fix non-first parameter merging when reconfiguring pluginsMisc
e58b095
ad06700
40f0329
Refactor code-styleffc146c
Updatetypescript
by @ChristianMurphy in https://github.com/unifiedjs/unified/pull/216
7148746
144eec0
2d95451
Add improved docsafb704a
Fix some typosby @ChristianMurphy in https://github.com/unifiedjs/unified/pull/225
2aa15ea
Refactor typesa06537c
Add sponsorFull Changelog: unifiedjs/unified@10.1.2...11.0.0
v10.1.2
Compare Source
dc85d21
Fix typoby @jablko in https://github.com/unifiedjs/unified/pull/185
Full Changelog: unifiedjs/unified@10.1.1...10.1.2
v10.1.1
Compare Source
6b060c2
Fix type ofrun
signatureby @alvinleung1996 in https://github.com/unifiedjs/unified/pull/174
Full Changelog: unifiedjs/unified@10.1.0...10.1.1
v10.1.0
Compare Source
134ecad
Add plugin input/output type parametersv10.0.1
Compare Source
591b0c0
Fix types to supportvoid
async transformersv10.0.0
Compare Source
Breaking
dc46bc5
Use ESM and updatevfile
Change:
Learn more about ESM in this guide
Breaking: this updates
vfile
, which importantly renamestovfile.contents
vfile.value
. Seevfile@5
Inconsequential: this updates
trough
, which removes support for Promise-like objects returned from plugins, in favor of only support actual promises. To update, instead of returning an object with athen
function, return and actual promiseTypes
b3e2464
Rewrite typesP
for processor settingsany[]
instead of[Record<string, unknown>?]
for the default plugin type parameters45eb72e
Update types for ESM2c7ba99
8eda349
Add explicit dependency on@types/unist
0e8f611
Remove typescript@3 legacy support350ed9d
Fixnext
in types of transformer signatureb22bf8e
Add support for buffer, other return values4bfd6c8
b8fe5ec
6ef3933
Add support for boolean plugin optionsProject
88374fc
Addesast
to list of syntax treesa6ff3c1
Fix linksee6ee47
Update examples inreadme.md
32abf7c
60de570
115898a
Refactor code stylev9.2.2
Compare Source
bc50a01
Fix to setvfile.value
if a vfile@5 is givenConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.