josa42 / coc-sh

SH language server extension using bash-language-server for coc.nvim.
MIT License
206 stars 4 forks source link

Bump coc.nvim from 0.0.62 to 0.0.72 #22

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps coc.nvim from 0.0.62 to 0.0.72.

Release notes *Sourced from [coc.nvim's releases](https://github.com/neoclide/coc.nvim/releases).* > ## v0.0.72 > - feat(plugin): add CocStatusChange autocmd > - feat(extension): support both npm and yarn. > - feat(plugin): work on vim 8.0 > - feat(extensions): add lock & doc actions to extension source > - feat(extension): add proxy auth support ([#920](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/920)) > - feat(source): not change startcol for file source > - feat(completion): no numberSelect for number input > - feat(extensions): Use yarn when npm not found > - feat(completion): no popup for command line buffer > - feat(plugin): support only for codeActions action > - feat(task): debounce stdout > - feat(plugin): add keymaps for selection ranges > - feat(plugin): add function textobj > - feat(list): restore window height, closes [#905](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/905) > - feat(handler): support signature.floatTimeout > - feat(configuration): support change of workspace configuration > - feat(diagnostic): add keymaps for jump error diagnostics > - feat(plugin): delay start on gvim, fix [#659](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/659) > > ## v0.0.71 > - feat(plugin): add popup support of vim > - refactor(completion): improve float support > - refactor(floating): remove unused code > - refactor(workspace): replace find-up > - refactor(handler): improve message for fold method > - fix(virtualtext): invalid highlight tag ([#874](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/874)) > - fix(snippets): fix plaintext check > - fix(highlight): catch error of child_process.spawn > - fix(highlight): use v:progpath, fix [#871](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/871) > - fix(floatFactory): escape feedkeys > - fix(handler): fix getCurrentFunctionSymbol not work > > > ## v0.0.70 > - feat(document): add getVar method > - fix(util): not break selection on message > - fix(workspace): fix jumpTo not work on vim8 > - fix(completion): trigger completion with word character > - refactor(handler): return boolean result > - perf(workspace): improve jump performance > - fix(util): Escape filename for jump ([#862](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/862)) > - refactor(plugin): not show empty hover > - feat(outline): ignore callback function > - feat(workspace): support list of events with registerAutocmd > - fix(workspace): fix jump with tab drop > - refactor(language-client): change API of selectionRanges > > ## v0.0.69 > - **Break change** `CocHighlightText` link to `CursorColumn` by default. > ... (truncated)
Commits - [`22daa03`](https://github.com/neoclide/coc.nvim/commit/22daa03a7d7b7c14125c0d4f5c11ff80e3d70606) Release v0.0.72 - [`e5da464`](https://github.com/neoclide/coc.nvim/commit/e5da4648adcceb9ff4b08b71e2cfb77aa68a1764) fix(highlighter): improve luminance of color - [`9ea28c5`](https://github.com/neoclide/coc.nvim/commit/9ea28c5a51c2bf2f4e3e6e8a7e0e25110f093ed0) fix(float): fix setVar on float window - [`ab03402`](https://github.com/neoclide/coc.nvim/commit/ab034021c2c205c8a13e44b77aee2fe958690d72) feat(plugin): add CocStatusChange autocmd - [`6ed2171`](https://github.com/neoclide/coc.nvim/commit/6ed2171e13431dce82cda26dba30d671514d649b) fix(float): fix invalid window - [`8f9fe16`](https://github.com/neoclide/coc.nvim/commit/8f9fe16864f076416d44cb5e5d368377fc233eb1) fix(float): prevent autocmd on focus - [`7653757`](https://github.com/neoclide/coc.nvim/commit/7653757d609f8fe2de3cf01243602e52c6e1f3f0) fix(extensions): fix possible file not exists, closes [#925](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/925) - [`a1e2f4a`](https://github.com/neoclide/coc.nvim/commit/a1e2f4afac7c784c407046f1a4ccffe22423a3a6) fix(extensions): filter install of disabled extensions - [`79590c0`](https://github.com/neoclide/coc.nvim/commit/79590c0f7e58f2f94f94ea4b82e0c40e44ad1a30) Add coc-elixir ([#924](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/924)) - [`aa30e61`](https://github.com/neoclide/coc.nvim/commit/aa30e6143ba8a2901d9ba15a3e8cc338bae50eb5) fix(util): fix possible package.json not exists - Additional commits viewable in [compare view](https://github.com/neoclide/coc.nvim/compare/v0.0.62...v0.0.72)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #28.