Laragear / TwoFactor

Two-Factor Authentication for all your users out-of-the-box.
https://github.com/sponsors/DarkGhostHunter
MIT License
261 stars 20 forks source link

Update bacon/bacon-qr-code requirement from 2.* to 2.* || 3.* #78

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 5 months ago

Updates the requirements on bacon/bacon-qr-code to permit the latest version.

Release notes

Sourced from bacon/bacon-qr-code's releases.

v3.0.0

3.0.0 (2024-04-18)

⚠ BREAKING CHANGES

  • drop support for PHP < 8.1

Features

Bug Fixes

  • correctly encode kanji bytes (735e04e)
  • correctly rotate eyes when using inherited colors (#174) (b0105c7)
  • make implicitly nullable params explicit (1b26475)
  • prevent division by zero in Rgb toCmyk method (#179) (12338c9)
  • use non-locale aware format for scale and translate (#100) (788bb77)
  • Version: correct number of EC blocks for version 4 (9298801)

Miscellaneous Chores

  • add test related files to .gitattributes (3e68a9d)
  • bump github action "codecov/codecov-action" 3 => 4 (de6217a)
  • fix ci deprecations (1e39f3b)
  • fix ci deprecations, run phpcs on php 8.2 (#140) (c6f79a4)
  • remove non-required entries from CHANGELOG.md (151a958)
Changelog

Sourced from bacon/bacon-qr-code's changelog.

3.0.0 (2024-04-18)

⚠ BREAKING CHANGES

  • drop support for PHP < 8.1

Features

Bug Fixes

  • correctly encode kanji bytes (735e04e)
  • correctly rotate eyes when using inherited colors (#174) (b0105c7)
  • make implicitly nullable params explicit (1b26475)
  • prevent division by zero in Rgb toCmyk method (#179) (12338c9)
  • use non-locale aware format for scale and translate (#100) (788bb77)
  • Version: correct number of EC blocks for version 4 (9298801)

Miscellaneous Chores

  • add test related files to .gitattributes (3e68a9d)
  • bump github action "codecov/codecov-action" 3 => 4 (de6217a)
  • fix ci deprecations (1e39f3b)
  • fix ci deprecations, run phpcs on php 8.2 (#140) (c6f79a4)
  • remove non-required entries from CHANGELOG.md (151a958)

2.0.7 - 2022-03-14

Fixed

  • #102 Fix internal path for CompositeEye

2.0.6 - 2022-02-04

Fixed

  • Added tests back into release package.

2.0.5 - 2022-01-31

Fixed

  • #70 Fix Imagick backend gradient generation.

... (truncated)

Commits
  • 510de6e Merge pull request #161 from Bacon/release-please--branches--main
  • 0b98ac5 chore(main): release 3.0.0
  • 12338c9 fix: prevent division by zero in Rgb toCmyk method (#179)
  • b0105c7 fix: correctly rotate eyes when using inherited colors (#174)
  • 1b26475 fix: make implicitly nullable params explicit
  • c01758c feat: add GD image renderer (#171)
  • 86deb82 ci: add pr title validation
  • 735e04e fix: correctly encode kanji bytes
  • 151a958 chore: remove non-required entries from CHANGELOG.md
  • d0aba4c ci: integrate release-please
  • Additional commits viewable in compare view


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 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)
sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

DarkGhostHunter commented 4 months ago

Going to point out this update will break the SVG tests because the resulting file is similar but not equal.

This should be fixed by using two SVG files for each version, and only using 3.* for the 3.x branch.

DarkGhostHunter commented 1 month ago

Superseded by #85

dependabot[bot] commented 1 month ago

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.