[PR #841] [CLOSED] chore(deps): bump github.com/qdm12/gotree from 0.2.0 to 0.3.0 #864

Closed
opened 2025-11-20 04:26:21 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/841
Author: @dependabot[bot]
Created: 10/14/2024
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/qdm12/gotree-0.3.0


📝 Commits (1)

  • f8f3d8b chore(deps): bump github.com/qdm12/gotree from 0.2.0 to 0.3.0

📊 Changes

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

View changed files

📝 go.mod (+2 -3)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/qdm12/gotree from 0.2.0 to 0.3.0.

Release notes

Sourced from github.com/qdm12/gotree's releases.

v0.3.0

Breaking changes

  • New constructor takes a single string argument
    • No more variadic arguments to format
    • Formatting was rarely used with this function
    • This avoids govet reporting we use a formatting function for a constant string

Features

  • Append node method
    • Same as Appendf without formatting with variadic arguments
    • To use when using constant strings to avoid govet reporting the use of a formatting function

Maintenance

  • replace interface{} with any
  • upgrade linter to v1.61.0 and add linters
  • upgrade Go from 1.17 to 1.23
  • upgrade dev container configuration and documentation files
  • upgrade Alpine from 3.15 to 3.20
  • upgrade actions/checkout to v4
Commits
  • bcbe53a chore(ci): upgrade actions/checkout to v4
  • f0f4a97 chore: replace interface{} with any
  • 6792282 feat: add node Append method
  • 1551d90 change: New constructor takes a single string argument
  • 462defc chore(lint): upgrade linter to v1.61.0 and add linters
  • a06911f chore(ci): bump Alpine from 3.15 to 3.20
  • 4f52684 chore(deps): bump Go from 1.17 to 1.23
  • cbee8d5 chore(dev): update dev container files
  • See full diff 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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/841 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/qdm12/gotree-0.3.0` --- ### 📝 Commits (1) - [`f8f3d8b`](https://github.com/qdm12/ddns-updater/commit/f8f3d8bd9111f1d78d7e798f5d6226f7da1f8743) chore(deps): bump github.com/qdm12/gotree from 0.2.0 to 0.3.0 ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -3) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/qdm12/gotree](https://github.com/qdm12/gotree) from 0.2.0 to 0.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qdm12/gotree/releases">github.com/qdm12/gotree's releases</a>.</em></p> <blockquote> <h2>v0.3.0</h2> <h2>Breaking changes</h2> <ul> <li><code>New</code> constructor takes a single string argument <ul> <li>No more variadic arguments to format</li> <li>Formatting was rarely used with this function</li> <li>This avoids govet reporting we use a formatting function for a constant string</li> </ul> </li> </ul> <h2>Features</h2> <ul> <li><code>Append</code> node method <ul> <li>Same as <code>Appendf</code> without formatting with variadic arguments</li> <li>To use when using constant strings to avoid govet reporting the use of a formatting function</li> </ul> </li> </ul> <h2>Maintenance</h2> <ul> <li>replace <code>interface{}</code> with <code>any</code></li> <li>upgrade linter to v1.61.0 and add linters</li> <li>upgrade Go from 1.17 to 1.23</li> <li>upgrade dev container configuration and documentation files</li> <li>upgrade Alpine from 3.15 to 3.20</li> <li>upgrade actions/checkout to v4</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qdm12/gotree/commit/bcbe53a30a7d71c0b36262bccf02310264bfd874"><code>bcbe53a</code></a> chore(ci): upgrade actions/checkout to v4</li> <li><a href="https://github.com/qdm12/gotree/commit/f0f4a97b4d140e17ce09edf7fcc6aad5e634de89"><code>f0f4a97</code></a> chore: replace <code>interface{}</code> with <code>any</code></li> <li><a href="https://github.com/qdm12/gotree/commit/6792282c1769c4cb3212435e86869d339095bb38"><code>6792282</code></a> feat: add node <code>Append</code> method</li> <li><a href="https://github.com/qdm12/gotree/commit/1551d903f59cb933ea279b1c96905c0413445ee4"><code>1551d90</code></a> change: <code>New</code> constructor takes a single string argument</li> <li><a href="https://github.com/qdm12/gotree/commit/462defcaa662aabc5469cd07d3623f5847add192"><code>462defc</code></a> chore(lint): upgrade linter to v1.61.0 and add linters</li> <li><a href="https://github.com/qdm12/gotree/commit/a06911f1a858c2190b840abeeee9902628e53674"><code>a06911f</code></a> chore(ci): bump Alpine from 3.15 to 3.20</li> <li><a href="https://github.com/qdm12/gotree/commit/4f5268470f3f62ab2bcd5960f93ad325d4a72757"><code>4f52684</code></a> chore(deps): bump Go from 1.17 to 1.23</li> <li><a href="https://github.com/qdm12/gotree/commit/cbee8d51222500577b84ec61f9ea818dbc1f1958"><code>cbee8d5</code></a> chore(dev): update dev container files</li> <li>See full diff in <a href="https://github.com/qdm12/gotree/compare/v0.2.0...v0.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/qdm12/gotree&package-manager=go_modules&previous-version=0.2.0&new-version=0.3.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#864