chore(deps): update dependency vue-tsc to v0.40.5 #2292

Merged
konrad merged 1 commits from renovate/vue-tsc-0.x into main 2022-09-01 13:36:47 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies patch 0.40.1 -> 0.40.5

Release Notes

johnsoncodehk/volar

v0.40.5

Compare Source

  • 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 (https://github.com/sublimelsp/LSP-volar/issues/120)
  • fix: unexpected prop types behavior with compilerOptions.exactOptionalPropertyTypes (https://github.com/vuejs/core/issues/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)

v0.40.4

Compare Source

  • 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

v0.40.3

Compare Source

  • 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 (https://github.com/sublimelsp/LSP-volar/issues/114)

v0.40.2

Compare Source

  • 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)
  • fix: cannot recognize namespace component (#​1726)
  • fix: template components types break by regular SFC components option (#​1731)
  • fix: indentation behavior incorrect (#​1762)
  • fix: TS1308 'async' error missing when use script setup (#​1753)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • 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 | [`0.40.1` -> `0.40.5`](https://renovatebot.com/diffs/npm/vue-tsc/0.40.1/0.40.5) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.40.5`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0405-2022831) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.40.4...v0.40.5) - feat: suppor add or switch workspaces without restart server ([#&#8203;1574](https://github.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) - fix: unexpected prop types behavior with `compilerOptions.exactOptionalPropertyTypes` (https://github.com/vuejs/core/issues/6532) - fix: false positive error on `<input typeof="radio" value="...">` ([#&#8203;1775](https://github.com/johnsoncodehk/volar/issues/1775)) - fix: false positive style attribute inconsistent string type error ([#&#8203;1781](https://github.com/johnsoncodehk/volar/issues/1781)) - fix: langauge server broken with `outDir` + `rootDir` + `composite/incremental` tsconfig options ([#&#8203;1782](https://github.com/johnsoncodehk/volar/issues/1782)) - fix: json format should not trim first / end new line - fix: interpolation format adding redundant spaces ([#&#8203;1784](https://github.com/johnsoncodehk/volar/issues/1784)) ### [`v0.40.4`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0404-2022829) [Compare Source](https://github.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 ([#&#8203;1737](https://github.com/johnsoncodehk/volar/issues/1737)) ##### Our Sponsors <a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"> <img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"/> </a> ### [`v0.40.3`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0403-2022829) [Compare Source](https://github.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 ([#&#8203;1479](https://github.com/johnsoncodehk/volar/issues/1479)) - fix: avoid auto complete triggers too aggressive in Sublime (https://github.com/sublimelsp/LSP-volar/issues/114) ### [`v0.40.2`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0402-2022828) [Compare Source](https://github.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 ([#&#8203;1535](https://github.com/johnsoncodehk/volar/issues/1535)) - feat: incremental update diagnostics cache range and avoid flicker ([#&#8203;1718](https://github.com/johnsoncodehk/volar/issues/1718)) - perf: incremental update TS script snapshot ([#&#8203;1718](https://github.com/johnsoncodehk/volar/issues/1718)) - perf: faster source map code mapping - fix: pug template tag mapping range incorrect ([#&#8203;1723](https://github.com/johnsoncodehk/volar/issues/1723)) - fix: vite plugin import path incorrect on windows ([#&#8203;1772](https://github.com/johnsoncodehk/volar/issues/1772)) - fix: false positive error on style attr when enabled `compilerOptions.exactOptionalPropertyTypes` ([#&#8203;1560](https://github.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 ([#&#8203;1641](https://github.com/johnsoncodehk/volar/issues/1641)) - fix: avoid vue-tsc type check .html, .md files ([#&#8203;1661](https://github.com/johnsoncodehk/volar/issues/1661)) - fix: `compilerOptions.types` resolve path incorrect on multiple workspaces ([#&#8203;1679](https://github.com/johnsoncodehk/volar/issues/1679)) - fix: cannot count script setup variable usage in template if disalbe jsx ([#&#8203;1729](https://github.com/johnsoncodehk/volar/issues/1729)) - fix: cannot resolve indirect circular reference components types ([#&#8203;1708](https://github.com/johnsoncodehk/volar/issues/1708)) - fix: cannot recognize namespace component ([#&#8203;1726](https://github.com/johnsoncodehk/volar/issues/1726)) - fix: template components types break by regular SFC `components` option ([#&#8203;1731](https://github.com/johnsoncodehk/volar/issues/1731)) - fix: indentation behavior incorrect ([#&#8203;1762](https://github.com/johnsoncodehk/volar/issues/1762)) - fix: TS1308 'async' error missing when use script setup ([#&#8203;1753](https://github.com/johnsoncodehk/volar/issues/1753)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-09-01 13:03:29 +00:00
renovate added 1 commit 2022-09-01 13:03:30 +00:00
continuous-integration/drone/pr Build is passing Details
b5521921c6
chore(deps): update dependency vue-tsc to v0.40.5
konrad scheduled this pull request to auto merge when all checks succeed 2022-09-01 13:15:49 +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://2292-renovate-vue-tsc-0-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://2292-renovate-vue-tsc-0-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 35081befae into main 2022-09-01 13:36:47 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.