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 log4js and coc.nvim #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2023

Removes log4js. It's no longer used after updating ancestor dependency coc.nvim. These dependencies need to be updated together.

Removes log4js

Updates coc.nvim from 0.0.77 to 0.0.83-next.9

Release notes

Sourced from coc.nvim's releases.

Use custom popup menu

What's Changed

Break changes

  • Use custom popup menu instead of vim's built-in pum, see :h coc-completion or #3862
    • Minimal version changed to nvim >= 0.4.0 and vim >= 8.1.1719.
    • Removed configurations: suggest.enablePreview suggest.keepCompleteopt suggest.disableKind suggest.disableMenu suggest.floatEnable suggest.disableMenuShortcut.
    • "suggest.noselect" changed to false by default, like VSCode.
    • "suggest.enablePreselect" changed to true by default, like VSCode.
    • Add "suggest.formatItems" for customize layout in popupmenu.
    • Need to remap keys to manage completion list.
  • Remove configuration list.matchHighlightGroup, use highlight group CocListSearch for matched characters.
  • Always use picker to message with actions, remove configuration notification.preferMenuPicker
  • Disable progressOnInitialization for language client by default.
  • Support repeat#set for commands that make changes only.

New features

  • Add configuration "notification.disabledProgressSources".
  • Add "rounded" property to "floatConfig" configuration.
  • Add configuration workspace.openOutputCommand.

Full Changelog: neoclide/coc.nvim@540b286...7a50d4d

Support of LSP 3.16

What's Changed

Features in LSP 3.16 are now supported, including:

  • Semantic Token support :h coc-semantic-highlights
  • Call Hierarchy support :h CocAction('showIncomingCalls') :h CocAction('showOutgoingCalls')
  • Linked Editing support :h coc-preferences-enableLinkedEditing
  • Events for file operations (create, rename, delete)
  • Change annotation support for text edits and file operations (create, rename, delete)

Other major changes:

  • Tree view support :h coc-tree.
  • Outline support :h CocAction('showOutline').
  • Notification support like VSCode :h coc-notification #3813
  • InputBox and QuickPick support #3826
  • Built in support for ultisnip snippet :h coc-snippets 8401279e3.
  • Added snippet variables, same as VSCode.
  • Completion reworked for performance 11dd878a e8628993 9de37e04 930c6dc0 4921e17d 4bf90719.
  • Improved for workspace folder and workspace edit :h coc-workspace #3838
  • Register and provide inlay hints (not available for language client) 3a26df0a.
  • Add reverse option for CocList a9b22974.
  • Highlight for deprecated and unused code df7a1d94.
  • Add action definitionHover :h CocAction('definitionHover') c9009f21.

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [log4js](https://github.com/log4js-node/log4js-node). It's no longer used after updating ancestor dependency [coc.nvim](https://github.com/neoclide/coc.nvim). These dependencies need to be updated together.


Removes `log4js`

Updates `coc.nvim` from 0.0.77 to 0.0.83-next.9
- [Release notes](https://github.com/neoclide/coc.nvim/releases)
- [Changelog](https://github.com/neoclide/coc.nvim/blob/master/history.md)
- [Commits](https://github.com/neoclide/coc.nvim/commits)

---
updated-dependencies:
- dependency-name: log4js
  dependency-type: indirect
- dependency-name: coc.nvim
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2023
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.

None yet

0 participants