chore(deps): update dependency vue-tsc to v0.35.2 #2008

Merged
konrad merged 1 commits from renovate/vue-tsc-0.x into main 2022-06-01 17:04:11 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies minor 0.34.15 -> 0.35.2

Release Notes

johnsoncodehk/volar

v0.35.2

Compare Source

  • feat: add tsc problemMatchers settings (#​1277)
  • fix: cannot watch external .d.ts file changes (#​1343)
  • fix: incorrect typescript error report with hgroup in template (#​1340)
  • fix: style variable injection syntax highlight not working for style languages other then css (#​1365)
  • fix: false positive type check for method arguments with defineExpose (#​1364)
  • fix: avoid html emmet active in style block (#​1358)
  • fix: unable to recognize the type of parameters as alongside <script setup> (#​1324)
  • fix: component export default jsdoc loss when use <script setup> (#​1327)
  • fix: false positive @ts-expect-error error in withDefaults() (#​1336)
Our Sponsors

v0.35.1

Compare Source

v0.35.0

Compare Source

  • perf: support TS auto-import cache for TS 4.7 (#​1360)
    • Please use 0.34.17 for TS 4.6.4 or lower

v0.34.17

Compare Source

  • feat: do not show unknown tag as red (#​1247)
  • feat: do not default enable editor.semanticHighlighting.enabled
  • feat: support syntax highlight for style variable injection
  • fix: auto import creates wrong identifier when dot in file name (#​1335)
  • fix: avoid language server crash on TS 4.7 (#​1300)
  • fix: namespaced component type-check not working

v0.34.16

Compare Source

  • feat: add experimental option vueCompilerOptions.experimentalRuntimeMode for adapt uni-app (#​1308)
  • fix: type narrowing broken by local variable declare in template (#​1312)
  • fix: cannot recognize component context on arg typeof of arrow function in template (#​1326)
  • fix: emmet suggestion interrupt when input symbol (#​1322)
  • fix: split editors layout not following settings volar.splitEditors.layout.* (#​1330)

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 | minor | [`0.34.15` -> `0.35.2`](https://renovatebot.com/diffs/npm/vue-tsc/0.34.15/0.35.2) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.35.2`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;0352-2022530) [Compare Source](https://github.com/johnsoncodehk/volar/compare/4b4fb92dfdec2581ad167f892547f4a27a379287...v0.35.2) - feat: add tsc problemMatchers settings ([#&#8203;1277](https://github.com/johnsoncodehk/volar/issues/1277)) - fix: cannot watch external .d.ts file changes ([#&#8203;1343](https://github.com/johnsoncodehk/volar/issues/1343)) - fix: incorrect typescript error report with hgroup in template ([#&#8203;1340](https://github.com/johnsoncodehk/volar/issues/1340)) - fix: style variable injection syntax highlight not working for style languages other then `css` ([#&#8203;1365](https://github.com/johnsoncodehk/volar/issues/1365)) - fix: false positive type check for method arguments with `defineExpose` ([#&#8203;1364](https://github.com/johnsoncodehk/volar/issues/1364)) - fix: avoid html emmet active in style block ([#&#8203;1358](https://github.com/johnsoncodehk/volar/issues/1358)) - fix: unable to recognize the type of parameters as alongside `<script setup>` ([#&#8203;1324](https://github.com/johnsoncodehk/volar/issues/1324)) - fix: component export default jsdoc loss when use `<script setup>` ([#&#8203;1327](https://github.com/johnsoncodehk/volar/issues/1327)) - fix: false positive `@ts-expect-error` error in `withDefaults()` ([#&#8203;1336](https://github.com/johnsoncodehk/volar/issues/1336)) ##### Our Sponsors <a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"> <img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"/> </a> ### [`v0.35.1`](https://github.com/johnsoncodehk/volar/compare/v0.35.0...4b4fb92dfdec2581ad167f892547f4a27a379287) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.35.0...4b4fb92dfdec2581ad167f892547f4a27a379287) ### [`v0.35.0`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;0350-2022528) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.34.17...v0.35.0) - perf: support TS auto-import cache for TS 4.7 ([#&#8203;1360](https://github.com/johnsoncodehk/volar/issues/1360)) - Please use 0.34.17 for TS 4.6.4 or lower ### [`v0.34.17`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;03417-2022528) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.34.16...v0.34.17) - feat: do not show unknown tag as red ([#&#8203;1247](https://github.com/johnsoncodehk/volar/issues/1247)) - feat: do not default enable `editor.semanticHighlighting.enabled` - feat: support syntax highlight for style variable injection - fix: auto import creates wrong identifier when dot in file name ([#&#8203;1335](https://github.com/johnsoncodehk/volar/issues/1335)) - fix: avoid language server crash on TS 4.7 ([#&#8203;1300](https://github.com/johnsoncodehk/volar/issues/1300)) - fix: namespaced component type-check not working ### [`v0.34.16`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#&#8203;03416-2022523) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.34.15...v0.34.16) - feat: add experimental option `vueCompilerOptions.experimentalRuntimeMode` for adapt uni-app ([#&#8203;1308](https://github.com/johnsoncodehk/volar/issues/1308)) - fix: type narrowing broken by local variable declare in template ([#&#8203;1312](https://github.com/johnsoncodehk/volar/issues/1312)) - fix: cannot recognize component context on arg typeof of arrow function in template ([#&#8203;1326](https://github.com/johnsoncodehk/volar/issues/1326)) - fix: emmet suggestion interrupt when input symbol ([#&#8203;1322](https://github.com/johnsoncodehk/volar/issues/1322)) - fix: split editors layout not following settings `volar.splitEditors.layout.*` ([#&#8203;1330](https://github.com/johnsoncodehk/volar/issues/1330)) </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-05-31 23:03:10 +00:00
renovate added 1 commit 2022-05-31 23:03:11 +00:00
continuous-integration/drone/pr Build is passing Details
5341f2e16d
chore(deps): update dependency vue-tsc to v0.35.2
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://2008-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://2008-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.
konrad merged commit cc31526324 into main 2022-06-01 17:04:11 +00:00
konrad deleted branch renovate/vue-tsc-0.x 2022-06-01 17:04:11 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.