chore(deps): update dependency vite to v2.9.6 #1873

Merged
konrad merged 1 commits from renovate/vite-2.x into main 2022-04-26 16:48:49 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vite devDependencies patch 2.9.5 -> 2.9.6

Release Notes

vitejs/vite

v2.9.6

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.5` -> `2.9.6`](https://renovatebot.com/diffs/npm/vite/2.9.5/2.9.6) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v2.9.6`](https://github.com/vitejs/vite/blob/master/packages/vite/CHANGELOG.md#small296-2022-04-26-small) [Compare Source](https://github.com/vitejs/vite/compare/v2.9.5...v2.9.6) - fix: `apply` condition skipped for nested plugins ([#&#8203;7741](https://github.com/vitejs/vite/issues/7741)) ([1f2ca53](https://github.com/vitejs/vite/commit/1f2ca53)), closes [#&#8203;7741](https://github.com/vitejs/vite/issues/7741) - fix: clean string regexp ([#&#8203;7871](https://github.com/vitejs/vite/issues/7871)) ([ecc78bc](https://github.com/vitejs/vite/commit/ecc78bc)), closes [#&#8203;7871](https://github.com/vitejs/vite/issues/7871) - fix: escape character in string regexp match ([#&#8203;7834](https://github.com/vitejs/vite/issues/7834)) ([1d468c8](https://github.com/vitejs/vite/commit/1d468c8)), closes [#&#8203;7834](https://github.com/vitejs/vite/issues/7834) - fix: HMR propagation of HTML changes (fix [#&#8203;7870](https://github.com/vitejs/vite/issues/7870)) ([#&#8203;7895](https://github.com/vitejs/vite/issues/7895)) ([1f7855c](https://github.com/vitejs/vite/commit/1f7855c)), closes [#&#8203;7870](https://github.com/vitejs/vite/issues/7870) [#&#8203;7895](https://github.com/vitejs/vite/issues/7895) - fix: modulepreload polyfill only during build (fix [#&#8203;4786](https://github.com/vitejs/vite/issues/4786)) ([#&#8203;7816](https://github.com/vitejs/vite/issues/7816)) ([709776f](https://github.com/vitejs/vite/commit/709776f)), closes [#&#8203;4786](https://github.com/vitejs/vite/issues/4786) [#&#8203;7816](https://github.com/vitejs/vite/issues/7816) - fix: new SharedWorker syntax ([#&#8203;7800](https://github.com/vitejs/vite/issues/7800)) ([474d5c2](https://github.com/vitejs/vite/commit/474d5c2)), closes [#&#8203;7800](https://github.com/vitejs/vite/issues/7800) - fix: node v18 support ([#&#8203;7812](https://github.com/vitejs/vite/issues/7812)) ([fc89057](https://github.com/vitejs/vite/commit/fc89057)), closes [#&#8203;7812](https://github.com/vitejs/vite/issues/7812) - fix: preview jsdoc params ([#&#8203;7903](https://github.com/vitejs/vite/issues/7903)) ([e474381](https://github.com/vitejs/vite/commit/e474381)), closes [#&#8203;7903](https://github.com/vitejs/vite/issues/7903) - fix: replace import.meta.url correctly ([#&#8203;7792](https://github.com/vitejs/vite/issues/7792)) ([12d1194](https://github.com/vitejs/vite/commit/12d1194)), closes [#&#8203;7792](https://github.com/vitejs/vite/issues/7792) - fix: set `isSelfAccepting` to `false` for any asset not processed by importAnalysis ([#&#8203;7898](https://github.com/vitejs/vite/issues/7898)) ([0d2089c](https://github.com/vitejs/vite/commit/0d2089c)), closes [#&#8203;7898](https://github.com/vitejs/vite/issues/7898) - fix: spelling mistakes ([#&#8203;7883](https://github.com/vitejs/vite/issues/7883)) ([54728e3](https://github.com/vitejs/vite/commit/54728e3)), closes [#&#8203;7883](https://github.com/vitejs/vite/issues/7883) - fix: ssr.noExternal with boolean values ([#&#8203;7813](https://github.com/vitejs/vite/issues/7813)) ([0b2d307](https://github.com/vitejs/vite/commit/0b2d307)), closes [#&#8203;7813](https://github.com/vitejs/vite/issues/7813) - fix: style use string instead of js import ([#&#8203;7786](https://github.com/vitejs/vite/issues/7786)) ([ba43c29](https://github.com/vitejs/vite/commit/ba43c29)), closes [#&#8203;7786](https://github.com/vitejs/vite/issues/7786) - fix: update sourcemap in importAnalysisBuild ([#&#8203;7825](https://github.com/vitejs/vite/issues/7825)) ([d7540c8](https://github.com/vitejs/vite/commit/d7540c8)), closes [#&#8203;7825](https://github.com/vitejs/vite/issues/7825) - fix(ssr): rewrite dynamic class method name (fix [#&#8203;7751](https://github.com/vitejs/vite/issues/7751)) ([#&#8203;7757](https://github.com/vitejs/vite/issues/7757)) ([b89974a](https://github.com/vitejs/vite/commit/b89974a)), closes [#&#8203;7751](https://github.com/vitejs/vite/issues/7751) [#&#8203;7757](https://github.com/vitejs/vite/issues/7757) - chore: code structure ([#&#8203;7790](https://github.com/vitejs/vite/issues/7790)) ([5f7fe00](https://github.com/vitejs/vite/commit/5f7fe00)), closes [#&#8203;7790](https://github.com/vitejs/vite/issues/7790) - chore: fix worker sourcemap output style ([#&#8203;7805](https://github.com/vitejs/vite/issues/7805)) ([17f3be7](https://github.com/vitejs/vite/commit/17f3be7)), closes [#&#8203;7805](https://github.com/vitejs/vite/issues/7805) - chore(deps): update all non-major dependencies ([#&#8203;7780](https://github.com/vitejs/vite/issues/7780)) ([eba9d05](https://github.com/vitejs/vite/commit/eba9d05)), closes [#&#8203;7780](https://github.com/vitejs/vite/issues/7780) - chore(deps): update all non-major dependencies ([#&#8203;7847](https://github.com/vitejs/vite/issues/7847)) ([e29d1d9](https://github.com/vitejs/vite/commit/e29d1d9)), closes [#&#8203;7847](https://github.com/vitejs/vite/issues/7847) - feat: enable optimizeDeps.esbuildOptions.loader ([#&#8203;6840](https://github.com/vitejs/vite/issues/6840)) ([af8ca60](https://github.com/vitejs/vite/commit/af8ca60)), closes [#&#8203;6840](https://github.com/vitejs/vite/issues/6840) </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-26 16:02:38 +00:00
renovate added 1 commit 2022-04-26 16:02:39 +00:00
continuous-integration/drone/pr Build is passing Details
cad64f5906
chore(deps): update dependency vite to v2.9.6
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://1873-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://1873-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.
konrad merged commit 889b8a8aaa into main 2022-04-26 16:48:49 +00:00
konrad deleted branch renovate/vite-2.x 2022-04-26 16:48:49 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.