Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency unified to v10 #1390

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
unified (source) ^9.2.2 -> ^10.0.0 age adoption passing confidence

Release Notes

unifiedjs/unified (unified)

v10.1.2

Compare Source

Full Changelog: unifiedjs/unified@10.1.1...10.1.2

v10.1.1

Compare Source

Full Changelog: unifiedjs/unified@10.1.0...10.1.1

v10.1.0

Compare Source

  • 134ecad Add plugin input/output type parameters

v10.0.1

Compare Source

  • 591b0c0 Fix types to support void async transformers

v10.0.0

Compare Source

Breaking
  • dc46bc5 Use ESM and update vfile
    • Change:

      // from cjs import
      var unified = require('unified')
      
      // to esm import
      import {unified} from 'unified'

      Learn more about ESM in this guide

    • Breaking: this updates vfile, which importantly renames vfile.contents to vfile.value. See vfile@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 a then function, return and actual promise

Types
  • 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

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 25, 2023 06:55
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 25, 2023
@renovate renovate bot force-pushed the renovate/unified-10.x branch 2 times, most recently from 62fad52 to 0d8a36a Compare June 10, 2023 18:52
@zbynek zbynek merged commit 9686923 into master Jul 7, 2023
4 checks passed
@zbynek zbynek deleted the renovate/unified-10.x branch July 7, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant