Skip to content

Commit 64e9153

Browse files
renovate[bot]setchy
authored andcommitted
fix(deps): update dependency @primer/octicons-react to v19.9.0 (gitify-app#909)
* fix(deps): update dependency @primer/octicons-react to v19.9.0 * test: update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent cd51088 commit 64e9153

File tree

9 files changed

+5
-18
lines changed

9 files changed

+5
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@electron/remote": "2.1.2",
106-
"@primer/octicons-react": "19.8.0",
106+
"@primer/octicons-react": "19.9.0",
107107
"axios": "1.6.8",
108108
"date-fns": "3.6.0",
109109
"electron-updater": "6.1.8",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ exports[`components/AccountNotifications.tsx should render itself (github.com wi
1212
fill="currentColor"
1313
focusable="false"
1414
height={20}
15-
role="img"
1615
style={
1716
{
1817
"display": "inline-block",
@@ -46,7 +45,6 @@ exports[`components/AccountNotifications.tsx should render itself (github.com wi
4645
fill="currentColor"
4746
focusable="false"
4847
height={20}
49-
role="img"
5048
style={
5149
{
5250
"display": "inline-block",

src/components/__snapshots__/NotificationRow.test.tsx.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ exports[`components/Notification.js should render itself & its children 1`] = `
99
title="Open Issue"
1010
>
1111
<svg
12-
aria-hidden="false"
1312
aria-label="Issue"
1413
className="octicon octicon-issue-opened"
1514
fill="currentColor"
@@ -72,7 +71,6 @@ exports[`components/Notification.js should render itself & its children 1`] = `
7271
title="Mark as Done"
7372
>
7473
<svg
75-
aria-hidden="false"
7674
aria-label="Mark as Done"
7775
className="octicon octicon-check"
7876
fill="currentColor"
@@ -101,7 +99,6 @@ exports[`components/Notification.js should render itself & its children 1`] = `
10199
title="Unsubscribe"
102100
>
103101
<svg
104-
aria-hidden="false"
105102
aria-label="Unsubscribe"
106103
className="octicon octicon-bell-slash"
107104
fill="currentColor"
@@ -130,7 +127,6 @@ exports[`components/Notification.js should render itself & its children 1`] = `
130127
title="Mark as Read"
131128
>
132129
<svg
133-
aria-hidden="false"
134130
aria-label="Mark as Read"
135131
className="octicon octicon-read"
136132
fill="currentColor"

src/components/__snapshots__/Repository.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ exports[`components/Repository.tsx should render itself & its children 1`] = `
2727
title="Mark Repository as Done"
2828
>
2929
<svg
30-
aria-hidden="false"
3130
aria-label="Mark Repository as Done"
3231
className="octicon octicon-check"
3332
fill="currentColor"
@@ -59,7 +58,6 @@ exports[`components/Repository.tsx should render itself & its children 1`] = `
5958
title="Mark Repository as Read"
6059
>
6160
<svg
62-
aria-hidden="false"
6361
aria-label="Mark Repository as Read"
6462
className="octicon octicon-read"
6563
fill="currentColor"

src/components/__snapshots__/Sidebar.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
6565
title="4 Unread Notifications"
6666
>
6767
<svg
68-
aria-hidden="false"
6968
aria-label="4 Unread Notifications"
7069
className="octicon octicon-bell"
7170
fill="currentColor"
@@ -194,7 +193,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
194193
title="4 Unread Notifications"
195194
>
196195
<svg
197-
aria-hidden="false"
198196
aria-label="4 Unread Notifications"
199197
className="octicon octicon-bell"
200198
fill="currentColor"

src/routes/__snapshots__/LoginEnterprise.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`routes/LoginEnterprise.js renders correctly 1`] = `
1313
title="Go Back"
1414
>
1515
<svg
16-
aria-hidden="false"
1716
aria-label="Go Back"
1817
className="hover:text-gray-400"
1918
fill="currentColor"

src/routes/__snapshots__/LoginWithToken.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`routes/LoginWithToken.js renders correctly 1`] = `
1313
title="Go Back"
1414
>
1515
<svg
16-
aria-hidden="false"
1716
aria-label="Go Back"
1817
className="hover:text-gray-400"
1918
fill="currentColor"

src/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
4141
title="Go Back"
4242
>
4343
<svg
44-
aria-hidden="false"
4544
aria-label="Go Back"
4645
class="hover:text-gray-400"
4746
fill="currentColor"

0 commit comments

Comments
 (0)