simonhaenisch / md-to-pdf

Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
https://www.npmjs.com/md-to-pdf
MIT License
1.16k stars 111 forks source link

chore(deps): bump marked from 4.3.0 to 14.1.0 #311

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps marked from 4.3.0 to 14.1.0.

Release notes

Sourced from marked's releases.

v14.1.0

14.1.0 (2024-08-26)

Bug Fixes

Features

  • add provideLexer and provideParser hooks (#3424) (447f5af)

v14.0.0

14.0.0 (2024-08-07)

Bug Fixes

BREAKING CHANGES

  • Remove old renderer
  • throw an error if async: false is set when an extension sets async: true

v13.0.3

13.0.3 (2024-07-28)

Bug Fixes

  • fix recursion-like stack overflow error caused by the old render… (#3380) (89af0b8)

v13.0.2

13.0.2 (2024-07-04)

Bug Fixes

v13.0.1

13.0.1 (2024-06-24)

Bug Fixes

... (truncated)

Commits
  • 14dcd33 chore(release): 14.1.0 [skip ci]
  • 3f0430a fix: don't export block or inline (#3427)
  • 447f5af feat: add provideLexer and provideParser hooks (#3424)
  • 0076503 chore(deps-dev): Bump semantic-release from 24.0.0 to 24.1.0 (#3423)
  • 750e8a3 chore(deps-dev): Bump @​semantic-release/github from 10.1.4 to 10.1.6 (#3422)
  • c4bd659 chore(deps-dev): Bump rollup from 4.20.0 to 4.21.0 (#3421)
  • 6062657 chore(deps-dev): Bump @​arethetypeswrong/cli from 0.15.3 to 0.15.4 (#3406)
  • 68d5b13 chore(deps-dev): Bump marked-highlight from 2.1.3 to 2.1.4 (#3405)
  • 1ba8388 chore(deps-dev): Bump @​semantic-release/github from 10.1.3 to 10.1.4 (#3404)
  • abb7b4e chore(deps-dev): Bump eslint from 9.8.0 to 9.9.0 (#3403)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | marked | [>= 7.a, < 8] | | marked | [>= 6.a, < 7] |

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)