[PR #195] [MERGED] chore(deps): bump go.etcd.io/bbolt from 1.3.5 to 1.3.7 #224

Closed
opened 2026-03-03 11:56:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/195
Author: @dependabot[bot]
Created: 1/31/2023
Status: Merged
Merged: 1/31/2023
Merged by: @mritd

Base: masterHead: dependabot/go_modules/go.etcd.io/bbolt-1.3.7


📝 Commits (1)

  • 87f9f64 chore(deps): bump go.etcd.io/bbolt from 1.3.5 to 1.3.7

📊 Changes

2 files changed (+13 additions, -7 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+11 -5)

📄 Description

Bumps go.etcd.io/bbolt from 1.3.5 to 1.3.7.

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.7

See the CHANGELOG for more details.

Commits
  • da2f2a5 remove changelog from release-1.3
  • fc36179 added summary on the changes in v1.3.7
  • 1651561 Update changelog-1.3 to prepare for v1.3.7 release
  • 35c4569 revert the signature of tx.Check and add tx.CheckWithStringer
  • afa8b89 Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
  • 046c7b9 Bump golang.org/x/sys from 0.3.0 to 0.4.0
  • 613ea3d Add support for using sha256 sum for obfuscating values
  • 6ee9f1d Merge pull request #389 from ahrtr/surgery_write_empty_page_20230120
  • 834868d add 'surgery clear-page' command
  • 774edab Merge pull request #387 from uvletter/fix_grow
  • 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 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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/195 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/31/2023 **Status:** ✅ Merged **Merged:** 1/31/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/go.etcd.io/bbolt-1.3.7` --- ### 📝 Commits (1) - [`87f9f64`](https://github.com/Finb/bark-server/commit/87f9f64b2f4357ef2dc51a9c295cc140f2d3accc) chore(deps): bump go.etcd.io/bbolt from 1.3.5 to 1.3.7 ### 📊 Changes **2 files changed** (+13 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+11 -5) </details> ### 📄 Description Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.5 to 1.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/etcd-io/bbolt/releases">go.etcd.io/bbolt's releases</a>.</em></p> <blockquote> <h2>v1.3.7</h2> <p>See <a href="https://github.com/etcd-io/bbolt/blob/master/CHANGELOG/CHANGELOG-1.3.md#v1372023-01-31">the CHANGELOG</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etcd-io/bbolt/commit/da2f2a53f6e2f25b215b79db2cd417488ef8e955"><code>da2f2a5</code></a> remove changelog from release-1.3</li> <li><a href="https://github.com/etcd-io/bbolt/commit/fc361799ce2ec35489a80ad584cf6bcfc6b312c4"><code>fc36179</code></a> added summary on the changes in v1.3.7</li> <li><a href="https://github.com/etcd-io/bbolt/commit/1651561091c7e713e2a678fc0c62fdc096e7a100"><code>1651561</code></a> Update changelog-1.3 to prepare for v1.3.7 release</li> <li><a href="https://github.com/etcd-io/bbolt/commit/35c4569bf95f41f215306cec2b8353cd5ac59d12"><code>35c4569</code></a> revert the signature of tx.Check and add tx.CheckWithStringer</li> <li><a href="https://github.com/etcd-io/bbolt/commit/afa8b89da8077c60e219fe1d0204f27ddcbd78ec"><code>afa8b89</code></a> Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0</li> <li><a href="https://github.com/etcd-io/bbolt/commit/046c7b9e5bf4b607b81444539778b3621105a085"><code>046c7b9</code></a> Bump golang.org/x/sys from 0.3.0 to 0.4.0</li> <li><a href="https://github.com/etcd-io/bbolt/commit/613ea3dffa40f6d3009ef5899d3497a497e1dc1c"><code>613ea3d</code></a> Add support for using sha256 sum for obfuscating values</li> <li><a href="https://github.com/etcd-io/bbolt/commit/6ee9f1d9a7a1a927310a21e0d125a86ca2093640"><code>6ee9f1d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/bbolt/issues/389">#389</a> from ahrtr/surgery_write_empty_page_20230120</li> <li><a href="https://github.com/etcd-io/bbolt/commit/834868d65d52e44b323d64f5f68d42ebbb9630d5"><code>834868d</code></a> add 'surgery clear-page' command</li> <li><a href="https://github.com/etcd-io/bbolt/commit/774edab6231ca15791e9f5a1f769935a8b44b052"><code>774edab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/bbolt/issues/387">#387</a> from uvletter/fix_grow</li> <li>Additional commits viewable in <a href="https://github.com/etcd-io/bbolt/compare/v1.3.5...v1.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.etcd.io/bbolt&package-manager=go_modules&previous-version=1.3.5&new-version=1.3.7)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#224
No description provided.