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 9 updates #5779

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps the submodules group with 9 updates:

Package From To
nvim/plugins/nvim-lspconfig 85afd4b 4ae8ea0
nvim/plugins/nvim-tree 2a268f6 8760d76
nvim/plugins/nvim-treesitter 377039d 48fc5d1
nvim/plugins/nvim-treesitter-textobjects 0d79d16 3e450cd
nvim/plugins/tmux 65ee9d6 307bad9
tools/fzf 3c40b1b 71fad63
tools/git-quick-stats 3cce04d 9b3c0e5
vim/pack/03_plugins/start/localvimrc ee9df42 b249c5a
zsh/plugins/powerlevel10k 0996a94 67a365b

Updates nvim/plugins/nvim-lspconfig from 85afd4b to 4ae8ea0

Commits

Updates nvim/plugins/nvim-tree from 2a268f6 to 8760d76

Commits
  • 8760d76 chore: enable missing-local-export-doc
  • 077af9f chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatti...
  • 68be6df refactor(#2886): multi instance: node class refactoring (#2950)
  • 63c7ad9 fix(#2961): windows: escape brackets and parentheses when opening file (#2962)
  • 9b82ff9 chore: fix lib prompt doc for neovim nightly (#2966)
  • See full diff in compare view

Updates nvim/plugins/nvim-treesitter from 377039d to 48fc5d1

Commits
  • 48fc5d1 feat(bash): highlight special shell variables
  • f6c5a58 bot(lockfile): update koto, t32
  • d740b0a docs(readme): mark Nvim 0.10 as required
  • See full diff in compare view

Updates nvim/plugins/nvim-treesitter-textobjects from 0d79d16 to 3e450cd

Commits
  • 3e450cd docs: add local prefix for locals group to match upstream
  • See full diff in compare view

Updates nvim/plugins/tmux from 65ee9d6 to 307bad9

Commits

Updates tools/fzf from 3c40b1b to 71fad63

Commits
  • 71fad63 Update fastwalk to v1.0.9 to fix handling of disk root paths on Windows (#4063)
  • d65c610 walker: Do not treat '..' as a hidden entry
  • See full diff in compare view

Updates tools/git-quick-stats from 3cce04d to 9b3c0e5

Commits

Updates vim/pack/03_plugins/start/localvimrc from ee9df42 to b249c5a

Commits
  • b249c5a prepare release v3.2.0
  • 77657ae check for file existence before calculating its checksum
  • 069554e fix LocalVimRCError to use the expected variable argument list
  • See full diff in compare view

Updates zsh/plugins/powerlevel10k from 0996a94 to 67a365b

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

| Package | From | To |
| --- | --- | --- |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``85afd4b`` | ``4ae8ea0`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``2a268f6`` | ``8760d76`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``377039d`` | ``48fc5d1`` |
| [nvim/plugins/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) | ``0d79d16`` | ``3e450cd`` |
| [nvim/plugins/tmux](https://github.com/aserowy/tmux.nvim) | ``65ee9d6`` | ``307bad9`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``3c40b1b`` | ``71fad63`` |
| [tools/git-quick-stats](https://github.com/arzzen/git-quick-stats) | ``3cce04d`` | ``9b3c0e5`` |
| [vim/pack/03_plugins/start/localvimrc](https://github.com/embear/vim-localvimrc) | ``ee9df42`` | ``b249c5a`` |
| [zsh/plugins/powerlevel10k](https://github.com/romkatv/powerlevel10k) | ``0996a94`` | ``67a365b`` |


Updates `nvim/plugins/nvim-lspconfig` from `85afd4b` to `4ae8ea0`
- [Release notes](https://github.com/neovim/nvim-lspconfig/releases)
- [Commits](neovim/nvim-lspconfig@85afd4b...4ae8ea0)

Updates `nvim/plugins/nvim-tree` from `2a268f6` to `8760d76`
- [Release notes](https://github.com/nvim-tree/nvim-tree.lua/releases)
- [Commits](nvim-tree/nvim-tree.lua@2a268f6...8760d76)

Updates `nvim/plugins/nvim-treesitter` from `377039d` to `48fc5d1`
- [Commits](nvim-treesitter/nvim-treesitter@377039d...48fc5d1)

Updates `nvim/plugins/nvim-treesitter-textobjects` from `0d79d16` to `3e450cd`
- [Commits](nvim-treesitter/nvim-treesitter-textobjects@0d79d16...3e450cd)

Updates `nvim/plugins/tmux` from `65ee9d6` to `307bad9`
- [Commits](aserowy/tmux.nvim@65ee9d6...307bad9)

Updates `tools/fzf` from `3c40b1b` to `71fad63`
- [Release notes](https://github.com/junegunn/fzf/releases)
- [Commits](junegunn/fzf@3c40b1b...71fad63)

Updates `tools/git-quick-stats` from `3cce04d` to `9b3c0e5`
- [Release notes](https://github.com/arzzen/git-quick-stats/releases)
- [Commits](git-quick-stats/git-quick-stats@3cce04d...9b3c0e5)

Updates `vim/pack/03_plugins/start/localvimrc` from `ee9df42` to `b249c5a`
- [Commits](embear/vim-localvimrc@ee9df42...b249c5a)

Updates `zsh/plugins/powerlevel10k` from `0996a94` to `67a365b`
- [Release notes](https://github.com/romkatv/powerlevel10k/releases)
- [Commits](romkatv/powerlevel10k@0996a94...67a365b)

---
updated-dependencies:
- 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/nvim-treesitter-textobjects
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/tmux
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/fzf
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/git-quick-stats
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/localvimrc
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: zsh/plugins/powerlevel10k
  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 Oct 25, 2024
@github-actions github-actions bot merged commit 825aae0 into main Oct 25, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-e1250d6aa8 branch October 25, 2024 21:23
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