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.0 #346

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.0.

Release notes

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

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.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
  • 1c0b250 3.0.0
  • cdba683 Merge pull request #523 from marp-team/upgrade-dependencies
  • c40bcb0 [ci skip] Update CHANGELOG.md
  • c69bdd6 Require Node.js v16 and later
  • b052d9c Bump development Node.js to v18.16.0
  • ea22065 Revert updating cosmiconfig to 8.2.0
  • 864783c Upgrade dependent packages to the latest version
  • b482388 Merge pull request #521 from marp-team/esm-engine
  • e3608af [ci skip] Update CHANGELOG.md
  • 706adc4 Update README.md
  • 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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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/346/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
yhatt commented 1 year ago

Close because Marp CLI requires Node.16 and later. Marp Core will make EoL Node.js support soft-deprecate, but will keep test against Node.js 14 as possible too.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.