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 9.0.2 #253

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps marked from 4.3.0 to 9.0.2.

Release notes

Sourced from marked's releases.

v9.0.2

9.0.2 (2023-09-16)

Bug Fixes

v9.0.1

9.0.1 (2023-09-15)

Bug Fixes

v9.0.0

9.0.0 (2023-09-09)

Bug Fixes

BREAKING CHANGES

    • remove built files from git repo.
    • If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm:
    • https://cdn.jsdelivr.net/npm/marked/marked.min.js

v8.0.1

8.0.1 (2023-09-06)

Bug Fixes

v8.0.0

8.0.0 (2023-09-03)

Bug Fixes

... (truncated)

Commits
  • 5d83697 chore(release): 9.0.2 [skip ci]
  • 8ebbb3c fix: fix unicode emstrong (#2989)
  • 56cee0a chore(release): 9.0.1 [skip ci]
  • bcc3067 fix: fix unexpected setext heading (#2986)
  • 0743d4a fix: single column table (#2985)
  • ccd0229 docs: remove slugger (#2984)
  • 998ba99 chore(deps-dev): Bump @​typescript-eslint/parser from 6.4.1 to 6.6.0 (#2978)
  • d537a13 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.4.1 to 6.6.0 (#...
  • a4fb6d7 chore(deps-dev): Bump @​semantic-release/github from 9.0.4 to 9.0.5 (#2980)
  • 7f181c1 chore(deps-dev): Bump eslint-plugin-n from 16.0.2 to 16.1.0 (#2981)
  • 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 #259.