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 #5750

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the submodules group with 11 updates:

Package From To
env-wrappers/pyenv/pyenv-virtualenv e9b88cc d4c9655
nvim/plugins/nvim-autopairs fd2badc ffc139f
nvim/plugins/nvim-lspconfig bb682c1 46ce5fd
nvim/plugins/nvim-tree d41b4ca 45a93d9
nvim/plugins/nvim-treesitter e0338f2 b9002f6
nvim/plugins/plenary ec28942 f4faa5a
nvim/plugins/schemastore 8d9579e bfe74ba
nvim/plugins/telescope 927c10f 40d6d81
tools/fzf 2191a44 855f907
tools/git-extras 2c161aa f0671e2
vim/pack/03_plugins/start/test 2c9cef3 c090bfd

Updates env-wrappers/pyenv/pyenv-virtualenv from e9b88cc to d4c9655

Commits

Updates nvim/plugins/nvim-autopairs from fd2badc to ffc139f

Commits

Updates nvim/plugins/nvim-lspconfig from bb682c1 to 46ce5fd

Commits
  • 46ce5fd chore: remove redundant flake-utils dependency; add nix-systems
  • 0d027de docs: update server_configurations.md
  • 170c964 fix: sourcekit lsp filetypes (#3301)
  • See full diff in compare view

Updates nvim/plugins/nvim-tree from d41b4ca to 45a93d9

Commits

Updates nvim/plugins/nvim-treesitter from e0338f2 to b9002f6

Commits
  • b9002f6 bot(lockfile): update apex, sflog, soql, sosl, swift
  • 5c42228 feat(apex): update parser and highlights (#7151)
  • b7160e8 bot(lockfile): update hurl, v
  • 399062d fix(lua): remove duplicate ellipsis highlight
  • 5833958 bot(lockfile): update r
  • See full diff in compare view

Updates nvim/plugins/plenary from ec28942 to f4faa5a

Commits

Updates nvim/plugins/schemastore from 8d9579e to bfe74ba

Commits

Updates nvim/plugins/telescope from 927c10f to 40d6d81

Commits
  • 40d6d81 feat(builtin): allow picking help pages and colorschemes not yet loaded by La...
  • See full diff in compare view

Updates tools/fzf from 2191a44 to 855f907

Commits

Updates tools/git-extras from 2c161aa to f0671e2

Commits

Updates vim/pack/03_plugins/start/test from 2c9cef3 to c090bfd

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 |
| --- | --- | --- |
| [env-wrappers/pyenv/pyenv-virtualenv](https://github.com/yyuu/pyenv-virtualenv) | ``e9b88cc`` | ``d4c9655`` |
| [nvim/plugins/nvim-autopairs](https://github.com/windwp/nvim-autopairs) | ``fd2badc`` | ``ffc139f`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``bb682c1`` | ``46ce5fd`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``d41b4ca`` | ``45a93d9`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``e0338f2`` | ``b9002f6`` |
| [nvim/plugins/plenary](https://github.com/nvim-lua/plenary.nvim) | ``ec28942`` | ``f4faa5a`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``8d9579e`` | ``bfe74ba`` |
| [nvim/plugins/telescope](https://github.com/nvim-telescope/telescope.nvim) | ``927c10f`` | ``40d6d81`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``2191a44`` | ``855f907`` |
| [tools/git-extras](https://github.com/tj/git-extras) | ``2c161aa`` | ``f0671e2`` |
| [vim/pack/03_plugins/start/test](https://github.com/janko-m/vim-test) | ``2c9cef3`` | ``c090bfd`` |


Updates `env-wrappers/pyenv/pyenv-virtualenv` from `e9b88cc` to `d4c9655`
- [Release notes](https://github.com/yyuu/pyenv-virtualenv/releases)
- [Commits](pyenv/pyenv-virtualenv@e9b88cc...d4c9655)

Updates `nvim/plugins/nvim-autopairs` from `fd2badc` to `ffc139f`
- [Commits](windwp/nvim-autopairs@fd2badc...ffc139f)

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

Updates `nvim/plugins/nvim-tree` from `d41b4ca` to `45a93d9`
- [Release notes](https://github.com/nvim-tree/nvim-tree.lua/releases)
- [Commits](nvim-tree/nvim-tree.lua@d41b4ca...45a93d9)

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

Updates `nvim/plugins/plenary` from `ec28942` to `f4faa5a`
- [Commits](nvim-lua/plenary.nvim@ec28942...f4faa5a)

Updates `nvim/plugins/schemastore` from `8d9579e` to `bfe74ba`
- [Commits](b0o/SchemaStore.nvim@8d9579e...bfe74ba)

Updates `nvim/plugins/telescope` from `927c10f` to `40d6d81`
- [Release notes](https://github.com/nvim-telescope/telescope.nvim/releases)
- [Commits](nvim-telescope/telescope.nvim@927c10f...40d6d81)

Updates `tools/fzf` from `2191a44` to `855f907`
- [Release notes](https://github.com/junegunn/fzf/releases)
- [Commits](junegunn/fzf@2191a44...855f907)

Updates `tools/git-extras` from `2c161aa` to `f0671e2`
- [Release notes](https://github.com/tj/git-extras/releases)
- [Commits](tj/git-extras@2c161aa...f0671e2)

Updates `vim/pack/03_plugins/start/test` from `2c9cef3` to `c090bfd`
- [Commits](vim-test/vim-test@2c9cef3...c090bfd)

---
updated-dependencies:
- dependency-name: env-wrappers/pyenv/pyenv-virtualenv
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-autopairs
  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/plenary
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/schemastore
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/telescope
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/fzf
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/git-extras
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/test
  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 Sep 16, 2024
@github-actions github-actions bot merged commit 39d2d87 into main Sep 16, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-3fb5a4eb08 branch September 16, 2024 21:46
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