chore: update dependencies to latest minor/patch versions#372
Open
chore: update dependencies to latest minor/patch versions#372
Conversation
🦋 Changeset detectedLatest commit: c400db4 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3862586 to
3aa290a
Compare
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).
3aa290a to
4f5cb68
Compare
tleguijt
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all dependencies and devDependencies to their latest compatible minor/patch versions.
Dependencies Updated
Dev Dependencies Updated
Changes
Test Plan
Notes