Skip to content

Commit

Permalink
Update dependency vitest to ^0.31.4 (#219)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.31.3` ->
`^0.31.4`](https://renovatebot.com/diffs/npm/vitest/0.31.3/0.31.4) |
[![age](https://badges.renovateapi.com/packages/npm/vitest/0.31.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.31.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vitest/0.31.4/compatibility-slim/0.31.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.31.4/confidence-slim/0.31.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest</summary>

###
[`v0.31.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.31.4)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.3...v0.31.4)

#####    🚀 Features

- Enable experimentalOptimizer  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3413
[<samp>(5a894)</samp>](https://togithub.com/vitest-dev/vitest/commit/5a894aa2)

#####    🐞 Bug Fixes

- **vite-node**: Deps.inline doesn't work  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#3485
[<samp>(be930)</samp>](https://togithub.com/vitest-dev/vitest/commit/be93032f)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.3...v0.31.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/dermoumi/crafts).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent dad09a1 commit cd40d99
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 84 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Expand Up @@ -31,6 +31,6 @@
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-top-level-await": "^1.3.1",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion libs/default-map/package.json
Expand Up @@ -18,6 +18,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion libs/ecs/package.json
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion libs/game-app/package.json
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-client/input/package.json
Expand Up @@ -22,6 +22,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-client/three/package.json
Expand Up @@ -27,6 +27,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-client/variable-update/package.json
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-common/fixed-update/package.json
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-common/physics/package.json
Expand Up @@ -24,6 +24,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion plugins-common/world-entities/package.json
Expand Up @@ -21,6 +21,6 @@
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.3"
"vitest": "^0.31.4"
}
}

0 comments on commit cd40d99

Please sign in to comment.