sublimelsp / LSP-dockerfile

Dockerfile support for Sublime's LSP plugin
MIT License
13 stars 0 forks source link

Bump dockerfile-language-server-nodejs from 0.0.24 to 0.1.0 in /server #6

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps dockerfile-language-server-nodejs from 0.0.24 to 0.1.0.

Changelog

Sourced from dockerfile-language-server-nodejs's changelog.

[0.1.0] - 2020-07-11

Added

  • textDocument/definition
  • textDocument/publishDiagnostics
    • warnings about the deprecated MAINTAINER instruction will now be specifically tagged as being a deprecation warning diagnostic (#242)
    • ARG and ENV instructions that span multiple lines with just a comment are now flagged as an error (rcjsuen/dockerfile-utils#78)
    • use DiagnosticTag to indicate if a Diagnostic is informing the user about a deprecation or not(rcjsuen/dockerfile-utils#80)

Fixed

  • textDocument/definition
  • textDocument/publishDiagnostics
  • textDocument/semanticTokens
    • allow embedded comments to immediately follow an ENV declaration (rcjsuen/dockerfile-language-service#69)
    • fix the semantic tokens calculation to allow flags to have options without a value and improved handling of multiline strings (#239)
  • fix builds so that Docker images are pushed to Docker Hub (#243)
Commits
  • 1a407d7 Prepare for the v0.1.0 release
  • df94aa8 Fix #243 Fix builds so that images are pushed to Docker Hub
  • fdb6124 Add fixes from dockerfile-language-service 0.1.0 to CHANGELOG.md
  • 388996c Replace Node.js 10.x with 14.x in the builds
  • 37dcf08 Fix #242 Use DiagnosticTag to annotate deprecation warnings
  • See full diff 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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

Found an issue with text synchronization and reported as https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/244 but it doesn't seem related to those latest changes (is an older problem).