[PR #770] [MERGED] Bump go.uber.org/goleak from 1.1.12 to 1.3.0 #856

Closed
opened 2026-03-02 06:05:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/770
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 1/29/2024
Merged by: @kamikazechaser

Base: masterHead: dependabot/go_modules/go.uber.org/goleak-1.3.0


📝 Commits (1)

  • 4953385 Bump go.uber.org/goleak from 1.1.12 to 1.3.0

📊 Changes

2 files changed (+5 additions, -45 deletions)

View changed files

📝 go.mod (+1 -2)
📝 go.sum (+4 -43)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps go.uber.org/goleak from 1.1.12 to 1.3.0.

Release notes

Sourced from go.uber.org/goleak's releases.

v1.3.0

Fixed

  • Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (#112)

Added

  • Add an IgnoreAnyFunction option to ignore stack traces that have the provided function anywhere in the stack. (#113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside other already-ignored test functions (testing.RunTests, etc). (#105)

Changed

v.1.2.1

[1.2.1]

Changed

  • Drop golang/x/lint dependency.

v1.2.0

Added

  • Add Cleanup option that can be used for registering cleanup callbacks. (#78)

Changed

  • Mark VerifyNone as a test helper. (#75)

Thanks to @​tallclair for their contribution to this release.

Changelog

Sourced from go.uber.org/goleak's changelog.

1.3.0

Fixed

  • Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (#112)

Added

  • Add an IgnoreAnyFunction option to ignore stack traces that have the provided function anywhere in the stack. (#113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside other already-ignored test functions (testing.RunTests, etc). (#105)

Changed

1.2.1

Changed

  • Drop golang/x/lint dependency.

1.2.0

Added

  • Add Cleanup option that can be used for registering cleanup callbacks. (#78)

Changed

  • Mark VerifyNone as a test helper. (#75)

Thanks to @​tallclair for their contribution to this release.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/hibiken/asynq/pull/770 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `dependabot/go_modules/go.uber.org/goleak-1.3.0` --- ### 📝 Commits (1) - [`4953385`](https://github.com/hibiken/asynq/commit/495338506f91850a38b23cde3aa6abc0eced28d6) Bump go.uber.org/goleak from 1.1.12 to 1.3.0 ### 📊 Changes **2 files changed** (+5 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+4 -43) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.1.12 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/goleak/releases">go.uber.org/goleak's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h3>Fixed</h3> <ul> <li>Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (<a href="https://redirect.github.com/uber-go/goleak/issues/112">#112</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add an <code>IgnoreAnyFunction</code> option to ignore stack traces that have the provided function anywhere in the stack. (<a href="https://redirect.github.com/uber-go/goleak/issues/113">#113</a>)</li> <li>Ignore <code>testing.runFuzzing</code> and <code>testing.runFuzzTests</code> alongside other already-ignored test functions (<code>testing.RunTests</code>, etc). (<a href="https://redirect.github.com/uber-go/goleak/issues/105">#105</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Miscellaneous CI-related fixes. (<a href="https://redirect.github.com/uber-go/goleak/issues/103">#103</a>, <a href="https://redirect.github.com/uber-go/goleak/issues/108">#108</a>, <a href="https://redirect.github.com/uber-go/goleak/issues/114">#114</a>)</li> </ul> <h2>v.1.2.1</h2> <h2>[1.2.1]</h2> <h3>Changed</h3> <ul> <li>Drop golang/x/lint dependency.</li> </ul> <h2>v1.2.0</h2> <h3>Added</h3> <ul> <li>Add Cleanup option that can be used for registering cleanup callbacks. (<a href="https://redirect.github.com/uber-go/goleak/issues/78">#78</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Mark VerifyNone as a test helper. (<a href="https://redirect.github.com/uber-go/goleak/issues/75">#75</a>)</li> </ul> <p>Thanks to <a href="https://github.com/tallclair"><code>@​tallclair</code></a> for their contribution to this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/goleak/blob/master/CHANGELOG.md">go.uber.org/goleak's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/uber-go/goleak/compare/v1.2.1...v1.3.0">1.3.0</a></h2> <h3>Fixed</h3> <ul> <li>Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (<a href="https://redirect.github.com/uber-go/goleak/issues/112">#112</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add an <code>IgnoreAnyFunction</code> option to ignore stack traces that have the provided function anywhere in the stack. (<a href="https://redirect.github.com/uber-go/goleak/issues/113">#113</a>)</li> <li>Ignore <code>testing.runFuzzing</code> and <code>testing.runFuzzTests</code> alongside other already-ignored test functions (<code>testing.RunTests</code>, etc). (<a href="https://redirect.github.com/uber-go/goleak/issues/105">#105</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Miscellaneous CI-related fixes. (<a href="https://redirect.github.com/uber-go/goleak/issues/103">#103</a>, <a href="https://redirect.github.com/uber-go/goleak/issues/108">#108</a>, <a href="https://redirect.github.com/uber-go/goleak/issues/114">#114</a>)</li> </ul> <h2><a href="https://github.com/uber-go/goleak/compare/v1.2.0...v1.2.1">1.2.1</a></h2> <h3>Changed</h3> <ul> <li>Drop golang/x/lint dependency.</li> </ul> <h2><a href="https://github.com/uber-go/goleak/compare/v1.1.12...v1.2.0">1.2.0</a></h2> <h3>Added</h3> <ul> <li>Add Cleanup option that can be used for registering cleanup callbacks. (<a href="https://redirect.github.com/uber-go/goleak/issues/78">#78</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Mark VerifyNone as a test helper. (<a href="https://redirect.github.com/uber-go/goleak/issues/75">#75</a>)</li> </ul> <p>Thanks to <a href="https://github.com/tallclair"><code>@​tallclair</code></a> for their contribution to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/goleak/commit/31095c657c34bba405a8d480db27989aa5f60b9c"><code>31095c6</code></a> Release v1.3.0 (<a href="https://redirect.github.com/uber-go/goleak/issues/115">#115</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/5643445eeef62283311d3a89541d609ae40bc757"><code>5643445</code></a> Revert &quot;Make maxSleep and maxRetires configurable when building options (<a href="https://redirect.github.com/uber-go/goleak/issues/94">#94</a>)...</li> <li><a href="https://github.com/uber-go/goleak/commit/7b4998fbaa50c54bbb8516b02e0870175cee73b1"><code>7b4998f</code></a> options: Add IgnoreAnyFunction (<a href="https://redirect.github.com/uber-go/goleak/issues/113">#113</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/66916c2a65fe0b2b9c0a07e3ac8415d111a58551"><code>66916c2</code></a> README: Fix build status badge (<a href="https://redirect.github.com/uber-go/goleak/issues/114">#114</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/ecabcf9fed27e23ccaccd816471dd97d1e6452b0"><code>ecabcf9</code></a> ignores: Don't use strings.Contains (<a href="https://redirect.github.com/uber-go/goleak/issues/112">#112</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/91de685688cf4c932e998dbba47a678c051a7d1d"><code>91de685</code></a> stack: Parse all functions (<a href="https://redirect.github.com/uber-go/goleak/issues/111">#111</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/25cbb67949a29168fe22878d215ad49bce416fb1"><code>25cbb67</code></a> internal/stack: Use control flow for state (<a href="https://redirect.github.com/uber-go/goleak/issues/110">#110</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/f995fdb5a4f35b501e1037fcb553f5fab2711340"><code>f995fdb</code></a> ci: Use golangci-lint for linting (<a href="https://redirect.github.com/uber-go/goleak/issues/108">#108</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/03cb6e633cd60859e24327222d86dae4c36b76f4"><code>03cb6e6</code></a> Document incompatibility of VerifyNone with t.Parallel (<a href="https://redirect.github.com/uber-go/goleak/issues/107">#107</a>)</li> <li><a href="https://github.com/uber-go/goleak/commit/3e8744fc59d447f73dc0ec0769f5892ab8e2f1ed"><code>3e8744f</code></a> Ignore testing.runFuzzing and testing.runFuzzTests (<a href="https://redirect.github.com/uber-go/goleak/issues/105">#105</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/goleak/compare/v1.1.12...v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/goleak&package-manager=go_modules&previous-version=1.1.12&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:53 +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/asynq#856
No description provided.