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 #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/BurntSushi/toml v1.2.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).

v1.3.0

Compare Source

New features:

  • Support upcoming TOML 1.1

    While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.

    To use it, set the BURNTSUSHI_TOML_110 environment variable to any value, which can be done either with os.SetEnv() or by the user running a program.

    A full list is changes is available in the TOML ChangeLog; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare keys can now be used – this is now a valid document:

    lëttërs = {
      ä = "a with diaeresis",
      è = "e with accent grave",
    }
    
  • Allow MarshalTOML and MarshalText to be used on the document type itself, instead of only fields (#​383).

Bufixes:

  • \ escapes at the end of line weren't processed correctly in multiline strings (#​372).

  • Read over UTF-8 BOM (#​381).

  • omitempty struct tag did not work for pointer values (#​371).

  • Fix encoding anonymous structs on 32bit systems (#​374).

v1.2.1

Compare Source

This release fixes the omitempty struct tag on an uncomparable type panicking.


Configuration

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

@renovate renovate bot added the dependency label Oct 22, 2022
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.2.1 Update module github.com/BurntSushi/toml to v1.3.0 May 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-burntsushi-toml-1.x branch from 342a6ed to c95b206 Compare May 30, 2023 16:27
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.3.0 Update module github.com/BurntSushi/toml to v1.3.1 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-burntsushi-toml-1.x branch from c95b206 to 1f5f49a Compare June 6, 2023 14:34
@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 1f5f49a to 90a442f Compare June 8, 2023 12:12
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.3.2 Update module github.com/BurntSushi/toml to v1.3.2 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-burntsushi-toml-1.x branch October 23, 2023 11:41
@renovate renovate bot changed the title Update module github.com/BurntSushi/toml to v1.3.2 - autoclosed Update module github.com/BurntSushi/toml to v1.3.2 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-burntsushi-toml-1.x branch October 23, 2023 14:55
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@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 90a442f to 3541525 Compare May 23, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants