marp-team / marp-core

The core of Marp converter
MIT License
750 stars 127 forks source link

Bump @marp-team/marp-cli from 2.5.0 to 3.0.2 #348

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @marp-team/marp-cli from 2.5.0 to 3.0.2.

Release notes

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

v3.0.2

Fixed

  • Fix TypeError in the standalone binary by reverting how to resolve the bundled Marp Core (#526, #527)

v3.0.1

Fixed

  • Temporarily disable ESM engine resolution when using the standalone binary (#524, #525)

v3.0.0

Breaking

  • End-of-Lifed Node.js 14 is no longer supported, and required the latest Node.js 16 and later (#523)

Added

  • Support ES Modules and async resolution for engine script (#521)

Changed

  • Upgrade Marp Core to v3.7.0 (#523)
  • Upgrade Marpit to v2.5.0 (#523)
    • Added paginate: skip and paginate: hold

Fixed

  • Time out of conversion powered by Chromium in v2.5.0 Docker image (#520)
Changelog

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

v3.0.2 - 2023-06-19

Fixed

  • Fix TypeError in the standalone binary by reverting how to resolve the bundled Marp Core (#526, #527)

v3.0.1 - 2023-06-19

Fixed

  • Temporarily disable ESM engine resolution when using the standalone binary (#524, #525)

v3.0.0 - 2023-06-10

Breaking

  • End-of-Lifed Node.js 14 is no longer supported, and required the latest Node.js 16 and later (#523)

Added

  • Support ES Modules and async resolution for engine script (#521)

Changed

  • Upgrade Marp Core to v3.7.0 (#523)
  • Upgrade Marpit to v2.5.0 (#523)
    • Added paginate: skip and paginate: hold

Fixed

  • Time out of conversion powered by Chromium in v2.5.0 Docker image (#520)
Commits
  • d78151b 3.0.2
  • ec032f7 Merge pull request #527 from marp-team/fix-standalone-binary-remaining-import
  • e1da5b8 [ci skip] Update CHANGELOG.md
  • dd4990c Revert how to resolve bundled Marp Core
  • e4e8768 3.0.1
  • 5db93e4 Merge pull request #525 from marp-team/disable-esm-resolution-in-pkg-binary
  • 6ec2d32 [ci skip] Update CHANGELOG.md
  • cc4f187 Remove unused _silentImport method
  • 636cd6e Update README.md
  • 948e563 Update tests about resolving ESM engine
  • 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 1 year ago

Dependabot tried to add @marp-team/maintainers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/marp-team/marp-core/pulls/348/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the marp-team/marp-core repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 1 year ago

Superseded by #349.