Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency qrcode.react to v4 - autoclosed #1445

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
qrcode.react (source) ^3.2.0 -> ^4.1.0 age adoption passing confidence

Release Notes

zpao/qrcode.react (qrcode.react)

v4.1.0

Compare Source

Added
  • Added support for new boostLevel prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#​374)
  • Added support for accepting an array of strings for value, which enables encoding of each part into independent segments. (#​374)

v4.0.1

Compare Source

Fixed
  • Corrected issue with loading types in Typescript when configured with "moduleResolution": "Bundler" or "module": "ESNext". (#​368)

v4.0.0

Compare Source

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 (#​358)
  • 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)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for aquamarine-blini-95325f failed. Why did it fail? →

Name Link
🔨 Latest commit 1be95e9
🔍 Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/673886dc6ee0b30008b528db

@renovate renovate bot force-pushed the renovate/qrcode.react-4.x branch from 22f84c9 to a56b48c Compare October 22, 2024 08:53
@renovate renovate bot force-pushed the renovate/qrcode.react-4.x branch from a56b48c to a38515b Compare November 16, 2024 08:00
@renovate renovate bot force-pushed the renovate/qrcode.react-4.x branch from a38515b to 1be95e9 Compare November 16, 2024 11:49
@renovate renovate bot changed the title chore(deps): update dependency qrcode.react to v4 chore(deps): update dependency qrcode.react to v4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/qrcode.react-4.x branch December 8, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants