Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps bacon/bacon-qr-code from 3.0.1 to 3.0.2.

Release notes

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

v3.0.2

3.0.2 (2025-11-16)

Bug Fixes

  • encoder: use floor() for explicit truncation in MaskUtil (#211) (5278045)
  • remove unnecessary imagedestroy call (#199) (bd2370d)
  • use iconv_strlen in kanji mode (#200) (38d3c55)

Miscellaneous Chores

  • use wider PHPUnit version constraint (1e00ebd)
Changelog

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

3.0.2 (2025-11-16)

Bug Fixes

  • encoder: use floor() for explicit truncation in MaskUtil (#211) (5278045)
  • remove unnecessary imagedestroy call (#199) (bd2370d)
  • use iconv_strlen in kanji mode (#200) (38d3c55)

Miscellaneous Chores

  • use wider PHPUnit version constraint (1e00ebd)
Commits
  • fe259c5 chore(main): release 3.0.2 (#207)
  • 56350dc ci: upgrade to googleapis/release-please-action
  • 8bc23b7 ci: add missing gd extension to pull request workflow
  • 5278045 fix(encoder): use floor() for explicit truncation in MaskUtil (#211)
  • 38d3c55 fix: use iconv_strlen in kanji mode (#200)
  • 80bee1f test: remove leftover useless code in BitArrayTest (#210)
  • 741e712 refactor: simplify encoding mode detection logic (#201)
  • 50e742e test: remove deprecated MT_RAND_PHP and fix mt_rand() upper bound (#208)
  • 8fa86d0 refactor: remove redundant "& 0xFF" masks from ord() and BitArray (#203)
  • bd2370d fix: remove unnecessary imagedestroy call (#199)
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 [bacon/bacon-qr-code](https://github.com/Bacon/BaconQrCode) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/Bacon/BaconQrCode/releases)
- [Changelog](https://github.com/Bacon/BaconQrCode/blob/main/CHANGELOG.md)
- [Commits](Bacon/BaconQrCode@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: bacon/bacon-qr-code
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies php Pull requests that update Php code labels Nov 18, 2025
Copy link

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot dependabot bot merged commit 3bb740d into master Nov 18, 2025
38 checks passed
@dependabot dependabot bot deleted the dependabot/composer/bacon/bacon-qr-code-3.0.2 branch November 18, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants