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 10 updates #5790

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the submodules group with 10 updates:

Package From To
env-wrappers/goenv/goenv d09eefe c16a7ce
env-wrappers/luaenv/lua-build 65e0a3a 880559b
nvim/plugins/indent-blankline 04e44b0 7871a88
nvim/plugins/nvim-lspconfig d018646 4cb925e
nvim/plugins/nvim-tree 610a1c1 28eac28
nvim/plugins/nvim-treesitter 425b589 bb06afa
nvim/plugins/schemastore 5f0639d 64aed57
tools/fzf 9c94f9c 215ab48
vim/pack/03_plugins/start/vim-lsp-settings e608a9d ec38220
zsh/plugins/powerlevel10k 8a331b8 f2f0149

Updates env-wrappers/goenv/goenv from d09eefe to c16a7ce

Commits

Updates env-wrappers/luaenv/lua-build from 65e0a3a to 880559b

Commits

Updates nvim/plugins/indent-blankline from 04e44b0 to 7871a88

Commits
  • 7871a88 style: run stylua
  • b96c6c3 refactor: remove redundant conditional
  • 796c91f fix: correct copy-pasta in config.indent validation
  • e51b651 fix: leadmultispace and multispace
  • See full diff in compare view

Updates nvim/plugins/nvim-lspconfig from d018646 to 4cb925e

Commits

Updates nvim/plugins/nvim-tree from 610a1c1 to 28eac28

Commits

Updates nvim/plugins/nvim-treesitter from 425b589 to bb06afa

Commits
  • bb06afa bot(lockfile): update agda, bash, c, c_sharp, cpp, css, editorconfig, embedde...
  • d105f2c feat(julia): update parser and queries
  • a069bb6 fix: formatter idempotency for nested groupings (#7345)
  • 8e40904 bot(lockfile): update bash, c_sharp, cpp, earthfile, editorconfig, embedded_t...
  • 0603b3e bot(lockfile): update desktop, earthfile, mlir, nix, nu, v, xresources
  • See full diff in compare view

Updates nvim/plugins/schemastore from 5f0639d to 64aed57

Commits

Updates tools/fzf from 9c94f9c to 215ab48

Commits

Updates vim/pack/03_plugins/start/vim-lsp-settings from e608a9d to ec38220

Commits

Updates zsh/plugins/powerlevel10k from 8a331b8 to f2f0149

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

| Package | From | To |
| --- | --- | --- |
| [env-wrappers/goenv/goenv](https://github.com/syndbg/goenv) | ``d09eefe`` | ``c16a7ce`` |
| [env-wrappers/luaenv/lua-build](https://github.com/cehoffman/lua-build) | ``65e0a3a`` | ``880559b`` |
| [nvim/plugins/indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) | ``04e44b0`` | ``7871a88`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``d018646`` | ``4cb925e`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``610a1c1`` | ``28eac28`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``425b589`` | ``bb06afa`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``5f0639d`` | ``64aed57`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``9c94f9c`` | ``215ab48`` |
| [vim/pack/03_plugins/start/vim-lsp-settings](https://github.com/mattn/vim-lsp-settings) | ``e608a9d`` | ``ec38220`` |
| [zsh/plugins/powerlevel10k](https://github.com/romkatv/powerlevel10k) | ``8a331b8`` | ``f2f0149`` |


Updates `env-wrappers/goenv/goenv` from `d09eefe` to `c16a7ce`
- [Release notes](https://github.com/syndbg/goenv/releases)
- [Commits](go-nv/goenv@d09eefe...c16a7ce)

Updates `env-wrappers/luaenv/lua-build` from `65e0a3a` to `880559b`
- [Commits](cehoffman/lua-build@65e0a3a...880559b)

Updates `nvim/plugins/indent-blankline` from `04e44b0` to `7871a88`
- [Release notes](https://github.com/lukas-reineke/indent-blankline.nvim/releases)
- [Commits](lukas-reineke/indent-blankline.nvim@04e44b0...7871a88)

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

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

Updates `nvim/plugins/nvim-treesitter` from `425b589` to `bb06afa`
- [Commits](nvim-treesitter/nvim-treesitter@425b589...bb06afa)

Updates `nvim/plugins/schemastore` from `5f0639d` to `64aed57`
- [Commits](b0o/SchemaStore.nvim@5f0639d...64aed57)

Updates `tools/fzf` from `9c94f9c` to `215ab48`
- [Release notes](https://github.com/junegunn/fzf/releases)
- [Commits](junegunn/fzf@9c94f9c...215ab48)

Updates `vim/pack/03_plugins/start/vim-lsp-settings` from `e608a9d` to `ec38220`
- [Release notes](https://github.com/mattn/vim-lsp-settings/releases)
- [Commits](mattn/vim-lsp-settings@e608a9d...ec38220)

Updates `zsh/plugins/powerlevel10k` from `8a331b8` to `f2f0149`
- [Release notes](https://github.com/romkatv/powerlevel10k/releases)
- [Commits](romkatv/powerlevel10k@8a331b8...f2f0149)

---
updated-dependencies:
- dependency-name: env-wrappers/goenv/goenv
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: env-wrappers/luaenv/lua-build
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/indent-blankline
  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/vim-lsp-settings
  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 Nov 11, 2024
@github-actions github-actions bot merged commit 75c288e into main Nov 11, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-06af3235ab branch November 11, 2024 21:40
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