Skip to content
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

Update module github.com/BurntSushi/toml to v1.4.0 - autoclosed #15

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/BurntSushi/toml v1.3.0 -> v1.4.0 age adoption passing confidence

Release Notes

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

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)

v1.3.2

Compare Source

Fix reading BURNTSUSHI_TOML_110 again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.

v1.3.1

Compare Source

This fixes two small bugs:

  • The BURNTSUSHI_TOML_110 environment variable would be checked on package import, rather than Decode().

    This meant that setting os.Setenv("BURNTSUSHI_TOML_110", "") had no effect, as it happens after the import.

  • Fix order of Meta.Keys() for inline tables (this has been an issue since support for inline tables was added).


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.3.1 Update module github.com/BurntSushi/toml to v1.3.2 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-burntsushi-toml-1.x branch from e955803 to 2f0639b Compare June 8, 2023 13:45
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.3.2 Update module github.com/BurntSushi/toml to v1.4.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-burntsushi-toml-1.x branch from 2f0639b to 118eaef Compare May 23, 2024 14:48
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.4.0 Update module github.com/BurntSushi/toml to v1.4.0 - autoclosed Jul 3, 2024
@renovate renovate bot closed this Jul 3, 2024
@renovate renovate bot deleted the renovate/github.com-burntsushi-toml-1.x branch July 3, 2024 06:18
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