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 8 updates #5837

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps the submodules group with 8 updates:

Package From To
nvim/plugins/gitsigns 9541f5e 0797734
nvim/plugins/nvim-treesitter f0c928d fd59f98
nvim/plugins/schemastore b16e414 a0dd8a3
tools/fzf 3e7f032 1313510
tools/testssl.sh 90a51e7 daf0671
vim/pack/03_plugins/start/rhubarb ee69335 386daa2
vim/pack/03_plugins/start/test ade3338 5e1f1e0
vim/pack/03_plugins/start/vim-lsp-settings 496fbb2 4f8471d

Updates nvim/plugins/gitsigns from 9541f5e to 0797734

Commits

Updates nvim/plugins/nvim-treesitter from f0c928d to fd59f98

Commits

Updates nvim/plugins/schemastore from b16e414 to a0dd8a3

Commits

Updates tools/fzf from 3e7f032 to 1313510

Commits
  • 1313510 Do not apply nth style when the whole range is covered
  • b712f2b Export the current nth value as $FZF_NTH
  • 938c15e Skip merging nth offsets when unnecessary
  • See full diff in compare view

Updates tools/testssl.sh from 90a51e7 to daf0671

Commits

Updates vim/pack/03_plugins/start/rhubarb from ee69335 to 386daa2

Commits

Updates vim/pack/03_plugins/start/test from ade3338 to 5e1f1e0

Commits

Updates vim/pack/03_plugins/start/vim-lsp-settings from 496fbb2 to 4f8471d

Commits
  • 4f8471d Use correct indentation
  • ffcee66 Update README to include help for qml lsp
  • 07f39b2 Add qml lsp support
  • bd6c80e fix: do not enable steep if Steepfile is not exist to resolve #756
  • 20b8712 fix: Change rust-analyzer binary download URL for Windows.
  • See full diff in compare view

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

| Package | From | To |
| --- | --- | --- |
| [nvim/plugins/gitsigns](https://github.com/lewis6991/gitsigns.nvim) | ``9541f5e`` | ``0797734`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``f0c928d`` | ``fd59f98`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``b16e414`` | ``a0dd8a3`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``3e7f032`` | ``1313510`` |
| [tools/testssl.sh](https://github.com/drwetter/testssl.sh) | ``90a51e7`` | ``daf0671`` |
| [vim/pack/03_plugins/start/rhubarb](https://github.com/tpope/vim-rhubarb) | ``ee69335`` | ``386daa2`` |
| [vim/pack/03_plugins/start/test](https://github.com/janko-m/vim-test) | ``ade3338`` | ``5e1f1e0`` |
| [vim/pack/03_plugins/start/vim-lsp-settings](https://github.com/mattn/vim-lsp-settings) | ``496fbb2`` | ``4f8471d`` |


Updates `nvim/plugins/gitsigns` from `9541f5e` to `0797734`
- [Release notes](https://github.com/lewis6991/gitsigns.nvim/releases)
- [Commits](lewis6991/gitsigns.nvim@9541f5e...0797734)

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

Updates `nvim/plugins/schemastore` from `b16e414` to `a0dd8a3`
- [Commits](b0o/SchemaStore.nvim@b16e414...a0dd8a3)

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

Updates `tools/testssl.sh` from `90a51e7` to `daf0671`
- [Release notes](https://github.com/drwetter/testssl.sh/releases)
- [Commits](testssl/testssl.sh@90a51e7...daf0671)

Updates `vim/pack/03_plugins/start/rhubarb` from `ee69335` to `386daa2`
- [Commits](tpope/vim-rhubarb@ee69335...386daa2)

Updates `vim/pack/03_plugins/start/test` from `ade3338` to `5e1f1e0`
- [Commits](vim-test/vim-test@ade3338...5e1f1e0)

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

---
updated-dependencies:
- dependency-name: nvim/plugins/gitsigns
  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: tools/testssl.sh
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/rhubarb
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/test
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: vim/pack/03_plugins/start/vim-lsp-settings
  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 Jan 16, 2025
@github-actions github-actions bot merged commit 0d11b73 into main Jan 16, 2025
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-8e95345a88 branch January 16, 2025 21:52
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