chore(deps): update dependency vite to v2.9.3 #1823

Merged
dpschen merged 1 commits from renovate/vite-2.x into main 2022-04-13 18:10:15 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vite devDependencies patch 2.9.1 -> 2.9.3

Release Notes

vitejs/vite

v2.9.3

Compare Source

v2.9.2

Compare Source


Configuration

📅 Schedule: 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 | [`2.9.1` -> `2.9.3`](https://renovatebot.com/diffs/npm/vite/2.9.1/2.9.3) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v2.9.3`](https://github.com/vitejs/vite/blob/master/packages/vite/CHANGELOG.md#small293-2022-04-13-small) [Compare Source](https://github.com/vitejs/vite/compare/v2.9.2...v2.9.3) - fix: revert [#&#8203;7665](https://github.com/vitejs/vite/issues/7665) ([#&#8203;7716](https://github.com/vitejs/vite/issues/7716)) ([26862c4](https://github.com/vitejs/vite/commit/26862c4)), closes [#&#8203;7665](https://github.com/vitejs/vite/issues/7665) [#&#8203;7716](https://github.com/vitejs/vite/issues/7716) ### [`v2.9.2`](https://github.com/vitejs/vite/blob/master/packages/vite/CHANGELOG.md#small292-2022-04-13-small) [Compare Source](https://github.com/vitejs/vite/compare/v2.9.1...v2.9.2) - fix: `$ vite preview` 404 handling ([#&#8203;7665](https://github.com/vitejs/vite/issues/7665)) ([66b6dc5](https://github.com/vitejs/vite/commit/66b6dc5)), closes [#&#8203;7665](https://github.com/vitejs/vite/issues/7665) - fix: build should also respect esbuild=false config ([#&#8203;7602](https://github.com/vitejs/vite/issues/7602)) ([2dc0e80](https://github.com/vitejs/vite/commit/2dc0e80)), closes [#&#8203;7602](https://github.com/vitejs/vite/issues/7602) - fix: default value of assetsDir option ([#&#8203;7703](https://github.com/vitejs/vite/issues/7703)) ([83d32d9](https://github.com/vitejs/vite/commit/83d32d9)), closes [#&#8203;7703](https://github.com/vitejs/vite/issues/7703) - fix: detect env hmr ([#&#8203;7595](https://github.com/vitejs/vite/issues/7595)) ([212d454](https://github.com/vitejs/vite/commit/212d454)), closes [#&#8203;7595](https://github.com/vitejs/vite/issues/7595) - fix: EACCES permission denied due to resolve new paths default ([#&#8203;7612](https://github.com/vitejs/vite/issues/7612)) ([1dd019f](https://github.com/vitejs/vite/commit/1dd019f)), closes [#&#8203;7612](https://github.com/vitejs/vite/issues/7612) - fix: fix HMR propagation when imports not analyzed ([#&#8203;7561](https://github.com/vitejs/vite/issues/7561)) ([57e7914](https://github.com/vitejs/vite/commit/57e7914)), closes [#&#8203;7561](https://github.com/vitejs/vite/issues/7561) - fix: nested comments and strings, new regexp utils ([#&#8203;7650](https://github.com/vitejs/vite/issues/7650)) ([93900f0](https://github.com/vitejs/vite/commit/93900f0)), closes [#&#8203;7650](https://github.com/vitejs/vite/issues/7650) - fix: revert optimizeDeps false, keep optimizedDeps.disabled ([#&#8203;7715](https://github.com/vitejs/vite/issues/7715)) ([ba9a1ff](https://github.com/vitejs/vite/commit/ba9a1ff)), closes [#&#8203;7715](https://github.com/vitejs/vite/issues/7715) - fix: update watch mode ([#&#8203;7132](https://github.com/vitejs/vite/issues/7132)) ([9ed1672](https://github.com/vitejs/vite/commit/9ed1672)), closes [#&#8203;7132](https://github.com/vitejs/vite/issues/7132) - fix: update ws types ([#&#8203;7605](https://github.com/vitejs/vite/issues/7605)) ([b620587](https://github.com/vitejs/vite/commit/b620587)), closes [#&#8203;7605](https://github.com/vitejs/vite/issues/7605) - fix: use correct proxy config in preview ([#&#8203;7604](https://github.com/vitejs/vite/issues/7604)) ([cf59005](https://github.com/vitejs/vite/commit/cf59005)), closes [#&#8203;7604](https://github.com/vitejs/vite/issues/7604) - fix(css): hoist charset ([#&#8203;7678](https://github.com/vitejs/vite/issues/7678)) ([29e622c](https://github.com/vitejs/vite/commit/29e622c)), closes [#&#8203;7678](https://github.com/vitejs/vite/issues/7678) - fix(css): include inline css module in bundle ([#&#8203;7591](https://github.com/vitejs/vite/issues/7591)) ([45b9273](https://github.com/vitejs/vite/commit/45b9273)), closes [#&#8203;7591](https://github.com/vitejs/vite/issues/7591) - fix(deps): update all non-major dependencies ([#&#8203;7668](https://github.com/vitejs/vite/issues/7668)) ([485263c](https://github.com/vitejs/vite/commit/485263c)), closes [#&#8203;7668](https://github.com/vitejs/vite/issues/7668) - fix(less): handles rewriting relative paths passed Less's `data-uri` function. ([#&#8203;7400](https://github.com/vitejs/vite/issues/7400)) ([08e39b7](https://github.com/vitejs/vite/commit/08e39b7)), closes [#&#8203;7400](https://github.com/vitejs/vite/issues/7400) - fix(resolver): skip known ESM entries when resolving a `require` call ([#&#8203;7582](https://github.com/vitejs/vite/issues/7582)) ([5d6ea8e](https://github.com/vitejs/vite/commit/5d6ea8e)), closes [#&#8203;7582](https://github.com/vitejs/vite/issues/7582) - fix(ssr): properly transform export default with expressions ([#&#8203;7705](https://github.com/vitejs/vite/issues/7705)) ([d6830e3](https://github.com/vitejs/vite/commit/d6830e3)), closes [#&#8203;7705](https://github.com/vitejs/vite/issues/7705) - feat: clean string module lex string template ([#&#8203;7667](https://github.com/vitejs/vite/issues/7667)) ([dfce283](https://github.com/vitejs/vite/commit/dfce283)), closes [#&#8203;7667](https://github.com/vitejs/vite/issues/7667) - feat: explicit the word boundary ([#&#8203;6876](https://github.com/vitejs/vite/issues/6876)) ([7ddbf96](https://github.com/vitejs/vite/commit/7ddbf96)), closes [#&#8203;6876](https://github.com/vitejs/vite/issues/6876) - feat: optimizeDeps.disabled ([#&#8203;7646](https://github.com/vitejs/vite/issues/7646)) ([48e038c](https://github.com/vitejs/vite/commit/48e038c)), closes [#&#8203;7646](https://github.com/vitejs/vite/issues/7646) - chore: fix term cases ([#&#8203;7553](https://github.com/vitejs/vite/issues/7553)) ([c296130](https://github.com/vitejs/vite/commit/c296130)), closes [#&#8203;7553](https://github.com/vitejs/vite/issues/7553) - chore: revert removed line in [#&#8203;7698](https://github.com/vitejs/vite/issues/7698) ([7e6a2c8](https://github.com/vitejs/vite/commit/7e6a2c8)), closes [#&#8203;7698](https://github.com/vitejs/vite/issues/7698) - chore: type unknown env as any ([#&#8203;7702](https://github.com/vitejs/vite/issues/7702)) ([23fdef1](https://github.com/vitejs/vite/commit/23fdef1)), closes [#&#8203;7702](https://github.com/vitejs/vite/issues/7702) - chore(deps): update all non-major dependencies ([#&#8203;7603](https://github.com/vitejs/vite/issues/7603)) ([fc51a15](https://github.com/vitejs/vite/commit/fc51a15)), closes [#&#8203;7603](https://github.com/vitejs/vite/issues/7603) - perf(css): hoist at rules with regex ([#&#8203;7691](https://github.com/vitejs/vite/issues/7691)) ([8858180](https://github.com/vitejs/vite/commit/8858180)), closes [#&#8203;7691](https://github.com/vitejs/vite/issues/7691) - refactor: esbuild handles `target` and `useDefineForClassFields` ([#&#8203;7698](https://github.com/vitejs/vite/issues/7698)) ([0c928aa](https://github.com/vitejs/vite/commit/0c928aa)), closes [#&#8203;7698](https://github.com/vitejs/vite/issues/7698) - docs: update release notes ([#&#8203;7563](https://github.com/vitejs/vite/issues/7563)) ([a74bd7b](https://github.com/vitejs/vite/commit/a74bd7b)), closes [#&#8203;7563](https://github.com/vitejs/vite/issues/7563) </details> --- ### Configuration 📅 **Schedule**: 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 added the
dependencies
label 2022-04-13 14:07: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://1823-renovate-vite-2-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://1823-renovate-vite-2-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 v2.9.2 to chore(deps): update dependency vite to v2.9.3 2022-04-13 17:07:15 +00:00
renovate force-pushed renovate/vite-2.x from d2888b7f5e to 1ce89b1440 2022-04-13 17:07:16 +00:00 Compare
dpschen approved these changes 2022-04-13 18:10:06 +00:00
dpschen merged commit 1ce89b1440 into main 2022-04-13 18:10:15 +00:00
dpschen deleted branch renovate/vite-2.x 2022-04-13 18:10:15 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.