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

chore(deps): Bump github.com/celestiaorg/go-square/v2 from 2.0.0 to 2.1.0 (backport #4055) #4056

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 26, 2024

Bumps github.com/celestiaorg/go-square/v2 from 2.0.0 to 2.1.0.

Release notes

Sourced from github.com/celestiaorg/go-square/v2's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: celestiaorg/go-square@v2.0.0...v2.1.0

v2.1.0-rc1

What's Changed

Full Changelog: celestiaorg/go-square@v2.1.0-rc0...v2.1.0-rc1

v2.1.0-rc0

What's Changed

New Contributors

Full Changelog: celestiaorg/go-square@v2.0.0...v2.1.0-rc0

Commits
  • 1efeea8 feat: add json encoding to the blob struct (#125)
  • 1ad10b4 chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 (#123)
  • f0bf090 chore(ci): add support for pushing proto definitions to Buf Schema Registry (...
  • f47b641 feat: add missing utilities used by celestia-node (#109)
  • 9ff313b chore: add idea folder to gitignore (#115)
  • 8e9b275 chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#111)
  • 074eac8 chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 (#112)
  • b07b17c chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#110)
  • 1f814d6 chore: add fmt target to makefile and fix linting (#107)
  • 662d17d chore: expose generate subtree roots method (#106)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This is an automatic backport of pull request #4055 done by [Mergify](https://mergify.com).

….1.0 (#4055)

Bumps
[github.com/celestiaorg/go-square/v2](https://github.com/celestiaorg/go-square)
from 2.0.0 to 2.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/celestiaorg/go-square/releases">github.com/celestiaorg/go-square/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump celestiaorg/.github from 0.4.3 to 0.4.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/105">celestiaorg/go-square#105</a></li>
<li>chore: expose generate subtree roots method by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/106">celestiaorg/go-square#106</a></li>
<li>chore: add fmt target to makefile and fix linting by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/107">celestiaorg/go-square#107</a></li>
<li>chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/110">celestiaorg/go-square#110</a></li>
<li>chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/112">celestiaorg/go-square#112</a></li>
<li>chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/111">celestiaorg/go-square#111</a></li>
<li>chore: add idea folder to gitignore by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/115">celestiaorg/go-square#115</a></li>
<li>feat: add missing utilities used by celestia-node by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/109">celestiaorg/go-square#109</a></li>
<li>chore(ci): add support for pushing proto definitions to Buf Schema
Registry by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/113">celestiaorg/go-square#113</a></li>
<li>chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/123">celestiaorg/go-square#123</a></li>
<li>feat: add json encoding to the blob struct by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/125">celestiaorg/go-square#125</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a>
made their first contribution in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/115">celestiaorg/go-square#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0">https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0</a></p>
<h2>v2.1.0-rc1</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(ci): add support for pushing proto definitions to Buf Schema
Registry by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/113">celestiaorg/go-square#113</a></li>
<li>chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/123">celestiaorg/go-square#123</a></li>
<li>feat: add json encoding to the blob struct by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/125">celestiaorg/go-square#125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/go-square/compare/v2.1.0-rc0...v2.1.0-rc1">https://github.com/celestiaorg/go-square/compare/v2.1.0-rc0...v2.1.0-rc1</a></p>
<h2>v2.1.0-rc0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump celestiaorg/.github from 0.4.3 to 0.4.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/105">celestiaorg/go-square#105</a></li>
<li>chore: expose generate subtree roots method by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/106">celestiaorg/go-square#106</a></li>
<li>chore: add fmt target to makefile and fix linting by <a
href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/107">celestiaorg/go-square#107</a></li>
<li>chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/110">celestiaorg/go-square#110</a></li>
<li>chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/112">celestiaorg/go-square#112</a></li>
<li>chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/111">celestiaorg/go-square#111</a></li>
<li>chore: add idea folder to gitignore by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/115">celestiaorg/go-square#115</a></li>
<li>feat: add missing utilities used by celestia-node by <a
href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/109">celestiaorg/go-square#109</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vgonkivs"><code>@​vgonkivs</code></a>
made their first contribution in <a
href="https://redirect.github.com/celestiaorg/go-square/pull/115">celestiaorg/go-square#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0-rc0">https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/celestiaorg/go-square/commit/1efeea8957634f7ce9dde0e8d1f78b65fd90c703"><code>1efeea8</code></a>
feat: add json encoding to the blob struct (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/125">#125</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/1ad10b4cd350c305f804efcfbd53e472d30d4cef"><code>1ad10b4</code></a>
chore(deps): bump celestiaorg/.github from 0.4.5 to 0.5.0 (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/123">#123</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/f0bf09056c663a3d6aad93b453bac71665c2dba5"><code>f0bf090</code></a>
chore(ci): add support for pushing proto definitions to Buf Schema
Registry (...</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/f47b641bc948b9177301c29ba929d209246fa9f3"><code>f47b641</code></a>
feat: add missing utilities used by celestia-node (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/109">#109</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/9ff313bbf4c1390a880740e62161ef90f760ab74"><code>9ff313b</code></a>
chore: add idea folder to gitignore (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/115">#115</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/8e9b275b5c6db9d82180ef2af01171fe12859d74"><code>8e9b275</code></a>
chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/111">#111</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/074eac80408e6218ec03cda9e6f4461102b9a680"><code>074eac8</code></a>
chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/112">#112</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/b07b17c7cb74f0f48c41b3e9a89a3ad2e0ab352a"><code>b07b17c</code></a>
chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/110">#110</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/1f814d6033a8f070775077f76a4e77d56fb8cc66"><code>1f814d6</code></a>
chore: add fmt target to makefile and fix linting (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/107">#107</a>)</li>
<li><a
href="https://github.com/celestiaorg/go-square/commit/662d17db20089f0fcba6ef4369a49fb87e3b4127"><code>662d17d</code></a>
chore: expose generate subtree roots method (<a
href="https://redirect.github.com/celestiaorg/go-square/issues/106">#106</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/celestiaorg/go-square/compare/v2.0.0...v2.1.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/celestiaorg/go-square/v2&package-manager=go_modules&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 60040ba)
@mergify mergify bot requested a review from a team as a code owner November 26, 2024 14:26
@github-actions github-actions bot added the bot item was created by a bot label Nov 26, 2024
@rootulp rootulp merged commit 63c736e into v3.x Nov 26, 2024
29 of 30 checks passed
@rootulp rootulp deleted the mergify/bp/v3.x/pr-4055 branch November 26, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants