chore(deps): update dependency @vitejs/plugin-vue to v2.2.0 #1517

Merged
konrad merged 1 commits from renovate/vitejs-plugin-vue-2.x into main 2022-02-09 08:28:34 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vitejs/plugin-vue devDependencies minor 2.1.0 -> 2.2.0

Release Notes

vitejs/vite

v2.2.0

Compare Source

Bug Fixes
Features

2.1.5 (2021-03-31)

Bug Fixes

2.1.4 (2021-03-30)

Bug Fixes
Features
  • dev: support keepNames option for optimizeDependencies config (#​2742) (130bf5a)

2.1.3 (2021-03-25)

Bug Fixes
Features

2.1.2 (2021-03-17)

Bug Fixes

2.1.1 (2021-03-16)

Bug Fixes

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, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vitejs/plugin-vue](https://github.com/vitejs/vite) | devDependencies | minor | [`2.1.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/2.1.0/2.2.0) | --- ### Release Notes <details> <summary>vitejs/vite</summary> ### [`v2.2.0`](https://github.com/vitejs/vite/blob/master/packages/vite/CHANGELOG.md#&#8203;220-httpsgithubcomvitejsvitecomparev215v220-2021-04-19) [Compare Source](https://github.com/vitejs/vite/compare/v2.1.0...v2.2.0) ##### Bug Fixes - require.resolve to correct sub node_modules ([#&#8203;3003](https://github.com/vitejs/vite/issues/3003)) ([da11d43](https://github.com/vitejs/vite/commit/da11d43d9a246b0e721d6c33cd6a47a0675843cf)) - **optimizer:** ensure consistency with replace define ([#&#8203;2929](https://github.com/vitejs/vite/issues/2929)) ([ddb7a91](https://github.com/vitejs/vite/commit/ddb7a91f0085f832d438f9523397c8a55f3d0764)), closes [#&#8203;2893](https://github.com/vitejs/vite/issues/2893) - A static and dynamically imported module is loaded twice ([#&#8203;2935](https://github.com/vitejs/vite/issues/2935)) ([266fb55](https://github.com/vitejs/vite/commit/266fb55adc1e3580bab86d30fcd1dfd1d80748a9)) - avoid endless loop in resolveSSRExternal (fix [#&#8203;2635](https://github.com/vitejs/vite/issues/2635)) ([#&#8203;2636](https://github.com/vitejs/vite/issues/2636)) ([59871ef](https://github.com/vitejs/vite/commit/59871ef16142412d78ec79fe5ed06390d86c49e6)) - don't resolve import using browser during SSR (fix [#&#8203;2995](https://github.com/vitejs/vite/issues/2995)) ([#&#8203;2996](https://github.com/vitejs/vite/issues/2996)) ([fd1c9ba](https://github.com/vitejs/vite/commit/fd1c9ba11bff634c10e23a9cad2e5d639145ccf6)) - filter out empty srcset, fix [#&#8203;2863](https://github.com/vitejs/vite/issues/2863) ([#&#8203;2888](https://github.com/vitejs/vite/issues/2888)) ([0d4f803](https://github.com/vitejs/vite/commit/0d4f803d6edc51f31a5e20a161aa77688823b689)) - **build:** avoid import duplicate chunks, fix [#&#8203;2906](https://github.com/vitejs/vite/issues/2906) ([#&#8203;2940](https://github.com/vitejs/vite/issues/2940)) ([8b02abf](https://github.com/vitejs/vite/commit/8b02abf537cb731fcfe84cf8e93ba3e923e83114)) - **build:** properly handle alias key in config merge ([#&#8203;2847](https://github.com/vitejs/vite/issues/2847)) ([41261c7](https://github.com/vitejs/vite/commit/41261c70e6d65ddf1dca52a6e94e5aa555539581)) - **build:** support `cssCodeSplit` for cjs format, fix [#&#8203;2575](https://github.com/vitejs/vite/issues/2575) ([#&#8203;2621](https://github.com/vitejs/vite/issues/2621)) ([2a89c57](https://github.com/vitejs/vite/commit/2a89c57d3fb2dedbe595c4d49c454f3d138e6414)) - **css:** properly pass options to stylus compiler, fix [#&#8203;2587](https://github.com/vitejs/vite/issues/2587) ([#&#8203;2860](https://github.com/vitejs/vite/issues/2860)) ([8dbebee](https://github.com/vitejs/vite/commit/8dbebeed4c1dd13e13aa7201ad6922d4d4c20368)) - **define:** ensure the normal use of NODE_ENV, fix [#&#8203;2759](https://github.com/vitejs/vite/issues/2759) ([#&#8203;2764](https://github.com/vitejs/vite/issues/2764)) ([fa85749](https://github.com/vitejs/vite/commit/fa8574921195dd03b539c150a2ae5f97121a0aea)) - **scan:** avoid crawling type only import ([#&#8203;2810](https://github.com/vitejs/vite/issues/2810)) ([daf7838](https://github.com/vitejs/vite/commit/daf783866b744c09e2b10234ced853c6f9a84dff)) - **ssr:** fix ssrTransform catch clause error (fix [#&#8203;2667](https://github.com/vitejs/vite/issues/2667)) ([#&#8203;2966](https://github.com/vitejs/vite/issues/2966)) ([c9e0bcf](https://github.com/vitejs/vite/commit/c9e0bcf5653c31ffa00819083a9ce58a24e0bd17)) - **types:** clean-css types ([#&#8203;2971](https://github.com/vitejs/vite/issues/2971)) ([9be7449](https://github.com/vitejs/vite/commit/9be7449544b078d572b93e7df463a0c4756a84f5)) - chunks are analysed multiple times ([#&#8203;2541](https://github.com/vitejs/vite/issues/2541)) ([1451b78](https://github.com/vitejs/vite/commit/1451b78e7b1a34b89e2768315832087c686fb5aa)) - serve .js, .jsx, .ts, .tsx as application/javascript, fix [#&#8203;2642](https://github.com/vitejs/vite/issues/2642) ([#&#8203;2769](https://github.com/vitejs/vite/issues/2769)) ([b08e973](https://github.com/vitejs/vite/commit/b08e973da0477481970cdf6d49532bb6129aaa24)) ##### Features - **createLogger:** allow custom prefix for logger ([#&#8203;2019](https://github.com/vitejs/vite/issues/2019)) ([344d77e](https://github.com/vitejs/vite/commit/344d77e9735bc907b9383ad729afb0a8daa2af5f)) - add async support for vite config file ([#&#8203;2758](https://github.com/vitejs/vite/issues/2758)) ([aee8b37](https://github.com/vitejs/vite/commit/aee8b3770cd081632fefb327b38ab704b97aa860)) - add inlineConfig.envFile option ([#&#8203;2475](https://github.com/vitejs/vite/issues/2475)) ([81b80c6](https://github.com/vitejs/vite/commit/81b80c69d6bb00f54aae0481ea78f869db35725d)) - export manifest types ([#&#8203;2901](https://github.com/vitejs/vite/issues/2901)) ([ffcb7ce](https://github.com/vitejs/vite/commit/ffcb7ce0ac4fe61fbd02da05090d48835a0dd1e4)) - parameter settings when packaging the library ([#&#8203;2750](https://github.com/vitejs/vite/issues/2750)) ([f17e19a](https://github.com/vitejs/vite/commit/f17e19a80ced16401d00fef266493dd11fc69f2f)) - support cacheDir ([#&#8203;2899](https://github.com/vitejs/vite/issues/2899)) ([57980d2](https://github.com/vitejs/vite/commit/57980d27ee10f1f92e532a0975d4ab39ce27d3ed)) - watch the dependencies of config file ([#&#8203;3031](https://github.com/vitejs/vite/issues/3031)) ([bb419cb](https://github.com/vitejs/vite/commit/bb419cb969fec2a752dc45ab43b34351fe771f3a)) - **cli:** build watch mode, fix [#&#8203;1434](https://github.com/vitejs/vite/issues/1434) ([#&#8203;1449](https://github.com/vitejs/vite/issues/1449)) ([0dc6e37](https://github.com/vitejs/vite/commit/0dc6e37298e2e3efda74a1042f37bd70e3f5d3a5)) - **plugin:** plugin config hook supports return promise ([#&#8203;2800](https://github.com/vitejs/vite/issues/2800)) ([5dfd0e8](https://github.com/vitejs/vite/commit/5dfd0e85978f77c8d12f7b83f25a383ae9c2f7e9)) - **plugin-api:** support async configResolved hooks (fixes [#&#8203;2949](https://github.com/vitejs/vite/issues/2949)) ([#&#8203;2951](https://github.com/vitejs/vite/issues/2951)) ([8b38168](https://github.com/vitejs/vite/commit/8b38168f7bc5be1d3417f3115ac723baec736ed6)) - support globbing from dependencies ([#&#8203;2519](https://github.com/vitejs/vite/issues/2519)) ([7121553](https://github.com/vitejs/vite/commit/71215533ac60e8ff566dc3467feabfc2c71a01e2)), closes [#&#8203;2390](https://github.com/vitejs/vite/issues/2390) #### [2.1.5](https://github.com/vitejs/vite/compare/v2.1.4...v2.1.5) (2021-03-31) ##### Bug Fixes - do not inject ?import query to external urls ([be3a4f5](https://github.com/vitejs/vite/commit/be3a4f5beb39a83bb62aef19f9e18177047618fa)) - replace \__dirname and \__filename in config file, fix [#&#8203;2728](https://github.com/vitejs/vite/issues/2728) ([#&#8203;2780](https://github.com/vitejs/vite/issues/2780)) ([eb57ac6](https://github.com/vitejs/vite/commit/eb57ac6ab1aa1256cadcea2bf8d31881023a568c)) #### [2.1.4](https://github.com/vitejs/vite/compare/v2.1.3...v2.1.4) (2021-03-30) ##### Bug Fixes - **scan:** properly crawl imports in lang=ts blocks in vue/svelte files ([8f527fd](https://github.com/vitejs/vite/commit/8f527fd09c494fd23121aded0b836ff60a62835c)) - invalidate module cache on unlinked ([#&#8203;2629](https://github.com/vitejs/vite/issues/2629)), fix [#&#8203;2630](https://github.com/vitejs/vite/issues/2630) ([57f2a69](https://github.com/vitejs/vite/commit/57f2a698dcce47e11510bbff4c4716aac49a202b)) - reload only once on socket reconnect ([#&#8203;2340](https://github.com/vitejs/vite/issues/2340)) ([d73c1fa](https://github.com/vitejs/vite/commit/d73c1fa6824397515adaf42ec29732013c8c54de)) - **client:** don't inject queries for data URLs ([#&#8203;2703](https://github.com/vitejs/vite/issues/2703)), fix [#&#8203;2658](https://github.com/vitejs/vite/issues/2658) ([86753d6](https://github.com/vitejs/vite/commit/86753d6e3d2be88f2f885c27fef8245c5d4b3b1b)) - **resolve:** fix resolver not following node resolve algorithm ([#&#8203;2718](https://github.com/vitejs/vite/issues/2718)), fix [#&#8203;2695](https://github.com/vitejs/vite/issues/2695) ([669c591](https://github.com/vitejs/vite/commit/669c591696788df844e7b26e600df86ffc70792c)) - **resolve:** improve browser filed substitutions ([#&#8203;2701](https://github.com/vitejs/vite/issues/2701)), fix [#&#8203;2598](https://github.com/vitejs/vite/issues/2598) ([cc213c6](https://github.com/vitejs/vite/commit/cc213c68d54db338ce0e6cf8fafe1b05a414fa6a)) - fix types errors ([#&#8203;2726](https://github.com/vitejs/vite/issues/2726)) ([9716582](https://github.com/vitejs/vite/commit/97165828ecbcea867e927c62033002359d83a0db)) ##### Features - **dev:** support keepNames option for optimizeDependencies config ([#&#8203;2742](https://github.com/vitejs/vite/issues/2742)) ([130bf5a](https://github.com/vitejs/vite/commit/130bf5a03af2733dff9a34ef74450740d7cdb991)) #### [2.1.3](https://github.com/vitejs/vite/compare/v2.1.2...v2.1.3) (2021-03-25) ##### Bug Fixes - add a timeout to the res.sep when discovering dependencies, fix [#&#8203;2525](https://github.com/vitejs/vite/issues/2525) ([#&#8203;2548](https://github.com/vitejs/vite/issues/2548)) ([31d10cb](https://github.com/vitejs/vite/commit/31d10cbacf292cbd1064f847673281745c977b0d)) - handle paths with special characters in injectQuery (fix [#&#8203;2585](https://github.com/vitejs/vite/issues/2585)) ([#&#8203;2614](https://github.com/vitejs/vite/issues/2614)) ([ed321ba](https://github.com/vitejs/vite/commit/ed321ba3f3364c0d93097d0ecfeb22aee3daa909)) - **css:** alias for background url in sass/less link error (fix [#&#8203;2316](https://github.com/vitejs/vite/issues/2316)) ([#&#8203;2323](https://github.com/vitejs/vite/issues/2323)) ([9499d26](https://github.com/vitejs/vite/commit/9499d26ead3214cebeab43cfb6f91adad69ae2a9)) - **dev:** remove process listeners on server close ([#&#8203;2619](https://github.com/vitejs/vite/issues/2619)) ([74b360b](https://github.com/vitejs/vite/commit/74b360b6c53149c04ab5472aac7e327793a8a493)) - json should be bundled ([#&#8203;2573](https://github.com/vitejs/vite/issues/2573)) ([2eb7682](https://github.com/vitejs/vite/commit/2eb76827a364f015727da521e55ec5fa54202a71)), closes [#&#8203;2543](https://github.com/vitejs/vite/issues/2543) ##### Features - let `plugins` array contain falsy values ([#&#8203;1649](https://github.com/vitejs/vite/issues/1649)) ([be76a30](https://github.com/vitejs/vite/commit/be76a304aacb52ac5e333552d30024be34a8a6a9)) #### [2.1.2](https://github.com/vitejs/vite/compare/v2.1.1...v2.1.2) (2021-03-17) ##### Bug Fixes - update esbuild target to allow destructuring ([#&#8203;2566](https://github.com/vitejs/vite/issues/2566)) ([da49782](https://github.com/vitejs/vite/commit/da497823e249aaf4d3a7da80e2211501f6159e1e)) - **manifest:** do not fail when using rollupOtions.external ([#&#8203;2532](https://github.com/vitejs/vite/issues/2532)) ([e44cc11](https://github.com/vitejs/vite/commit/e44cc11bcf265d0bc4eaf5679c3b84d4b31d10ad)) #### [2.1.1](https://github.com/vitejs/vite/compare/v2.1.0...v2.1.1) (2021-03-16) ##### Bug Fixes - decode path before reading sourcemap source content ([73b80d5](https://github.com/vitejs/vite/commit/73b80d5da99bbf35afe95c588d30c5b38655e225)), closes [#&#8203;2524](https://github.com/vitejs/vite/issues/2524) - **scan:** handle await replacement edge case ([cbfc3e9](https://github.com/vitejs/vite/commit/cbfc3e9dbabc4b4863a7f659b59d2e5115a81481)), closes [#&#8203;2528](https://github.com/vitejs/vite/issues/2528) - enable latest syntax when parsing for ssr ([407ce3b](https://github.com/vitejs/vite/commit/407ce3b7c5c07a51b5e20e97bc2fff2f173c74c0)), closes [#&#8203;2526](https://github.com/vitejs/vite/issues/2526) </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, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-02-09 07:02:53 +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://1517-renovatevitejs-plugin-vue-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://1517-renovatevitejs-plugin-vue-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 force-pushed renovate/vitejs-plugin-vue-2.x from 9cc4ac0221 to fe3f2f72db 2022-02-09 08:02:35 +00:00 Compare
konrad merged commit 017c025aaa into main 2022-02-09 08:28:34 +00:00
konrad deleted branch renovate/vitejs-plugin-vue-2.x 2022-02-09 08:28:34 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.