Skip to content

go: bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0#531

Merged
kvendingoldo merged 1 commit intomainfrom
dependabot/go_modules/github.com/BurntSushi/toml-1.6.0
Jan 25, 2026
Merged

go: bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0#531
kvendingoldo merged 1 commit intomainfrom
dependabot/go_modules/github.com/BurntSushi/toml-1.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

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

Release notes

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

v1.6.0

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.

Commits
  • 5253492 Enable TOML 1.1 by default (#457)
  • e954445 Reject duplicate arrays (#455)
  • 6b16cbd Update toml-test test cases from upstream (#456)
  • 011fa2b Ensure constant format strings in wf calls
  • 4b439bf Remove itemNil
  • a473c12 Add test for out of range float64
  • b535ff8 Add some boring tests for lex.go
  • 6011ef0 Remove unreachable condition in lexTableNameStart
  • c8ca9e6 Remove unreachable condition
  • 1121f81 Make tomlv read from stdin
  • 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.5.0 to 1.6.0.
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 19, 2025
@kvendingoldo kvendingoldo merged commit 4f0da9d into main Jan 25, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/BurntSushi/toml-1.6.0 branch January 25, 2026 18:10
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 15, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tofuutils/tenv](https://github.com/tofuutils/tenv) | patch | `v4.9.1` → `v4.9.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>tofuutils/tenv (tofuutils/tenv)</summary>

### [`v4.9.3`](https://github.com/tofuutils/tenv/releases/tag/v4.9.3)

[Compare Source](tofuutils/tenv@v4.9.2...v4.9.3)

#### Changelog

- [`c35ca9b`](tofuutils/tenv@c35ca9b) Merge pull request [#&#8203;539](tofuutils/tenv#539) from railgun-0402/feat/no-fallback-detect
- [`88228d6`](tofuutils/tenv@88228d6) chore: trigger CI
- [`8f6d842`](tofuutils/tenv@8f6d842) feat(detect): add --no-fallback option

### [`v4.9.2`](https://github.com/tofuutils/tenv/releases/tag/v4.9.2)

[Compare Source](tofuutils/tenv@v4.9.1...v4.9.2)

#### Changelog

- [`5af2b17`](tofuutils/tenv@5af2b17) Merge pull request [#&#8203;542](tofuutils/tenv#542) from pcjedi/patch-2
- [`0098502`](tofuutils/tenv@0098502) chore: bump alpine from 3.20 to 3.23
- [`439d860`](tofuutils/tenv@439d860) Merge pull request [#&#8203;538](tofuutils/tenv#538) from tofuutils/dependabot/github\_actions/docker/login-action-3.7.0
- [`9006535`](tofuutils/tenv@9006535) gh-actions: bump docker/login-action from 3.6.0 to 3.7.0
- [`e76e7a8`](tofuutils/tenv@e76e7a8) Merge pull request [#&#8203;533](tofuutils/tenv#533) from tofuutils/dependabot/github\_actions/actions/setup-go-6.2.0
- [`cf3b354`](tofuutils/tenv@cf3b354) gh-actions: bump actions/setup-go from 6.1.0 to 6.2.0
- [`4f0da9d`](tofuutils/tenv@4f0da9d) Merge pull request [#&#8203;531](tofuutils/tenv#531) from tofuutils/dependabot/go\_modules/github.com/BurntSushi/toml-1.6.0
- [`4c3488a`](tofuutils/tenv@4c3488a) Merge pull request [#&#8203;535](tofuutils/tenv#535) from tofuutils/dependabot/github\_actions/actions/checkout-6.0.2
- [`33e5088`](tofuutils/tenv@33e5088) fix: readme bundle
- [`c21950b`](tofuutils/tenv@c21950b) gh-actions: bump actions/checkout from 6.0.1 to 6.0.2
- [`2fc928f`](tofuutils/tenv@2fc928f) go: bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDMuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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.

1 participant