Skip to content

Commit

Permalink
build(deps): pin dependency vitest to 2.1.8 (#10751)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [vitest](https://redirect.github.com/vitest-dev/vitest)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| devDependencies | pin | [`^2.1.6` ->
`2.1.8`](https://renovatebot.com/diffs/npm/vitest/2.1.8/2.1.8) |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJjaG9yZSIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent b9d621b commit a68ae8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"devDependencies": {
"@esri/calcite-design-tokens": "3.0.0-next.2",
"@esri/eslint-plugin-calcite-components": "2.0.0-next.1",
"vitest": "^2.1.6"
"vitest": "2.1.8"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit a68ae8e

Please sign in to comment.