Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @sparticuz/chromium from 121.0.0 to 122.0.0 #126

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps @sparticuz/chromium from 121.0.0 to 122.0.0.

Release notes

Sourced from @​sparticuz/chromium's releases.

v122.0.0

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

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

bucketName="chromiumUploadBucket" && \
aws s3 cp chromium-v122.0.0-layer.zip "s3://${bucketName}/chromiumLayers/chromium-v122.0.0-layer.zip" && \
aws lambda publish-layer-version --layer-name chromium --description "Chromium v122.0.0" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v122.0.0-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64

The chromium-v122.0.0-pack.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.

Breaking Changes

  • puppeteer/puppeteer#11815 Puppeteer changed the headless field values, should now be set to chrome-headless-shell for legacy use (Which is what @​sparticuz/chromium is using). true is reserved for future use.

What's Changed

Full Changelog: Sparticuz/chromium@v121.0.0...v122.0.0

Commits
  • 8efe5f9 122.0.0
  • aaa9fa6 Merge pull request #228 from Sparticuz/dependabot/github_actions/ncipollo/rel...
  • 800c97f Merge branch 'master' into dependabot/github_actions/ncipollo/release-action-...
  • 1da7ed4 Merge pull request #233 from Sparticuz/chromium122
  • 918c7ff notes about headless version
  • 01c4850 Update screenshot sha's due to disabling font-hinting
  • 9a6247d Chromium 122
  • da50372 Breaking: update puppeteer dep
  • 8206092 possible fix for fonts not rendering correctly
  • 81f83bb Update deps
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@sparticuz/chromium [< 108.1, > 108.0.0]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @brianfeucht.


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)

Bumps [@sparticuz/chromium](https://github.com/Sparticuz/chromium) from 121.0.0 to 122.0.0.
- [Release notes](https://github.com/Sparticuz/chromium/releases)
- [Commits](Sparticuz/chromium@v121.0.0...v122.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2024 04:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2024
@brianfeucht
Copy link
Member

@dependabot merge

@brianfeucht brianfeucht merged commit 48643b0 into main Feb 23, 2024
4 of 5 checks passed
@brianfeucht brianfeucht deleted the dependabot/npm_and_yarn/sparticuz/chromium-122.0.0 branch February 23, 2024 16:24
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant