chore(deps): update dependency vite to v8.2.1 #180

Open
renovate-bot wants to merge 1 commit from renovate/vite-8.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
vite (source) devDependencies minor 8.1.48.2.1

Release Notes

vitejs/vite (vite)

v8.2.1

Compare Source

Bug Fixes
Performance Improvements
Documentation
Miscellaneous Chores
Code Refactoring
Tests

v8.2.0

Compare Source

Features
Bug Fixes
  • bundledDev: print build errors to the terminal when an HMR update fails (#​23024) (41c4658)
  • deps: update all non-major dependencies (#​23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#​22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#​23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#​23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#​22932) (fa005d1)
  • support resolving top-level input option with plugins (#​23101) (41df81a)
Documentation
Tests

v8.1.5

Compare Source

Bug Fixes
  • bundled-dev: avoid duplicated buildEnd (#​22931) (8100320)
  • client: overlay error message format align rolldown (#​22869) (5a72b87)
  • deps: update all non-major dependencies (#​22921) (fef682d)
  • deps: update rolldown-related dependencies (#​22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#​22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#​22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#​22893) (b59a73f)
Documentation
Tests

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | minor | [`8.1.4` → `8.2.1`](https://renovatebot.com/diffs/npm/vite/8.1.4/8.2.1) | --- ### Release Notes <details> <summary>vitejs/vite (vite)</summary> ### [`v8.2.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-821-2026-08-06-small) [Compare Source](https://github.com/vitejs/vite/compare/v8.2.0...v8.2.1) ##### Bug Fixes - **build:** make client chunkImportMap work with `sharedPlugins: true` ([#&#8203;23184](https://github.com/vitejs/vite/issues/23184)) ([15f0307](https://github.com/vitejs/vite/commit/15f03073c915d6ffb9a1fda447ef66b02bf5cde8)) - **bundled-dev:** inject client script tag before chunk scripts ([#&#8203;23161](https://github.com/vitejs/vite/issues/23161)) ([eac0cc8](https://github.com/vitejs/vite/commit/eac0cc84aa2472a85a19ee84561c1ba71e381a55)) - **css:** don't re-run lightningcss visitor during minify (fix [#&#8203;23146](https://github.com/vitejs/vite/issues/23146)) ([#&#8203;23147](https://github.com/vitejs/vite/issues/23147)) ([de041a7](https://github.com/vitejs/vite/commit/de041a79b05a0be965c874592fe2c1505bcd48df)) - **deps:** update all non-major dependencies ([#&#8203;23136](https://github.com/vitejs/vite/issues/23136)) ([14454fd](https://github.com/vitejs/vite/commit/14454fd8c9a399bc3fdc193e28465b6fcf001e4d)) - **deps:** update rolldown-related dependencies ([#&#8203;23070](https://github.com/vitejs/vite/issues/23070)) ([7ac6f7f](https://github.com/vitejs/vite/commit/7ac6f7f590747bbdab9958e2c016e3dd04f10542)) - don't mutate the user config when resolving the lib entry from the top-level `input` ([#&#8203;23135](https://github.com/vitejs/vite/issues/23135)) ([b4bf596](https://github.com/vitejs/vite/commit/b4bf59686a7ac238929e91a6e1708c739b843a2f)) - handle shebang ending with uncommon line terminators ([#&#8203;23038](https://github.com/vitejs/vite/issues/23038)) ([17f7b2f](https://github.com/vitejs/vite/commit/17f7b2f193a110d0b47742ad296d182cb4666ce7)) - **server:** use a random port when port is 0 ([#&#8203;23158](https://github.com/vitejs/vite/issues/23158)) ([fddf4ea](https://github.com/vitejs/vite/commit/fddf4ea41de5f7889037a2f957438857ac12a260)) ##### Performance Improvements - **css:** look up pure CSS chunks through a Set ([#&#8203;23114](https://github.com/vitejs/vite/issues/23114)) ([1331b0b](https://github.com/vitejs/vite/commit/1331b0b438b1e7193effb7d2341660bccb9c3155)) ##### Documentation - **build:** fix incomplete `@default` for build.minify ([#&#8203;23177](https://github.com/vitejs/vite/issues/23177)) ([ef02435](https://github.com/vitejs/vite/commit/ef02435114c57d0422028f0e6987f3df8db72969)) ##### Miscellaneous Chores - **deps:** update dependency rolldown-plugin-dts to ^0.28.0 ([#&#8203;23137](https://github.com/vitejs/vite/issues/23137)) ([4adc1e7](https://github.com/vitejs/vite/commit/4adc1e7931d4beceb4e236d9a271d057c858a06f)) - **deps:** update dependency strip-literal to v4 ([#&#8203;23140](https://github.com/vitejs/vite/issues/23140)) ([9db65ce](https://github.com/vitejs/vite/commit/9db65ce63488ea8f08a3c98dcdc4282b17bd33ff)) ##### Code Refactoring - **bundled-dev:** avoid injecting server values in the bundle ([#&#8203;22967](https://github.com/vitejs/vite/issues/22967)) ([23b8a08](https://github.com/vitejs/vite/commit/23b8a088dec9dcc3f1c1353f2074f8644b3cc21f)) - **bundled-dev:** remove rolldown lazy stub module workaround ([#&#8203;23129](https://github.com/vitejs/vite/issues/23129)) ([e72036e](https://github.com/vitejs/vite/commit/e72036eed2e28936ed824971b18aeaa3900857f6)) ##### Tests - **bundled-dev:** enable sourcemap playgrounds ([#&#8203;23080](https://github.com/vitejs/vite/issues/23080)) ([c2155fe](https://github.com/vitejs/vite/commit/c2155fe4d5c8d25fba3a7366d367e3296ae669fa)) - reduce logs ([#&#8203;23138](https://github.com/vitejs/vite/issues/23138)) ([7673c02](https://github.com/vitejs/vite/commit/7673c02e53343ae9356c1f496c1c1da2eb732ac1)) ### [`v8.2.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#820-2026-07-30) [Compare Source](https://github.com/vitejs/vite/compare/v8.1.5...v8.2.0) ##### Features - add `input` to `server.fs.allow` ([#&#8203;23035](https://github.com/vitejs/vite/issues/23035)) ([95a3cda](https://github.com/vitejs/vite/commit/95a3cdab83e1125b03d2e8dd942fb6b64209e5fa)) - **bundled-dev:** reload once after rebuild instead of via the fallback page ([#&#8203;23106](https://github.com/vitejs/vite/issues/23106)) ([b24381d](https://github.com/vitejs/vite/commit/b24381d741941b9ce2b1c07db62cc5f4d7bad981)) - **bundled-dev:** support worker file update accepted by HMR ([#&#8203;23068](https://github.com/vitejs/vite/issues/23068)) ([0d04351](https://github.com/vitejs/vite/commit/0d04351fdc12258c75b9f1cda5780fdb836ed0ef)) - **config:** include column in config incompatibility location ([#&#8203;23064](https://github.com/vitejs/vite/issues/23064)) ([8a24572](https://github.com/vitejs/vite/commit/8a245726944ed29225920d49be77c33c6e03afc8)) - **dev:** resolve interface name for explicit host in network URLs ([#&#8203;22965](https://github.com/vitejs/vite/issues/22965)) ([3ac77d9](https://github.com/vitejs/vite/commit/3ac77d9dd742968961af38a5a91ed6b061ceda7d)) ##### Bug Fixes - **bundledDev:** print build errors to the terminal when an HMR update fails ([#&#8203;23024](https://github.com/vitejs/vite/issues/23024)) ([41c4658](https://github.com/vitejs/vite/commit/41c465896e8b11b1eb9c5fbdafbdcc528e189a2c)) - **deps:** update all non-major dependencies ([#&#8203;23069](https://github.com/vitejs/vite/issues/23069)) ([4c07b74](https://github.com/vitejs/vite/commit/4c07b74416f859d7e8bdace13409ef2d080edf76)) - **hmr:** preserve environment snapshot during server restart ([#&#8203;22992](https://github.com/vitejs/vite/issues/22992)) ([b1186c3](https://github.com/vitejs/vite/commit/b1186c36d06bb94941c58e8272fc4acb8512c93b)) - **importAnalysis:** interop imports injected into optimized dep files by plugins ([#&#8203;23029](https://github.com/vitejs/vite/issues/23029)) ([8c2a87d](https://github.com/vitejs/vite/commit/8c2a87d41fb24536e59643351758084cde4d0dd7)) - **module-runner:** keep stack trace interception working when `Object.prototype` is frozen ([#&#8203;23073](https://github.com/vitejs/vite/issues/23073)) ([599c5b0](https://github.com/vitejs/vite/commit/599c5b02a8b6879b05ede988020f1331e877aaea)) - **server:** strip base in indexHtml module graph lookup ([#&#8203;22932](https://github.com/vitejs/vite/issues/22932)) ([fa005d1](https://github.com/vitejs/vite/commit/fa005d19af5d847931c6dbefc63841c137383e6c)) - support resolving top-level input option with plugins ([#&#8203;23101](https://github.com/vitejs/vite/issues/23101)) ([41df81a](https://github.com/vitejs/vite/commit/41df81a6a4c3eef08f7a9a8ac9530cd136c0eafa)) ##### Documentation - **config:** correct cacheDir default fallback description ([#&#8203;23060](https://github.com/vitejs/vite/issues/23060)) ([aafa103](https://github.com/vitejs/vite/commit/aafa103af5d71fb59d7c3dd617d0cbef3b222f1f)) ##### Tests - config CJS module vars in ESM case ([#&#8203;23010](https://github.com/vitejs/vite/issues/23010)) ([d8cd388](https://github.com/vitejs/vite/commit/d8cd38830251b95fd7dddcd0eee0ce94cc61c2f4)) ### [`v8.1.5`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-815-2026-07-16-small) [Compare Source](https://github.com/vitejs/vite/compare/v8.1.4...v8.1.5) ##### Bug Fixes - **bundled-dev:** avoid duplicated `buildEnd` ([#&#8203;22931](https://github.com/vitejs/vite/issues/22931)) ([8100320](https://github.com/vitejs/vite/commit/810032097079be1a7da0e2b09ec9d92dd07ec13f)) - **client:** overlay error message format align rolldown ([#&#8203;22869](https://github.com/vitejs/vite/issues/22869)) ([5a72b87](https://github.com/vitejs/vite/commit/5a72b8780705b575026617e86b0b92dea63a56a5)) - **deps:** update all non-major dependencies ([#&#8203;22921](https://github.com/vitejs/vite/issues/22921)) ([fef682d](https://github.com/vitejs/vite/commit/fef682d3f067d534a559faf6fd9baedda2e9f8f1)) - **deps:** update rolldown-related dependencies ([#&#8203;22922](https://github.com/vitejs/vite/issues/22922)) ([3c345e4](https://github.com/vitejs/vite/commit/3c345e475a5546a1cc6374682af89caebfe9c593)) - **module-runner:** don't crash stack-trace source mapping when globalThis.Buffer is absent ([#&#8203;22945](https://github.com/vitejs/vite/issues/22945)) ([f8b38e3](https://github.com/vitejs/vite/commit/f8b38e316bcefbf29f762f90ee49c88cd52c43b5)) - **optimizer:** respect importer module format for dynamic import interop with CJS deps ([#&#8203;22951](https://github.com/vitejs/vite/issues/22951)) ([6c08c39](https://github.com/vitejs/vite/commit/6c08c39ac4fb5868d080a51ff976a44693fc56ab)) - **ssr:** scope switch-case declarations to the switch, not the function ([#&#8203;22893](https://github.com/vitejs/vite/issues/22893)) ([b59a73f](https://github.com/vitejs/vite/commit/b59a73f76f5557492d83d097bb33b3dd02f27d51)) ##### Documentation - **build:** fix incorrect `@default` for build.cssMinify ([#&#8203;22948](https://github.com/vitejs/vite/issues/22948)) ([c88c236](https://github.com/vitejs/vite/commit/c88c236186d8e2384653e382dd0960ca1ff5b24c)) - **build:** fix incorrect `@default` for build.lib.formats ([#&#8203;22911](https://github.com/vitejs/vite/issues/22911)) ([369ed60](https://github.com/vitejs/vite/commit/369ed609a4aace3aee4e4194a54990694aa4e7ac)) ##### Tests - avoid scanner scanning all files under `__tests__` ([#&#8203;22912](https://github.com/vitejs/vite/issues/22912)) ([c961cae](https://github.com/vitejs/vite/commit/c961cae2868cc1521457ec60583867f0440e6949)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency vite to v8.1.5
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 35s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 16s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m8s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / release (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
0f89b83061
renovate-bot force-pushed renovate/vite-8.x-lockfile from 0f89b83061
All checks were successful
Build and Publish Docker Images / test-backend (pull_request) Successful in 35s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 16s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m8s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / release (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
to 775ae9ae52
Some checks failed
Build and Publish Docker Images / test-backend (pull_request) Successful in 38s
Build and Publish Docker Images / test-frontend (pull_request) Failing after 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / release (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
2026-07-21 00:01:59 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from 775ae9ae52
Some checks failed
Build and Publish Docker Images / test-backend (pull_request) Successful in 38s
Build and Publish Docker Images / test-frontend (pull_request) Failing after 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Has been skipped
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / release (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
to 8fa1e4cb05
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 39s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m25s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-07-23 00:01:19 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from 8fa1e4cb05
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 39s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 26s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m25s
Build and Publish Docker Images / release (pull_request) Has been skipped
to cbc20ccfa6
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 39s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 27s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m19s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-07-24 00:01:23 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from cbc20ccfa6
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 39s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 27s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 12s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m19s
Build and Publish Docker Images / release (pull_request) Has been skipped
to a6fd5b5344
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m1s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 27s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 14s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m24s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-07-31 00:01:28 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency vite to v8.1.5 to chore(deps): update dependency vite to v8.2.0 2026-07-31 00:01:38 +00:00
renovate-bot force-pushed renovate/vite-8.x-lockfile from a6fd5b5344
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m1s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 27s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 14s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m24s
Build and Publish Docker Images / release (pull_request) Has been skipped
to 3ef3f78bd5
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m7s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 28s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 22s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m21s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-08-01 00:01:26 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from 3ef3f78bd5
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m7s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 28s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 22s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m21s
Build and Publish Docker Images / release (pull_request) Has been skipped
to f53b966802
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 54s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 28s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 15s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m22s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-08-04 00:01:30 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from f53b966802
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 54s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 28s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 21s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 15s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m22s
Build and Publish Docker Images / release (pull_request) Has been skipped
to 706ffb643e
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 55s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 29s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 13s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m35s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-08-05 00:01:36 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from 706ffb643e
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 55s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 29s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 13s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m35s
Build and Publish Docker Images / release (pull_request) Has been skipped
to 0ba711d919
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 56s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 31s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m41s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-08-06 00:01:25 +00:00
Compare
renovate-bot force-pushed renovate/vite-8.x-lockfile from 0ba711d919
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 56s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 31s
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 23s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 2m41s
Build and Publish Docker Images / release (pull_request) Has been skipped
to d3d12a0381
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 28s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 42s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / test-backend (pull_request) Successful in 57s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m14s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-08-07 00:01:41 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency vite to v8.2.0 to chore(deps): update dependency vite to v8.2.1 2026-08-07 00:01:50 +00:00
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-agentyzer (pull_request) Successful in 28s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 42s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 16s
Build and Publish Docker Images / test-backend (pull_request) Successful in 57s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m14s
Build and Publish Docker Images / release (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vite-8.x-lockfile:renovate/vite-8.x-lockfile
git switch renovate/vite-8.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
phbaer/dtvp!180
No description provided.