Bump qrcode.react from 3.1.0 to 4.0.0 in /client #308

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/qrcode.react-4.0.0 into main 2024-08-29 08:03:17 +00:00
dependabot[bot] commented 2024-08-29 01:02:09 +00:00 (Migrated from github.com)

Bumps qrcode.react from 3.1.0 to 4.0.0.

Release notes

Sourced from qrcode.react's releases.

v4.0.0

Added

  • Added proper support for ref, enabling direct access for underlying canvas or svg nodes. This also resulted in much more accurate type defitions. (#202)
  • Added support for marginSize prop, replacing the now deprecated includeMargin. This enables margins of any value, not just 0 or 4. (#281)
  • Added Support for Setting Image Opacity via imageSettings.opacity (#292)
  • Added minVersion prop to give better control over QR Code generated (#323)
  • Added support for specifying cross-origin for embedded images via imageSettings.crossOrigin. (#324)

Changed

  • Improved accessibility for QRCodeSVG by rendering a <title> node instead of setting a title attribute. (#284)
  • Improved accessibility with explicit role set on rendered SVG and Canvas. (#321)
  • Improved documentation (###)
  • Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (#291)

Deprecated

  • The includeMargin prop has been deprecated in favor of marginSize. (#281)

Removed

  • Removed default export which was deprecated in v3. (#208)
  • Remove explicit style prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the ref changes (#357)

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301)
  • Set explicit display names for improved debugging experience. (#304)
  • Improved SVG compatibility by using href in place of xlink:href for embedded images. (#336)
  • Mitigated warnings when using QRCodeSVG in server components (#352)
Changelog

Sourced from qrcode.react's changelog.

[4.0.0] - 2024-08-27

Added

  • Added proper support for ref, enabling direct access for underlying canvas or svg nodes. This also resulted in much more accurate type defitions. (#202)
  • Added support for marginSize prop, replacing the now deprecated includeMargin. This enables margins of any value, not just 0 or 4. (#281)
  • Added Support for Setting Image Opacity via imageSettings.opacity (#292)
  • Added minVersion prop to give better control over QR Code generated (#323)
  • Added support for specifying cross-origin for embedded images via imageSettings.crossOrigin. (#324)

Changed

  • Improved accessibility for QRCodeSVG by rendering a <title> node instead of setting a title attribute. (#284)
  • Improved accessibility with explicit role set on rendered SVG and Canvas. (#321)
  • Improved documentation (###)
  • Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (#291)

Deprecated

  • The includeMargin prop has been deprecated in favor of marginSize. (#281)

Removed

  • Removed default export which was deprecated in v3. (#208)
  • Remove explicit style prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the ref changes (#357)

Fixed

  • Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (#301)
  • Set explicit display names for improved debugging experience. (#304)
  • Improved SVG compatibility by using href in place of xlink:href for embedded images. (#336)
  • Mitigated warnings when using QRCodeSVG in server components (#352)
Commits

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 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 [qrcode.react](https://github.com/zpao/qrcode.react) from 3.1.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zpao/qrcode.react/releases">qrcode.react's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h3>Added</h3> <ul> <li>Added proper support for <code>ref</code>, enabling direct access for underlying <code>canvas</code> or <code>svg</code> nodes. This also resulted in much more accurate type defitions. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/202">#202</a>)</li> <li>Added support for <code>marginSize</code> prop, replacing the now deprecated <code>includeMargin</code>. This enables margins of any value, not just <code>0</code> or <code>4</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/281">#281</a>)</li> <li>Added Support for Setting Image Opacity via <code>imageSettings.opacity</code> (<a href="https://redirect.github.com/zpao/qrcode.react/issues/292">#292</a>)</li> <li>Added <code>minVersion</code> prop to give better control over QR Code generated (<a href="https://redirect.github.com/zpao/qrcode.react/issues/323">#323</a>)</li> <li>Added support for specifying <code>cross-origin</code> for embedded images via <code>imageSettings.crossOrigin</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/324">#324</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improved accessibility for <code>QRCodeSVG</code> by rendering a <code>&lt;title&gt;</code> node instead of setting a <code>title</code> attribute. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/284">#284</a>)</li> <li>Improved accessibility with explicit <code>role</code> set on rendered SVG and Canvas. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/321">#321</a>)</li> <li>Improved documentation (###)</li> <li>Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/291">#291</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>The <code>includeMargin</code> prop has been deprecated in favor of <code>marginSize</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/281">#281</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Removed default export which was deprecated in v3. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/208">#208</a>)</li> <li>Remove explicit <code>style</code> prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the <code>ref</code> changes (<a href="https://redirect.github.com/zpao/qrcode.react/issues/357">#357</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/301">#301</a>)</li> <li>Set explicit display names for improved debugging experience. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/304">#304</a>)</li> <li>Improved SVG compatibility by using <code>href</code> in place of <code>xlink:href</code> for embedded images. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/336">#336</a>)</li> <li>Mitigated warnings when using QRCodeSVG in server components (<a href="https://redirect.github.com/zpao/qrcode.react/issues/352">#352</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md">qrcode.react's changelog</a>.</em></p> <blockquote> <h2>[4.0.0] - 2024-08-27</h2> <h3>Added</h3> <ul> <li>Added proper support for <code>ref</code>, enabling direct access for underlying <code>canvas</code> or <code>svg</code> nodes. This also resulted in much more accurate type defitions. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/202">#202</a>)</li> <li>Added support for <code>marginSize</code> prop, replacing the now deprecated <code>includeMargin</code>. This enables margins of any value, not just <code>0</code> or <code>4</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/281">#281</a>)</li> <li>Added Support for Setting Image Opacity via <code>imageSettings.opacity</code> (<a href="https://redirect.github.com/zpao/qrcode.react/issues/292">#292</a>)</li> <li>Added <code>minVersion</code> prop to give better control over QR Code generated (<a href="https://redirect.github.com/zpao/qrcode.react/issues/323">#323</a>)</li> <li>Added support for specifying <code>cross-origin</code> for embedded images via <code>imageSettings.crossOrigin</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/324">#324</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improved accessibility for <code>QRCodeSVG</code> by rendering a <code>&lt;title&gt;</code> node instead of setting a <code>title</code> attribute. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/284">#284</a>)</li> <li>Improved accessibility with explicit <code>role</code> set on rendered SVG and Canvas. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/321">#321</a>)</li> <li>Improved documentation (###)</li> <li>Used better types in TypeScript for ErrorCorrectionLevel, resulting in better developer experience. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/291">#291</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>The <code>includeMargin</code> prop has been deprecated in favor of <code>marginSize</code>. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/281">#281</a>)</li> </ul> <h3>Removed</h3> <ul> <li>Removed default export which was deprecated in v3. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/208">#208</a>)</li> <li>Remove explicit <code>style</code> prop. This still works identically as it was passed through and the type definitions are unaffected as they were improved via the <code>ref</code> changes (<a href="https://redirect.github.com/zpao/qrcode.react/issues/357">#357</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Improved support for dual publishing of ESM/CJS modules for better compatibility with tools. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/301">#301</a>)</li> <li>Set explicit display names for improved debugging experience. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/304">#304</a>)</li> <li>Improved SVG compatibility by using <code>href</code> in place of <code>xlink:href</code> for embedded images. (<a href="https://redirect.github.com/zpao/qrcode.react/issues/336">#336</a>)</li> <li>Mitigated warnings when using QRCodeSVG in server components (<a href="https://redirect.github.com/zpao/qrcode.react/issues/352">#352</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zpao/qrcode.react/commit/fe9b7098d75794e1137fca2c42aa6101d7d541c0"><code>fe9b709</code></a> 4.0.0</li> <li><a href="https://github.com/zpao/qrcode.react/commit/06536601642dc0b9edc34fea1e74722b732f44a0"><code>0653660</code></a> v4.0.0 is coming...</li> <li><a href="https://github.com/zpao/qrcode.react/commit/76adcd8cad522930b52567bb4cdaef4aaf49fd83"><code>76adcd8</code></a> Improve documentation (<a href="https://redirect.github.com/zpao/qrcode.react/issues/358">#358</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/38e030af5c9d91b21a64eef28cbdc08b22b4efcf"><code>38e030a</code></a> Support permalinking examples (<a href="https://redirect.github.com/zpao/qrcode.react/issues/365">#365</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/1c7da3c5986043d69e1c707fc94db744a00da7f1"><code>1c7da3c</code></a> Fix handling of negative <code>marginSize</code> (<a href="https://redirect.github.com/zpao/qrcode.react/issues/364">#364</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/2c56ff7fd2ab5ce2227afaafd074e3134dcef99a"><code>2c56ff7</code></a> Switch to <code>@​testing-library/react</code> (<a href="https://redirect.github.com/zpao/qrcode.react/issues/362">#362</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/040c28d542612e7d856791469f512fd7906f2ca7"><code>040c28d</code></a> Upgrade node version, switch to pnpm (<a href="https://redirect.github.com/zpao/qrcode.react/issues/360">#360</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/ca448871ecffb5d88607059318c9f2251ec51416"><code>ca44887</code></a> Remove explicit <code>style</code> prop (<a href="https://redirect.github.com/zpao/qrcode.react/issues/357">#357</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/9c269e75f479cccf636cb60c799d2e34dea21ffc"><code>9c269e7</code></a> Mitigate warnings when using <code>QRCodeSVG</code> in server components (<a href="https://redirect.github.com/zpao/qrcode.react/issues/352">#352</a>)</li> <li><a href="https://github.com/zpao/qrcode.react/commit/1cb92dade3a5a273175db66570bbba2432983dfa"><code>1cb92da</code></a> Update README.md (<a href="https://redirect.github.com/zpao/qrcode.react/issues/351">#351</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zpao/qrcode.react/compare/v3.1.0...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qrcode.react&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.0)](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-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>
cloudflare-workers-and-pages[bot] commented 2024-08-29 01:02:11 +00:00 (Migrated from github.com)

Deploying powertools with  Cloudflare Pages  Cloudflare Pages

Latest commit: ad76beb
Status:   Deploy successful!
Preview URL: https://166a0e93.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-yy4f.powertools.pages.dev

View logs

## Deploying powertools with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>ad76beb</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://166a0e93.powertools.pages.dev'>https://166a0e93.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-yy4f.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-yy4f.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/166a0e93-c7ce-4959-b2b8-b46e0dcde170)
This repo is archived. You cannot comment on pull requests.
No description provided.