mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
chore: bump up vite-plugin-istanbul version to v6 (#6054)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-plugin-istanbul](https://togithub.com/ifaxity/vite-plugin-istanbul) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/vite-plugin-istanbul/5.0.0/6.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ifaxity/vite-plugin-istanbul (vite-plugin-istanbul)</summary> ### [`v6.0.0`](https://togithub.com/iFaxity/vite-plugin-istanbul/releases/tag/v6.0.0) [Compare Source](https://togithub.com/ifaxity/vite-plugin-istanbul/compare/v5.0.0...v6.0.0) ##### Bug Fixes - add regex for vue SFC to prevent instrumenting style and templates ([#​180](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/180)) ([c8a7ca7](https://togithub.com/ifaxity/vite-plugin-istanbul/commit/c8a7ca771e6b202b310b143a8850151598208578)), closes [#​96](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/96) [#​178](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/178) [#​89](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/89) - feat!: update to support vite v5 ([#​183](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/183)) ([614f8bd](https://togithub.com/ifaxity/vite-plugin-istanbul/commit/614f8bd365f22ded4322fc7dbea8de46ff4feea5)), closes [#​183](https://togithub.com/ifaxity/vite-plugin-istanbul/issues/183) ##### BREAKING CHANGES - updating from espree v9 to v10 deprecates older node versions - feat!: update to support vite v5 - least supported version changed from v2.9.1 to v4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.1.4",
|
||||
"vite-plugin-istanbul": "^5.0.0",
|
||||
"vite-plugin-istanbul": "^6.0.0",
|
||||
"vite-plugin-static-copy": "^1.0.1",
|
||||
"vitest": "1.3.1",
|
||||
"vitest-fetch-mock": "^0.2.2",
|
||||
|
||||
Reference in New Issue
Block a user