rsoreq / icingadb

Icinga configuration and state database supporting multiple environments
https://icinga.com
GNU General Public License v2.0
0 stars 0 forks source link

fix(deps): update mend: high confidence minor and patch dependency updates #3

Open mend-for-github-com[bot] opened 3 months ago

mend-for-github-com[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.11.3 -> v1.12.0 age adoption passing confidence
github.com/jessevdk/go-flags v1.5.0 -> v1.6.1 age adoption passing confidence
github.com/mattn/go-sqlite3 v1.14.22 -> v1.14.23 age adoption passing confidence
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml) ### [`v1.12.0`](https://togithub.com/goccy/go-yaml/releases/tag/v1.12.0): 1.12.0 [Compare Source](https://togithub.com/goccy/go-yaml/compare/v1.11.3...v1.12.0) #### What's Changed - Replace deprecated `io/ioutil` by [@​harryzcy](https://togithub.com/harryzcy) in [https://github.com/goccy/go-yaml/pull/429](https://togithub.com/goccy/go-yaml/pull/429) - support custom unmarshalling for map keys by [@​KSpaceer](https://togithub.com/KSpaceer) in [https://github.com/goccy/go-yaml/pull/453](https://togithub.com/goccy/go-yaml/pull/453) - trim right spaces before adding carriage return or linefeed by [@​mfleader](https://togithub.com/mfleader) in [https://github.com/goccy/go-yaml/pull/462](https://togithub.com/goccy/go-yaml/pull/462) - fix: Correct token.Tokenize double quoted strings with escape sequences handling by [@​nieomylnieja](https://togithub.com/nieomylnieja) in [https://github.com/goccy/go-yaml/pull/457](https://togithub.com/goccy/go-yaml/pull/457) - Fix decoding of scientific notation by [@​morris-kelly](https://togithub.com/morris-kelly) in [https://github.com/goccy/go-yaml/pull/463](https://togithub.com/goccy/go-yaml/pull/463) - Quote is required even if it begins with backquote. by [@​k1LoW](https://togithub.com/k1LoW) in [https://github.com/goccy/go-yaml/pull/440](https://togithub.com/goccy/go-yaml/pull/440) #### New Contributors - [@​harryzcy](https://togithub.com/harryzcy) made their first contribution in [https://github.com/goccy/go-yaml/pull/429](https://togithub.com/goccy/go-yaml/pull/429) - [@​KSpaceer](https://togithub.com/KSpaceer) made their first contribution in [https://github.com/goccy/go-yaml/pull/453](https://togithub.com/goccy/go-yaml/pull/453) - [@​mfleader](https://togithub.com/mfleader) made their first contribution in [https://github.com/goccy/go-yaml/pull/462](https://togithub.com/goccy/go-yaml/pull/462) - [@​nieomylnieja](https://togithub.com/nieomylnieja) made their first contribution in [https://github.com/goccy/go-yaml/pull/457](https://togithub.com/goccy/go-yaml/pull/457) - [@​morris-kelly](https://togithub.com/morris-kelly) made their first contribution in [https://github.com/goccy/go-yaml/pull/463](https://togithub.com/goccy/go-yaml/pull/463) **Full Changelog**: https://github.com/goccy/go-yaml/compare/v1.11.3...v1.11.4
jessevdk/go-flags (github.com/jessevdk/go-flags) ### [`v1.6.1`](https://togithub.com/jessevdk/go-flags/releases/tag/v1.6.1) [Compare Source](https://togithub.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1) **Full Changelog**: https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://togithub.com/jessevdk/go-flags/releases/tag/v1.6.0) [Compare Source](https://togithub.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0) #### What's Changed - ini: fix IniParser.write() for zero values by [@​sean-](https://togithub.com/sean-) in [https://github.com/jessevdk/go-flags/pull/332](https://togithub.com/jessevdk/go-flags/pull/332) - fix a panic when generating help while the subcommand and all option groups are hidden by [@​bboozzoo](https://togithub.com/bboozzoo) in [https://github.com/jessevdk/go-flags/pull/354](https://togithub.com/jessevdk/go-flags/pull/354) - Help for positional args without allcmd.ArgsRequired dependent from arg.Required by [@​sv99](https://togithub.com/sv99) in [https://github.com/jessevdk/go-flags/pull/342](https://togithub.com/jessevdk/go-flags/pull/342) - Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to 0.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/jessevdk/go-flags/pull/396](https://togithub.com/jessevdk/go-flags/pull/396) - Option to allow passing value to bool flag by [@​alexcb](https://togithub.com/alexcb) in [https://github.com/jessevdk/go-flags/pull/367](https://togithub.com/jessevdk/go-flags/pull/367) - Add support for SOURCE_DATE_EPOCH for TestMan by [@​anthonyfok](https://togithub.com/anthonyfok) in [https://github.com/jessevdk/go-flags/pull/376](https://togithub.com/jessevdk/go-flags/pull/376) - Update to run go-flags on AIX by [@​llrocha](https://togithub.com/llrocha) in [https://github.com/jessevdk/go-flags/pull/390](https://togithub.com/jessevdk/go-flags/pull/390) - Add option for key value delimiter by [@​anaprimawaty](https://togithub.com/anaprimawaty) in [https://github.com/jessevdk/go-flags/pull/392](https://togithub.com/jessevdk/go-flags/pull/392) - Undersocre support for numbers (set default base for strconv.Parse\* to 0) by [@​GRbit](https://togithub.com/GRbit) in [https://github.com/jessevdk/go-flags/pull/404](https://togithub.com/jessevdk/go-flags/pull/404) - docs: add ENV variable usage example by [@​cemremengu](https://togithub.com/cemremengu) in [https://github.com/jessevdk/go-flags/pull/371](https://togithub.com/jessevdk/go-flags/pull/371) - Support per-command PassAfterNonOption by [@​woky](https://togithub.com/woky) in [https://github.com/jessevdk/go-flags/pull/393](https://togithub.com/jessevdk/go-flags/pull/393) - Upgrade by [@​jessevdk](https://togithub.com/jessevdk) in [https://github.com/jessevdk/go-flags/pull/406](https://togithub.com/jessevdk/go-flags/pull/406) #### New Contributors - [@​sean-](https://togithub.com/sean-) made their first contribution in [https://github.com/jessevdk/go-flags/pull/332](https://togithub.com/jessevdk/go-flags/pull/332) - [@​sv99](https://togithub.com/sv99) made their first contribution in [https://github.com/jessevdk/go-flags/pull/342](https://togithub.com/jessevdk/go-flags/pull/342) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/jessevdk/go-flags/pull/396](https://togithub.com/jessevdk/go-flags/pull/396) - [@​alexcb](https://togithub.com/alexcb) made their first contribution in [https://github.com/jessevdk/go-flags/pull/367](https://togithub.com/jessevdk/go-flags/pull/367) - [@​anthonyfok](https://togithub.com/anthonyfok) made their first contribution in [https://github.com/jessevdk/go-flags/pull/376](https://togithub.com/jessevdk/go-flags/pull/376) - [@​llrocha](https://togithub.com/llrocha) made their first contribution in [https://github.com/jessevdk/go-flags/pull/390](https://togithub.com/jessevdk/go-flags/pull/390) - [@​anaprimawaty](https://togithub.com/anaprimawaty) made their first contribution in [https://github.com/jessevdk/go-flags/pull/392](https://togithub.com/jessevdk/go-flags/pull/392) - [@​GRbit](https://togithub.com/GRbit) made their first contribution in [https://github.com/jessevdk/go-flags/pull/404](https://togithub.com/jessevdk/go-flags/pull/404) - [@​cemremengu](https://togithub.com/cemremengu) made their first contribution in [https://github.com/jessevdk/go-flags/pull/371](https://togithub.com/jessevdk/go-flags/pull/371) - [@​woky](https://togithub.com/woky) made their first contribution in [https://github.com/jessevdk/go-flags/pull/393](https://togithub.com/jessevdk/go-flags/pull/393) **Full Changelog**: https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0
mattn/go-sqlite3 (github.com/mattn/go-sqlite3) ### [`v1.14.23`](https://togithub.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23) [Compare Source](https://togithub.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23)

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.

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


mend-for-github-com[bot] commented 2 months ago

ℹ 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):

Details:

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