fix(deps): update dependency mdast-util-from-markdown to v2 #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.3.0
->^2.0.0
Release Notes
syntax-tree/mdast-util-from-markdown (mdast-util-from-markdown)
v2.0.2
Compare Source
Types
2454165
Refactor typescaf7d6a
Refactor to use@import
sFull 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 referenceTypes
1120df9
Add declaration mapsFull Changelog: syntax-tree/mdast-util-from-markdown@2.0.0...2.0.1
v2.0.0
Compare Source
Change
843e046
Update@types/mdast
and friendsmigrate: update too
12a5622
Updatemicromark
, change buffers toUint8Array
smigrate: see
micromark@4
.only really changes
Buffer
->Uint8Array
, so use encodings supported byTextDecoder
4cbea5a
Change to require Node.js 16migrate: update too
Change (when you make extensions)
03581b3
Change to replace getter/setters with raw datamigrate:
this.getData('x')
->this.data.x
,this.setData('x', 1)
->this.data.x = 1
18f4bb0
Change to returnundefined
fromenter
,exit
migrate: keep the node you pass to
enter
around; get the node yourself beforeexit
88969a4
Remove deprecatedOnError
typemigrate:
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 inmicromark-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.
This PR was generated by Mend Renovate. View the repository job log.