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 to ^1.5.3 #163

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
qrcode ^1.0.0 -> ^1.5.3 age adoption passing confidence

Release Notes

soldair/node-qrcode (qrcode)

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.4

Compare Source

v1.4.3

Compare Source

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

fixing security vulnerabillities reported by users of snyk and npm audit major
versions of deps were bumped and should only impact development of qrcode.

v1.3.2

Compare Source

Bug Fixes
  • forgot can-promise replacement (2514445)
  • replacing can-promise (8197d78)
  • security vulnerabillities and a ref to new Buffer (a40c757)

v1.3.1

Compare Source

v1.3.0

Compare Source

1.2.1 (2018-06-06)

v1.2.2

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

1.0.1 (2017-12-27)

v1.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Sep 1, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Sep 1, 2023

⚠️ No Changeset found

Latest commit: 713f9b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency @types/qrcode to ^1.5.2 chore(deps): update dependency @types/qrcode to ^1.5.3 Oct 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/qrcode to ^1.5.3 chore(deps): update dependency @types/qrcode to ^1.5.4 Oct 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/qrcode to ^1.5.4 chore(deps): update dependency @types/qrcode to ^1.5.5 Nov 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency @types/qrcode to ^1.5.5 chore(deps): update dependency qrcode to ^1.5.3 Jan 23, 2024
Copy link
Contributor

📊 Package size report   No changes

File Before After
Total (Includes all files) 67.0 kB 67.0 kB
Tarball size 12.8 kB -0.04%↓12.8 kB
Unchanged files
File Size
.babelrc 114 B
.browserslistrc 41 B
.changeset/config.json 308 B
.changeset/README.md 510 B
.codesanbox/ci.json 76 B
.commitlintrc 35 B
.editorconfig 161 B
.eslintignore 95 B
.eslintrc 341 B
.github/workflows/ci.yml 723 B
.github/workflows/codeql.yml 852 B
.github/workflows/pkg-size.yml 474 B
.github/workflows/release.yml 1.1 kB
.lintstagedrc.js 54 B
.postcssrc.js 51 B
.prettierignore 16 B
.prettierrc 31 B
.remarkrc 42 B
.renovaterc 35 B
.simple-git-hooks.js 51 B
.stylelintignore 69 B
.stylelintrc 42 B
.vitepress/components/index.ts 126 B
.vitepress/components/VueQrcodeDemo.vue 5.7 kB
.vitepress/components/VueQriousDemo.vue 3.3 kB
.vitepress/config.ts 213 B
.vitepress/theme/index.ts 336 B
CHANGELOG.md 280 B
index.md 6.3 kB
LICENSE 1.1 kB
package.json 1.9 kB
packages/vue-qrcode/CHANGELOG.md 4.4 kB
packages/vue-qrcode/index.md 5.3 kB
packages/vue-qrcode/index.ts 3.3 kB
packages/vue-qrcode/package.json 929 B
packages/vue-qrcode/README.md 5.5 kB
packages/vue-qrcode/tsconfig.json 139 B
packages/vue-qrious/CHANGELOG.md 4.1 kB
packages/vue-qrious/index.md 4.5 kB
packages/vue-qrious/index.ts 1.1 kB
packages/vue-qrious/package.json 998 B
packages/vue-qrious/qrious.d.ts 472 B
packages/vue-qrious/README.md 4.5 kB
packages/vue-qrious/tsconfig.json 174 B
packages/vue-qrious/typings.d.ts 46 B
README.md 6.3 kB
tsconfig.base.json 357 B
tsconfig.json 188 B
vercel.json 124 B

🤖 This report was automatically generated by pkg-size-action

@JounQin JounQin closed this Jan 23, 2024
@JounQin JounQin deleted the renovate/qrcode-1.x branch January 23, 2024 09:14
Copy link
Contributor Author

renovate bot commented Jan 23, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^1.5.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant