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 mdast-util-from-markdown to v2 #8684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mdast-util-from-markdown ^0.8.5 -> ^2.0.0 age adoption passing confidence

Release Notes

syntax-tree/mdast-util-from-markdown (mdast-util-from-markdown)

v2.0.0

Compare Source

Change
  • 843e046 Update @types/mdast and friends
    migrate: update too
  • 12a5622 Update micromark, change buffers to Uint8Arrays
    migrate: see micromark@4.
    only really changes Buffer -> Uint8Array, so use encodings supported by TextDecoder
  • 4cbea5a Change to require Node.js 16
    migrate: update too
Change (when you make extensions)
  • 03581b3 Change to replace getter/setters with raw data
    migrate: this.getData('x') -> this.data.x, this.setData('x', 1) -> this.data.x = 1
  • 18f4bb0 Change to return undefined from enter, exit
    migrate: keep the node you pass to enter around; get the node yourself before exit
  • 88969a4 Remove deprecated OnError type
    migrate: OnError -> OnEnterError

Full Changelog: syntax-tree/mdast-util-from-markdown@1.3.1...2.0.0

v1.3.1

Compare Source

  • 13430aa Update types for changes in micromark-util-types

Full Changelog: syntax-tree/mdast-util-from-markdown@1.3.0...1.3.1

v1.3.0

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

Full Changelog: syntax-tree/mdast-util-from-markdown@1.1.1...1.2.0

v1.1.1

Compare Source

  • d617634 Add support for improved exit error handling

Full Changelog: syntax-tree/mdast-util-from-markdown@1.1.0...1.1.1

v1.1.0

Compare Source

  • 752dc22 Add support for error handler to token parsing

Full Changelog: syntax-tree/mdast-util-from-markdown@1.0.4...1.1.0

v1.0.4

Compare Source

  • ff32daf Use uvu/assert in development build

Full Changelog: syntax-tree/mdast-util-from-markdown@1.0.3...1.0.4

v1.0.3

Compare Source

  • a13fbcc Use power-assert in development build

Full Changelog: syntax-tree/mdast-util-from-markdown@1.0.2...1.0.3

v1.0.2

Compare Source

  • 4a3350f Fix to prefer error over assertion

Full Changelog: syntax-tree/mdast-util-from-markdown@1.0.1...1.0.2

v1.0.1

Compare Source

Full Changelog: syntax-tree/mdast-util-from-markdown@1.0.0...1.0.1

v1.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.

@changeset-bot
Copy link

changeset-bot bot commented Jul 10, 2023

⚠️ No Changeset found

Latest commit: 9c3de5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch from 4954e69 to 9c3de5c Compare July 17, 2023 14:08
@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch from 9c3de5c to 2d1347c Compare August 28, 2023 17:37
@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch 2 times, most recently from 8ef09d0 to 77cef07 Compare October 23, 2023 17:20
@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch from 77cef07 to a7e2fd7 Compare November 13, 2023 17:44
@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch from a7e2fd7 to 19804e3 Compare April 2, 2024 17:05
@renovate renovate bot force-pushed the renovate/mdast-util-from-markdown-2.x branch from 19804e3 to fe60918 Compare April 23, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants