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.15k stars 110 forks source link

chore(deps): bump marked from 4.3.0 to 8.0.0 #249

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps marked from 4.3.0 to 8.0.0.

Release notes

Sourced from marked's releases.

v8.0.0

8.0.0 (2023-09-03)

Bug Fixes

Features

BREAKING CHANGES

v7.0.5

7.0.5 (2023-08-26)

Bug Fixes

  • remove unknown from walkTokens return types (#2955) (65934c1)

v7.0.4

7.0.4 (2023-08-19)

Bug Fixes

v7.0.3

7.0.3 (2023-08-15)

Bug Fixes

  • Fix unicode Regex miscounting emoji length (#2942) (f3af23e)

v7.0.2

7.0.2 (2023-08-10)

... (truncated)

Commits
  • 4a855a8 chore(release): 8.0.0 [skip ci]
  • 326d46f 🗜️ build v8.0.0 [skip ci]
  • 22ebdb2 fix: remove deprecated options (#2936)
  • fc643a2 feat: add --config options to marked cli
  • 65b6f14 add config option to bin/marked (#2937)
  • afbaebc chore(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#2960)
  • 68ec0c9 chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 (#2959)
  • d491f4e chore(deps-dev): Bump eslint from 8.47.0 to 8.48.0 (#2958)
  • f8e0c6e chore(deps-dev): Bump @​rollup/plugin-typescript from 11.1.2 to 11.1.3 (#2957)
  • 603197e chore(deps-dev): Bump eslint-plugin-n from 16.0.1 to 16.0.2 (#2956)
  • 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)
dependabot[bot] commented 11 months ago

Superseded by #251.