Skip to content

Commit

Permalink
chore(deps): update vitest monorepo (#191)
Browse files Browse the repository at this point in the history
* chore(deps): update vitest monorepo

* replace c8 to v8

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hyeseong Kim <[email protected]>
  • Loading branch information
renovate[bot] and cometkim authored Oct 19, 2023
1 parent 49ba0e6 commit 608b9f6
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 359 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@
"@changesets/cli": "^2.20.0",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.13",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-v8": "^0.34.6",
"@xstate/cli": "^0.5.0",
"all-contributors-cli": "^6.24.0",
"c8": "^8.0.0",
"pkg-types": "^1.0.1",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vitest": "^0.31.0"
"vitest": "^0.34.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/__snapshots__/context.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`parseConfig > flags > rootDir=outDir is not allowed without TypeScript 1`] = `
"\\"rootDir\\" (.) and \\"outDir\\" (.) are conflict!
Expand Down
2 changes: 1 addition & 1 deletion src/__snapshots__/entry.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`getEntriesFromContext > bin entry only accepts js 1`] = `
"Only JavaScript files are allowed for bin entry.
Expand Down
Loading

0 comments on commit 608b9f6

Please sign in to comment.