Commit c373c44
authored
fix(deps): update dependency vite to v7.2.2 (#1490)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`7.1.11` ->
`7.2.2`](https://renovatebot.com/diffs/npm/vite/7.1.11/7.2.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v7.2.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-722-2025-11-07-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.2.1...v7.2.2)
##### Bug Fixes
- revert "refactor: use fs.cpSync
([#​21019](https://redirect.github.com/vitejs/vite/issues/21019))"
([#​21081](https://redirect.github.com/vitejs/vite/issues/21081))
([728c8ee](https://redirect.github.com/vitejs/vite/commit/728c8eeebc0ad7ba48e680f46bbdb55020b2e152))
###
[`v7.2.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-721-2025-11-06-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.2.0...v7.2.1)
##### Bug Fixes
- **worker:** some worker asset was missing
([#​21074](https://redirect.github.com/vitejs/vite/issues/21074))
([82d2d6c](https://redirect.github.com/vitejs/vite/commit/82d2d6ccf5a69c3d67e44e3704a0c3eb34db2236))
##### Code Refactoring
- **build:** rename `indexOfMatchInSlice` to `findPreloadMarker`
([#​21054](https://redirect.github.com/vitejs/vite/issues/21054))
([f83264f](https://redirect.github.com/vitejs/vite/commit/f83264f5d97caa8ba80276a9ee9e82cb0e69c4ca))
###
[`v7.2.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#720-2025-11-05)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.1.12...v7.2.0)
##### Bug Fixes
- **css:** fallback to sass when sass-embedded platform binary is
missing
([#​21002](https://redirect.github.com/vitejs/vite/issues/21002))
([b1fd616](https://redirect.github.com/vitejs/vite/commit/b1fd6161886caeb31ac646d6544116d37efe46d0))
- **module-runner:** make `getBuiltins` response JSON serializable
([#​21029](https://redirect.github.com/vitejs/vite/issues/21029))
([ad5b3bf](https://redirect.github.com/vitejs/vite/commit/ad5b3bf6f3ad7b24886718c5f5de32eee923ae11))
- **types:** add undefined to optional properties for
exactOptionalProperties type compatibility
([#​21040](https://redirect.github.com/vitejs/vite/issues/21040))
([2833c55](https://redirect.github.com/vitejs/vite/commit/2833c5576a87be2db450c195ccf64dfc8925a15b))
##### Miscellaneous Chores
- **deps:** update rolldown-related dependencies
([#​21047](https://redirect.github.com/vitejs/vite/issues/21047))
([e3a6a83](https://redirect.github.com/vitejs/vite/commit/e3a6a83406943bc59a9916cae3f25ab33c2b5802))
###
[`v7.1.12`](https://redirect.github.com/vitejs/vite/releases/tag/v7.1.12)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.1.11...v7.1.12)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
for details.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on Saturday" in timezone
Europe/Oslo, 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 these
updates again.
---
- [x] <!-- 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/) using a
[preset](https://redirect.github.com/code-obos/dkt-renovate-presets/tree/main/ecosystem)
from [<img alt="Obos"
src="https://raw.githubusercontent.com/code-obos/dkt-renovate-presets/refs/heads/main/assets/obos_liggende_hus_hvit.svg"
height="10">](https://www.obos.no/?utm_source=github&utm_medium=referral&utm_campaign=dkt-renovate-preset).
View repository job log
[here](https://app.renovatebot.com/dashboard#github/code-obos/grunnmuren)
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyLwn5OmIGRlcHMiLCLwn6SWIGJvdCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1af949b commit c373c44
3 files changed
+74
-596
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments