-
Notifications
You must be signed in to change notification settings - Fork 285
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 #366
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
Merged
nicksnyder
merged 2 commits into
main
from
dependabot/go_modules/github.com/BurntSushi/toml-1.5.0
Apr 5, 2025
Merged
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 #366
nicksnyder
merged 2 commits into
main
from
dependabot/go_modules/github.com/BurntSushi/toml-1.5.0
Apr 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
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 /> [](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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/BurntSushi/toml from 1.4.0 to 1.5.0.
Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
d97def5Update toml-testd10101fCorrect encoding of comma when nested inline table ends with map75a4f17Correct encoding of several layers of embedded structs702f5a6Minor staticcheck fixes6f7689dMark meta keys as decoded when using Unmarshaler interface (#426)8323983Remove exception for fuzzer4664468Fix ErrorWithPosition panic when less than two lines211c915Fix typos in comments, tests, error message (#432)c141a29Test with Go 1.24 in CI2918ee7Fix metadata: do not reuse result of append (#418)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)