Skip to content

Commit 7444a07

Browse files
Merge pull request #1401 from ral-facilities/renovate/develop-major-vitest-monorepo
chore(deps): update vitest monorepo to v3 (develop) (major)
2 parents 59e3843 + fdd805e commit 7444a07

File tree

4 files changed

+141
-421
lines changed

4 files changed

+141
-421
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@types/eslint-plugin-jsx-a11y": "6.10.0",
9090
"@types/eslint__js": "8.42.3",
9191
"@types/react-router-dom": "5.3.3",
92-
"@vitest/coverage-v8": "2.1.9",
92+
"@vitest/coverage-v8": "3.1.2",
9393
"cross-env": "7.0.3",
9494
"cypress": "13.17.0",
9595
"eslint": "9.25.1",
@@ -109,7 +109,7 @@
109109
"serve-static": "1.16.2",
110110
"start-server-and-test": "2.0.11",
111111
"typescript-eslint": "8.31.0",
112-
"vitest": "2.1.9"
112+
"vitest": "3.1.2"
113113
},
114114
"msw": {
115115
"workerDirectory": "public"

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.0'
11+
const PACKAGE_VERSION = '2.7.5'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

src/homePage/__snapshots__/homePage.component.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ exports[`Home page component > homepage renders correctly 1`] = `
130130
style="background-image: url(/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
131131
>
132132
<div
133-
class="css-16b8d3"
133+
class="css-1ox020v"
134134
/>
135135
</div>
136136
</div>

0 commit comments

Comments
 (0)