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

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the submodules group with 10 updates:

Package From To
env-wrappers/nodenv/node-build c01550c fcf782e
nvim/plugins/fidget d855eed e2a175c
nvim/plugins/indent-blankline e7a4442 04e44b0
nvim/plugins/mason-lspconfig 7446f47 4d0e5b4
nvim/plugins/nvim-tree 00dff48 120ba58
nvim/plugins/nvim-treesitter de70388 39016ab
nvim/plugins/schemastore e8835ae ed65feb
nvim/plugins/telescope 37dc923 85922dd
tools/testssl.sh 6452ec9 245ad2a
vim/pack/03_plugins/start/test c090bfd b066140

Updates env-wrappers/nodenv/node-build from c01550c to fcf782e

Commits

Updates nvim/plugins/fidget from d855eed to e2a175c

Commits

Updates nvim/plugins/indent-blankline from e7a4442 to 04e44b0

Commits
  • 04e44b0 feat: use faster version of validate if available
  • d343409 refactor: rename utils validate to validate_config
  • See full diff in compare view

Updates nvim/plugins/mason-lspconfig from 7446f47 to 4d0e5b4

Commits

Updates nvim/plugins/nvim-tree from 00dff48 to 120ba58

Commits

Updates nvim/plugins/nvim-treesitter from de70388 to 39016ab

Commits

Updates nvim/plugins/schemastore from e8835ae to ed65feb

Commits

Updates nvim/plugins/telescope from 37dc923 to 85922dd

Commits

Updates tools/testssl.sh from 6452ec9 to 245ad2a

Commits

Updates vim/pack/03_plugins/start/test from c090bfd to b066140

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/nodenv/node-build](https://github.com/nodenv/node-build) | ``c01550c`` | ``fcf782e`` |
| [nvim/plugins/fidget](https://github.com/j-hui/fidget.nvim) | ``d855eed`` | ``e2a175c`` |
| [nvim/plugins/indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) | ``e7a4442`` | ``04e44b0`` |
| [nvim/plugins/mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim) | ``7446f47`` | ``4d0e5b4`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``00dff48`` | ``120ba58`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``de70388`` | ``39016ab`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``e8835ae`` | ``ed65feb`` |
| [nvim/plugins/telescope](https://github.com/nvim-telescope/telescope.nvim) | ``37dc923`` | ``85922dd`` |
| [tools/testssl.sh](https://github.com/drwetter/testssl.sh) | ``6452ec9`` | ``245ad2a`` |
| [vim/pack/03_plugins/start/test](https://github.com/janko-m/vim-test) | ``c090bfd`` | ``b066140`` |


Updates `env-wrappers/nodenv/node-build` from `c01550c` to `fcf782e`
- [Release notes](https://github.com/nodenv/node-build/releases)
- [Commits](nodenv/node-build@c01550c...fcf782e)

Updates `nvim/plugins/fidget` from `d855eed` to `e2a175c`
- [Release notes](https://github.com/j-hui/fidget.nvim/releases)
- [Commits](j-hui/fidget.nvim@d855eed...e2a175c)

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

Updates `nvim/plugins/mason-lspconfig` from `7446f47` to `4d0e5b4`
- [Release notes](https://github.com/williamboman/mason-lspconfig.nvim/releases)
- [Commits](williamboman/mason-lspconfig.nvim@7446f47...4d0e5b4)

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

Updates `nvim/plugins/nvim-treesitter` from `de70388` to `39016ab`
- [Commits](nvim-treesitter/nvim-treesitter@de70388...39016ab)

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

Updates `nvim/plugins/telescope` from `37dc923` to `85922dd`
- [Release notes](https://github.com/nvim-telescope/telescope.nvim/releases)
- [Commits](nvim-telescope/telescope.nvim@37dc923...85922dd)

Updates `tools/testssl.sh` from `6452ec9` to `245ad2a`
- [Release notes](https://github.com/drwetter/testssl.sh/releases)
- [Commits](drwetter/testssl.sh@6452ec9...245ad2a)

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

---
updated-dependencies:
- dependency-name: env-wrappers/nodenv/node-build
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/fidget
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/indent-blankline
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/mason-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: nvim/plugins/telescope
  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/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 Oct 29, 2024
@github-actions github-actions bot merged commit 36d1d98 into main Oct 29, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-48d38ffe4f branch October 29, 2024 21:55
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