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 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

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

Release Notes

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

v2.0.2

Compare Source

Types

Full Changelog: syntax-tree/mdast-util-from-markdown@2.0.1...2.0.2

v2.0.1

Compare Source

Fix
  • 4aa8425 Fix end point of texts ending in character reference
Types

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

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


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from hanshack as a code owner April 22, 2024 03:59
Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for geo-explorer ready!

Name Link
🔨 Latest commit 90f937d
🔍 Latest deploy log https://app.netlify.com/sites/geo-explorer/deploys/6625e0aeaeece60008fba5f0
😎 Deploy Preview https://deploy-preview-12--geo-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

0 participants