Skip to content

Commit e96f836

Browse files
authored
fix(deps): update to latest version of vite+vitest (#6856)
1 parent 6e8d862 commit e96f836

File tree

9 files changed

+156
-383
lines changed

9 files changed

+156
-383
lines changed

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"slonik": "30.4.4",
3939
"strip-ansi": "7.1.0",
4040
"tslib": "2.8.1",
41-
"vitest": "3.1.1",
41+
"vitest": "3.2.4",
4242
"zod": "3.24.1"
4343
}
4444
}

integration-tests/tests/api/target/usage.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { graphql } from 'testkit/gql';
88
import { BreakingChangeFormulaType, ProjectType } from 'testkit/gql/graphql';
99
import { execute } from 'testkit/graphql';
1010
import { getServiceHost } from 'testkit/utils';
11-
import { T } from 'vitest/dist/chunks/reporters.d.CfRkRKN2';
1211
import { UTCDate } from '@date-fns/utc';
1312
// eslint-disable-next-line hive/enforce-deps-in-dev
1413
import { normalizeOperation } from '@graphql-hive/core';

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"turbo": "2.3.3",
9999
"typescript": "5.7.3",
100100
"vite-tsconfig-paths": "5.1.4",
101-
"vitest": "3.1.1"
101+
"vitest": "3.2.4"
102102
},
103103
"pnpm": {
104104
"overrides.esbuild": "To address CVE: https://github.com/graphql-hive/console/security/dependabot/259",
@@ -112,6 +112,7 @@
112112
"csstype": "3.1.2",
113113
"[email protected]>html-minifier": "-",
114114
"[email protected]>html-minifier": "-",
115+
"@fastify/vite@6>vite": "-",
115116
"ws@^8.0.0": "^8.18.0",
116117
"ws@*": ">=8.18.0 || >=7.5.10 || >=6.2.3 || >=5.2.4",
117118
"cookie@<0.7.0": "0.7.2",

packages/libraries/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"graphql": "16.9.0",
5858
"graphql-ws": "5.16.1",
5959
"nock": "14.0.0",
60-
"vitest": "3.1.1",
60+
"vitest": "3.2.4",
6161
"ws": "8.18.0"
6262
},
6363
"publishConfig": {

packages/libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"graphql": "16.9.0",
6060
"nock": "14.0.0",
6161
"tslib": "2.8.1",
62-
"vitest": "3.1.1"
62+
"vitest": "3.2.4"
6363
},
6464
"publishConfig": {
6565
"registry": "https://registry.npmjs.org",

packages/libraries/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"graphql-ws": "5.16.1",
6161
"graphql-yoga": "5.13.3",
6262
"nock": "14.0.0",
63-
"vitest": "3.1.1",
63+
"vitest": "3.2.4",
6464
"ws": "8.18.0"
6565
},
6666
"publishConfig": {

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"supertokens-node": "16.7.5",
7373
"tslib": "2.8.1",
7474
"undici": "6.21.3",
75-
"vitest": "3.1.1",
75+
"vitest": "3.2.4",
7676
"zod": "3.24.1",
7777
"zod-validation-error": "3.4.0"
7878
}

packages/services/broker-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"itty-router": "4.2.2",
1616
"toucan-js": "4.1.0",
1717
"undici": "6.21.3",
18-
"vitest": "3.1.1",
18+
"vitest": "3.2.4",
1919
"workers-loki-logger": "0.1.15",
2020
"zod": "3.24.1"
2121
}

0 commit comments

Comments
 (0)