osv-detector icon indicating copy to clipboard operation
osv-detector copied to clipboard

fix(deps): update osv-detector minor

Open renovate[bot] opened this issue 1 month ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
github.com/BurntSushi/toml v1.5.0v1.6.0 age confidence
github.com/gkampitakis/go-snaps v0.5.15v0.5.19 age confidence
golang.org/x/mod v0.30.0v0.32.0 age confidence
golang.org/x/sync v0.17.0v0.19.0 age confidence

Release Notes

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

v1.6.0

Compare Source

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.

gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)

v0.5.19

Compare Source

What's Changed

Full Changelog: https://github.com/gkampitakis/go-snaps/compare/0.5.18...v0.5.19

v0.5.18

Compare Source

v0.5.17

Compare Source

v0.5.16

Compare Source

What's Changed

Full Changelog: https://github.com/gkampitakis/go-snaps/compare/v0.5.15...v0.5.16


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 is behind base branch, 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[bot] avatar Nov 23 '25 14:11 renovate[bot]