chore(deps): update dependency vue-tsc to v0.34.4 #1804

Merged
dpschen merged 1 commits from renovate/vue-tsc-0.x into main 2022-04-11 06:31:10 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies patch 0.34.2 -> 0.34.4

Release Notes

johnsoncodehk/volar

v0.34.4

Compare Source

  • fix: script setup report false positive error with multi-line interpolation
  • fix: object spread assignment not working in template
  • fix: html formatting result incorrect

v0.34.3

Compare Source

  • feat: release @volar/preview for support vite, nuxt 3 app preview features other then vscode IDEs (#​1115)
  • fix: require() should not report error in template (#​1161)
  • fix: template interpolations syntax broken with inline block comments (#​1143)
  • fix: vue-tsc emit declaration diagnostics incomplete (#​1127)
  • fix: ts plugin should not affect to non-vue project (#​1144)
  • fix: object literal santax not working in directive and v-for expressions (#​1160)
  • fix: shorthand property assignment santax not working in template (#​1156)
  • fix: should not emit __VLS_ files file with vue-tsc --declaration --emitDeclarationOnly
  • fix: experimentalDisableTemplateSupport not working
  • fix: formatting crashes with inline v-bind on scoped v-slot (#​1151)
  • fix: language server broken in js project without allowJs

Breaking changes

  • For pug template project, you need to install optional dependencie @volar/pug-language-service to support pug template type-checking on vue-tsc (#​1092)
  • Changed experimentalResolveNonScopedCssClasses to experimentalResolveStyleCssClasses (#​1121)

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 | |---|---|---|---| | [vue-tsc](https://github.com/johnsoncodehk/volar) | devDependencies | patch | [`0.34.2` -> `0.34.4`](https://renovatebot.com/diffs/npm/vue-tsc/0.34.2/0.34.4) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.34.4`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;0344) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.34.3...v0.34.4) - fix: script setup report false positive error with multi-line interpolation - fix: object spread assignment not working in template - fix: html formatting result incorrect ### [`v0.34.3`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;0343) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.34.2...v0.34.3) - feat: release `@volar/preview` for support vite, nuxt 3 app preview features other then vscode IDEs ([#&#8203;1115](https://github.com/johnsoncodehk/volar/issues/1115)) - fix: `require()` should not report error in template ([#&#8203;1161](https://github.com/johnsoncodehk/volar/issues/1161)) - fix: template interpolations syntax broken with inline block comments ([#&#8203;1143](https://github.com/johnsoncodehk/volar/issues/1143)) - fix: vue-tsc emit declaration diagnostics incomplete ([#&#8203;1127](https://github.com/johnsoncodehk/volar/issues/1127)) - fix: ts plugin should not affect to non-vue project ([#&#8203;1144](https://github.com/johnsoncodehk/volar/issues/1144)) - fix: object literal santax not working in directive and v-for expressions ([#&#8203;1160](https://github.com/johnsoncodehk/volar/issues/1160)) - fix: shorthand property assignment santax not working in template ([#&#8203;1156](https://github.com/johnsoncodehk/volar/issues/1156)) - fix: should not emit `__VLS_` files file with `vue-tsc --declaration --emitDeclarationOnly` - fix: `experimentalDisableTemplateSupport` not working - fix: formatting crashes with inline v-bind on scoped v-slot ([#&#8203;1151](https://github.com/johnsoncodehk/volar/issues/1151)) - fix: language server broken in js project without allowJs **Breaking changes** - For pug template project, you need to install optional dependencie `@volar/pug-language-service` to support pug template type-checking on vue-tsc ([#&#8203;1092](https://github.com/johnsoncodehk/volar/issues/1092)) - Changed `experimentalResolveNonScopedCssClasses` to `experimentalResolveStyleCssClasses` ([#&#8203;1121](https://github.com/johnsoncodehk/volar/issues/1121)) </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-10 20:07:06 +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://1804-renovate-vue-tsc-0-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://1804-renovate-vue-tsc-0-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 vue-tsc to v0.34.3 to chore(deps): update dependency vue-tsc to v0.34.4 2022-04-11 06:08:21 +00:00
renovate force-pushed renovate/vue-tsc-0.x from 517893ed9c to 05b19145cd 2022-04-11 06:08:22 +00:00 Compare
dpschen approved these changes 2022-04-11 06:30:54 +00:00
dpschen merged commit 05b19145cd into main 2022-04-11 06:31:10 +00:00
dpschen deleted branch renovate/vue-tsc-0.x 2022-04-11 06:31:10 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.