marp-vscode
marp-vscode copied to clipboard
Bump @marp-team/marp-cli from 3.4.0 to 4.0.0
Bumps @marp-team/marp-cli from 3.4.0 to 4.0.0.
Release notes
Sourced from @marp-team/marp-cli
's releases.
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
- Initial support for Firefox / WebDriver BiDi protocol during conversion (#565, #597)
--browser
and some related options to control the browser for conversion (#603)- Find Chrome and Edge from the host Windows as a fallback when WSL 2 networking is mirrored mode (#604)
--debug
(-d
) option to CLI interface (#599)- Publish the container image to GitHub Container Registry (#578, #608)
- CI testing against Node.js v22 (#591)
Changed
- Upgrade Marpit to v3.1.1 (#591)
- Support for CSS nesting
- Use the new headless mode of Chrome while converting by default (#593)
- You can get back to the old headless mode by setting
PUPPETEER_HEADLESS_MODE=old
env.- Upgrade development Node.js LTS to v20.17.0 (#591)
- Upgrade dependent packages to the latest versions (#591, #598)
- Migrate ESLint config to flat config (#606)
- Switch package manager from yarn to npm (#607)
Fixed
Changelog
Sourced from @marp-team/marp-cli
's changelog.
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
- 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
- Initial support for Firefox / WebDriver BiDi protocol during conversion (#565, #597)
--browser
and some related options to control the browser for conversion (#603)- Find Chrome and Edge from the host Windows as a fallback when WSL 2 networking is mirrored mode (#604)
--debug
(-d
) option to CLI interface (#599)- Publish the container image to GitHub Container Registry (#578, #608)
- CI testing against Node.js v22 (#591)
Changed
- Upgrade Marpit to v3.1.1 (#591)
- Support for CSS nesting
- Use the new headless mode of Chrome while converting by default (#593)
- You can get back to the old headless mode by setting
PUPPETEER_HEADLESS_MODE=old
env.- Upgrade development Node.js LTS to v20.17.0 (#591)
- Upgrade dependent packages to the latest versions (#591, #598)
- Migrate ESLint config to flat config (#606)
- Switch package manager from yarn to npm (#607)
Fixed
Commits
4cecec9
4.0.0f9be4ff
Merge pull request #608 from marp-team/new-docker-image3f22707
[ci skip] Update CHANGELOG.md and README.mdb48da6c
Update Dockerfile to build Marp CLI by using current platformee1caae
Add new GitHub Actions workflow to build multi-arch images and push into mult...2dcad7c
Disable Docker build on CI workflow4d43346
Renew docker image to change the base from Alpine Linux to Debian3b32d04
Merge pull request #607 from marp-team/migrate-to-npm2f97e3f
[ci skip] Update CHANGELOG.md09c358f
Fix audit brought by cookie module- Additional commits viewable in compare view
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)