sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin
MIT License
84 stars 8 forks source link

Bump @volar/vue-language-server from 0.37.3 to 0.38.8 in /server #104

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @volar/vue-language-server from 0.37.3 to 0.38.8.

Changelog

Sourced from @​volar/vue-language-server's changelog.

0.38.8 (2022/7/17)

  • feat: support for TS 4.8 (#1507)
  • feat: support --incremental flag for vue-tsc (#787)
  • fix: vue-tsc watch memory leak (#1106)
  • fix: re-fix template directives syntax highlight incorrect edge cases (#1423)

Our Sponsors

0.38.7 (2022/7/17)

  • feat: add volar.updateImportsOnFileMove.enabled option to disable file move refactoring (#1181)
  • feat: add volar.diagnostics.delay option for reduce CPU usage (#1295)
  • feat: add vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend to support wrap component options by Vue.extend (#1337)
  • feat: support takeover mode for .cjs and .mjs (#1578)
  • fix: template syntax highlight broken if quotes missing (#761)
  • fix: self closing tag syntax highlight incorrect (#948)
  • fix: re-fix vue file import path auto-complete not working on windows (#1304)
  • fix: ts plugin stuck on empty project (#1146)
  • fix: tsconfig picking inaccurate (#1193)
  • fix: cannot resolve modules from extend tsconfg types option (#1262)
  • fix: file move refactoring unpredictable (#1273)
  • fix: avoid duplicate class attribute in pug (#1525)
  • fix: intellisense incorrect in new file (#1548)
  • fix: insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis break v-for format (#1398)
  • fix: document features not working in *.ts on takeover mode (#1563)

0.38.6 (2022/7/16)

0.38.5 (2022/7/11)

0.38.4 (2022/7/11)

  • feat: add vueCompilerOptions.strictTemplates (#1418)
  • fix: don't auto close ``` (#1428)
  • fix: change unknown slot type from unknown to any (#1541)
  • fix: SFC templates outline incorrect (#1531)
  • fix: slot shorthand highlighting incorrect if have not = (#1423)
  • fix: vue file import path auto-complete not working on windows (#1304)
  • fix: avoid duplicate result in html (#1552) (#1530)
  • fix: code action document edit version incorrect (#1490)

... (truncated)

Commits
  • ea0f34e v0.38.8
  • 019c053 v0.38.7
  • a01ef46 fix: document features not working in *.ts on takeover mode
  • 0f43937 feat: add diagnostics delay setting
  • fd4d125 feat: add option to disable file move edit
  • 72a2913 fix: cannot resolve types module from extends tsconfig
  • 5a4f2f7 fix: prefer nearby tsconfig
  • 537550b v0.38.5
  • 370eb02 v0.38.4
  • d4b32f7 fix: disable document features in html if vscode.html-language-features active
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
rchl commented 2 years ago

Will handle this manually in #105 since it needs sync up.

dependabot[bot] commented 2 years ago

Looks like @volar/vue-language-server is up-to-date now, so this is no longer needed.