rawilk / profile-filament-plugin

Profile & MFA starter kit for filament.
https://randallwilk.dev/docs/profile-filament-plugin
MIT License
10 stars 3 forks source link

Composer: Update bacon/bacon-qr-code requirement from ^2.0 to ^3.0 #29

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 2 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)
jimiero commented 1 month ago

@rawilk can you merge ? laravel/fortify now requires ^3.0

rawilk commented 3 weeks ago

@rawilk can you merge ? laravel/fortify now requires ^3.0

Sorry for the delay on this -- I've been busy with other projects so I haven't had time to manage this one. I'll be updating this soon though.