googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.48k stars 284 forks source link

Update dependency markdown-it-attrs to v4 - autoclosed #116

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it-attrs ^2.3.2 -> ^4.0.0 age adoption passing confidence

Release Notes

arve0/markdown-it-attrs ### [`v4.0.0`](https://togithub.com/arve0/markdown-it-attrs/releases/v4.0.0) [Compare Source](https://togithub.com/arve0/markdown-it-attrs/compare/v3.0.3...v4.0.0) **Breaking change**: Attributes for tables must be *two* new lines below table: header1 | header2 ------- | ------- column1 | column2 {.special} See [#​113](https://togithub.com/arve0/markdown-it-attrs/issues/113) for details. ### [`v3.0.3`](https://togithub.com/arve0/markdown-it-attrs/releases/v3.0.3) [Compare Source](https://togithub.com/arve0/markdown-it-attrs/compare/v3.0.2...v3.0.3) Include markdown-it version 11 as peer-dependency, https://github.com/arve0/markdown-it-attrs/pull/108 ### [`v3.0.2`](https://togithub.com/arve0/markdown-it-attrs/releases/v3.0.2) [Compare Source](https://togithub.com/arve0/markdown-it-attrs/compare/v3.0.1...v3.0.2) - Updated markdown-it peer dependency. - fix security vulnerabilities with `npm audit` ### [`v3.0.1`](https://togithub.com/arve0/markdown-it-attrs/releases/v3.0.1) [Compare Source](https://togithub.com/arve0/markdown-it-attrs/compare/v3.0.0...v3.0.1) Fixed incorrect attribute assignment for inline code in lists, issue [#​94](https://togithub.com/arve0/markdown-it-attrs/issues/94). Thanks to [@​rivy](https://togithub.com/rivy) for report and fix. ### [`v3.0.0`](https://togithub.com/arve0/markdown-it-attrs/releases/v3.0.0) [Compare Source](https://togithub.com/arve0/markdown-it-attrs/compare/v2.4.1...v3.0.0) Support for markdown-it 9.0, issue [#​90](https://togithub.com/arve0/markdown-it-attrs/issues/90)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: md2gslides@0.5.1
npm ERR! Found: markdown-it@8.4.2
npm ERR! node_modules/markdown-it
npm ERR!   markdown-it@"^8.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer markdown-it@">= 9.0.0 < 13.0.0" from markdown-it-attrs@4.0.0
npm ERR! node_modules/markdown-it-attrs
npm ERR!   markdown-it-attrs@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-22T22_24_26_608Z-debug.log