voldikss / coc-extensions

🌸 Collections of coc.nvim extensions maintained by @voldikss
122 stars 6 forks source link

chore(deps-dev): bump coc.nvim from 0.0.73 to 0.0.74 #54

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps coc.nvim from 0.0.73 to 0.0.74.

Release notes *Sourced from [coc.nvim's releases](https://github.com/neoclide/coc.nvim/releases).* > ## v0.0.74 > - feat(cursors): support multiple cursors. > - feat(extensions): install missing extensions by CocInstall. > - feat(extensions): add command `extensions.forceUpdateAll`. > - feat(completion): rework preselect feature. > - feat(extension): use request for fetch package info. > - feat(language-client): support disableDynamicRegister configuration. > - feat(list): paste from vim register support on insert mode [#1088](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1088). > - feat(plugin): add CocHasProvider(), close [#1087](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1087). > - refactor(outline): not exclude variables and callback. > - refactor(diagnostic): remove timeout on InsertLeave.
Changelog *Sourced from [coc.nvim's changelog](https://github.com/neoclide/coc.nvim/blob/master/history.md).* > # 2019-08-18 0.0.74 > > - feat(cursors): support multiple cursors. > - feat(extensions): install missing extensions by CocInstall. > - feat(extensions): add command `extensions.forceUpdateAll`. > - feat(completion): rework preselect feature. > - feat(extension): use request for fetch package info. > - feat(language-client): support disableDynamicRegister configuration. > - feat(list): paste from vim register support on insert mode [#1088](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1088). > - feat(plugin): add CocHasProvider(), close [#1087](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1087). > - refactor(outline): not exclude variables and callback. > - refactor(diagnostic): remove timeout on InsertLeave.
Commits - [`9edc0ed`](https://github.com/neoclide/coc.nvim/commit/9edc0edaa180fa6e8d5834f8ffc2e9a1f01e1a73) Release v0.0.74 - [`762172a`](https://github.com/neoclide/coc.nvim/commit/762172aef76ef883742007def44fb916975d0139) feat(list): improve list options - [`b850902`](https://github.com/neoclide/coc.nvim/commit/b8509022f458b4ebfa3502811672798413cbedbd) Fixed the doHover CocAction under cygwin ([#1012](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1012)) - [`d76b918`](https://github.com/neoclide/coc.nvim/commit/d76b91885fe57d916c4dc2098e17aaecdd4c5c33) fix(diff): fix bad diff - [`dba24d6`](https://github.com/neoclide/coc.nvim/commit/dba24d65dce2de478c15305fe084cafba4d06b11) feat(list): support list.interactiveDebounceTime - [`4f85759`](https://github.com/neoclide/coc.nvim/commit/4f85759747b7c28b665da4f988ff449c8b0a7ff1) fix(test): fix list test fail - [`ecb0b1f`](https://github.com/neoclide/coc.nvim/commit/ecb0b1f3e91985e3c9699091c9e2a8bfab41f92d) feat(cursors): add coc_cursors_activated - [`83e9ee2`](https://github.com/neoclide/coc.nvim/commit/83e9ee21a89097d53374b9ed5f5fd4edf72c1ead) fix(diagnostic): avoid unexpected hide of float window - [`712d40f`](https://github.com/neoclide/coc.nvim/commit/712d40feb4e319db41ba7278d11f97318ed6406a) fix(diagnostic): fix locationlist not work - [`9baac0c`](https://github.com/neoclide/coc.nvim/commit/9baac0ca779c1bea83b5ff22c60179cfb805e1d3) fix(plugin): check mode for FocusGained, fix [#1064](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/1064) - Additional commits viewable in [compare view](https://github.com/neoclide/coc.nvim/compare/v0.0.73...v0.0.74)


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 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)