Skip to content

Commit

Permalink
chore(deps): bump vitest from 0.26.3 to 0.27.1 (#4027)
Browse files Browse the repository at this point in the history
* chore(deps): bump vitest from 0.26.3 to 0.27.1

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.26.3 to 0.27.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.27.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pnpm-lock.yaml

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jan 17, 2023
1 parent ec925a6 commit bd5c146
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.26.3"
"vitest": "^0.27.1"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"@vitest/coverage-c8": "^0.26.3",
"@vitest/coverage-istanbul": "^0.27.1",
"vite": "^4.0.4",
"vitest": "^0.26.3"
"vitest": "^0.27.1"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@
"tslib": "^2.4.1"
},
"dependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
}
}
44 changes: 20 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "index.js",
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"engines": {
"node": ">=14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion test-packages/cspell-pipe/test-cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"main": "index.js",
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"main": "index.js",
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "index.js",
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"engines": {
"node": ">=14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"keywords": [],
"devDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit bd5c146

Please sign in to comment.