Update dependency @sparticuz/chromium to v137 #2617
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^133.0.0
->^137.0.0
Release Notes
Sparticuz/chromium (@sparticuz/chromium)
v137.0.1
Compare Source
@sparticuz/chromium v137.0.1, @sparticuz/chromium-min v137.0.1
The
chromium-v137.0.1-layer.ARCH.zip
file may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v137.0.1-pack.ARCH.tar
file may be uploaded to any https endpoint and the remote location may be used as theinput
variable in thechromium.executablePath(input)
function.Support this project's continued development by becoming a monthly sponsor on GitHub. Your
contribution helps cover monthly maintenance costs and ensures ongoing improvements.
Full Changelog: Sparticuz/chromium@v137.0.0...v137.0.1
v137.0.0
Compare Source
@sparticuz/chromium v137.0.0, @sparticuz/chromium-min v137.0.0
Support this project's continued development by becoming a monthly sponsor on GitHub. Your contribution helps cover monthly maintenance costs and ensures ongoing improvements.
The
chromium-v137.0.0-layer.ARCH.zip
file may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v137.0.0-pack.ARCH.tar
file may be uploaded to any https endpoint and the remote location may be used as theinput
variable in thechromium.executablePath(input)
function.Notable Changes
Lots has changed since the last public release of @sparticuz/chromium 133.
Breaking Changes
Removed Args
Removed Opinionated Viewport
The User must now specify the viewport for Puppeteer. The following is a good default.
Removed chromium.headless
The User must now specify the headless type for their library.
"shell"
for Puppeteertrue
for Playwrightarm64 Support
Finally! It's here! A layer and a pack are now built for arm64.
Dependencies
Dependencies (fonts and lib packs) are now built instead of manually curated files.
Summary of the PRs that make this release
Chromium 137 (#359)
x64
andarm64
builds, making artifact naming and handling explicit for both architectures.archs
now supports bothx64
andarm64
).Make an arm64 layer also (#353)
release.yml
,test-arm.yml
, andtest-x64.yml
updated to handle separate ARM64 and x64 artifacts.bin/x64
andbin/arm64
directories for clarity and separation.package.json
) updated to exclude unnecessary arch-specific files from wrong releases.Major refactor, arm64 support, auto-gen dependencies (#351)
'shell'
for Puppeteer and defaults totrue
for Playwright.fonts.tar.br
,al2023.tar.br
) are now auto-generated.Support this project's continued development by becoming a monthly sponsor on GitHub. Your contribution helps cover monthly maintenance costs and ensures ongoing improvements.
What's Changed
error
event for remote font by @Juneezee in https://github.com/Sparticuz/chromium/pull/350New Contributors
Full Changelog: Sparticuz/chromium@v133.0.0...v137.0.0
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.