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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the submodules group with 8 updates:

Package From To
env-wrappers/rbenv/ruby-build acbd79b 072022f
nvim/plugins/nvim-lspconfig f95d371 fdc4476
nvim/plugins/nvim-tree 4e396b2 48d0e82
nvim/plugins/nvim-treesitter e265fec a7ba147
nvim/plugins/schemastore 6eb8cee bb73383
tools/fzf b896e0d d9404fc
zsh/plugins/abbr 6e62686 fd26ff1
zsh/plugins/completions a50d486 f8c41db

Updates env-wrappers/rbenv/ruby-build from acbd79b to 072022f

Commits

Updates nvim/plugins/nvim-lspconfig from f95d371 to fdc4476

Commits

Updates nvim/plugins/nvim-tree from 4e396b2 to 48d0e82

Commits

Updates nvim/plugins/nvim-treesitter from e265fec to a7ba147

Commits
  • a7ba147 bot(lockfile): update d, kotlin, problog, prolog, rescript
  • 8dbab59 feat(powershell): highlight shebang
  • 2d5133f bot(lockfile)!: update d, latex
  • 45b3f7a fix(strace): Fix comment injection
  • 51bba66 refactor(queries): Remove quotes from properties in set! directive
  • 88aa09e feat(latex): capture left/right math delimiters
  • ed871c9 docs(install): fix typo
  • f97e0de feat: add rescript parser and queries (#6671)
  • 7cec621 fix(query): properly apply predicate injections
  • 2b48812 feat(luap): Make class captures similar to regex captures
  • Additional commits viewable in compare view

Updates nvim/plugins/schemastore from 6eb8cee to bb73383

Commits

Updates tools/fzf from b896e0d to d9404fc

Commits

Updates zsh/plugins/abbr from 6e62686 to fd26ff1

Commits
  • fd26ff1 feat(release): bump to v5.8.2, update changelog
  • e8b7b1a Merge pull request #143 from henrebotha/hbotha/cursor-expansion-fix
  • 0e5006c Remove duplicated lines
  • e612d66 feat(release): bump to v5.8.1, update changelog
  • ee20937 docs(contributing): tag, release commit's message templates copy edit
  • ea56616 feat(CONTRIBUTING): files are linked and clickable
  • 2d6ee65 Merge pull request #141 from henrebotha/hbotha/cursor-expansion
  • d3dca71 style(config vars): alphabetize
  • 331ada0 fix: arrange dependent expansions accordingly
  • f726898 docs(_abbr_init): last function in file
  • Additional commits viewable in compare view

Updates zsh/plugins/completions from a50d486 to f8c41db

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

| Package | From | To |
| --- | --- | --- |
| [env-wrappers/rbenv/ruby-build](https://github.com/rbenv/ruby-build) | ``acbd79b`` | ``072022f`` |
| [nvim/plugins/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | ``f95d371`` | ``fdc4476`` |
| [nvim/plugins/nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) | ``4e396b2`` | ``48d0e82`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``e265fec`` | ``a7ba147`` |
| [nvim/plugins/schemastore](https://github.com/b0o/SchemaStore.nvim) | ``6eb8cee`` | ``bb73383`` |
| [tools/fzf](https://github.com/junegunn/fzf) | ``b896e0d`` | ``d9404fc`` |
| [zsh/plugins/abbr](https://github.com/olets/zsh-abbr) | ``6e62686`` | ``fd26ff1`` |
| [zsh/plugins/completions](https://github.com/zsh-users/zsh-completions) | ``a50d486`` | ``f8c41db`` |


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

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

Updates `nvim/plugins/nvim-tree` from `4e396b2` to `48d0e82`
- [Release notes](https://github.com/nvim-tree/nvim-tree.lua/releases)
- [Commits](nvim-tree/nvim-tree.lua@4e396b2...48d0e82)

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

Updates `nvim/plugins/schemastore` from `6eb8cee` to `bb73383`
- [Commits](b0o/SchemaStore.nvim@6eb8cee...bb73383)

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

Updates `zsh/plugins/abbr` from `6e62686` to `fd26ff1`
- [Release notes](https://github.com/olets/zsh-abbr/releases)
- [Commits](olets/zsh-abbr@6e62686...fd26ff1)

Updates `zsh/plugins/completions` from `a50d486` to `f8c41db`
- [Release notes](https://github.com/zsh-users/zsh-completions/releases)
- [Commits](zsh-users/zsh-completions@a50d486...f8c41db)

---
updated-dependencies:
- dependency-name: env-wrappers/rbenv/ruby-build
  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: zsh/plugins/abbr
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: zsh/plugins/completions
  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 Jul 29, 2024
@github-actions github-actions bot merged commit 5831a37 into main Jul 29, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-b04fabb0ec branch July 29, 2024 21:26
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