chrome-debugging-client
chrome-debugging-client copied to clipboard
chore(deps): bump unified from 9.2.2 to 10.1.2
Bumps unified from 9.2.2 to 10.1.2.
Release notes
Sourced from unified's releases.
10.1.2
- dc85d21 Fix typo by
@jablko
in unifiedjs/unified#185Full Changelog: https://github.com/unifiedjs/unified/compare/10.1.1...10.1.2
10.1.1
- 6b060c2 Fix type of
run
signature by@alvinleung1996
in unifiedjs/unified#174Full Changelog: https://github.com/unifiedjs/unified/compare/10.1.0...10.1.1
10.1.0
- 134ecad Add plugin input/output type parameters
10.0.1
- 591b0c0 Fix types to support
void
async transformers10.0.0
Breaking
- dc46bc5 Use ESM and update
vfile
Change:
// from cjs import var unified = require('unified')
// to esm import import {unified} from 'unified'
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 types
- Removed the type parameter
P
for processor settings- Use
any[]
instead of[Record<string, unknown>?]
for the default plugin type parameters- 45eb72e Update types for ESM
- 2c7ba99 8eda349 Add explicit dependency on
@types/unist
- 0e8f611 Remove typescript@3 legacy support
- 350ed9d Fix
next
in types of transformer signature- b22bf8e Add support for buffer, other return values
- 4bfd6c8 b8fe5ec 6ef3933 Add support for boolean plugin options
Project
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)