sublimelsp / LSP-vue

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

Bump vscode-css-languageservice from 4.0.2 to 4.1.1 in /server #59

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps vscode-css-languageservice from 4.0.2 to 4.1.1.

Changelog

Sourced from vscode-css-languageservice's changelog.

4.1.0 - 2020-02-23

  • markdown descriptions in completions and hover
    • new API LanguageServiceOptions.clientCapabilities with ClientCapabilities for completion documentationFormat and hover content
    • extended format of CustomData (version 1.1) with MarkupContent contents and reference links
  • dynamically resolved links for scss include statements
    • new API LanguageService.findDocumentLinks2: Also returns dynamically resolved links if fileSystemProvider is provided
    • new API LanguageServiceOptions.fileSystemProvider with FileSystemProvider to query the file syetem (currenly used to resolve the location of included files)
  • new API CompletionSettings.completePropertyWithSemicolon
  • new API ICompletionParticipant.onCssMixinReference
  • Switch to TextDocument from vscode-languageserver-textdocument (reexported from the main module)

4.0.0 / 2019-06-12

  • LanguageServiceOptions.customDataProviders allows you to use custom datasets for properties, at-properties, pseudo-classes and pesudo-elements.
  • New API LanguageService.getSelectionRanges

3.0.12 / 2018-10-29

  • Selector hover shows specificity
  • New linter setting validProperties: a comma separated list of all properties not to be included in validation checking.

3.0.10 / 2018-08-27

  • New API ICompletionParticipant.onCssImportPath to participate on @import statement.
  • New API LanguageService.doCodeActions2 returning code actions as CodeAction[].

3.0.9 / 2018-07-25

  • Use MDN data for to enhance CSS properties definition. See #91.
  • New API LanguageService.getFoldingRanges returning folding ranges in the given document.

3.0.8 / 2018-03-08

  • Provide ems modules in lib/esm

3.0.0 / 2017-01-11

  • Changed API LanguageService.getColorPresentations: separate parameters range and color (to match LS API)

2.1.7 / 2017-09-21

  • New API LanguageService.getColorPresentations returning presentations for a given color.
  • New API type ColorPresentation added.

2.1.4 / 2017-08-28

  • New API LanguageService.findDocumentColors returning the location and value of all colors in a document.
  • New API types ColorInformation and Color added.
  • Deprecated LanguageService.findColorSymbols. Use LanguageService.findDocumentColors instead.
... (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)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.