Skip to content

Commit

Permalink
fix(deps): upgrade vitest (#2357)
Browse files Browse the repository at this point in the history
## Describe your changes

Fixes https://linear.app/nango/issue/NAN-1240/deps-upgrade-vitest

- Upgrade vitest major before they launch v2
It was easier than expected. I wish we could reup parallelism on
integration tests but we currently assume they run sequentially. It's
mostly around persist and records where we drop the schema entirely or
truncate the table. Ideally we won't do that, or if needed we use a
unique `schema_name` to avoid dropping concurrent tests.
  • Loading branch information
bodinsamuel authored Jun 19, 2024
1 parent 5bba87e commit 38affce
Show file tree
Hide file tree
Showing 24 changed files with 735 additions and 2,145 deletions.
2,155 changes: 700 additions & 1,455 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"testcontainers": "^9.12.0",
"tsx": "^4.6.2",
"typescript": "5.3.3",
"vitest": "0.33.0",
"vitest": "1.6.0",
"zx": "8.0.2"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 38affce

Please sign in to comment.