Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @marp-team/marp-cli from 3.4.0 to 4.0.4 #473

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2024

Bumps @marp-team/marp-cli from 3.4.0 to 4.0.4.

Release notes

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

v4.0.4

Added

  • Make faster launching CLI on Node.js 22.8.0 and later, by enabling Node.js compile cache with module.enableCompileCache() (#624)

Changed

  • Upgrade dependent packages to the latest versions (#623, #625)
  • Upgrade Marpit to v3.1.2 (#625)
  • Upgrade Marp Core to v4.0.1 (#625)
  • Upgrade Node.js LTS version to the latest version (#625)

v4.0.3

Added

  • Allow to disable GPU use of Chrome through CHROME_DISABLE_GPU environment variable (#592, #617, #618)

v4.0.2

Fixed

  • Fix packaging script for standalone binaries (#616)

v4.0.1

Removed

  • Get rid of sharp dependency in favor of using browser in JPEG image conversion with WebDriver BiDi (#610)

Fixed

  • Disable Chrome sandbox if running CLI as root (#611, #614)

Changed

  • Upgrade dependent packages to the latest versions (#615)

v4.0.0

[!IMPORTANT]

See also https://github.com/orgs/marp-team/discussions/533 about new changes in Marp Core.

⚡️ Breaking

  • End-of-Lifed Node.js 16 is no longer supported, and required Node.js 18 and later (#591)
  • Upgrade Marp Core to v4.0.0 (#591)
    • The slide container of built-in themes became the block element and adopted safe centering
    • Relax HTML allowlist: Allowed a lot of HTML elements and attributes by default
  • The container image is now based on Debian instead of Alpine (#608)

Added

... (truncated)

Changelog

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

v4.0.4 - 2024-12-25

Added

  • Make faster launching CLI on Node.js 22.8.0 and later, by enabling Node.js compile cache with module.enableCompileCache() (#624)

Changed

  • Upgrade dependent packages to the latest versions (#623, #625)
  • Upgrade Marpit to v3.1.2 (#625)
  • Upgrade Marp Core to v4.0.1 (#625)
  • Upgrade Node.js LTS version to the latest version (#625)

v4.0.3 - 2024-11-06

Added

  • Allow to disable GPU use of Chrome through CHROME_DISABLE_GPU environment variable (#592, #617, #618)

v4.0.2 - 2024-10-31

Fixed

  • Fix packaging script for standalone binaries (#616)

v4.0.1 - 2024-10-31

Removed

  • Get rid of sharp dependency in favor of using browser in JPEG image conversion with WebDriver BiDi (#610)

Fixed

  • Disable Chrome sandbox if running CLI as root (#611, #614)

Changed

  • Upgrade dependent packages to the latest versions (#615)

v4.0.0 - 2024-10-05

[!IMPORTANT]

See also https://github.com/orgs/marp-team/discussions/533 about new changes in Marp Core.

⚡️ Breaking

  • End-of-Lifed Node.js 16 is no longer supported, and required Node.js 18 and later (#591)
  • Upgrade Marp Core to v4.0.0 (#591)
    • The slide container of built-in themes became the block element and adopted safe centering

... (truncated)

Commits
  • a533875 4.0.4
  • 96ddf1f Merge pull request #625 from marp-team/upgrade-node-and-dependencies
  • baa86e2 Update timeout for converter testing
  • dfad3ed [ci skip] Update CHANGELOG.md
  • 9b2c062 Increase timeout for converter tests to improve stability
  • ee5a420 Fix deprecated condition before proceeding to next middleware at server
  • 7845256 Upgrade dependent packages to the latest version
  • 6a57056 Upgrade development Node.js LTS from v20 to v22
  • 4628dda Merge pull request #624 from marp-team/enable-compile-cache
  • 47e5157 [ci skip] Update CHANGELOG.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.


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 <dependency name> 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)

Bumps [@marp-team/marp-cli](https://github.com/marp-team/marp-cli) from 3.4.0 to 4.0.4.
- [Release notes](https://github.com/marp-team/marp-cli/releases)
- [Changelog](https://github.com/marp-team/marp-cli/blob/main/CHANGELOG.md)
- [Commits](marp-team/marp-cli@v3.4.0...v4.0.4)

---
updated-dependencies:
- dependency-name: "@marp-team/marp-cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Looks like @marp-team/marp-cli is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/marp-team/marp-cli-4.0.4 branch December 30, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants