react-remark
react-remark copied to clipboard
fix(deps): update dependency unified to v10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| unified (source) | ^9.0.0 -> ^10.0.0 |
Release Notes
unifiedjs/unified
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 becomes conflicted, 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.