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 simplesoftwareio/simple-qrcode from 2.0.0 to 4.2.0 #2426

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps simplesoftwareio/simple-qrcode from 2.0.0 to 4.2.0.

Release notes

Sourced from simplesoftwareio/simple-qrcode's releases.

4.2.0

Features:

  • Adds support for PHP 8.0 (#215)

Fixes:

  • Fixes an image merge issue where some images would not look correct after being placed over a QrCode. (#201)

4.1.0

Features:

  • New German translation! (#196)
  • Updated Brazillian Portuguese translation (#191)

Enhancements:

  • A HtmlString will now be returned if using Laravel (#195)

Fixes:

  • The proper aspect ratio will be used for non-square images when merging (#199)

image

4.0.0

Fixes:

  • Correctly loads the bacon-qr-code dependency (#175)
  • Correctly loads the Laravel Facade (#178)
  • Fixes an issue where a SMS message would not always create the body text (#169)
  • Fixes an issue where the DeferrableProvider could not be found (#177)
  • Fixes an issue where an alpha channel would not be used if 0 was passed in (#172)

3.0.0

image

Features:

  • Added new fancy QrCodes (#69)
    • Sqaure/Dot/Circle formatters
    • Circle/Square Eyes
  • Added the ability to change the eye colors (#69)
  • Added the ability to add gradient colors (#69)
  • Added the ability to add alpha channels to the foreground and background color. (#38)

Enhancements:

  • Upgraded to bacon-qr-code 2.0.0 (#150)
  • Removed illuminate/support requirement (#101)

Fixes:

  • Fixed the white square issue when making a svg QrCode (#124)
  • Fixed an issue where size was not saved when method chaining was used (#132)

Depreciated

... (truncated)

Changelog

Sourced from simplesoftwareio/simple-qrcode's changelog.

Simple QrCode

##Change Log

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
@dependabot dependabot bot requested review from dev-rminds and lexlog December 10, 2024 20:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2024

The following labels could not be found: Urgency: Low.

@lexlog
Copy link
Member

lexlog commented Dec 11, 2024

@dependabot rebase

Bumps [simplesoftwareio/simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode) from 2.0.0 to 4.2.0.
- [Release notes](https://github.com/SimpleSoftwareIO/simple-qrcode/releases)
- [Changelog](https://github.com/SimpleSoftwareIO/simple-qrcode/blob/develop/CHANGELOG.md)
- [Commits](SimpleSoftwareIO/simple-qrcode@2.0.0...4.2.0)

---
updated-dependencies:
- dependency-name: simplesoftwareio/simple-qrcode
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/develop/simplesoftwareio/simple-qrcode-4.2.0 branch from aba4900 to 938be3b Compare December 11, 2024 15:30
@dev-rminds
Copy link
Contributor

@RobinMeles the new version switched from GD driver to ImageMagick which require ImageMagick to be installed on the server, that's why the tests are failing.

Decided not to upgrade for now, as while we don't really need anything in the latest versions, it does create an additional dependency on the server.

@dev-rminds dev-rminds closed this Dec 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/develop/simplesoftwareio/simple-qrcode-4.2.0 branch December 12, 2024 17:23
@dev-rminds
Copy link
Contributor

@lexlog fyi

@lexlog
Copy link
Member

lexlog commented Dec 12, 2024

@dev-rminds from what i see we can install imagemagick on servers including prod with minor adjustments
but if you think it's not worth it, I will mute upgrade of this lib in dependabot, otherwise it will appear again
example from github doc
Screenshot 2024-12-12 at 19 20 03

what do you think?

@dev-rminds
Copy link
Contributor

@lexlog not worth it at the moment.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants