chore(deps): update dependency vite to v3.0.4 #2193

Merged
konrad merged 1 commits from renovate/vite-3.x into main 2022-07-31 13:44:54 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vite devDependencies patch 3.0.2 -> 3.0.4

Release Notes

vitejs/vite

v3.0.4

Compare Source

v3.0.3

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.2` -> `3.0.4`](https://renovatebot.com/diffs/npm/vite/3.0.2/3.0.4) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v3.0.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small304-2022-07-29-small) [Compare Source](https://github.com/vitejs/vite/compare/v3.0.3...v3.0.4) - fix: **VITE_PUBLIC_ASSET\_\_hash** in HTML ([#&#8203;9247](https://github.com/vitejs/vite/issues/9247)) ([a2b24ee](https://github.com/vitejs/vite/commit/a2b24ee)), closes [#&#8203;9247](https://github.com/vitejs/vite/issues/9247) - fix: inline dynamic imports for ssr-webworker (fixes [#&#8203;9385](https://github.com/vitejs/vite/issues/9385)) ([#&#8203;9401](https://github.com/vitejs/vite/issues/9401)) ([cd69358](https://github.com/vitejs/vite/commit/cd69358)), closes [#&#8203;9385](https://github.com/vitejs/vite/issues/9385) [#&#8203;9401](https://github.com/vitejs/vite/issues/9401) - fix: normalise css paths in manifest on windows (fixes [#&#8203;9295](https://github.com/vitejs/vite/issues/9295)) ([#&#8203;9353](https://github.com/vitejs/vite/issues/9353)) ([13e6450](https://github.com/vitejs/vite/commit/13e6450)), closes [#&#8203;9295](https://github.com/vitejs/vite/issues/9295) [#&#8203;9353](https://github.com/vitejs/vite/issues/9353) - fix: support stylesheets with link tag and media/disable prop ([#&#8203;6751](https://github.com/vitejs/vite/issues/6751)) ([e6c8965](https://github.com/vitejs/vite/commit/e6c8965)), closes [#&#8203;6751](https://github.com/vitejs/vite/issues/6751) - fix: url constructor import asset no as url ([#&#8203;9399](https://github.com/vitejs/vite/issues/9399)) ([122c6e7](https://github.com/vitejs/vite/commit/122c6e7)), closes [#&#8203;9399](https://github.com/vitejs/vite/issues/9399) - fix(glob): server perf when globbing huge dirs ([#&#8203;9425](https://github.com/vitejs/vite/issues/9425)) ([156a3a4](https://github.com/vitejs/vite/commit/156a3a4)), closes [#&#8203;9425](https://github.com/vitejs/vite/issues/9425) - fix(glob): support static template literals ([#&#8203;9352](https://github.com/vitejs/vite/issues/9352)) ([183c6fb](https://github.com/vitejs/vite/commit/183c6fb)), closes [#&#8203;9352](https://github.com/vitejs/vite/issues/9352) - fix(ssr): allow virtual paths on node modules ([#&#8203;9405](https://github.com/vitejs/vite/issues/9405)) ([e60368f](https://github.com/vitejs/vite/commit/e60368f)), closes [#&#8203;9405](https://github.com/vitejs/vite/issues/9405) - chore(deps): update all non-major dependencies ([#&#8203;9347](https://github.com/vitejs/vite/issues/9347)) ([2fcb027](https://github.com/vitejs/vite/commit/2fcb027)), closes [#&#8203;9347](https://github.com/vitejs/vite/issues/9347) ### [`v3.0.3`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small303-2022-07-25-small) [Compare Source](https://github.com/vitejs/vite/compare/v3.0.2...v3.0.3) - fix: client type error ([#&#8203;9289](https://github.com/vitejs/vite/issues/9289)) ([b82ddfb](https://github.com/vitejs/vite/commit/b82ddfb)), closes [#&#8203;9289](https://github.com/vitejs/vite/issues/9289) - fix: don't modify config ([#&#8203;9262](https://github.com/vitejs/vite/issues/9262)) ([bbc8318](https://github.com/vitejs/vite/commit/bbc8318)), closes [#&#8203;9262](https://github.com/vitejs/vite/issues/9262) - fix: entries in ssr.external ([#&#8203;9286](https://github.com/vitejs/vite/issues/9286)) ([d420f01](https://github.com/vitejs/vite/commit/d420f01)), closes [#&#8203;9286](https://github.com/vitejs/vite/issues/9286) - fix: externalize explicitly configured linked packages ([#&#8203;9346](https://github.com/vitejs/vite/issues/9346)) ([c33e365](https://github.com/vitejs/vite/commit/c33e365)), closes [#&#8203;9346](https://github.com/vitejs/vite/issues/9346) - fix: make `resolveConfig()` concurrent safe ([#&#8203;9224](https://github.com/vitejs/vite/issues/9224)) ([dfaeb2b](https://github.com/vitejs/vite/commit/dfaeb2b)), closes [#&#8203;9224](https://github.com/vitejs/vite/issues/9224) - fix: scanner and optimizer should skip wasm ([#&#8203;9257](https://github.com/vitejs/vite/issues/9257)) ([c616077](https://github.com/vitejs/vite/commit/c616077)), closes [#&#8203;9257](https://github.com/vitejs/vite/issues/9257) - fix: ssrLoadModule executes code in non-strict mode, fixes [#&#8203;9197](https://github.com/vitejs/vite/issues/9197) ([#&#8203;9199](https://github.com/vitejs/vite/issues/9199)) ([5866cfb](https://github.com/vitejs/vite/commit/5866cfb)), closes [#&#8203;9197](https://github.com/vitejs/vite/issues/9197) [#&#8203;9199](https://github.com/vitejs/vite/issues/9199) - fix: support multiline dynamic imports ([#&#8203;9314](https://github.com/vitejs/vite/issues/9314)) ([e66cf69](https://github.com/vitejs/vite/commit/e66cf69)), closes [#&#8203;9314](https://github.com/vitejs/vite/issues/9314) - fix: support vite client in safari 13 ([#&#8203;9315](https://github.com/vitejs/vite/issues/9315)) ([2415193](https://github.com/vitejs/vite/commit/2415193)), closes [#&#8203;9315](https://github.com/vitejs/vite/issues/9315) - fix: worker relative base should use import.meta.url ([#&#8203;9204](https://github.com/vitejs/vite/issues/9204)) ([0358b04](https://github.com/vitejs/vite/commit/0358b04)), closes [#&#8203;9204](https://github.com/vitejs/vite/issues/9204) - fix(glob): handle glob prop access ([#&#8203;9281](https://github.com/vitejs/vite/issues/9281)) ([0580215](https://github.com/vitejs/vite/commit/0580215)), closes [#&#8203;9281](https://github.com/vitejs/vite/issues/9281) - fix(scan): handle .ts import as .js alias ([#&#8203;9282](https://github.com/vitejs/vite/issues/9282)) ([0b083ca](https://github.com/vitejs/vite/commit/0b083ca)), closes [#&#8203;9282](https://github.com/vitejs/vite/issues/9282) - fix(ssr): no external symlink package ([#&#8203;9296](https://github.com/vitejs/vite/issues/9296)) ([ea27701](https://github.com/vitejs/vite/commit/ea27701)), closes [#&#8203;9296](https://github.com/vitejs/vite/issues/9296) - chore: adjust comments/typos ([#&#8203;9325](https://github.com/vitejs/vite/issues/9325)) ([ffb2ba3](https://github.com/vitejs/vite/commit/ffb2ba3)), closes [#&#8203;9325](https://github.com/vitejs/vite/issues/9325) - chore: fix code typos ([#&#8203;9033](https://github.com/vitejs/vite/issues/9033)) ([ed02861](https://github.com/vitejs/vite/commit/ed02861)), closes [#&#8203;9033](https://github.com/vitejs/vite/issues/9033) - docs: fix `@rollup/plugin-commonjs` name ([#&#8203;9313](https://github.com/vitejs/vite/issues/9313)) ([c417364](https://github.com/vitejs/vite/commit/c417364)), closes [#&#8203;9313](https://github.com/vitejs/vite/issues/9313) - docs: fix server options link ([#&#8203;9242](https://github.com/vitejs/vite/issues/9242)) ([29db3ea](https://github.com/vitejs/vite/commit/29db3ea)), closes [#&#8203;9242](https://github.com/vitejs/vite/issues/9242) - docs: update browser baseline features ([#&#8203;9316](https://github.com/vitejs/vite/issues/9316)) ([b82ee5d](https://github.com/vitejs/vite/commit/b82ee5d)), closes [#&#8203;9316](https://github.com/vitejs/vite/issues/9316) - feat: supports cts and mts files ([#&#8203;9268](https://github.com/vitejs/vite/issues/9268)) ([0602017](https://github.com/vitejs/vite/commit/0602017)), closes [#&#8203;9268](https://github.com/vitejs/vite/issues/9268) - feat: worker config call config hook ([#&#8203;9212](https://github.com/vitejs/vite/issues/9212)) ([3e510ab](https://github.com/vitejs/vite/commit/3e510ab)), closes [#&#8203;9212](https://github.com/vitejs/vite/issues/9212) - feat(css): use esbuild.log\* options when minifying ([#&#8203;9210](https://github.com/vitejs/vite/issues/9210)) ([88baa53](https://github.com/vitejs/vite/commit/88baa53)), closes [#&#8203;9210](https://github.com/vitejs/vite/issues/9210) </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-25 09:02:44 +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://2193-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://2193-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.3 to chore(deps): update dependency vite to v3.0.4 2022-07-29 10:02:46 +00:00
renovate force-pushed renovate/vite-3.x from 2072608539 to 3e4aa77062 2022-07-29 10:02:47 +00:00 Compare
konrad merged commit 660ab928a2 into main 2022-07-31 13:44:54 +00:00
konrad deleted branch renovate/vite-3.x 2022-07-31 13:44:54 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.