Skip to content

Commit

Permalink
Adopt updated versions of dependent Dockerfile services
Browse files Browse the repository at this point in the history
- updated dockerfile-language-service to 0.11.0
- updated dockerfile-utils to 0.15.0

Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed Sep 10, 2023
1 parent 967430d commit 9c9d391
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 44 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- textDocument/publishDiagnostics
- support parsing the new `--start-interval` flag for HEALTHCHECK instructions ([rcjsuen/dockerfile-utils#115](https://github.com/rcjsuen/dockerfile-utils/issues/115))
- allow some diagnostics to be ignored if a `# dockerfile-utils: ignore` comment precedes the originating line of the error ([rcjsuen/dockerfile-utils#106](https://github.com/rcjsuen/dockerfile-utils/issues/106))
- support parsing the new `--checksum` flag for ADD instructions ([rcjsuen/dockerfile-utils#116](https://github.com/rcjsuen/dockerfile-utils/issues/116))
- flag empty tag specified with a digest in FROM instructions as an error ([rcjsuen/dockerfile-utils#118](https://github.com/rcjsuen/dockerfile-utils/issues/118))
- ignore predefined platform ARG variables if they are used as a base image ([rcjsuen/dockerfile-utils#119](https://github.com/rcjsuen/dockerfile-utils/issues/119))
- textDocument/completion
- suggest the new `--start-interval` flag for HEALTHCHECK instructions when calculating completion items ([#117](https://github.com/rcjsuen/dockerfile-language-service/issues/117))
- textDocument/hover
- provide documentation support when hovering over the `--start-interval` flag for HEALTHCHECK instructions ([#119](https://github.com/rcjsuen/dockerfile-language-service/issues/119))


## [0.10.2] - 2023-06-01
### Fixed
- textDocument/semanticTokens/full
Expand Down
86 changes: 44 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"node": "*"
},
"dependencies": {
"dockerfile-language-service": "0.10.2",
"dockerfile-utils": "0.11.0",
"dockerfile-language-service": "0.11.0",
"dockerfile-utils": "0.15.0",
"vscode-languageserver": "~8.0.0",
"vscode-languageserver-textdocument": "~1.0.8"
},
Expand Down

0 comments on commit 9c9d391

Please sign in to comment.