Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^1.3.1 (#2487)
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)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`^1.3.0` ->
`^1.3.1`](https://renovatebot.com/diffs/npm/vitest/1.3.0/1.3.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.1`](https://togithub.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1)

</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://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 0462bab commit 180e84d
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 68 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"@types/html-escaper": "^3.0.2",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^5.1.1",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"solid-js": "^1.8.15",
"unbuild": "^2.0.0",
"vite": "^5.1.1",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"unbuild": "^2.0.0",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.1.1",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.1.1",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
}
}
Loading

0 comments on commit 180e84d

Please sign in to comment.