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 5 updates #5741

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps the submodules group with 5 updates:

Package From To
env-wrappers/rbenv/ruby-build d22fa95 d0e7c67
nvim/plugins/indent-blankline db92699 18603eb
nvim/plugins/nvim-treesitter a1573a9 5b8b126
nvim/plugins/solarized 655183d 1a34eb1
tools/testssl.sh b132a26 a20fd79

Updates env-wrappers/rbenv/ruby-build from d22fa95 to d0e7c67

Commits

Updates nvim/plugins/indent-blankline from db92699 to 18603eb

Commits

Updates nvim/plugins/nvim-treesitter from a1573a9 to 5b8b126

Commits

Updates nvim/plugins/solarized from 655183d to 1a34eb1

Commits
  • 1a34eb1 chore(doc): auto generate docs
  • ed090c9 feat(variants): editor looks different on each variant
  • See full diff in compare view

Updates tools/testssl.sh from b132a26 to a20fd79

Commits
  • a20fd79 Merge pull request #2552 from drwetter/fix_2466
  • 031c2a5 Merge pull request #2553 from drwetter/noCtrlCharInHeader
  • 3cd027e Merge pull request #2551 from drwetter/banner
  • 2b36b33 Remove crtl chars from HTTP header
  • 30a33e9 Trailing space after value in header is fine
  • dbb8fc8 Fix CI
  • 408e8f8 modify issue template for bash version
  • 5a1fd26 Improve banner (3.2)
  • e59a0f2 Merge pull request #2549 from drwetter/drwetter-patch-1
  • 5becbd0 Merge pull request #2548 from drwetter/drwetter-patch-2
  • Additional commits viewable 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [env-wrappers/rbenv/ruby-build](https://github.com/rbenv/ruby-build) | ``d22fa95`` | ``d0e7c67`` |
| [nvim/plugins/indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) | ``db92699`` | ``18603eb`` |
| [nvim/plugins/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | ``a1573a9`` | ``5b8b126`` |
| [nvim/plugins/solarized](https://github.com/maxmx03/solarized.nvim) | ``655183d`` | ``1a34eb1`` |
| [tools/testssl.sh](https://github.com/drwetter/testssl.sh) | ``b132a26`` | ``a20fd79`` |


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

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

Updates `nvim/plugins/nvim-treesitter` from `a1573a9` to `5b8b126`
- [Commits](nvim-treesitter/nvim-treesitter@a1573a9...5b8b126)

Updates `nvim/plugins/solarized` from `655183d` to `1a34eb1`
- [Release notes](https://github.com/maxmx03/solarized.nvim/releases)
- [Commits](maxmx03/solarized.nvim@655183d...1a34eb1)

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

---
updated-dependencies:
- dependency-name: env-wrappers/rbenv/ruby-build
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/indent-blankline
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/nvim-treesitter
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: nvim/plugins/solarized
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: tools/testssl.sh
  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 Sep 3, 2024
@github-actions github-actions bot merged commit f2d3bd4 into main Sep 3, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/submodules/submodules-22c0e73eba branch September 3, 2024 21:18
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