chore(deps): update dependency vue-tsc to v1.0.17 #2883

Merged
konrad merged 1 commits from renovate/vue-tsc-1.x into main 2022-12-25 20:32:52 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies patch 1.0.16 -> 1.0.17

Release Notes

johnsoncodehk/volar

v1.0.17

Compare Source

  • feat: support syntax highlighting for lang="json5" (#​2244)
  • feat: support for generating virtual file from multiple sources (#​2253)
  • feat: display mapping data on hover for virtual document
  • feat: re-support component semantic token (#​2252)
  • fix(vue-tsc): cannot resolve hook path from extends options
  • fix: fixed workspace configs caching not working edge case (#​2062)
  • fix: cannot find volar.config.js for sub folder tsconfig project
  • fix: emmet abbreviation suggestion keeps disappearing every third letter (#​2240)
  • fix: {{ }} colorizedBracketPairs not working (#​1759)
  • fix: fixed volar-base language servers executePluginCommand duplicate registration error
  • fix: avoid throw on un-exist workspace folder (#​2039)
  • fix: ignore class, style attrs when v-bind exist (#​2166)
  • fix: functional component type check not working when return type includes props property (#​2206)
  • fix: v-slot error when noPropertyAccessFromIndexSignature is enabled (#​2236)
  • fix: skipTemplateCodegen should ignore template slots emit (#​2237)
  • fix: recursive closing of html tag edge cases (#​2238) (#​2247)
  • fix: double quotes not allowed in attribute value (#​2250)
  • perf: embedded files on demand calculation not working
Out Gold Sponsors
Out Silver Sponsors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | [`1.0.16` -> `1.0.17`](https://renovatebot.com/diffs/npm/vue-tsc/1.0.16/1.0.17) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v1.0.17`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;1017-20221226) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v1.0.16...v1.0.17) - feat: support syntax highlighting for `lang="json5"` ([#&#8203;2244](https://github.com/johnsoncodehk/volar/issues/2244)) - feat: support for generating virtual file from multiple sources ([#&#8203;2253](https://github.com/johnsoncodehk/volar/issues/2253)) - feat: display mapping data on hover for virtual document - feat: re-support component semantic token ([#&#8203;2252](https://github.com/johnsoncodehk/volar/issues/2252)) - fix(vue-tsc): cannot resolve hook path from extends options - fix: fixed workspace configs caching not working edge case ([#&#8203;2062](https://github.com/johnsoncodehk/volar/issues/2062)) - fix: cannot find volar.config.js for sub folder tsconfig project - fix: emmet abbreviation suggestion keeps disappearing every third letter ([#&#8203;2240](https://github.com/johnsoncodehk/volar/issues/2240)) - fix: `{{ }}` colorizedBracketPairs not working ([#&#8203;1759](https://github.com/johnsoncodehk/volar/issues/1759)) - fix: fixed volar-base language servers executePluginCommand duplicate registration error - fix: avoid throw on un-exist workspace folder ([#&#8203;2039](https://github.com/johnsoncodehk/volar/issues/2039)) - fix: ignore class, style attrs when `v-bind` exist ([#&#8203;2166](https://github.com/johnsoncodehk/volar/issues/2166)) - fix: functional component type check not working when return type includes `props` property ([#&#8203;2206](https://github.com/johnsoncodehk/volar/issues/2206)) - fix: v-slot error when `noPropertyAccessFromIndexSignature` is enabled ([#&#8203;2236](https://github.com/johnsoncodehk/volar/issues/2236)) - fix: `skipTemplateCodegen` should ignore template slots emit ([#&#8203;2237](https://github.com/johnsoncodehk/volar/issues/2237)) - fix: recursive closing of html tag edge cases ([#&#8203;2238](https://github.com/johnsoncodehk/volar/issues/2238)) ([#&#8203;2247](https://github.com/johnsoncodehk/volar/issues/2247)) - fix: double quotes not allowed in attribute value ([#&#8203;2250](https://github.com/johnsoncodehk/volar/issues/2250)) - perf: embedded files on demand calculation not working ##### Out Gold Sponsors <table><tr> <td align="center" valign="middle"><a href="https://vuejs.org/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/vue.png" height="80" /></a></td> <td align="center" valign="middle"><a href="https://volta.net/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/volta.svg" height="60" /></a></td> </tr></table> ##### Out Silver Sponsors <table><tr> <td align="center" valign="middle"><a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/prefect.svg" height="50" /></a></td> <td align="center" valign="middle"><a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/365talents.png" height="70" /></a></td> </tr></table> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-12-25 19:03:59 +00:00
renovate added 1 commit 2022-12-25 19:04:00 +00:00
continuous-integration/drone/pr Build is passing Details
5c03beebbd
chore(deps): update dependency vue-tsc to v1.0.17
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://2883-renovate-vue-tsc-1-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://2883-renovate-vue-tsc-1-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 ac5b849d06 into main 2022-12-25 20:32:52 +00:00
konrad deleted branch renovate/vue-tsc-1.x 2022-12-25 20:32:52 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.