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

build(deps): bump qrcode.vue from 1.7.0 to 3.6.0 in /frontend #4981

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps qrcode.vue from 1.7.0 to 3.6.0.

Release notes

Sourced from qrcode.vue's releases.

v3.6.0

What's Changed

New Contributors

Full Changelog: scopewu/qrcode.vue@v3.5.1...v3.6.0

v3.5.1

Optimized

Forced type conversion margin, to support <qrcode-vue margin="0" :value="test"></qrcode-vue>.

:margin='0' maybe better. But support string.

Look more in #85

v3.5.0

feature:

  1. Upgrade to support logo for qrcode, check #47.
  2. Export components QrcodeCanvas and QrcodeSvg.

v3.4.1

BUGFIX

  • Fixed TypeScript type export error.

v3.4.0

Performance

  • remove qr.js dependency, use nayuki/QR-Code-generator instead.

v3.3.4

  1. upgrade dependencies.
  2. use native es modules.

v3.3.3

BUGFIX:

  • errorCorrectLevel error.

v3.3.2

Fixed type error of component props.

v3.3.1

optimizing function calls and type declarations.

v3.3.0

convert vue options to setup.

v3.2.0

... (truncated)

Changelog

Sourced from qrcode.vue's changelog.

[3.6.0] - 2024-11-03

Feature

  • Support gradient props for QRCode.

[3.5.0] - 2024-09-26

Feature

  • Support logo image for Qrcode.
  • Exports separate QrcodeCanvas and QrcodeSvg components

Direct references to QrcodeVue in common.js and cdn now require the default field:

const QrcodeVue = require('qrcode.vue').default
const { default: QrcodeVue, QrcodeCanvas, QrcodeSvg } = require('qrcode.vue')
<!--With HTML-->
<div id="root">
  <p class="flex space-x">
  <qrcode-vue :value="test" render-as="svg"></qrcode-vue>
<qrcode-canvas :value="test"></qrcode-canvas>
<qrcode-svg :value="test" :image-settings="imageSettings"></qrcode-svg>
</p>
<p><input v-model="test" /></p>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.prod.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/qrcode.vue.browser.min.js"></script>
<script>
Vue.createApp({
data() { return {
test: 'Hello World',
imageSettings: {
src: 'https://avatars.githubusercontent.com/u/15811268',
width: 30,
height: 30,
excavate: true,
},
}},
components: {
QrcodeVue: QrcodeVue.default,
QrcodeCanvas: QrcodeVue.QrcodeCanvas,
QrcodeSvg: QrcodeVue.QrcodeSvg,
},
}).mount('#root')
</tr></table>

... (truncated)

Commits
  • a483909 release: 3.5.1 -> 3.6.0
  • c19bd09 perf: use bootstrap with sass.
  • f194229 feat: add gradient fill functionality for QR codes (#87)
  • 6cb96f1 chore: change value in example.
  • 8e42a8a fix: forced type conversion.
  • c0e7227 chore(deps): update doc and upgrade deps.
  • 53e790c fix: change assert to with.
  • 3208666 chore(docs): opt example.
  • 0a4ef95 feat: canvas support image.
  • 148693c feat: fix vue maxnum error.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by iiiwwj, a new releaser for qrcode.vue since your current version.


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.vue](https://github.com/scopewu/qrcode.vue) from 1.7.0 to 3.6.0.
- [Release notes](https://github.com/scopewu/qrcode.vue/releases)
- [Changelog](https://github.com/scopewu/qrcode.vue/blob/main/CHANGELOG.md)
- [Commits](scopewu/qrcode.vue@v1.7.0...v3.6.0)

---
updated-dependencies:
- dependency-name: qrcode.vue
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants