bytebase / vue-kbar

Extensible command+k interface for Vue 3 applications. Inspired by timc1/kbar.
MIT License
65 stars 8 forks source link

chore(deps): update dependency vue-tsc to v0.40.7 #13

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-tsc 0.29.8 -> 0.40.7 age adoption passing confidence

Release Notes

johnsoncodehk/volar ### [`v0.40.7`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0407-202295) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.6...v0.40.7) - feat: support multiple workspaces for document features - feat: add `initializationOptions.completion.ignoreTriggerCharacters` for LSP-Volar ([https://github.com/sublimelsp/LSP-volar/issues/114](https://togithub.com/sublimelsp/LSP-volar/issues/114)) - feat: add `vueCompilerOptions.experimentalComponentOptionsWrapper` option for custom component options warpper ([#​1517](https://togithub.com/johnsoncodehk/volar/issues/1517)) - fix: add missing surrounding pair "\`" ([#​1659](https://togithub.com/johnsoncodehk/volar/issues/1659)) - fix: formatting edit range incorrect edge case ([#​1814](https://togithub.com/johnsoncodehk/volar/issues/1814)) - fix: typescript onType format do not respect `typescript.format.enable` - fix: document features stop working for script block ([#​1813](https://togithub.com/johnsoncodehk/volar/issues/1813)) - fix: pug formatter extra spaces in `{{ }}` ([#​1784](https://togithub.com/johnsoncodehk/volar/issues/1784)) - fix: template incremental parser broken when typing slot name **Breaking changes** - vueCompilerOptions properties `experimentalImplicitWrapComponentOptionsWithDefineComponent`, `experimentalImplicitWrapComponentOptionsWithVue2Extend` replaced by `experimentalComponentOptionsWrapper`. ##### Our Sponsors ### [`v0.40.6`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0406-202294) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.5...v0.40.6) - feat: support language features for Web IDE ([#​612](https://togithub.com/johnsoncodehk/volar/issues/612)) - feat: update vite problemMatcher ([#​1801](https://togithub.com/johnsoncodehk/volar/issues/1801)) - feat: add `volar.vueserver.textDocumentSync` option to disable incremental update ([#​1807](https://togithub.com/johnsoncodehk/volar/issues/1807)) - fix: `v-for`, `v-if` textmate scopes incorrect ([#​1810](https://togithub.com/johnsoncodehk/volar/issues/1810)) ### [`v0.40.5`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0405-2022831) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.4...v0.40.5) - feat: suppor add or switch workspaces without restart server ([#​1574](https://togithub.com/johnsoncodehk/volar/issues/1574)) - fix: sfc offset incremental update broken when input at block start - fix: document incremental update break document content on Sublime LSP ([https://github.com/sublimelsp/LSP-volar/issues/120](https://togithub.com/sublimelsp/LSP-volar/issues/120)) - fix: unexpected prop types behavior with `compilerOptions.exactOptionalPropertyTypes` ([https://github.com/vuejs/core/issues/6532](https://togithub.com/vuejs/core/issues/6532)) - fix: false positive error on `` ([#​1775](https://togithub.com/johnsoncodehk/volar/issues/1775)) - fix: false positive style attribute inconsistent string type error ([#​1781](https://togithub.com/johnsoncodehk/volar/issues/1781)) - fix: langauge server broken with `outDir` + `rootDir` + `composite/incremental` tsconfig options ([#​1782](https://togithub.com/johnsoncodehk/volar/issues/1782)) - fix: json format should not trim first / end new line - fix: interpolation format adding redundant spaces ([#​1784](https://togithub.com/johnsoncodehk/volar/issues/1784)) ### [`v0.40.4`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0404-2022829) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.3...v0.40.4) - feat: respect VSCode `*.format.enable` settings - fix: template should not compile if content no change - fix: component preview not working on windows ([#​1737](https://togithub.com/johnsoncodehk/volar/issues/1737)) ### [`v0.40.3`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0403-2022829) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.2...v0.40.3) - perf: incremental update SFC blocks without full parse SFC and mitigate memory leak - perf: incremental update html template interpolation without recompile template - perf: cache `ts.createSourceFile` for tsx code gen - fix(vue-component-meta): cannot create checker with TS 4.8.2 - fix: document features not working on Web IDE ([#​1479](https://togithub.com/johnsoncodehk/volar/issues/1479)) - fix: avoid auto complete triggers too aggressive in Sublime ([https://github.com/sublimelsp/LSP-volar/issues/114](https://togithub.com/sublimelsp/LSP-volar/issues/114)) ### [`v0.40.2`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0402-2022828) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.1...v0.40.2) - feat(vue-component-meta): add `createComponentMetaCheckerByJsonConfig` API to support create checker without tsconfig - feat: move `highlight dom elements ☑` codeLens to status bar ([#​1535](https://togithub.com/johnsoncodehk/volar/issues/1535)) - feat: incremental update diagnostics cache range and avoid flicker ([#​1718](https://togithub.com/johnsoncodehk/volar/issues/1718)) - perf: incremental update TS script snapshot ([#​1718](https://togithub.com/johnsoncodehk/volar/issues/1718)) - perf: faster source map code mapping - fix: pug template tag mapping range incorrect ([#​1723](https://togithub.com/johnsoncodehk/volar/issues/1723)) - fix: vite plugin import path incorrect on windows ([#​1772](https://togithub.com/johnsoncodehk/volar/issues/1772)) - fix: false positive error on style attr when enabled `compilerOptions.exactOptionalPropertyTypes` ([#​1560](https://togithub.com/johnsoncodehk/volar/issues/1560)) - fix: .html intellisense of petite-vue not working - fix: .html intellisense of alpie not working - fix: intellisense not working for node_modules files with takeover mode on windows ([#​1641](https://togithub.com/johnsoncodehk/volar/issues/1641)) - fix: avoid vue-tsc type check .html, .md files ([#​1661](https://togithub.com/johnsoncodehk/volar/issues/1661)) - fix: `compilerOptions.types` resolve path incorrect on multiple workspaces ([#​1679](https://togithub.com/johnsoncodehk/volar/issues/1679)) - fix: cannot count script setup variable usage in template if disalbe jsx ([#​1729](https://togithub.com/johnsoncodehk/volar/issues/1729)) - fix: cannot resolve indirect circular reference components types ([#​1708](https://togithub.com/johnsoncodehk/volar/issues/1708)) - fix: cannot recognize namespace component ([#​1726](https://togithub.com/johnsoncodehk/volar/issues/1726)) - fix: template components types break by regular SFC `components` option ([#​1731](https://togithub.com/johnsoncodehk/volar/issues/1731)) - fix: indentation behavior incorrect ([#​1762](https://togithub.com/johnsoncodehk/volar/issues/1762)) - fix: TS1308 'async' error missing when use script setup ([#​1753](https://togithub.com/johnsoncodehk/volar/issues/1753)) ### [`v0.40.1`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0401-2022811) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.0...v0.40.1) - fix: component context types missing in template if no script block ([#​1688](https://togithub.com/johnsoncodehk/volar/issues/1688)) - fix: organize imports added invalid code ([#​1692](https://togithub.com/johnsoncodehk/volar/issues/1692)) - fix: v-else template interpolation missing in virtual code ([#​1694](https://togithub.com/johnsoncodehk/volar/issues/1694)) - fix: template interpolation formatting broken ([#​1697](https://togithub.com/johnsoncodehk/volar/issues/1697)) - fix: inline css intellisense not working ### [`v0.40.0`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0400-2022810) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.39.5...v0.40.0) - feat: support document highlights cross ` Githubissues.
  • Githubissues is a development platform for aggregating issues.