Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^4.4.2 (#1810)
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.1` ->
`^4.4.2`](https://renovatebot.com/diffs/npm/vite/4.4.1/4.4.2) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.4.2/compatibility-slim/4.4.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.4.2/confidence-slim/4.4.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small442-2023-07-07-small)

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

- fix(css): use single postcss instance
([#&#8203;13738](https://togithub.com/vitejs/vite/issues/13738))
([c02fac4](https://togithub.com/vitejs/vite/commit/c02fac4)), closes
[#&#8203;13738](https://togithub.com/vitejs/vite/issues/13738)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent d743474 commit 3a34b66
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 125 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"fs-extra": "^11.1.1",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.1"
"vite": "^4.4.2"
}
}
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/express": "^4.17.17",
"rimraf": "^5.0.1",
"unbuild": "^1.2.1",
"vite": "^4.4.1"
"vite": "^4.4.2"
}
}
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.4.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.1"
"vite": "^4.4.2"
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.1"
"vite": "^4.4.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
Expand All @@ -53,7 +53,7 @@
"@types/html-escaper": "^3.0.0",
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
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.15.1",
"rimraf": "^5.0.1",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"pino-pretty": "^10.0.1",
"solid-js": "^1.7.7",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fs-extra": "^11.1.1",
"svelte": "^3.59.2",
"typescript": "^5.1.6",
"vite": "^4.4.1"
"vite": "^4.4.2"
},
"devDependencies": {
"@playwright/test": "^1.35.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 @@ -49,7 +49,7 @@
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"unbuild": "^1.2.1",
"vite": "^4.4.1",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}
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.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.1"
"vite": "^4.4.2"
}
}
Loading

0 comments on commit 3a34b66

Please sign in to comment.