Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^4.4.11 (#2082)
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://togithub.com/vitejs/vite/tree/main/#readme)
([source](https://togithub.com/vitejs/vite)) | [`^4.4.10` ->
`^4.4.11`](https://renovatebot.com/diffs/npm/vite/4.4.10/4.4.11) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.10/4.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.10/4.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v4.4.11`](https://togithub.com/vitejs/vite/releases/tag/v4.4.11)

[Compare
Source](https://togithub.com/vitejs/vite/compare/v4.4.10...v4.4.11)

Please refer to
[CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v4.4.11/packages/vite/CHANGELOG.md)
for details.

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent 9a7978a commit 115380a
Show file tree
Hide file tree
Showing 18 changed files with 150 additions and 174 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.10"
"vite": "^4.4.11"
}
}
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@types/express": "^4.17.18",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.4.10"
"vite": "^4.4.11"
}
}
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/node": "^20.8.2",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.10"
"vite": "^4.4.11"
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite": "^4.4.11",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@types/html-escaper": "^3.0.0",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"preact": "^10.18.1",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"unbuild": "^2.0.0",
"vite": "^4.4.10"
"vite": "^4.4.11"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pino-pretty": "^10.2.3",
"solid-js": "^1.7.12",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fs-extra": "^11.1.1",
"svelte": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^4.4.10"
"vite": "^4.4.11"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"devDependencies": {
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.10"
"vite": "^4.4.11"
}
}
Loading

0 comments on commit 115380a

Please sign in to comment.