Skip to content

Bump @sparticuz/chromium from 143.0.4 to 149.0.0#70

Merged
wu21-web merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sparticuz/chromium-149.0.0
Jul 4, 2026
Merged

Bump @sparticuz/chromium from 143.0.4 to 149.0.0#70
wu21-web merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sparticuz/chromium-149.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @sparticuz/chromium from 143.0.4 to 149.0.0.

Release notes

Sourced from @​sparticuz/chromium's releases.

v149.0.0

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

The chromium-v149.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-v149.0.0-layer.${archType}.zip "s3://${bucketName}/chromiumLayers/chromium-v149.0.0-layer.${archType}.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v149.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v149.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-v149.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.

If you or your company has financially benefited from this project, please support it's continued development by becoming a monthly sponsor on GitHub. Your contribution helps cover monthly maintenance costs and ensures ongoing improvements.

What's Changed

  • Breaking: Dropped CommonJS support. Ecmascript module support only. This mirrors puppeteer's removal of CJS.
  • Breaking: Puppeteer now returns a promise for puppeteer.defaultArgs(). This must be awaited in your code if you use it.
  • Breaking: Chromium to 149.0.7827.22, Puppeteer Updates by @​github-actions[bot] in Sparticuz/chromium#503

Full Changelog: Sparticuz/chromium@v148.0.0...v149.0.0

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.

... (truncated)

Commits
  • 3dbad60 149.0.0
  • e150374 Merge pull request #503 from Sparticuz/chore/chromium-update-1625079
  • 6a02ef2 fix: set engines.node to ^22.17.0 || >=24.0.0 to reflect backport and stable ...
  • 10194a9 Potential fix for pull request finding
  • 66dbab4 fix: correct bin path depth in paths.ts for flat tsc output (build/ not build...
  • 02f3537 fix: update package exports and types to point to build/ not build/esm/
  • 6407ad8 chore: ignore bin directory and remove debug console.log from integration test
  • 409363d fix: await puppeteer.defaultArgs in visual-regression tool
  • 620658d fix: use separate TAR_EXTENSION_REGEX for isTar to exclude plain .br/.gz files
  • 14de077 chore: update deps and remove paths.cjs.ts
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 3, 2026
@dependabot dependabot Bot requested a review from wu21-web as a code owner July 3, 2026 20:54
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 3, 2026
@wu21-web

wu21-web commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [@sparticuz/chromium](https://github.com/Sparticuz/chromium) from 143.0.4 to 149.0.0.
- [Release notes](https://github.com/Sparticuz/chromium/releases)
- [Commits](Sparticuz/chromium@v143.0.4...v149.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sparticuz/chromium-149.0.0 branch from c7d6d0e to 25d9039 Compare July 4, 2026 00:23
@wu21-web wu21-web merged commit 4df82cd into main Jul 4, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/sparticuz/chromium-149.0.0 branch July 4, 2026 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant