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.72 to 0.0.73 #68

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 17, 2019

Bumps coc.nvim from 0.0.72 to 0.0.73.

Release notes

Sourced from coc.nvim's releases.

v0.0.73

  • fix(completion): fix map of number select
  • fix(languages): fix cursor position with snippet
  • fix(completion): fix cursor position with additionalTextEdits
  • fix(position): fix rangeOverlap check #961
  • fix(list): not change guicursor when it's empty
  • fix(list): fix filter not work on loading
  • fix(list): fix custom location list command not work
  • fix(util): highlight & render on vim8
  • fix(handler): fix getCommands
  • fix(handler): not check lastInsert on trigger signatureHelp
  • fix(handler): fix check of signature help trigger
  • fix(language-client): configuration for configured server, closes #930
  • fix(diagnostic): clear diagnostics on filetype change
  • feat(plugin): add download & fetch modules
  • feat(plugin): add highligher module
  • feat(refactor): add <Plug>(coc-refactor) for refactor window
  • feat(extension): use mv module for folder rename
  • feat(extension): support install taged extension
  • feat(extension): support custom extension root g:coc_extension_root
  • feat(handler): close signature float window on ')'
  • feat(list): support g:coc_quickfix_open_command
  • feat(list): add eval action
  • feat(list): add --tab list option
  • feat(list): use highligher module for showHelp
  • feat(terminal): add noa on window jump
  • feat(terminal): support vim8
  • feat(diagnostic): add diagnosticRelated support
  • feat(diagnostic): use text properties on vim8
  • feat(handler): improve signature float window
Changelog

Sourced from coc.nvim's changelog.

2019-07-11 0.0.73

  • fix(completion): fix map of number select
  • fix(languages): fix cursor position with snippet
  • fix(completion): fix cursor position with additionalTextEdits
  • fix(position): fix rangeOverlap check #961
  • fix(list): not change guicursor when it's empty
  • fix(list): fix filter not work on loading
  • fix(list): fix custom location list command not work
  • fix(util): highlight & render on vim8
  • fix(handler): fix getCommands
  • fix(handler): not check lastInsert on trigger signatureHelp
  • fix(handler): fix check of signature help trigger
  • fix(language-client): configuration for configured server, closes #930
  • fix(diagnostic): clear diagnostics on filetype change
  • feat(plugin): add download & fetch modules
  • feat(plugin): add highligher module
  • feat(refactor): add <Plug>(coc-refactor) for refactor window
  • feat(extension): use mv module for folder rename
  • feat(extension): support install taged extension
  • feat(extension): support custom extension root g:coc_extension_root
  • feat(handler): close signature float window on ')'
  • feat(list): support g:coc_quickfix_open_command
  • feat(list): add eval action
  • feat(list): add --tab list option
  • feat(list): use highligher module for showHelp
  • feat(terminal): add noa on window jump
  • feat(terminal): support vim8
  • feat(diagnostic): add diagnosticRelated support
  • feat(diagnostic): use text properties on vim8
  • feat(handler): improve signature float window

2019-07-01

  • 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)
  • 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
  • feat(handler): support signature.floatTimeout
  • feat(configuration): support change of workspace configuration
... (truncated)
Commits
  • d9f01a6 Release v0.0.73
  • 9f11599 release 30efc7d4ee982b758e3c638fb87bacdeee5bcf49
  • 4165a23 release 03496942b8e88d24711e93427fcc6cf4e68fddd8
  • 4331c07 release 0fee063385673ba7fe826e7e058da17f747c7c80
  • 7905bc7 release 6a4e5bf6cb658ec7f26f2afa00cba5f01006a3cb
  • 85c723f release d87103178f941cbaa5bdecb3a3244e8fc3e17a2d
  • 30945f3 release 9168ad0be210851da64bb09c633b856484cfb7fc
  • 457a728 release 20462895daf0e6c8d4eb406ad507471bea2d6576
  • 52049a9 release 6da3d043a1f8dbd9352de78798dbb66a4f43b18c
  • fabfa4e release 483a89cb6a1bb16a3d22e316b2a8cac6a6839ed2
  • 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.


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

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 17, 2019
@TylerLeonhardt
Copy link
Collaborator

why didn't the CI fire...

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/coc.nvim-0.0.73 branch from 5146484 to ffee21a Compare September 17, 2019 06:58
@TylerLeonhardt
Copy link
Collaborator

I think I fixed CI

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/coc.nvim-0.0.73 branch from ffee21a to f68a7ed Compare September 17, 2019 17:24
@yatli yatli merged commit f02a394 into master Oct 1, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/coc.nvim-0.0.73 branch October 1, 2019 03:44
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.

2 participants