Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coc.nvim from 0.0.73 to 0.0.74 #76

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps coc.nvim from 0.0.73 to 0.0.74.

Release notes

Sourced from coc.nvim's 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.
  • feat(plugin): add CocHasProvider(), close #1087.
  • refactor(outline): not exclude variables and callback.
  • refactor(diagnostic): remove timeout on InsertLeave.
Changelog

Sourced from coc.nvim's changelog.

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.
  • feat(plugin): add CocHasProvider(), close #1087.
  • refactor(outline): not exclude variables and callback.
  • refactor(diagnostic): remove timeout on InsertLeave.
Commits
  • 9edc0ed Release v0.0.74
  • 762172a feat(list): improve list options
  • b850902 Fixed the doHover CocAction under cygwin (#1012)
  • d76b918 fix(diff): fix bad diff
  • dba24d6 feat(list): support list.interactiveDebounceTime
  • 4f85759 fix(test): fix list test fail
  • ecb0b1f feat(cursors): add coc_cursors_activated
  • 83e9ee2 fix(diagnostic): avoid unexpected hide of float window
  • 712d40f fix(diagnostic): fix locationlist not work
  • 9baac0c fix(plugin): check mode for FocusGained, fix #1064
  • Additional commits viewable 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.


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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 7, 2019
@yatli
Copy link
Member

yatli commented Oct 8, 2019

Curious, what if the user is on a lower version?

@TylerLeonhardt
Copy link
Collaborator

It's a good question - not sure how coc deals with that.

@fannheyward
Copy link

If user are using a lower version, coc will post an error message: [coc.nvim] Please update coc.nvim, coc-json requires coc.nvim >= 0.0.70

In fact, version in devDependencies will not effects user, https://github.com/coc-extensions/coc-powershell/blob/master/package.json#L15 this is real restriction.

@TylerLeonhardt
Copy link
Collaborator

Yeah that makes sense. It's the same process for vscode

@yatli yatli merged commit d631dd3 into master Oct 8, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/coc.nvim-0.0.74 branch October 8, 2019 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants