Skip to content

build(deps): bump @sparticuz/chromium from 138.0.1 to 148.0.0 in /serverless#702

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/serverless/sparticuz/chromium-148.0.0
Closed

build(deps): bump @sparticuz/chromium from 138.0.1 to 148.0.0 in /serverless#702
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/serverless/sparticuz/chromium-148.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @sparticuz/chromium from 138.0.1 to 148.0.0.

Release notes

Sourced from @​sparticuz/chromium's releases.

v148.0.0

@​sparticuz/chromium v148.0.0, @​sparticuz/chromium-min v148.0.0

The chromium-v148.0.0-layer.ARCH.zip file may be uploaded directly as a layer in AWS Lambda using the following code

bucketName="chromiumUploadBucket" && archType="x64" && \
aws s3 cp chromium-v148.0.0-layer.${archType}.zip "s3://${bucketName}/chromiumLayers/chromium-v148.0.0-layer.${archType}.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v148.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v148.0.0-layer.${archType}.zip" --compatible-runtimes "nodejs20.x" "nodejs22.x" "nodejs24.x" --compatible-architectures $(if [ "$archType" = "x64" ]; then echo "x86_64"; else echo "$archType"; fi)

The chromium-v148.0.0-pack.ARCH.tar file may be uploaded to any https endpoint and the remote location may be used as the input variable in the chromium.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@v147.0.2...v148.0.0

v147.0.2

@​sparticuz/chromium v147.0.2, @​sparticuz/chromium-min v147.0.2

The chromium-v147.0.2-layer.ARCH.zip file may be uploaded directly as a layer in AWS Lambda using the following code

bucketName="chromiumUploadBucket" && archType="x64" && \
aws s3 cp chromium-v147.0.2-layer.${archType}.zip "s3://${bucketName}/chromiumLayers/chromium-v147.0.2-layer.${archType}.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v147.0.2" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v147.0.2-layer.${archType}.zip" --compatible-runtimes "nodejs20.x" "nodejs22.x" --compatible-architectures $(if [ "$archType" = "x64" ]; then echo "x86_64"; else echo "$archType"; fi)

The chromium-v147.0.2-pack.ARCH.tar file may be uploaded to any https endpoint and the remote location may be used as the input variable in the chromium.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@v147.0.1...v147.0.2

v147.0.1

@​sparticuz/chromium v147.0.1, @​sparticuz/chromium-min v147.0.1

The chromium-v147.0.1-layer.ARCH.zip file may be uploaded directly as a layer in AWS Lambda using the following code

bucketName="chromiumUploadBucket" && archType="x64" && \
aws s3 cp chromium-v147.0.1-layer.${archType}.zip "s3://${bucketName}/chromiumLayers/chromium-v147.0.1-layer.${archType}.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v147.0.1" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v147.0.1-layer.${archType}.zip" --compatible-runtimes "nodejs20.x" "nodejs22.x" "nodejs24.x" --compatible-architectures $(if [ "$archType" = "x64" ]; then echo "x86_64"; else echo "$archType"; fi)

The chromium-v147.0.1-pack.ARCH.tar file may be uploaded to any https endpoint and the remote location may be used as the input variable in the chromium.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.

... (truncated)

Commits
  • 412862e 148.0.0
  • 80c4e28 Merge pull request #502 from Sparticuz/chore/chromium-update-1610480
  • 5a039fa re-export functions for integration testing
  • 44f0452 linting
  • 3bf47a5 Update deps
  • 53ebbfc chore: bump Chromium revision to 1610480
  • a722ce4 32 gig root drive
  • 58cae70 Fix if fonts.tar.br is missing
  • 9e83f77 Change X64_INSTANCE_TYPE to c8id.8xlarge
  • 1c3285c Add support for Node.js 24.x in release workflow
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​sparticuz/chromium since your current version.


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 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 [@sparticuz/chromium](https://github.com/Sparticuz/chromium) from 138.0.1 to 148.0.0.
- [Release notes](https://github.com/Sparticuz/chromium/releases)
- [Commits](Sparticuz/chromium@v138.0.1...v148.0.0)

---
updated-dependencies:
- dependency-name: "@sparticuz/chromium"
  dependency-version: 148.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #725.

@dependabot dependabot Bot closed this May 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/serverless/sparticuz/chromium-148.0.0 branch May 29, 2026 04:07
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