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

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Bumps the submodules group with 9 updates:

Package From To
env-wrappers/rbenv/ruby-build 6b90d69 d22fa95
nvim/plugins/gitsigns f074844 0ed4669
nvim/plugins/nvim-lspconfig e9b1c95 e6528f4
nvim/plugins/nvim-treesitter d13f018 09bad64
nvim/plugins/nvim-treesitter-textobjects b6c1aec 4812895
tools/fzf af4917d f909858
tools/git-extras e1a4e71 c32869d
zsh/plugins/abbr 0a1c204 20024bd
zsh/plugins/fzf-tab 14e16f0 7fed01a

Updates env-wrappers/rbenv/ruby-build from 6b90d69 to d22fa95

Commits
  • d22fa95 Added 3.3.3 with OpenSSL 3.0.14
  • e12c32f Added missing option for output
  • f468979 Test for auto-update
  • c2e9bde cleanup working directory
  • a1bb3e4 Merge pull request #2430 from rbenv/auto-update
  • 0e5f4dd Added automated update workflow for Ruby definition
  • db3387a Handle openssl definition with script/update-cruby
  • See full diff in compare view

Updates nvim/plugins/gitsigns from f074844 to 0ed4669

Commits
  • 0ed4669 fix(blame)!: replace dot with dash in blame file type name
  • See full diff in compare view

Updates nvim/plugins/nvim-lspconfig from e9b1c95 to e6528f4

Commits

Updates nvim/plugins/nvim-treesitter from d13f018 to 09bad64

Commits
  • 09bad64 fix(query): proper indentation after quantifiers
  • 8453015 bot(lockfile): update kotlin, nix, perl
  • 110a50e feat(ecma): inject sql template methods
  • See full diff in compare view

Updates nvim/plugins/nvim-treesitter-textobjects from b6c1aec to 4812895

Commits
  • 4812895 docs: fix typo in comments for the keymap config example (#644)
  • 3eb7336 feat(python): added augmented assignments (#656)
  • d8e5c78 julia:improved assignment queries
  • 414d4b4 fix(elixir): add functions with guard clauses and/or no params (#641)
  • 115e3f1 revert: "feat(vhdl): added support for VHDL (#632)" (#653)
  • c269645 feat(vhdl): added support for VHDL (#632)
  • 3ee1e3f feat(c_sharp): add class.outer support for records, enums, interfaces (#637)
  • dbf6137 feat(julia): @assignment.*, empty structures, ; arg separation, macrocall...
  • See full diff in compare view

Updates tools/fzf from af4917d to f909858

Commits
  • f909858 Fix '--tmux bottom' when the status line is not at the bottom
  • See full diff in compare view

Updates tools/git-extras from e1a4e71 to c32869d

Commits

Updates zsh/plugins/abbr from 0a1c204 to 20024bd

Commits

Updates zsh/plugins/fzf-tab from 14e16f0 to 7fed01a

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 |
| --- | --- | --- |
| [env-wrappers/rbenv/ruby-build](https://github.com/rbenv/ruby-build) | ``6b90d69`` | ``d22fa95`` |
| [nvim/plugins/gitsigns](https://github.com/lewis6991/gitsigns.nvim) | ``f074844`` | ``0ed4669`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``e9b1c95`` | ``e6528f4`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``d13f018`` | ``09bad64`` |
| [nvim/plugins/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) | ``b6c1aec`` | ``4812895`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``af4917d`` | ``f909858`` |
| [tools/git-extras](https://github.com/tj/git-extras) | ``e1a4e71`` | ``c32869d`` |
| [zsh/plugins/abbr](https://github.com/olets/zsh-abbr) | ``0a1c204`` | ``20024bd`` |
| [zsh/plugins/fzf-tab](https://github.com/Aloxaf/fzf-tab) | ``14e16f0`` | ``7fed01a`` |


Updates `env-wrappers/rbenv/ruby-build` from `6b90d69` to `d22fa95`
- [Release notes](https://github.com/rbenv/ruby-build/releases)
- [Commits](rbenv/ruby-build@6b90d69...d22fa95)

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

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

Updates `nvim/plugins/nvim-treesitter` from `d13f018` to `09bad64`
- [Commits](nvim-treesitter/nvim-treesitter@d13f018...09bad64)

Updates `nvim/plugins/nvim-treesitter-textobjects` from `b6c1aec` to `4812895`
- [Commits](nvim-treesitter/nvim-treesitter-textobjects@b6c1aec...4812895)

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

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

Updates `zsh/plugins/abbr` from `0a1c204` to `20024bd`
- [Release notes](https://github.com/olets/zsh-abbr/releases)
- [Commits](olets/zsh-abbr@0a1c204...20024bd)

Updates `zsh/plugins/fzf-tab` from `14e16f0` to `7fed01a`
- [Release notes](https://github.com/Aloxaf/fzf-tab/releases)
- [Commits](Aloxaf/fzf-tab@14e16f0...7fed01a)

---
updated-dependencies:
- dependency-name: env-wrappers/rbenv/ruby-build
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/gitsigns
  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-treesitter
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-treesitter-textobjects
  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: zsh/plugins/abbr
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: zsh/plugins/fzf-tab
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Aug 2, 2024
@github-actions github-actions bot merged commit 9e1ad02 into main Aug 2, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-d71e1fde11 branch August 2, 2024 21:51
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