Skip to content

Commit 4f5cb68

Browse files
committed
chore: update dependencies to latest minor/patch versions
Update dependencies and devDependencies to their latest compatible versions: Dependencies: - body-parser: 2.2.1 → 2.2.2 - decimal.js: 10.5.0 → 10.6.0 - express: 5.1.0 → 5.2.1 - msw: 2.8.4 → 2.12.7 Dev Dependencies: - @biomejs/biome: 2.3.7 → 2.3.11 - @changesets/cli: 2.29.7 → 2.29.8 - @types/body-parser: 1.19.5 → 1.19.6 - @types/express: 5.0.5 → 5.0.6 - @types/morgan: 1.9.9 → 1.9.10 - @types/qs: 6.9.11 → 6.14.0 - @vitest/coverage-v8: 4.0.13 → 4.0.16 - fishery: 2.2.3 → 2.4.0 - supertest: 7.1.4 → 7.2.2 - tsdown: 0.16.8 → 0.18.4 - vitest: 4.0.13 → 4.0.16 Changes: - Update type signatures for ParsedQs to handle new union type from @types/qs - Update biome schema version to 2.3.11 - Add missing ctMock.clear() cleanup in payment.test.ts (boy scout rule) All tests passing. No breaking changes. Note: Some intermittent test flakiness remains (pre-existing issue unrelated to these updates).
1 parent f75bfc0 commit 4f5cb68

6 files changed

Lines changed: 838 additions & 691 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,37 +33,37 @@
3333
},
3434
"dependencies": {
3535
"basic-auth": "2.0.1",
36-
"body-parser": "2.2.1",
37-
"decimal.js": "10.5.0",
38-
"express": "5.1.0",
36+
"body-parser": "2.2.2",
37+
"decimal.js": "10.6.0",
38+
"express": "5.2.1",
3939
"light-my-request": "6.6.0",
4040
"morgan": "1.10.1",
41-
"msw": "2.8.4",
41+
"msw": "2.12.7",
4242
"uuid": "11.1.0",
4343
"zod": "3.24.2",
4444
"zod-validation-error": "3.4.0"
4545
},
4646
"devDependencies": {
47-
"@biomejs/biome": "2.3.7",
47+
"@biomejs/biome": "2.3.11",
4848
"@changesets/changelog-github": "0.5.2",
49-
"@changesets/cli": "2.29.7",
49+
"@changesets/cli": "2.29.8",
5050
"@commercetools/platform-sdk": "8.16.0",
5151
"@types/basic-auth": "1.1.8",
52-
"@types/body-parser": "1.19.5",
53-
"@types/express": "5.0.5",
52+
"@types/body-parser": "1.19.6",
53+
"@types/express": "5.0.6",
5454
"@types/express-serve-static-core": "^5.1.0",
55-
"@types/morgan": "1.9.9",
55+
"@types/morgan": "1.9.10",
5656
"@types/node": "20.16.14",
57-
"@types/qs": "6.9.11",
57+
"@types/qs": "6.14.0",
5858
"@types/supertest": "6.0.3",
5959
"@types/uuid": "9.0.8",
60-
"@vitest/coverage-v8": "4.0.13",
61-
"fishery": "2.2.3",
62-
"supertest": "7.1.4",
60+
"@vitest/coverage-v8": "4.0.16",
61+
"fishery": "2.4.0",
62+
"supertest": "7.2.2",
6363
"timekeeper": "2.3.1",
64-
"tsdown": "0.16.8",
64+
"tsdown": "0.18.4",
6565
"typescript": "5.9.3",
66-
"vitest": "4.0.13"
66+
"vitest": "4.0.16"
6767
},
6868
"packageManager": "pnpm@10.24.0",
6969
"engines": {

0 commit comments

Comments
 (0)