chore(deps): update dependency vite to v3.0.2 #2166

Merged
konrad merged 1 commits from renovate/vite-3.x into main 2022-07-18 20:36:12 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vite devDependencies patch 3.0.0 -> 3.0.2

Release Notes

vitejs/vite

v3.0.2

Compare Source

v3.0.1

Compare Source


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vite](https://github.com/vitejs/vite) | devDependencies | patch | [`3.0.0` -> `3.0.2`](https://renovatebot.com/diffs/npm/vite/3.0.0/3.0.2) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v3.0.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small302-2022-07-18-small) [Compare Source](https://github.com/vitejs/vite/compare/v3.0.1...v3.0.2) - fix: fs serve only edit pathname (fixes [#&#8203;9148](https://github.com/vitejs/vite/issues/9148)) ([#&#8203;9173](https://github.com/vitejs/vite/issues/9173)) ([28cffc9](https://github.com/vitejs/vite/commit/28cffc9)), closes [#&#8203;9148](https://github.com/vitejs/vite/issues/9148) [#&#8203;9173](https://github.com/vitejs/vite/issues/9173) - fix: prevent null pathname error ([#&#8203;9188](https://github.com/vitejs/vite/issues/9188)) ([d66ffd0](https://github.com/vitejs/vite/commit/d66ffd0)), closes [#&#8203;9188](https://github.com/vitejs/vite/issues/9188) - fix: return 500 on proxy error only if possible (fixes [#&#8203;9172](https://github.com/vitejs/vite/issues/9172)) ([#&#8203;9193](https://github.com/vitejs/vite/issues/9193)) ([b2f6bdc](https://github.com/vitejs/vite/commit/b2f6bdc)), closes [#&#8203;9172](https://github.com/vitejs/vite/issues/9172) [#&#8203;9193](https://github.com/vitejs/vite/issues/9193) - fix(deps): update all non-major dependencies ([#&#8203;9176](https://github.com/vitejs/vite/issues/9176)) ([31d3b70](https://github.com/vitejs/vite/commit/31d3b70)), closes [#&#8203;9176](https://github.com/vitejs/vite/issues/9176) - fix(dev): build.ssr is set during dev, fix [#&#8203;9134](https://github.com/vitejs/vite/issues/9134) ([#&#8203;9187](https://github.com/vitejs/vite/issues/9187)) ([99b0e67](https://github.com/vitejs/vite/commit/99b0e67)), closes [#&#8203;9134](https://github.com/vitejs/vite/issues/9134) [#&#8203;9187](https://github.com/vitejs/vite/issues/9187) - fix(ssr): strip NULL_BYTE_PLACEHOLDER before import ([#&#8203;9124](https://github.com/vitejs/vite/issues/9124)) ([c5f2dc7](https://github.com/vitejs/vite/commit/c5f2dc7)), closes [#&#8203;9124](https://github.com/vitejs/vite/issues/9124) ### [`v3.0.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small301-2022-07-18-small) [Compare Source](https://github.com/vitejs/vite/compare/b8c625cec4db938032ad754c7095bd246a4698ee...v3.0.1) - fix: avoid errors when loading the overlay code in workers ([#&#8203;9064](https://github.com/vitejs/vite/issues/9064)) ([a52b45e](https://github.com/vitejs/vite/commit/a52b45e)), closes [#&#8203;9064](https://github.com/vitejs/vite/issues/9064) - fix: check server after tsconfig reload ([#&#8203;9106](https://github.com/vitejs/vite/issues/9106)) ([d12d469](https://github.com/vitejs/vite/commit/d12d469)), closes [#&#8203;9106](https://github.com/vitejs/vite/issues/9106) - fix: disable keepNames in `vite:esbuild` (fixes [#&#8203;9164](https://github.com/vitejs/vite/issues/9164)) ([#&#8203;9166](https://github.com/vitejs/vite/issues/9166)) ([e6f3b02](https://github.com/vitejs/vite/commit/e6f3b02)), closes [#&#8203;9164](https://github.com/vitejs/vite/issues/9164) [#&#8203;9166](https://github.com/vitejs/vite/issues/9166) - fix: externalize workspace relative import when bundle config ([#&#8203;9140](https://github.com/vitejs/vite/issues/9140)) ([5a8a3ab](https://github.com/vitejs/vite/commit/5a8a3ab)), closes [#&#8203;9140](https://github.com/vitejs/vite/issues/9140) - fix: mention that Node.js 13/15 support is dropped (fixes [#&#8203;9113](https://github.com/vitejs/vite/issues/9113)) ([#&#8203;9116](https://github.com/vitejs/vite/issues/9116)) ([2826303](https://github.com/vitejs/vite/commit/2826303)), closes [#&#8203;9113](https://github.com/vitejs/vite/issues/9113) [#&#8203;9116](https://github.com/vitejs/vite/issues/9116) - fix: resolve drive relative path ([#&#8203;9097](https://github.com/vitejs/vite/issues/9097)) ([b393451](https://github.com/vitejs/vite/commit/b393451)), closes [#&#8203;9097](https://github.com/vitejs/vite/issues/9097) - fix: respect .mjs .cjs extension in all modes ([#&#8203;9141](https://github.com/vitejs/vite/issues/9141)) ([5ea70b3](https://github.com/vitejs/vite/commit/5ea70b3)), closes [#&#8203;9141](https://github.com/vitejs/vite/issues/9141) - fix: return 500 on proxy error only if possible (fixes [#&#8203;9172](https://github.com/vitejs/vite/issues/9172)) ([#&#8203;9175](https://github.com/vitejs/vite/issues/9175)) ([d2f02a8](https://github.com/vitejs/vite/commit/d2f02a8)), closes [#&#8203;9172](https://github.com/vitejs/vite/issues/9172) [#&#8203;9175](https://github.com/vitejs/vite/issues/9175) - fix: server.proxy ws error causes crash ([#&#8203;9123](https://github.com/vitejs/vite/issues/9123)) ([c2426d1](https://github.com/vitejs/vite/commit/c2426d1)), closes [#&#8203;9123](https://github.com/vitejs/vite/issues/9123) - fix: ssr.external/noExternal should apply to packageName ([#&#8203;9146](https://github.com/vitejs/vite/issues/9146)) ([5844d8e](https://github.com/vitejs/vite/commit/5844d8e)), closes [#&#8203;9146](https://github.com/vitejs/vite/issues/9146) - fix: use correct require extension to load config ([#&#8203;9118](https://github.com/vitejs/vite/issues/9118)) ([ebf682e](https://github.com/vitejs/vite/commit/ebf682e)), closes [#&#8203;9118](https://github.com/vitejs/vite/issues/9118) - fix(esbuild): always support dynamic import and import meta ([#&#8203;9105](https://github.com/vitejs/vite/issues/9105)) ([57a7936](https://github.com/vitejs/vite/commit/57a7936)), closes [#&#8203;9105](https://github.com/vitejs/vite/issues/9105) - feat: allow declaring dirname ([#&#8203;9154](https://github.com/vitejs/vite/issues/9154)) ([1e078ad](https://github.com/vitejs/vite/commit/1e078ad)), closes [#&#8203;9154](https://github.com/vitejs/vite/issues/9154) - refactor: always load config with esbuild bundled code ([#&#8203;9121](https://github.com/vitejs/vite/issues/9121)) ([a2b3131](https://github.com/vitejs/vite/commit/a2b3131)), closes [#&#8203;9121](https://github.com/vitejs/vite/issues/9121) - docs: update default for optimizeDeps.disabled ([#&#8203;9078](https://github.com/vitejs/vite/issues/9078)) ([4fbf9a8](https://github.com/vitejs/vite/commit/4fbf9a8)), closes [#&#8203;9078](https://github.com/vitejs/vite/issues/9078) - chore: 3.0 release notes and bump peer deps ([#&#8203;9072](https://github.com/vitejs/vite/issues/9072)) ([427ba26](https://github.com/vitejs/vite/commit/427ba26)), closes [#&#8203;9072](https://github.com/vitejs/vite/issues/9072) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTEuMiIsInVwZGF0ZWRJblZlciI6IjMyLjExMS4yIn0=-->
renovate added the
dependencies
label 2022-07-18 14:02:42 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2166-renovate-vite-3-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2166-renovate-vite-3-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate changed title from chore(deps): update dependency vite to v3.0.1 to chore(deps): update dependency vite to v3.0.2 2022-07-18 16:02:35 +00:00
renovate force-pushed renovate/vite-3.x from 60a2ccfa25 to 56aa976c05 2022-07-18 16:02:36 +00:00 Compare
konrad merged commit 86688d7e95 into main 2022-07-18 20:36:12 +00:00
konrad deleted branch renovate/vite-3.x 2022-07-18 20:36:12 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.