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 the submodules group with 11 updates #5785

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the submodules group with 11 updates:

Package From To
nvim/plugins/committia 8a9a47d c8c0f25
nvim/plugins/gitsigns 7c27a30 4daf702
nvim/plugins/nvim-cmp 29fb485 f17d9b4
nvim/plugins/nvim-lspconfig 54617a1 bc6ada4
nvim/plugins/nvim-tree 120ba58 610a1c1
nvim/plugins/nvim-treesitter b065b59 dfd3207
nvim/plugins/schemastore a5f6e78 22ce6ad
tools/fzf d938fdc d4d9b99
vim/pack/03_plugins/start/committia 8a9a47d c8c0f25
vim/pack/03_plugins/start/fzf-vim ec75ffb 556f45e
zsh/plugins/completions 066b069 dedc787

Updates nvim/plugins/committia from 8a9a47d to c8c0f25

Commits
  • c8c0f25 fix wording and line width in readme document
  • ff8e809 avoid regex on finding a line and check comment char more strictly
  • a9e604d Improve support for amending git commits (#67)
  • See full diff in compare view

Updates nvim/plugins/gitsigns from 7c27a30 to 4daf702

Commits

Updates nvim/plugins/nvim-cmp from 29fb485 to f17d9b4

Commits

Updates nvim/plugins/nvim-lspconfig from 54617a1 to bc6ada4

Commits

Updates nvim/plugins/nvim-tree from 120ba58 to 610a1c1

Commits
  • 610a1c1 chore: resolve undefined-field warnings, fix link git statuses, rewrite devic...
  • c22124b fix(#2981): windows: root changed when navigating with LSP (#2982)
  • 2156bc0 fix: symlink file icons rendered when renderer.icons.show.file = false, folde...
  • 82ab19e fix(#2954): resolve occasional tree flashing on diagnostics, set tree buffer ...
  • See full diff in compare view

Updates nvim/plugins/nvim-treesitter from b065b59 to dfd3207

Commits
  • dfd3207 bot(readme): update
  • 8fadb18 feat: sway programming language
  • d3d4c14 fix(cooklang): apply correct filetype
  • dbf90fb bot(lockfile): update dart, devicetree, dhall, idl, ssh_config, xresources
  • 01a92da fix(rust): highlight parameters with ref in definition
  • 98b46a6 feat(regex): highlights for lazy quantifiers, \k
  • 3abe665 bot(lockfile): update awk, nix, styled, vhdl
  • 9565149 chore: recognize busted functions
  • 38c12cb bot(lockfile): update awk, desktop, groovy, nix, ruby, xresources
  • See full diff in compare view

Updates nvim/plugins/schemastore from a5f6e78 to 22ce6ad

Commits

Updates tools/fzf from d938fdc to d4d9b99

Commits

Updates vim/pack/03_plugins/start/committia from 8a9a47d to c8c0f25

Commits
  • c8c0f25 fix wording and line width in readme document
  • ff8e809 avoid regex on finding a line and check comment char more strictly
  • a9e604d Improve support for amending git commits (#67)
  • See full diff in compare view

Updates vim/pack/03_plugins/start/fzf-vim from ec75ffb to 556f45e

Commits
  • 556f45e Use --gap option for rendering g:fzf_vim.grep_multi_line = 2+
  • See full diff in compare view

Updates zsh/plugins/completions from 066b069 to dedc787

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the submodules group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [nvim/plugins/committia](https://github.com/rhysd/committia.vim) | ``8a9a47d`` | ``c8c0f25`` |
| [nvim/plugins/gitsigns](https://github.com/lewis6991/gitsigns.nvim) | ``7c27a30`` | ``4daf702`` |
| [nvim/plugins/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) | ``29fb485`` | ``f17d9b4`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``54617a1`` | ``bc6ada4`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``120ba58`` | ``610a1c1`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``b065b59`` | ``dfd3207`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``a5f6e78`` | ``22ce6ad`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``d938fdc`` | ``d4d9b99`` |
| [vim/pack/03_plugins/start/committia](https://github.com/rhysd/committia.vim) | ``8a9a47d`` | ``c8c0f25`` |
| [vim/pack/03_plugins/start/fzf-vim](https://github.com/junegunn/fzf.vim) | ``ec75ffb`` | ``556f45e`` |
| [zsh/plugins/completions](https://github.com/zsh-users/zsh-completions) | ``066b069`` | ``dedc787`` |


Updates `nvim/plugins/committia` from `8a9a47d` to `c8c0f25`
- [Commits](rhysd/committia.vim@8a9a47d...c8c0f25)

Updates `nvim/plugins/gitsigns` from `7c27a30` to `4daf702`
- [Release notes](https://github.com/lewis6991/gitsigns.nvim/releases)
- [Commits](lewis6991/gitsigns.nvim@7c27a30...4daf702)

Updates `nvim/plugins/nvim-cmp` from `29fb485` to `f17d9b4`
- [Release notes](https://github.com/hrsh7th/nvim-cmp/releases)
- [Commits](hrsh7th/nvim-cmp@29fb485...f17d9b4)

Updates `nvim/plugins/nvim-lspconfig` from `54617a1` to `bc6ada4`
- [Release notes](https://github.com/neovim/nvim-lspconfig/releases)
- [Commits](neovim/nvim-lspconfig@54617a1...bc6ada4)

Updates `nvim/plugins/nvim-tree` from `120ba58` to `610a1c1`
- [Release notes](https://github.com/nvim-tree/nvim-tree.lua/releases)
- [Commits](nvim-tree/nvim-tree.lua@120ba58...610a1c1)

Updates `nvim/plugins/nvim-treesitter` from `b065b59` to `dfd3207`
- [Commits](nvim-treesitter/nvim-treesitter@b065b59...dfd3207)

Updates `nvim/plugins/schemastore` from `a5f6e78` to `22ce6ad`
- [Commits](b0o/SchemaStore.nvim@a5f6e78...22ce6ad)

Updates `tools/fzf` from `d938fdc` to `d4d9b99`
- [Release notes](https://github.com/junegunn/fzf/releases)
- [Commits](junegunn/fzf@d938fdc...d4d9b99)

Updates `vim/pack/03_plugins/start/committia` from `8a9a47d` to `c8c0f25`
- [Commits](rhysd/committia.vim@8a9a47d...c8c0f25)

Updates `vim/pack/03_plugins/start/fzf-vim` from `ec75ffb` to `556f45e`
- [Commits](junegunn/fzf.vim@ec75ffb...556f45e)

Updates `zsh/plugins/completions` from `066b069` to `dedc787`
- [Release notes](https://github.com/zsh-users/zsh-completions/releases)
- [Commits](zsh-users/zsh-completions@066b069...dedc787)

---
updated-dependencies:
- dependency-name: nvim/plugins/committia
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/gitsigns
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-cmp
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-lspconfig
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-tree
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-treesitter
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/schemastore
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/fzf
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/committia
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/fzf-vim
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: zsh/plugins/completions
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Nov 4, 2024
@github-actions github-actions bot merged commit 4e7a3ff into main Nov 4, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-3adf560882 branch November 4, 2024 21: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 submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants