vitailse
vitailse copied to clipboard
chore(deps-dev): bump vue-tsc from 0.38.9 to 0.40.5
Bumps vue-tsc from 0.38.9 to 0.40.5.
Changelog
Sourced from vue-tsc's changelog.
0.40.5 (2022/8/31)
- feat: suppor add or switch workspaces without restart server (#1574)
- fix: sfc offset incremental update broken when input at block start
- fix: document incremental update break document content on Sublime LSP (sublimelsp/LSP-volar#120)
- fix: unexpected prop types behavior with
compilerOptions.exactOptionalPropertyTypes
(vuejs/core#6532)- fix: false positive error on
<input typeof="radio" value="...">
(#1775)- fix: false positive style attribute inconsistent string type error (#1781)
- fix: langauge server broken with
outDir
+rootDir
+composite/incremental
tsconfig options (#1782)- fix: json format should not trim first / end new line
- fix: interpolation format adding redundant spaces (#1784)
0.40.4 (2022/8/29)
- feat: respect VSCode
*.format.enable
settings- fix: template should not compile if content no change
- fix: component preview not working on windows (#1737)
Our Sponsors
0.40.3 (2022/8/29)
- 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)
- fix: avoid auto complete triggers too aggressive in Sublime (sublimelsp/LSP-volar#114)
0.40.2 (2022/8/28)
- feat(vue-component-meta): add
createComponentMetaCheckerByJsonConfig
API to support create checker without tsconfig- feat: move
highlight dom elements ☑
codeLens to status bar (#1535)- feat: incremental update diagnostics cache range and avoid flicker (#1718)
- perf: incremental update TS script snapshot (#1718)
- perf: faster source map code mapping
- fix: pug template tag mapping range incorrect (#1723)
- fix: vite plugin import path incorrect on windows (#1772)
- fix: false positive error on style attr when enabled
compilerOptions.exactOptionalPropertyTypes
(#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)
- fix: avoid vue-tsc type check .html, .md files (#1661)
- fix:
compilerOptions.types
resolve path incorrect on multiple workspaces (#1679)- fix: cannot count script setup variable usage in template if disalbe jsx (#1729)
- fix: cannot resolve indirect circular reference components types (#1708)
... (truncated)
Commits
fb30bfc
v0.40.5018d260
v0.40.451eca3c
v0.40.3baa87a7
v0.40.253315dd
fix(vue-tsc): disable type checking in .html, .md before has option4f92ef8
v0.40.19207e74
v0.40.09237d8b
feat: generate single .tsx file for vue script (#1686)b2efb24
v0.39.5e3f6327
v0.39.4- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
vitailse | ❌ Failed (Inspect) | Aug 31, 2022 at 0:59AM (UTC) |
Superseded by #104.