sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

Bump vls from 0.5.6 to 0.5.7 in /server #88

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps vls from 0.5.6 to 0.5.7.

Release notes

Sourced from vls's releases.

Reduced File System IO test release

For testing #1277.

Changelog

Sourced from vls's changelog.

Changelog

0.30.0 | 2020-11-11 | VSIX


⚠️ Breaking change: ⚠️

The vetur.useWorkspaceDependencies option affect all runtime dependencies now.
Like prettier, @prettier/plugin-pug.

In this version, we try to bundle extension and reduce size. (70MB -> 9MB)
But it's a huge change, so please open an issue if you find any problems.


  • 🙌 Fix v-bind modifiers causing TypeScript to not find type-checked template props correctly. Thanks to contribution from @andrewisaburden. #2430.
  • 🙌 Fix "File name X differs from already included file name Y only in casing" on Windows. Thanks to contribution from @rchl. #2433 and #2444.
  • 🙌 Remove deprecated code and incremental text document. Thanks to contribution from @yoyo930021. #2366.
  • 🙌 Auto import component in script when completion in template. Thanks to contribution from @yoyo930021. #684 and #2445.
  • 🙌 Add code frame in VTI diagnostics. Thanks to contribution from @yoyo930021. #2449 and #2450.
  • 🙌 Reduce release size by bundling client/browser/vti. Thanks to contribution from @yoyo930021. #2233 and #2301.

0.29.1 | 2020-11-08 | VSIX

  • 🙌 Fix invalid client/registerCapability request. Thanks to contribution from @rchl. #2388 and #2388.

0.29.0 | 2020-11-02 | VSIX

  • Fix "Duplicate identifier" errors when using multiple keydown events with modifiers. #1745.
  • Upgrade @prettier/plugin-pug to fix formatter issues. #2347.
  • Fix files with CRLF having errors with wrong range. #1319.
  • 🙌 Fix collapse code missing end mark. Thanks to contribution from @yoyo930021. #2303 and #2352.
  • 🙌 Fix crash when no or wrong tsconfig. Thanks to contribution from @yoyo930021. #2403.
  • 🙌 Respect include/exclude files options in tsconfig for external ts/js files. Thanks to contribution from @yoyo930021. #2339 and #2371.
  • 🙌 Fix undefined valueDeclaration in props crashing vls. Thanks to contribution from @javiertury. #2367.
  • 🙌 Reduce recreate ts program when no need for ts perf. Thanks to contribution from @yoyo930021. #2192 and #2328.
  • 🙌 Display VTI errors. Thanks to contribution from @yoyo930021. #2324 and #2330.
  • 🙌 Add command Vetur: Restart VLS (Vue Language Server). Thanks to contribution from @yoyo930021. #2331.
  • 🙌 Fix no complete literal string union. Thanks to contribution from @yoyo930021. #2300 and #2353.
  • 🙌 Add vti version command. Thanks to contribution from @andrewisaburden. #2337.
  • 🙌 Complete with ?. for optional properies in completion. Thanks to contribution from @yoyo930021. #2326 and #2357.
  • 🙌 Respect typescript language settings. Thanks to contribution from @yoyo930021. #2109 and #2375.
  • 🙌 Slim syntax highlighting. Thanks to contribution from @Antti.
  • 🙌 Stop computing outdated diagnostics with CancellationToken. Thanks to contribution from @yoyo930021. #1263 and #2332.
  • 🙌 Fix error when optional camel-cased props are missing. Thanks to contribution from @yoyo930021. #2314 and #2342.
  • 🙌 Fix Vetur formatting not working. Thanks to contribution from @yoyo930021. #2388 and #2389.
  • 🙌 Improve ts perf when vetur.experimental.templateInterpolationService: true. Thanks to contribution from @yoyo930021. #2192 and #2374.
  • 🙌 Fix optional chaining in template. Thanks to contribution from @yoyo930021. #2423 and #2426.
Commits


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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
rchl commented 4 years ago

Will test out a bit before releasing.