Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/BurntSushi/toml v1.3.2 -> v1.5.0 age adoption passing confidence
github.com/fatih/color v1.16.0 -> v1.18.0 age adoption passing confidence
github.com/google/go-cmp v0.6.0 -> v0.7.0 age adoption passing confidence
golang.org/x/mod v0.14.0 -> v0.24.0 age adoption passing confidence

Release Notes

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

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)

fatih/color (github.com/fatih/color)

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field

Configuration

📅 Schedule: Branch creation - "before 6am on monday" in timezone Pacific/Auckland, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Jul 14, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jul 14, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.14.0 -> v0.25.0

@renovate renovate bot force-pushed the renovate/osv-detector-minor branch from 8880be6 to 05e0987 Compare August 4, 2024 19:47
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 2 times, most recently from 5605de2 to 75b7260 Compare September 11, 2024 16:38
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 4 times, most recently from 56799a3 to f9283c3 Compare October 28, 2024 20:52
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 3 times, most recently from 3f891c1 to 34a62bd Compare November 14, 2024 14:41
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch from 34a62bd to 8e542e8 Compare December 22, 2024 18:04
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch from 8e542e8 to c10c004 Compare January 21, 2025 18:22
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 2 times, most recently from 8adee1d to 72ca92d Compare February 4, 2025 20:24
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 3 times, most recently from 7ffce06 to 24fc4d7 Compare February 21, 2025 23:21
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch from 24fc4d7 to 3929960 Compare March 5, 2025 15:21
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch 2 times, most recently from c40e8a9 to a723c49 Compare March 18, 2025 03:14
@renovate renovate bot force-pushed the renovate/osv-detector-minor branch from a723c49 to c5f0ac3 Compare April 3, 2025 00:54
@G-Rath G-Rath merged commit 460dbfc into main Apr 3, 2025
12 checks passed
@G-Rath G-Rath deleted the renovate/osv-detector-minor branch April 3, 2025 18:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants