Skip to content

Commit

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

---

### Release Notes

<details>
<summary>vitejs/vite (vite)</summary>

###
[`v5.3.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small531-2024-06-14-small)

[Compare
Source](https://github.com/vitejs/vite/compare/v5.3.0...v5.3.1)

- fix(build): handle preload treeshaking for braces
([#&#8203;17479](https://github.com/vitejs/vite/issues/17479))
([d355568](https://github.com/vitejs/vite/commit/d355568)), closes
[#&#8203;17479](https://github.com/vitejs/vite/issues/17479)
- fix(build): handle preload treeshaking for commas
([#&#8203;17472](https://github.com/vitejs/vite/issues/17472))
([3e27071](https://github.com/vitejs/vite/commit/3e27071)), closes
[#&#8203;17472](https://github.com/vitejs/vite/issues/17472)
- fix(build): preload treeshaking ignore equal
([#&#8203;17480](https://github.com/vitejs/vite/issues/17480))
([6ced135](https://github.com/vitejs/vite/commit/6ced135)), closes
[#&#8203;17480](https://github.com/vitejs/vite/issues/17480)
- chore: consolidate changelog for 5.3
([#&#8203;17476](https://github.com/vitejs/vite/issues/17476))
([1f09344](https://github.com/vitejs/vite/commit/1f09344)), closes
[#&#8203;17476](https://github.com/vitejs/vite/issues/17476)

</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/ayushmanchhabra/vsx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent d7c236b commit b258a2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jsdom": "^24.1.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.3.0",
"vite": "^5.3.1",
"vsx": "^0.7.0"
},
"scripts": {
Expand Down

0 comments on commit b258a2c

Please sign in to comment.