TwoFactor
TwoFactor copied to clipboard
Update bacon/bacon-qr-code requirement from 2.* to 2.* || 3.*
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
- add GD image renderer (#171) (c01758c)
- drop support for PHP < 8.1 (2f1e117)
- make utf-8 eci prefix configurable (#130) (1f3e1e9)
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
Changelog
Sourced from bacon/bacon-qr-code's changelog.
3.0.0 (2024-04-18)
⚠ BREAKING CHANGES
- drop support for PHP < 8.1
Features
- add GD image renderer (#171) (c01758c)
- drop support for PHP < 8.1 (2f1e117)
- make utf-8 eci prefix configurable (#130) (1f3e1e9)
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
510de6eMerge pull request #161 from Bacon/release-please--branches--main0b98ac5chore(main): release 3.0.012338c9fix: prevent division by zero in Rgb toCmyk method (#179)b0105c7fix: correctly rotate eyes when using inherited colors (#174)1b26475fix: make implicitly nullable params explicitc01758cfeat: add GD image renderer (#171)86deb82ci: add pr title validation735e04efix: correctly encode kanji bytes151a958chore: remove non-required entries from CHANGELOG.mdd0aba4cci: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
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.
Superseded by #85
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.