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 6 updates #5788

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the submodules group with 6 updates:

Package From To
nvim/plugins/lualine 640260d ef3f2ee
nvim/plugins/nvim-lspconfig 5230260 d018646
nvim/plugins/nvim-treesitter ea3a37a eab2005
nvim/plugins/schemastore 22ce6ad 5f0639d
tools/fzf d4d9b99 4a85843
vim/pack/03_plugins/start/tmux 09ed73d dc14938

Updates nvim/plugins/lualine from 640260d to ef3f2ee

Commits

Updates nvim/plugins/nvim-lspconfig from 5230260 to d018646

Commits

Updates nvim/plugins/nvim-treesitter from ea3a37a to eab2005

Commits
  • eab2005 fix(regex): more accurate highlights for named backreferences
  • c91122d bot(lockfile): update nu, runescript, superhtml, swift
  • 0722f23 bot(readme): update
  • 98b3825 docs(parser): mark julia as unmaintained
  • See full diff in compare view

Updates nvim/plugins/schemastore from 22ce6ad to 5f0639d

Commits

Updates tools/fzf from d4d9b99 to 4a85843

Commits
  • 4a85843 Fix (half-)page-up/down in the presence of multi-line items
  • See full diff in compare view

Updates vim/pack/03_plugins/start/tmux from 09ed73d to dc14938

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

| Package | From | To |
| --- | --- | --- |
| [nvim/plugins/lualine](https://github.com/nvim-lualine/lualine.nvim) | ``640260d`` | ``ef3f2ee`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``5230260`` | ``d018646`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``ea3a37a`` | ``eab2005`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``22ce6ad`` | ``5f0639d`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``d4d9b99`` | ``4a85843`` |
| [vim/pack/03_plugins/start/tmux](https://github.com/ericpruitt/tmux.vim) | ``09ed73d`` | ``dc14938`` |


Updates `nvim/plugins/lualine` from `640260d` to `ef3f2ee`
- [Commits](nvim-lualine/lualine.nvim@640260d...ef3f2ee)

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

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

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

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

Updates `vim/pack/03_plugins/start/tmux` from `09ed73d` to `dc14938`
- [Commits](ericpruitt/tmux.vim@09ed73d...dc14938)

---
updated-dependencies:
- dependency-name: nvim/plugins/lualine
  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/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/tmux
  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 7, 2024
@github-actions github-actions bot merged commit ee0f387 into main Nov 7, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-898cd42c69 branch November 7, 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