Skip to content

fix(deps): update module github.com/burntsushi/toml to v1.6.0#445

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-burntsushi-toml-1.x
Open

fix(deps): update module github.com/burntsushi/toml to v1.6.0#445
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-burntsushi-toml-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/BurntSushi/toml v1.3.2v1.6.0 age confidence

Release Notes

BurntSushi/toml (github.com/BurntSushi/toml)

v1.6.0

Compare Source

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

v1.5.0

Compare Source

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)

v1.4.0

Compare Source

This version requires Go 1.18

  • Add toml.Marshal() (#​405)

  • Require 2-digit hour (#​320)

  • Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#​398)

  • Fix inline tables with dotted keys inside inline arrays (e.g. k=[{a.b=1}]) (#​400)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 22, 2026 18:57
@socket-security

socket-security Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.qkg1.top/​BurntSushi/​toml@​v1.3.2 ⏵ v1.6.099 +1100100100100

View full report

@renovate renovate Bot changed the title fix(deps): update module github.com/burntsushi/toml to v1.6.0 fix(deps): update module github.com/burntsushi/toml to v1.6.0 - autoclosed Jun 28, 2026
@renovate renovate Bot closed this Jun 28, 2026
@renovate renovate Bot deleted the renovate/github.qkg1.top-burntsushi-toml-1.x branch June 28, 2026 23:01
@renovate renovate Bot changed the title fix(deps): update module github.com/burntsushi/toml to v1.6.0 - autoclosed fix(deps): update module github.com/burntsushi/toml to v1.6.0 Jun 30, 2026
@renovate renovate Bot reopened this Jun 30, 2026
@renovate renovate Bot force-pushed the renovate/github.qkg1.top-burntsushi-toml-1.x branch 2 times, most recently from a20259e to 31d328e Compare June 30, 2026 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants