adobe / mdast-util-gridtables

mdast extension to parse and serialize gridtables
Apache License 2.0
2 stars 3 forks source link

fix(deps): update dependency mdast-util-to-markdown to v2 #60

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mdast-util-to-markdown 1.5.0 -> 2.0.0 age adoption passing confidence

Release Notes

syntax-tree/mdast-util-to-markdown (mdast-util-to-markdown) ### [`v2.0.0`](https://togithub.com/syntax-tree/mdast-util-to-markdown/releases/tag/2.0.0) [Compare Source](https://togithub.com/syntax-tree/mdast-util-to-markdown/compare/1.5.0...2.0.0) ##### Change - [`6e5e12d`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/6e5e12d) Change to require Node.js 16 **migrate**: update too - [`d27d04d`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/d27d04d) Update `@types/mdast` and friends **migrate**: update too - [`5c90701`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/5c90701) Change to use `exports` map **migrate**: don’t use private APIs - [`89d0f5b`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/89d0f5b) Remove `bulletOrderedOther`, always use other bullets **migrate**: you can remove `bulletOrderedOther` if you passed it, it’s now the default - [`7f91d06`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/7f91d06) Change `fences` default to `true` **migrate**: you can remove `fences: true` if you passed it, explicitly set it to `false` if you want that, but fenced code is better than indented code - [`019f25f`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/019f25f) Change `listItemIndent` default from `'tab'` (size) to `'one'` **migrate**: you can remove `listItemIndent: 'one'` if you passed it, explicitly set it to `'tab'` if you want that - [`5b496da`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/5b496da) Remove ancient undocument support for `listItemIndent: 1` **migrate**: `1` -> `'one'` - [`2fcac46`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/2fcac46) Remove `Context` type alias **migrate**: `Context` -> `State` - [`445c51a`](https://togithub.com/syntax-tree/mdast-util-to-markdown/commit/445c51a) Remove `SafeOptions` type alias **migrate**: `SafeOptions` -> `Info` **Full Changelog**: https://github.com/syntax-tree/mdast-util-to-markdown/compare/1.5.0...2.0.0

Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

This PR will trigger a patch release when merged.

codecov[bot] commented 1 year ago

Codecov Report

Merging #60 (9860131) into main (ad5d193) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines         1140      1140           
=========================================
  Hits          1140      1140           
Impacted Files Coverage Δ
src/from-markdown.js 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: