From 4beacfc09a4aa26828962e4d1f7f7caea2f7e971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:27:26 +0000 Subject: [PATCH 1/4] yarn(deps): bump qrcode.react from 3.1.0 to 4.0.1 Bumps [qrcode.react](https://github.com/zpao/qrcode.react) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/zpao/qrcode.react/releases) - [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/zpao/qrcode.react/compare/v3.1.0...v4.0.1) --- updated-dependencies: - dependency-name: qrcode.react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b242b3bbd7..8aba303f96 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "linkifyjs": "^4.1.3", "marked": "14.1.0", "plausible-tracker": "^0.3.9", - "qrcode.react": "^3.1.0", + "qrcode.react": "^4.0.1", "query-string": "^9.1.0", "react": "^18.3.1", "react-autosize-textarea": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 44627c503b..dc68d18f8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9488,10 +9488,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== -qrcode.react@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-3.1.0.tgz#5c91ddc0340f768316fbdb8fff2765134c2aecd8" - integrity sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q== +qrcode.react@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-4.0.1.tgz#1caf1d3f45bf1b6d9cf800cb0f0d671f6a89e68f" + integrity sha512-Lpj0tPBn561WiQ3QQWXbkx8xTtB8BZkJeMZWLJIL8iaPBCoWzW1IpCeU3gY5MDqsb0+efCvEGkl9O0naP64crA== qs@6.10.4: version "6.10.4" From 1f75668e86de0b4997ca18ef21dbbd4f08867c60 Mon Sep 17 00:00:00 2001 From: Jakob Schwehn Date: Fri, 30 Aug 2024 16:43:29 +0200 Subject: [PATCH 2/4] adjust import default export was removed with 4.0.0 --- src/components/SettingsDialog/ShareSession/ShareSession.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/SettingsDialog/ShareSession/ShareSession.tsx b/src/components/SettingsDialog/ShareSession/ShareSession.tsx index 30e3655232..ff3df28d4d 100644 --- a/src/components/SettingsDialog/ShareSession/ShareSession.tsx +++ b/src/components/SettingsDialog/ShareSession/ShareSession.tsx @@ -1,5 +1,5 @@ import classNames from "classnames"; -import QRCode from "qrcode.react"; +import {QRCodeCanvas} from "qrcode.react"; import {useTranslation} from "react-i18next"; import {useState} from "react"; import {useAppSelector} from "store"; @@ -31,9 +31,8 @@ export const ShareSession = () => {
{/* using an upscaled canvas instead of svg to make it a savable image */} - Date: Fri, 30 Aug 2024 14:44:47 +0000 Subject: [PATCH 3/4] yarn(deps): bump qrcode.react from 3.1.0 to 4.0.1 Bumps [qrcode.react](https://github.com/zpao/qrcode.react) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/zpao/qrcode.react/releases) - [Changelog](https://github.com/zpao/qrcode.react/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/zpao/qrcode.react/compare/v3.1.0...v4.0.1) --- updated-dependencies: - dependency-name: qrcode.react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8f746ca422..b399702676 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "linkifyjs": "^4.1.3", "marked": "14.1.0", "plausible-tracker": "^0.3.9", - "qrcode.react": "^3.1.0", + "qrcode.react": "^4.0.1", "query-string": "^9.1.0", "react": "^18.3.1", "react-autosize-textarea": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index d80e3e2488..a9038f3a2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9488,10 +9488,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== -qrcode.react@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-3.1.0.tgz#5c91ddc0340f768316fbdb8fff2765134c2aecd8" - integrity sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q== +qrcode.react@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-4.0.1.tgz#1caf1d3f45bf1b6d9cf800cb0f0d671f6a89e68f" + integrity sha512-Lpj0tPBn561WiQ3QQWXbkx8xTtB8BZkJeMZWLJIL8iaPBCoWzW1IpCeU3gY5MDqsb0+efCvEGkl9O0naP64crA== qs@6.10.4: version "6.10.4" From 300a2c9274e57e5c1ffe2b67a1fd53583da0b216 Mon Sep 17 00:00:00 2001 From: Jakob Schwehn Date: Fri, 30 Aug 2024 16:45:44 +0200 Subject: [PATCH 4/4] update snapshot --- .../__tests__/__snapshots__/ShareSession.test.tsx.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/SettingsDialog/ShareSession/__tests__/__snapshots__/ShareSession.test.tsx.snap b/src/components/SettingsDialog/ShareSession/__tests__/__snapshots__/ShareSession.test.tsx.snap index 1db3356e8e..1a62d6ffeb 100644 --- a/src/components/SettingsDialog/ShareSession/__tests__/__snapshots__/ShareSession.test.tsx.snap +++ b/src/components/SettingsDialog/ShareSession/__tests__/__snapshots__/ShareSession.test.tsx.snap @@ -28,6 +28,7 @@ Object {