[PR #763] [MERGED] chore(deps): Bump bacon/bacon-qr-code from 3.0.1 to 3.0.2 #770

Closed
opened 2026-02-26 06:32:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/763
Author: @dependabot[bot]
Created: 11/18/2025
Status: Merged
Merged: 11/18/2025
Merged by: @dependabot[bot]

Base: masterHead: dependabot/composer/bacon/bacon-qr-code-3.0.2


📝 Commits (1)

  • e13f2c3 chore(deps): Bump bacon/bacon-qr-code from 3.0.1 to 3.0.2

📊 Changes

1 file changed (+8 additions, -7 deletions)

View changed files

📝 composer.lock (+8 -7)

📄 Description

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/763 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/composer/bacon/bacon-qr-code-3.0.2` --- ### 📝 Commits (1) - [`e13f2c3`](https://github.com/nextcloud/twofactor_gateway/commit/e13f2c3f7f49edbee5bf6c0e9d81e05e5b651ea2) chore(deps): Bump bacon/bacon-qr-code from 3.0.1 to 3.0.2 ### 📊 Changes **1 file changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+8 -7) </details> ### 📄 Description Bumps [bacon/bacon-qr-code](https://github.com/Bacon/BaconQrCode) from 3.0.1 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Bacon/BaconQrCode/releases">bacon/bacon-qr-code's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h2><a href="https://github.com/Bacon/BaconQrCode/compare/v3.0.1...v3.0.2">3.0.2</a> (2025-11-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>encoder:</strong> use floor() for explicit truncation in MaskUtil (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/211">#211</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/527804511b1c51c26cfc6d0e070598e8524653d7">5278045</a>)</li> <li>remove unnecessary imagedestroy call (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/199">#199</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/bd2370dfd3cceeee8fe7e83f56b16bd1b2e70f0f">bd2370d</a>)</li> <li>use iconv_strlen in kanji mode (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/200">#200</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/38d3c55a2011b493503f2d8e0ea2f7ba90084130">38d3c55</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>use wider PHPUnit version constraint (<a href="https://github.com/Bacon/BaconQrCode/commit/1e00ebd58b6d13605abed832ad16d73b182efcce">1e00ebd</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Bacon/BaconQrCode/blob/main/CHANGELOG.md">bacon/bacon-qr-code's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Bacon/BaconQrCode/compare/v3.0.1...v3.0.2">3.0.2</a> (2025-11-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>encoder:</strong> use floor() for explicit truncation in MaskUtil (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/211">#211</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/527804511b1c51c26cfc6d0e070598e8524653d7">5278045</a>)</li> <li>remove unnecessary imagedestroy call (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/199">#199</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/bd2370dfd3cceeee8fe7e83f56b16bd1b2e70f0f">bd2370d</a>)</li> <li>use iconv_strlen in kanji mode (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/200">#200</a>) (<a href="https://github.com/Bacon/BaconQrCode/commit/38d3c55a2011b493503f2d8e0ea2f7ba90084130">38d3c55</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>use wider PHPUnit version constraint (<a href="https://github.com/Bacon/BaconQrCode/commit/1e00ebd58b6d13605abed832ad16d73b182efcce">1e00ebd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Bacon/BaconQrCode/commit/fe259c55425b8178f77fb6d1f84ba2473e21ed55"><code>fe259c5</code></a> chore(main): release 3.0.2 (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/207">#207</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/56350dcf65c3f3ccb4f064b6cf30392bbeefcb49"><code>56350dc</code></a> ci: upgrade to googleapis/release-please-action</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/8bc23b7ea708380068581f8141785d8d81642937"><code>8bc23b7</code></a> ci: add missing gd extension to pull request workflow</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/527804511b1c51c26cfc6d0e070598e8524653d7"><code>5278045</code></a> fix(encoder): use floor() for explicit truncation in MaskUtil (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/211">#211</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/38d3c55a2011b493503f2d8e0ea2f7ba90084130"><code>38d3c55</code></a> fix: use iconv_strlen in kanji mode (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/200">#200</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/80bee1f23112d90fb8d0229025638cf4193028ce"><code>80bee1f</code></a> test: remove leftover useless code in BitArrayTest (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/210">#210</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/741e71264d80e3788a99b077763ec4a05d3489bb"><code>741e712</code></a> refactor: simplify encoding mode detection logic (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/201">#201</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/50e742ed3d35d569255f851b0d2dd8ce49647dca"><code>50e742e</code></a> test: remove deprecated MT_RAND_PHP and fix mt_rand() upper bound (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/208">#208</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/8fa86d010f4d85d8c5b4feb09001d8d8e06841ea"><code>8fa86d0</code></a> refactor: remove redundant &quot;&amp; 0xFF&quot; masks from ord() and BitArray (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/203">#203</a>)</li> <li><a href="https://github.com/Bacon/BaconQrCode/commit/bd2370dfd3cceeee8fe7e83f56b16bd1b2e70f0f"><code>bd2370d</code></a> fix: remove unnecessary imagedestroy call (<a href="https://redirect.github.com/Bacon/BaconQrCode/issues/199">#199</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Bacon/BaconQrCode/compare/v3.0.1...v3.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bacon/bacon-qr-code&package-manager=composer&previous-version=3.0.1&new-version=3.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#770
No description provided.