react-remark
react-remark copied to clipboard
fix(deps): update dependency unified to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| unified (source) | ^9.0.0 -> ^11.0.0 |
Release Notes
unifiedjs/unified (unified)
v11.0.5
Fix
1e0863aFix exception on older browsers by @justinbhopper in https://github.com/unifiedjs/unified/pull/246
Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.4...11.0.5
v11.0.4
Types
1ca1a43Add TypeScript declaration maps by @remcohaszing in https://github.com/unifiedjs/unified/pull/230
Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.3...11.0.4
v11.0.3
Fix
8dee2abFix support for functions in data
Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.2...11.0.3
v11.0.2
cea788bFix type of settings if nothing is registered yet
Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.1...11.0.2
v11.0.1
d1a915dFix incorrect type ofsettingsin presets
Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.0...11.0.1
v11.0.0
Change
baf80b2Change to require Node.js 16 migrate: update toodd9834aUpdate@types/unistmigrate: update too620ccf9Updatevfilemigrate: update too
Change (unlikey to affect you)
a44db46AddData,Settingstypes to augment shared data migrate: if you deal with data, type it, see commit for infofb49556Change to replaceBufferwithUint8Arraymigrate: you’re probably fine unless you use weird encodings, see commit for details if sof3e71a8RemoveAttachertype migrate: usePlugininsteadcc53bb6RemoveFrozenProcessortype migrate: useProcessorinstead1aa3494Change to yieldundefined, notnullmigrate: expectundefined932c140Change to useexportsmigrate: don’t use private APIs8e57478Remove support for classes as compilers, parsers migrate: if you love classes, see commit message4676814Remove support for compilers returning nullish migrate: nobody did that807ffb9Add improved types migrate: it’s probably just better if anything changed at allb35afe0Add useful error on empty presets by @wooorm in https://github.com/unifiedjs/unified/pull/2026f068a0Fix to deep clone preset settings56ee288Fix non-first parameter merging when reconfiguring plugins
Misc
e58b095ad0670040f0329Refactor code-styleffc146cUpdatetypescriptby @ChristianMurphy in https://github.com/unifiedjs/unified/pull/2167148746144eec02d95451Add improved docsafb704aFix some typos by @ChristianMurphy in https://github.com/unifiedjs/unified/pull/2252aa15eaRefactor typesa06537cAdd sponsor
Full Changelog: https://github.com/unifiedjs/unified/compare/10.1.2...11.0.0
v10.1.2
dc85d21Fix typo by @jablko in https://github.com/unifiedjs/unified/pull/185
Full Changelog: https://github.com/unifiedjs/unified/compare/10.1.1...10.1.2
v10.1.1
6b060c2Fix type ofrunsignature by @alvinleung1996 in https://github.com/unifiedjs/unified/pull/174
Full Changelog: https://github.com/unifiedjs/unified/compare/10.1.0...10.1.1
v10.1.0
134ecadAdd plugin input/output type parameters
v10.0.1
591b0c0Fix types to supportvoidasync transformers
v10.0.0
Breaking
dc46bc5Use ESM and updatevfile-
Change:
// from cjs import var unified = require('unified') // to esm import import {unified} from 'unified' -
Breaking: this updates
vfile, which importantly renames ~~vfile.contents~~ tovfile.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 athenfunction, return and actual promise
-
Types
b3e2464Rewrite types- Removed the type parameter
Pfor processor settings - Use
any[]instead of[Record<string, unknown>?]for the default plugin type parameters
- Removed the type parameter
45eb72eUpdate types for ESM2c7ba998eda349Add explicit dependency on@types/unist0e8f611Remove typescript@3 legacy support350ed9dFixnextin types of transformer signatureb22bf8eAdd support for buffer, other return values4bfd6c8b8fe5ec6ef3933Add support for boolean plugin options
Project
88374fcAddesastto list of syntax treesa6ff3c1Fix linksee6ee47Update examples inreadme.md32abf7c60de570115898aRefactor code style
v9.2.2
bc50a01Fix to setvfile.valueif a vfile@5 is given
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.