chore(deps): update dependency vue-tsc to v0.29.7 (#1106)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-tsc](https://github.com/johnsoncodehk/volar) | devDependencies | patch | [`0.29.6` -> `0.29.7`](https://renovatebot.com/diffs/npm/vue-tsc/0.29.6/0.29.7) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.29.7`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#​0297) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.29.6...v0.29.7) - feat: support html, css custom data ([#​707](https://github.com/johnsoncodehk/volar/issues/707)) - feat: support extends tsconfig `vueCompilerOptions` ([#​731](https://github.com/johnsoncodehk/volar/issues/731)) - fix: cannot config project reference by directory path ([#​712](https://github.com/johnsoncodehk/volar/issues/712)) - fix: pug attrs type-check borken by nested tags ([#​721](https://github.com/johnsoncodehk/volar/issues/721)) - fix: import path rename result incorrect ([#​723](https://github.com/johnsoncodehk/volar/issues/723)) - fix: `editor.codeActionsOnSave: ["source.organizeImports"]` not working ([#​726](https://github.com/johnsoncodehk/volar/issues/726)) - fix: goto definition not working with some component import statement ([#​728](https://github.com/johnsoncodehk/volar/issues/728)) - fix: don't show volar commands in non-vue document ([#​733](https://github.com/johnsoncodehk/volar/issues/733)) - fix: vue-tsc not working with symlink ([#​738](https://github.com/johnsoncodehk/volar/issues/738)) </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). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1106 Reviewed-by: dpschen <dpschen@noreply.kolaente.de> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
@ -87,7 +87,7 @@
|
||||
"vite": "2.6.14",
|
||||
"vite-plugin-pwa": "0.11.8",
|
||||
"vite-svg-loader": "3.1.0",
|
||||
"vue-tsc": "0.29.6",
|
||||
"vue-tsc": "0.29.7",
|
||||
"wait-on": "6.0.0",
|
||||
"workbox-cli": "6.4.1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user