sublimelsp / LSP-vue

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

Bump vls from 0.7.0 to 0.7.1 in /server #98

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps vls from 0.7.0 to 0.7.1.

Release notes

Sourced from vls's releases.

Reduced File System IO test release

For testing #1277.

Changelog

Sourced from vls's changelog.

Changelog

0.33.0 | 2021-03-02 | VSIX

  • Disable Vue completion in custom blocks. #2111
  • Upgrade stylus-supremacy to 2.15.0.
  • 🙌 Improve performance of template interpolation features. Thanks to contribution from @jasonlyu123 #2645.
  • 🙌 Improve VTI command structure. See vti --help. #2722.Thanks to contribution from @Monchi.
  • 🙌 Fix v-model usage in Vue 3 where default prop name is modelValue instead of value. Thanks to contribution from @yassipad. #2647.
  • Upgrade typescript to 4.2.2.
  • Improve vue version detection. Thanks to contribution from @visualfanatic. #2740.
  • allow vetur.config.cjs for project config. Thanks to contribution from @vitaliytv.
  • Update import on file rename when typescript and javascript. Thanks to contribution from @jasonlyu123. #2651 #820.
  • Fix vetur.completion.tagCasing when global components.

0.32.0 | 2021-01-21 | VSIX

  • Upgrade LSP to 3.16
    • Upgrade vscode-css-languageservice
    • Upgrade vscode-languageserver/vscode-languageclient
  • Using codeaction/resolve
    • Combined fix in quickfix
    • Organize Imports
    • Better refactor
  • Fix arbitrary code actions. #2574.
  • Show deprecated hint in script block.
  • Infer wrong vue version when no dependencies field in package.json. #2632
  • 🙌 Fix building in directory that has space in the path when development. Thanks to contribution from @jasonlyu123. #2641.
  • 🙌 Remove used attributes from suggestions. Thanks to contribution from @sapphi-red. #2565
  • 🙌 Autocomplete for custom events. Thanks to contribution from @sapphi-red. #2392.

0.31.3 | 2020-12-13 | VSIX

  • Console error only message when unimportant.
  • Fix compatibility with atom-languageclient. #2561
  • Fix no completion/resolve language error.
  • Fix hang with EACCES: permission denied error. #2559

0.31.2 | 2020-12-12 | VSIX

  • Fix project warning logic.
  • Fix project root error when corner case in windows.

0.31.1 | 2020-12-09 | VSIX

  • Fix Vetur can't format. #2535 #2538 #2531 #2532
  • Fix perf problem when monorepo/multi-root.
  • Add work done progress when load project. #2536
  • Fix wrong loaded dependency when yarn pnp. #2529

... (truncated)

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 3 years ago

@dependabot rebase

dependabot-preview[bot] commented 3 years ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

rchl commented 3 years ago

@dependabot recreate

dependabot-preview[bot] commented 3 years ago

Superseded by #99.