chore(deps): update dependency vue-tsc to v1.0.10 #2764

Merged
konrad merged 1 commits from renovate/vue-tsc-1.x into main 2022-11-29 14:15:49 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies patch 1.0.9 -> 1.0.10

Release Notes

johnsoncodehk/volar

v1.0.10

Compare Source

  • feat: add volar.vueserver.json.customBlockSchemaUrls setting to support preset json schema urls for custom blocks (#​2079)
  • feat: add volar.vueserver.reverseConfigFilePriority setting to support customize tsconfig priority (#​1815)
  • feat: add volar.vueserver.disableFileWatcher setting for better performance (#​2027)
  • feat(vue-tsc): support for TypeScript 5.0 (#​2095)
  • feat: auto insert parentheses for instanceof expressions (#​2099)
  • feat: more accurate HTML attributes auto-complete
  • feat: add nativeTags instead of experimentalRuntimeMode to vueCompilerOptions for uni-app supports (#​2065)
  • feat: remove split editors icon and use command instead of
  • fix: goto definition not working with nvim-lspconfig (https://github.com/johnsoncodehk/volar/pull/1916#issuecomment-1293166322)
  • fix(preview): more accurate script judgment (#​2135)
  • fix: local components types should cover global components types (#​1886)
  • fix: auto insert parentheses for AsExpressions not working
  • fix: template code mapping confusion when undo with invalid template code (#​2151)
  • fix: output Server Stats through LSP API (#​2050)
  • fix: vite app preview not working if project path includes spaces (https://github.com/johnsoncodehk/vite-plugin-vue-component-preview/issues/7)
  • fix: avoid component preview create multiple terminals (#​2128)
  • fix: avoid folding when join split editors (#​1887)
  • fix: split editors command crash with empty document (#​2072)
  • fix: avoid escape " (#​2091)
  • fix: script setup first variable jsdoc missing (https://github.com/johnsoncodehk/volar/issues/1327#issuecomment-1304784005)
  • fix: document symbols of SFC blocks range incorrect (#​2118)
  • fix: strictTemplates option works only bound props (#​2136)
  • fix: props required warning missing when jsxTemplates option enabled (#​2139)
  • fix: cannot infer events parameter type in recursive component (#​2140)
  • perf: faster semantic tokens parsing (#​2053) (#​2056)
  • perf: avoid create file watchers in syntactic server
  • perf: cache workspace configuration in language servers (#​2062)
Special Sponsor
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.9` -> `1.0.10`](https://renovatebot.com/diffs/npm/vue-tsc/1.0.9/1.0.10) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v1.0.10`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;1010-20221129) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v1.0.9...v1.0.10) - feat: add `volar.vueserver.json.customBlockSchemaUrls` setting to support preset json schema urls for custom blocks ([#&#8203;2079](https://github.com/johnsoncodehk/volar/issues/2079)) - feat: add `volar.vueserver.reverseConfigFilePriority` setting to support customize tsconfig priority ([#&#8203;1815](https://github.com/johnsoncodehk/volar/issues/1815)) - feat: add `volar.vueserver.disableFileWatcher` setting for better performance ([#&#8203;2027](https://github.com/johnsoncodehk/volar/issues/2027)) - feat(vue-tsc): support for TypeScript 5.0 ([#&#8203;2095](https://github.com/johnsoncodehk/volar/issues/2095)) - feat: auto insert parentheses for `instanceof` expressions ([#&#8203;2099](https://github.com/johnsoncodehk/volar/issues/2099)) - feat: more accurate HTML attributes auto-complete - feat: add `nativeTags` instead of `experimentalRuntimeMode` to vueCompilerOptions for uni-app supports ([#&#8203;2065](https://github.com/johnsoncodehk/volar/issues/2065)) - feat: remove split editors icon and use command instead of - fix: goto definition not working with nvim-lspconfig (https://github.com/johnsoncodehk/volar/pull/1916#issuecomment-1293166322) - fix(preview): more accurate script judgment ([#&#8203;2135](https://github.com/johnsoncodehk/volar/issues/2135)) - fix: local components types should cover global components types ([#&#8203;1886](https://github.com/johnsoncodehk/volar/issues/1886)) - fix: auto insert parentheses for AsExpressions not working - fix: template code mapping confusion when undo with invalid template code ([#&#8203;2151](https://github.com/johnsoncodehk/volar/issues/2151)) - fix: output Server Stats through LSP API ([#&#8203;2050](https://github.com/johnsoncodehk/volar/issues/2050)) - fix: vite app preview not working if project path includes spaces (https://github.com/johnsoncodehk/vite-plugin-vue-component-preview/issues/7) - fix: avoid component preview create multiple terminals ([#&#8203;2128](https://github.com/johnsoncodehk/volar/issues/2128)) - fix: avoid folding when join split editors ([#&#8203;1887](https://github.com/johnsoncodehk/volar/issues/1887)) - fix: split editors command crash with empty document ([#&#8203;2072](https://github.com/johnsoncodehk/volar/issues/2072)) - fix: avoid escape `&quot;` ([#&#8203;2091](https://github.com/johnsoncodehk/volar/issues/2091)) - fix: script setup first variable jsdoc missing (https://github.com/johnsoncodehk/volar/issues/1327#issuecomment-1304784005) - fix: document symbols of SFC blocks range incorrect ([#&#8203;2118](https://github.com/johnsoncodehk/volar/issues/2118)) - fix: `strictTemplates` option works only bound props ([#&#8203;2136](https://github.com/johnsoncodehk/volar/issues/2136)) - fix: props required warning missing when `jsxTemplates` option enabled ([#&#8203;2139](https://github.com/johnsoncodehk/volar/issues/2139)) - fix: cannot infer events parameter type in recursive component ([#&#8203;2140](https://github.com/johnsoncodehk/volar/issues/2140)) - perf: faster semantic tokens parsing ([#&#8203;2053](https://github.com/johnsoncodehk/volar/issues/2053)) ([#&#8203;2056](https://github.com/johnsoncodehk/volar/issues/2056)) - perf: avoid create file watchers in syntactic server - perf: cache workspace configuration in language servers ([#&#8203;2062](https://github.com/johnsoncodehk/volar/issues/2062)) ##### Special Sponsor <table><tr> <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 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> </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> </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-11-29 14:03:35 +00:00
renovate added 1 commit 2022-11-29 14:03:35 +00:00
continuous-integration/drone/pr Build is passing Details
a994fe4a36
chore(deps): update dependency vue-tsc to v1.0.10
konrad scheduled this pull request to auto merge when all checks succeed 2022-11-29 14:04:30 +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://2764-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://2764-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 d1c05eb3fb into main 2022-11-29 14:15:49 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.