marp-team / marp-core

The core of Marp converter
MIT License
786 stars 132 forks source link

Bump @marp-team/marp-cli from 0.23.3 to 1.3.0 #251

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @marp-team/marp-cli from 0.23.3 to 1.3.0.

Release notes

Sourced from @​marp-team/marp-cli's releases.

v1.3.0

Added

  • PDF metadata support (#367, #369)
  • --pdf-notes option to add presenter notes into PDF as annotations (#261, #369)
  • author and keywords metadata options / global directives (#367, #370)

Fixed

  • Cannot parse front-matter if input file had UTF-8 BOM (#357, #372)

Changed

  • Upgrade dependent packages to the latest version (#371)

v1.2.0

Added

  • Installation guide for Homebrew (#353)
  • Mention Node.js >= 12 requirement in README (#359, #361 by @​jlevon)

Changed

Removed

  • Installation guide for not-maintained Chocolatey (#350)

v1.1.1

Changed

  • Upgrade Marp Core to v2.0.3 (#351)
  • Upgrade dependent packages to the latest version (#351)

v1.1.0

Added

  • --image-scale option for setting the scale factor of rendered image(s) (#349)

Fixed

  • Update bespoke navigation plugin to adjust wheel sensitivity for Multi-touch devices (#340, #345)
  • Presenter notes are not applied to PPTX correctly (#346, #347)

Changed

... (truncated)

Changelog

Sourced from @​marp-team/marp-cli's changelog.

v1.3.0 - 2021-08-11

Added

  • PDF metadata support (#367, #369)
  • --pdf-notes option to add presenter notes into PDF as annotations (#261, #369)
  • author and keywords metadata options / global directives (#367, #370)

Fixed

  • Cannot parse front-matter if input file had UTF-8 BOM (#357, #372)

Changed

  • Upgrade dependent packages to the latest version (#371)

v1.2.0 - 2021-07-22

Added

  • Installation guide for Homebrew (#353)
  • Mention Node.js >= 12 requirement in README (#359, #361 by @​jlevon)

Changed

Removed

  • Installation guide for not-maintained Chocolatey (#350)

v1.1.1 - 2021-05-17

Changed

  • Upgrade Marp Core to v2.0.3 (#351)
  • Upgrade dependent packages to the latest version (#351)

v1.1.0 - 2021-05-11

Added

  • --image-scale option for setting the scale factor of rendered image(s) (#349)

Fixed

... (truncated)

Commits
  • 00dcd24 1.3.0
  • 1628450 Merge pull request #372 from marp-team/strip-utf8-bom
  • cb50456 [ci skip] Update CHANGELOG.md
  • 7937d0a Strip UTF-8 BOM from Markdown
  • feeccb3 Add test case about conversion with UTF-8 BOM
  • f026b01 Merge pull request #371 from marp-team/upgrade-dependencies
  • 9f07a52 [ci skip] Update CHANGELOG.md
  • 1149a16 Temporally ignored eslint-plugin-import errors for @rollup/plugin-node-resolve
  • c0e248c Caught up with a major update of ws
  • 2d5b0d5 Upgrade dependent packages to the latest version
  • Additional commits viewable in compare view


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 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 3 years ago

Superseded by #252.