Update dependency @sparticuz/chromium to v141 #95
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:
^103.0.0->^141.0.0Release Notes
Sparticuz/chromium (@sparticuz/chromium)
v141.0.0Compare Source
@sparticuz/chromium v141.0.0, @sparticuz/chromium-min v141.0.0
The
chromium-v141.0.0-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v141.0.0-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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.
What's Changed
New Contributors
Full Changelog: Sparticuz/chromium@v140.0.0...v141.0.0
v140.0.0Compare Source
@sparticuz/chromium v140.0.0, @sparticuz/chromium-min v140.0.0
The
chromium-v140.0.0-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v140.0.0-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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.
What's Changed
Full Changelog: Sparticuz/chromium@v138.0.2...v140.0.0
v138.0.2Compare Source
@sparticuz/chromium v138.0.2, @sparticuz/chromium-min v138.0.2
The
chromium-v138.0.2-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v138.0.2-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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@v138.0.1...v138.0.2
v138.0.1Compare Source
@sparticuz/chromium v138.0.1, @sparticuz/chromium-min v138.0.1
The
chromium-v138.0.1-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v138.0.1-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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@v138.0.0...v138.0.1
v138.0.0Compare Source
@sparticuz/chromium v138.0.0, @sparticuz/chromium-min v138.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-v138.0.0-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v138.0.0-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v137.0.1...v138.0.0
v137.0.1Compare Source
@sparticuz/chromium v137.0.1, @sparticuz/chromium-min v137.0.1
The
chromium-v137.0.1-layer.ARCH.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v137.0.1-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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.0Compare 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.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v137.0.0-pack.ARCH.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable 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 Puppeteertruefor 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)
x64andarm64builds, making artifact naming and handling explicit for both architectures.archsnow supports bothx64andarm64).Make an arm64 layer also (#353)
release.yml,test-arm.yml, andtest-x64.ymlupdated to handle separate ARM64 and x64 artifacts.bin/x64andbin/arm64directories 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 totruefor 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
errorevent for remote font by @Juneezee in #350New Contributors
Full Changelog: Sparticuz/chromium@v133.0.0...v137.0.0
v133.0.0Compare Source
@sparticuz/chromium v133.0.0, @sparticuz/chromium-min v133.0.0
The
chromium-v133.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v133.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
headlessproperty typing by @hylickipiotr in #338New Contributors
Full Changelog: Sparticuz/chromium@v132.0.0...v133.0.0
v132.0.0Compare Source
@sparticuz/chromium v132.0.0, @sparticuz/chromium-min v132.0.0
The
chromium-v132.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v132.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
chrome-headless-shelldoes not and will not be supporting the 'new' headless mode.Full Changelog: Sparticuz/chromium@v131.0.1...v132.0.0
v131.0.1Compare Source
@sparticuz/chromium v131.0.1, @sparticuz/chromium-min v131.0.1
The
chromium-v131.0.1-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v131.0.1-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v131.0.0...v131.0.1
v131.0.0Compare Source
@sparticuz/chromium v131.0.0, @sparticuz/chromium-min v131.0.0
The
chromium-v131.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v131.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v130.0.0...v131.0.0
v130.0.0Compare Source
@sparticuz/chromium v130.0.0, @sparticuz/chromium-min v130.0.0
The
chromium-v130.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v130.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v129.0.0...v130.0.0
v129.0.0Compare Source
@sparticuz/chromium v129.0.0, @sparticuz/chromium-min v129.0.0
The
chromium-v129.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v129.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v127.0.0...v129.0.0
v127.0.0Compare Source
@sparticuz/chromium v127.0.0, @sparticuz/chromium-min v127.0.0
The
chromium-v127.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v127.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v126.0.0...v127.0.0
v126.0.0Compare Source
@sparticuz/chromium v126.0.0, @sparticuz/chromium-min v126.0.0
The
chromium-v126.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v126.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v123.0.1...v126.0.0
v123.0.1Compare Source
@sparticuz/chromium v123.0.1, @sparticuz/chromium-min v123.0.1
The
chromium-v123.0.1-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v123.0.1-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v123.0.0...v123.0.1
v123.0.0Compare Source
@sparticuz/chromium v123.0.0, @sparticuz/chromium-min v123.0.0
The
chromium-v123.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v123.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v122.0.0...v123.0.0
v122.0.0Compare Source
@sparticuz/chromium v122.0.0, @sparticuz/chromium-min v122.0.0
The
chromium-v122.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v122.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.Breaking Changes
headlessfield values, should now be set tochrome-headless-shellfor legacy use (Which is what @sparticuz/chromium is using).trueis reserved for future use.What's Changed
Full Changelog: Sparticuz/chromium@v121.0.0...v122.0.0
v121.0.0Compare Source
@sparticuz/chromium v121.0.0, @sparticuz/chromium-min v121.0.0
The
chromium-v121.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v121.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
New Contributors
Full Changelog: Sparticuz/chromium@v119.0.2...v121.0.0
v119.0.2Compare Source
@sparticuz/chromium v119.0.2, @sparticuz/chromium-min v119.0.2
The
chromium-v119.0.2-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v119.0.2-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Special Thanks
Full Changelog: Sparticuz/chromium@v119.0.0...v119.0.2
v119.0.0Compare Source
@sparticuz/chromium v119.0.0, @sparticuz/chromium-min v119.0.0
The
chromium-v119.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v119.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
LayerVersionexample by @davidjb in #178New Contributors
Full Changelog: Sparticuz/chromium@v118.0.0...v119.0.0
v118.0.0Compare Source
@sparticuz/chromium v118.0.0, @sparticuz/chromium-min v118.0.0
The
chromium-v118.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v118.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v117.0.0...v118.0.0
v117.0.0Compare Source
@sparticuz/chromium v117.0.0, @sparticuz/chromium-min v117.0.0
The
chromium-v117.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v117.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
New Contributors
Full Changelog: Sparticuz/chromium@v116.0.0...v117.0.0
v116.0.0Compare Source
@sparticuz/chromium v116.0.0, @sparticuz/chromium-min v116.0.0
The
chromium-v116.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v116.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v115.0.0...v116.0.0
v115.0.0Compare Source
@sparticuz/chromium v115.0.0, @sparticuz/chromium-min v115.0.0
The
chromium-v115.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v115.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v114.0.0...v115.0.0
v114.0.0Compare Source
@sparticuz/chromium v114.0.0, @sparticuz/chromium-min v114.0.0
The
chromium-v114.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v114.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Bugfixes
Full Changelog: Sparticuz/chromium@v113.0.1...v114.0.0
v113.0.1Compare Source
@sparticuz/chromium v113.0.1, @sparticuz/chromium-min v113.0.1
The
chromium-v113.0.1-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v113.0.1-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
Full Changelog: Sparticuz/chromium@v113.0.0...v113.0.1
v113.0.0Compare Source
@sparticuz/chromium v113.0.0, @sparticuz/chromium-min v113.0.0
The
chromium-v113.0.0-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v113.0.0-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.Breaking
What's Changed
Full Changelog: Sparticuz/chromium@v112.0.2...v113.0.0
v112.0.2Compare Source
@sparticuz/chromium v112.0.2, @sparticuz/chromium-min v112.0.2
The
chromium-v112.0.2-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v112.0.2-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.What's Changed
--single-processto avoid chromium error by @Sparticuz in #81Full Changelog: Sparticuz/chromium@v112.0.1...v112.0.2
v112.0.1Compare Source
@sparticuz/chromium v112.0.1, @sparticuz/chromium-min v112.0.1
The
chromium-v112.0.1-layer.zipfile may be uploaded directly as a layer in AWS Lambda using the following codeThe
chromium-v112.0.1-pack.tarfile may be uploaded to any https endpoint and the remote location may be used as theinputvariable in thechromium.executablePath(input)function.Breaking
This is technically a breaking change because of the new Chromium headless version, however, no code changes are necessary
What's Changed
--headless=newflag, graphics stack enable/disable, lots of docs updates bConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.