Skip to content

Commit f4d61f2

Browse files
authored
build(deps-dev): bump the vitest group in /frontend with 2 updates (#4632)
2 parents 905cc8d + bd28679 commit f4d61f2

File tree

15 files changed

+260
-239
lines changed

15 files changed

+260
-239
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react-dom": "19.1.6",
6161
"@types/swagger-ui-dist": "^3.30.5",
6262
"@vitejs/plugin-react": "^4.5.1",
63-
"@vitest/coverage-v8": "^3.2.0",
63+
"@vitest/coverage-v8": "^3.2.3",
6464
"autoprefixer": "^10.4.21",
6565
"browserslist-to-esbuild": "^2.1.1",
6666
"graphql": "^16.11.0",

frontend/src/components/Client/__snapshots__/OAuth2ClientDetail.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
2424
</h4>
2525
<div
2626
aria-orientation="horizontal"
27-
class="_separator_162edc _section_162edc -mt-4"
27+
class="_separator_59a6a1 _section_59a6a1 -mt-4"
2828
role="separator"
2929
/>
3030
<ul
@@ -56,7 +56,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
5656
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50 text-ellipsis overflow-hidden"
5757
>
5858
<a
59-
class="_link_1v5rz_8 _externalLink_a97355"
59+
class="_link_1v5rz_8 _externalLink_94c115"
6060
data-kind="primary"
6161
data-size="medium"
6262
href="https://client.org/tos"
@@ -79,7 +79,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
7979
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50 text-ellipsis overflow-hidden"
8080
>
8181
<a
82-
class="_link_1v5rz_8 _externalLink_a97355"
82+
class="_link_1v5rz_8 _externalLink_94c115"
8383
data-kind="primary"
8484
data-size="medium"
8585
href="https://client.org/policy"

frontend/src/components/LoadingScreen/__snapshots__/LoadingScreen.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
exports[`LoadingScreen > render <LoadingScreen /> 1`] = `
44
<DocumentFragment>
55
<main
6-
class="_loadingScreen_0642c6"
6+
class="_loadingScreen_5dc073"
77
>
88
<div
99
aria-busy="true"
1010
class=""
1111
role="alert"
1212
>
1313
<svg
14-
class="_loadingSpinnerInner_0c7436"
14+
class="_loadingSpinnerInner_14d3fe"
1515
fill="none"
1616
role="img"
1717
viewBox="0 0 100 101"

frontend/src/components/Session/__snapshots__/ClientAvatar.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`<ClientAvatar /> > renders client logo 1`] = `
44
<div>
55
<img
66
alt="Test Client"
7-
class="_avatar_39aee3"
7+
class="_avatar_d3cd4c"
88
referrerpolicy="no-referrer"
99
src="https://www.testclient.com/logo.png"
1010
style="--mas-avatar-size: 10px;"

frontend/src/components/Session/__snapshots__/DeviceTypeIcon.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`<DeviceTypeIcon /> > renders mobile device type 1`] = `
44
<div>
55
<svg
66
aria-label="Mobile"
7-
class="_deviceTypeIcon_e677aa"
7+
class="_deviceTypeIcon_261d75"
88
fill="currentColor"
99
height="1em"
1010
viewBox="0 0 24 24"
@@ -22,7 +22,7 @@ exports[`<DeviceTypeIcon /> > renders pc device type 1`] = `
2222
<div>
2323
<svg
2424
aria-label="Computer"
25-
class="_deviceTypeIcon_e677aa"
25+
class="_deviceTypeIcon_261d75"
2626
fill="currentColor"
2727
height="1em"
2828
viewBox="0 0 24 24"
@@ -40,7 +40,7 @@ exports[`<DeviceTypeIcon /> > renders tablet device type 1`] = `
4040
<div>
4141
<svg
4242
aria-label="Tablet"
43-
class="_deviceTypeIcon_e677aa"
43+
class="_deviceTypeIcon_261d75"
4444
fill="currentColor"
4545
height="1em"
4646
viewBox="0 0 24 24"
@@ -58,7 +58,7 @@ exports[`<DeviceTypeIcon /> > renders unknown device type 1`] = `
5858
<div>
5959
<svg
6060
aria-label="Unknown device type"
61-
class="_deviceTypeIcon_e677aa"
61+
class="_deviceTypeIcon_261d75"
6262
fill="currentColor"
6363
height="1em"
6464
viewBox="0 0 24 24"

frontend/src/components/Session/__snapshots__/LastActive.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exports[`<LastActive > renders a relative timestamp 1`] = `
2323
exports[`<LastActive > renders an 'active now' timestamp 1`] = `
2424
<div>
2525
<span
26-
class="_active_04756f"
26+
class="_active_f381d7"
2727
title="Mon, 18 Sept 2023, 01:12"
2828
>
2929
Active now

0 commit comments

Comments
 (0)