fix(deps): update dependency qrcode.react to v4 #6614
Annotations
3 errors, 1 warning, and 1 notice
ReceiveToken › should render a normal identity:
src/views/ReceiveToken/ReceiveToken.test.tsx#L26
expect(received).toMatchSnapshot()
Snapshot name: `ReceiveToken should render a normal identity 1`
- Snapshot - 0
+ Received + 2
@@ -121,10 +121,11 @@
<span
class="qrCode"
>
<svg
height="128"
+ role="img"
viewBox="0 0 41 41"
width="128"
>
<path
d="M0,0 h41v41H0z"
@@ -151,10 +152,11 @@
<span
class="qrCodeLarge"
>
<svg
height="128"
+ role="img"
viewBox="0 0 41 41"
width="128"
>
<path
d="M0,0 h41v41H0z"
at Object.<anonymous> (src/views/ReceiveToken/ReceiveToken.test.tsx:26:23)
|
QRCode › should render:
src/components/QRCode/QRCode.test.tsx#L10
expect(received).toMatchSnapshot()
Snapshot name: `QRCode should render 1`
- Snapshot - 0
+ Received + 1
@@ -2,10 +2,11 @@
<span
class="component"
>
<svg
height="128"
+ role="img"
viewBox="0 0 41 41"
width="128"
>
<path
d="M0,0 h41v41H0z"
at Object.<anonymous> (src/components/QRCode/QRCode.test.tsx:10:23)
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Stylelint deprecation
The github formatter is deprecated
|