fix(deps): update osv-detector minor
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/BurntSushi/toml | v1.5.0 → v1.6.0 |
||
| github.com/gkampitakis/go-snaps | v0.5.15 → v0.5.19 |
||
| golang.org/x/mod | v0.30.0 → v0.32.0 |
||
| golang.org/x/sync | v0.17.0 → v0.19.0 |
Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.6.0
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+22is 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
What's Changed
- fix: use backticks for inline snaps when appropriate by @gkampitakis in #149
Full Changelog: https://github.com/gkampitakis/go-snaps/compare/0.5.18...v0.5.19
v0.5.18
v0.5.17
v0.5.16
What's Changed
- fix: don't drop /r character when scanning by @gkampitakis in #139
- chore: replace vendored go-diff with upstream by @gkampitakis in #143
- chore: update
golangci-lintto v2 by @G-Rath in #141 - fix: detect no_color support by @gkampitakis in #123
- experimenting with inline snapshot support by @gkampitakis in #70
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.