Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps github.com/BurntSushi/toml from 1.4.0 to 1.5.0.

Release notes

Sourced from github.com/BurntSushi/toml's releases.

v1.5.0

Mostly some small bugfixes, with a few small new features:

  • Add Position.Col, to mark the column an error occurred (#410)

  • Print more detailed errors in the tomlv CLI.

  • Ensure ParseError.Message is always set (#411)

  • Allow custom string types as map keys (#414)

  • Mark meta keys as decoded when using Unmarshaler interface (#426)

  • Fix encoding when nested inline table ends with map (#438)

  • Fix encoding of several layers of embedded structs (#430)

  • Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)

Commits
  • d97def5 Update toml-test
  • d10101f Correct encoding of comma when nested inline table ends with map
  • 75a4f17 Correct encoding of several layers of embedded structs
  • 702f5a6 Minor staticcheck fixes
  • 6f7689d Mark meta keys as decoded when using Unmarshaler interface (#426)
  • 8323983 Remove exception for fuzzer
  • 4664468 Fix ErrorWithPosition panic when less than two lines
  • 211c915 Fix typos in comments, tests, error message (#432)
  • c141a29 Test with Go 1.24 in CI
  • 2918ee7 Fix metadata: do not reuse result of append (#418)
  • 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)

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2025
@codecov
Copy link

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.11%. Comparing base (ecedc47) to head (f56a1a0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #366   +/-   ##
=======================================
  Coverage   73.11%   73.11%           
=======================================
  Files          20       20           
  Lines        2057     2057           
=======================================
  Hits         1504     1504           
  Misses        491      491           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nicksnyder nicksnyder merged commit 5cc59bc into main Apr 5, 2025
5 of 6 checks passed
@nicksnyder nicksnyder deleted the dependabot/go_modules/github.com/BurntSushi/toml-1.5.0 branch April 5, 2025 02:57
@bep bep mentioned this pull request Oct 18, 2025
bep pushed a commit to gohugoio/go-i18n that referenced this pull request Oct 18, 2025
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)
from 1.4.0 to 1.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/BurntSushi/toml/releases">github.com/BurntSushi/toml's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<p>Mostly some small bugfixes, with a few small new features:</p>
<ul>
<li>
<p>Add Position.Col, to mark the column an error occurred (<a
href="https://redirect.github.com/BurntSushi/toml/issues/410">#410</a>)</p>
</li>
<li>
<p>Print more detailed errors in the <code>tomlv</code> CLI.</p>
</li>
<li>
<p>Ensure ParseError.Message is always set (<a
href="https://redirect.github.com/BurntSushi/toml/issues/411">#411</a>)</p>
</li>
<li>
<p>Allow custom string types as map keys (<a
href="https://redirect.github.com/BurntSushi/toml/issues/414">#414</a>)</p>
</li>
<li>
<p>Mark meta keys as decoded when using Unmarshaler interface (<a
href="https://redirect.github.com/BurntSushi/toml/issues/426">#426</a>)</p>
</li>
<li>
<p>Fix encoding when nested inline table ends with map (<a
href="https://redirect.github.com/BurntSushi/toml/issues/438">#438</a>)</p>
</li>
<li>
<p>Fix encoding of several layers of embedded structs (<a
href="https://redirect.github.com/BurntSushi/toml/issues/430">#430</a>)</p>
</li>
<li>
<p>Fix ErrorWithPosition panic when there is no newline in the TOML
document (<a
href="https://redirect.github.com/BurntSushi/toml/issues/433">#433</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/toml/commit/d97def528e83313822a9f98946334ffccd542bdf"><code>d97def5</code></a>
Update toml-test</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/d10101f4fed80a8584aa2346e4701c5f5a184bc5"><code>d10101f</code></a>
Correct encoding of comma when nested inline table ends with map</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/75a4f17a6da92eb899b599eafc43a2e7ddd76fc2"><code>75a4f17</code></a>
Correct encoding of several layers of embedded structs</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/702f5a6d00def72eaea44c3179fa22e050e208f7"><code>702f5a6</code></a>
Minor staticcheck fixes</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/6f7689d2591e3da5f945ef556af0387f75d7199f"><code>6f7689d</code></a>
Mark meta keys as decoded when using Unmarshaler interface (<a
href="https://redirect.github.com/BurntSushi/toml/issues/426">#426</a>)</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/8323983708e9282360078a9050deb4ee30a45250"><code>8323983</code></a>
Remove exception for fuzzer</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/4664468d6eafff56a043a217a8981cc72e901122"><code>4664468</code></a>
Fix ErrorWithPosition panic when less than two lines</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/211c91562a6926d7bf0dcb18a952d58140836837"><code>211c915</code></a>
Fix typos in comments, tests, error message (<a
href="https://redirect.github.com/BurntSushi/toml/issues/432">#432</a>)</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/c141a29159dcbb855f8ad4c8c20eb49453480edc"><code>c141a29</code></a>
Test with Go 1.24 in CI</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/2918ee74bb664c418ae9b2d6ba356c2ca6c24506"><code>2918ee7</code></a>
Fix metadata: do not reuse result of append (<a
href="https://redirect.github.com/BurntSushi/toml/issues/418">#418</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/toml/compare/v1.4.0...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/BurntSushi/toml&package-manager=go_modules&previous-version=1.4.0&new-version=1.5.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>
Co-authored-by: Nick Snyder <[email protected]>
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants