Update dependency vite-plugin-vue2 to v1.8.1 #656

Merged
konrad merged 1 commits from renovate/vite-plugin-vue2-1.x into main 2021-08-15 10:12:54 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vite-plugin-vue2 devDependencies patch 1.8.0 -> 1.8.1

Release Notes

underfin/vite-plugin-vue2

v1.8.1

Compare Source

Bug Fixes
Features

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 | |---|---|---|---| | [vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) | devDependencies | patch | [`1.8.0` -> `1.8.1`](https://renovatebot.com/diffs/npm/vite-plugin-vue2/1.8.0/1.8.1) | --- ### Release Notes <details> <summary>underfin/vite-plugin-vue2</summary> ### [`v1.8.1`](https://github.com/underfin/vite-plugin-vue2/blob/master/CHANGELOG.md#&#8203;181-httpsgithubcomunderfinvite-plugin-vue2comparev122v181-2021-08-15) [Compare Source](https://github.com/underfin/vite-plugin-vue2/compare/08821c6457ad22afd11e86d3fa118bc3c7ca7e25...ef60cf7616e7b3701b036d005d392840842106d0) ##### Bug Fixes - add `filename` option for compile jsx ([f8cd9c4](https://github.com/underfin/vite-plugin-vue2/commit/f8cd9c4b2bbbf6c7159f07833f888be8deac9d6f)), closes [#&#8203;58](https://github.com/underfin/vite-plugin-vue2/issues/58) - add default `doctype` option for pug ([65bcf92](https://github.com/underfin/vite-plugin-vue2/commit/65bcf92b99c50a727063057eb40ffaf1d40961ef)) - add pure annotations for tree shaking support ([#&#8203;105](https://github.com/underfin/vite-plugin-vue2/issues/105)) ([3622dae](https://github.com/underfin/vite-plugin-vue2/commit/3622dae6f1d6b3cdebec3a5268b8768ece8d00b2)) - add typescript support for jsx ([ee72c09](https://github.com/underfin/vite-plugin-vue2/commit/ee72c095e1938baf683ce107ec6a2a5062ee8916)), closes [#&#8203;49](https://github.com/underfin/vite-plugin-vue2/issues/49) [#&#8203;44](https://github.com/underfin/vite-plugin-vue2/issues/44) - babel transform ignore babel.config.js file ([#&#8203;78](https://github.com/underfin/vite-plugin-vue2/issues/78)) ([89cd5ed](https://github.com/underfin/vite-plugin-vue2/commit/89cd5edf72b3e6e62b266b91d9c7afeb6a614f1c)) - babel transform ignore babelrc file ([3735379](https://github.com/underfin/vite-plugin-vue2/commit/3735379f62ec5fbcee5aaee60af23c9c383a08db)), closes [#&#8203;54](https://github.com/underfin/vite-plugin-vue2/issues/54) - expose file's full path in development ([#&#8203;99](https://github.com/underfin/vite-plugin-vue2/issues/99)) ([eb26e6e](https://github.com/underfin/vite-plugin-vue2/commit/eb26e6ea588224a37b727e12d7fd852fe19d3622)) - fix ci ([cb3b34c](https://github.com/underfin/vite-plugin-vue2/commit/cb3b34c04ea8946864621d70cd7bc8bb0a38fae0)) - fix sourcemap for ts ([1e03983](https://github.com/underfin/vite-plugin-vue2/commit/1e0398323e62264ab374352d6a41282d5be23f73)), closes [#&#8203;70](https://github.com/underfin/vite-plugin-vue2/issues/70) - fix test ([b43cedf](https://github.com/underfin/vite-plugin-vue2/commit/b43cedf2e4317ada078b93dfe63f80147212ec32)) - generate sourcemap ([612d2d5](https://github.com/underfin/vite-plugin-vue2/commit/612d2d5030a89823a12d5a9e78a8a764508585f3)), closes [#&#8203;34](https://github.com/underfin/vite-plugin-vue2/issues/34) - handle jsx ([7898936](https://github.com/underfin/vite-plugin-vue2/commit/7898936cd8b00fd0b2daeb1ed3e71c838f6263ff)), closes [#&#8203;56](https://github.com/underfin/vite-plugin-vue2/issues/56) - move vue-template-compiler to dependencies ([#&#8203;87](https://github.com/underfin/vite-plugin-vue2/issues/87)) ([0de32c9](https://github.com/underfin/vite-plugin-vue2/commit/0de32c941d8aba66182460470dc990b11584ba0c)) - support no-protocol asset url ([cd171ec](https://github.com/underfin/vite-plugin-vue2/commit/cd171ec833d75dd762d6f020544e6277b1d8c730)), closes [#&#8203;118](https://github.com/underfin/vite-plugin-vue2/issues/118) - **deps:** move `vue-template-compiler` to peerDependencies ([4de9cb8](https://github.com/underfin/vite-plugin-vue2/commit/4de9cb8242551f1f0348e71f5acdb938c750f527)) - **template:** tips shouldn't use error to throw, should be use warn ([#&#8203;89](https://github.com/underfin/vite-plugin-vue2/issues/89)) ([0deeaba](https://github.com/underfin/vite-plugin-vue2/commit/0deeabaa2b3033ab78d50cb41fa1f04ea48686d8)) - parse custom block code correctly. ([#&#8203;66](https://github.com/underfin/vite-plugin-vue2/issues/66)) ([2d6175b](https://github.com/underfin/vite-plugin-vue2/commit/2d6175b8896dcb4c8c7ed6da81388bbb6a639e4e)) - remove `@vue/compiler-sfc` dep ([4146ef1](https://github.com/underfin/vite-plugin-vue2/commit/4146ef1401dc13e39b1f00d882e3e399fd1307fe)), closes [#&#8203;45](https://github.com/underfin/vite-plugin-vue2/issues/45) - revert add sourcemap for temaplate block ([6fa3cd0](https://github.com/underfin/vite-plugin-vue2/commit/6fa3cd0beae76e5415fb7509681e76b98b4c4417)) - rewrite asset with hash path, avoid name conflict ([b5cf6b1](https://github.com/underfin/vite-plugin-vue2/commit/b5cf6b130d15740f2f061edaf6d1610d37c70a20)), closes [#&#8203;81](https://github.com/underfin/vite-plugin-vue2/issues/81) - source maps ([#&#8203;84](https://github.com/underfin/vite-plugin-vue2/issues/84)) ([97f2ca4](https://github.com/underfin/vite-plugin-vue2/commit/97f2ca49d93712492887d43f6a18746646896527)) - start serve with `vite preview` ([ec972fd](https://github.com/underfin/vite-plugin-vue2/commit/ec972fdd217f0ba1b8e942438a75584c9635337a)) - support jsx script blocks within sfc ([#&#8203;53](https://github.com/underfin/vite-plugin-vue2/issues/53)) ([ec3f329](https://github.com/underfin/vite-plugin-vue2/commit/ec3f3292c260e464f5d1d456ee878d3afaa98661)) - use `esbuild` compile ts files ([378622b](https://github.com/underfin/vite-plugin-vue2/commit/378622bd81c1178cf29873e481d80292f7857c91)), closes [/github.com/underfin/vite-plugin-vue2/issues/49#issuecomment-799301238](https://github.com//github.com/underfin/vite-plugin-vue2/issues/49/issues/issuecomment-799301238) - use `import` rather than dynamic `require` ([#&#8203;51](https://github.com/underfin/vite-plugin-vue2/issues/51)) ([650e7f5](https://github.com/underfin/vite-plugin-vue2/commit/650e7f58509bffad7c92ccb37720d5ac6bc0ce14)) ##### Features - add `vueTemplateCompiler` option ([3274c05](https://github.com/underfin/vite-plugin-vue2/commit/3274c05b3c5300282adbc3a9eb0375b8746e9f06)), closes [#&#8203;76](https://github.com/underfin/vite-plugin-vue2/issues/76) - add allowDeclareFields for babel ts option ([#&#8203;120](https://github.com/underfin/vite-plugin-vue2/issues/120)) ([798953a](https://github.com/underfin/vite-plugin-vue2/commit/798953af7b273c8d31677632c94c7e1252c956ff)) - default compilerOptions: whitespace: 'condense' ([#&#8203;62](https://github.com/underfin/vite-plugin-vue2/issues/62)) ([ab62cce](https://github.com/underfin/vite-plugin-vue2/commit/ab62cce0569db1bd655816d828f4000faad310dd)) - import vue file as raw correctly ([#&#8203;72](https://github.com/underfin/vite-plugin-vue2/issues/72)) ([175beb3](https://github.com/underfin/vite-plugin-vue2/commit/175beb3acc0a776c30be14e72ae3da4670326a0e)) - improve codegen compat, use var **component** insteadof var component ([#&#8203;115](https://github.com/underfin/vite-plugin-vue2/issues/115)) ([77d3cac](https://github.com/underfin/vite-plugin-vue2/commit/77d3cac77afdd180ea3c4d46d261d388075096c3)) - support decorator at jsx ([08821c6](https://github.com/underfin/vite-plugin-vue2/commit/08821c6457ad22afd11e86d3fa118bc3c7ca7e25)), closes [#&#8203;113](https://github.com/underfin/vite-plugin-vue2/issues/113) [#&#8203;106](https://github.com/underfin/vite-plugin-vue2/issues/106) </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 2021-08-15 10:01:28 +00:00
renovate added 1 commit 2021-08-15 10:01:29 +00:00
continuous-integration/drone/pr Build is passing Details
5f2e428126
Update dependency vite-plugin-vue2 to v1.8.1
konrad merged commit cc8665b538 into main 2021-08-15 10:12:54 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.