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

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

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require minor v1.0.0 -> v1.1.0

Release Notes

BurntSushi/toml

v1.1.0

Compare Source

Just a few bugfixes:

  • Skip fields with toml:"-" even when they're unsupported types. Previously something like this would fail to encode due to func being an unsupported type:

    struct {
        Str  string `toml:"str"
        Func func() `toml:"-"`
    }
    
  • Multiline strings can't end with \. This is valid:

Valid

  key = """ foo \
  """

Invalid

  key = """ foo \ """
  • Don't quote values in TOMLMarshaler. Previously they would always include quoting (e.g. "value"), while the entire point of this interface is to bypass that.

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@mgechev mgechev merged commit 87f8e29 into master Apr 5, 2022
@mgechev mgechev deleted the renovate/github.com-burntsushi-toml-1.x branch April 5, 2022 16:30
subham-deepsource pushed a commit to DeepSourceCorp/revive that referenced this pull request Apr 8, 2022
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.

2 participants