Commit 1ca0e2e
authored
fix(deps): update vulnfeeds-go (#5164)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/atombender/go-jsonschema](https://redirect.github.com/atombender/go-jsonschema)
| `v0.22.0` → `v0.23.0` |

|

|
|
[github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git)
| `v5.17.1` → `v5.17.2` |

|

|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.272.0` → `v0.273.1` |

|

|
---
### Release Notes
<details>
<summary>atombender/go-jsonschema
(github.com/atombender/go-jsonschema)</summary>
###
[`v0.23.0`](https://redirect.github.com/omissis/go-jsonschema/releases/tag/v0.23.0)
[Compare
Source](https://redirect.github.com/atombender/go-jsonschema/compare/v0.22.0...v0.23.0)
#### What's Changed
This release brings in a number of features and fixes, including:
- Infer object type when missing by
[@​perher](https://redirect.github.com/perher) in
[omissis#511](https://redirect.github.com/omissis/go-jsonschema/pull/511)
- Alias single anyOf/allOf types by
[@​perher](https://redirect.github.com/perher) in
[omissis#509](https://redirect.github.com/omissis/go-jsonschema/pull/509)
- Prevent duplicate validators in codegen by
[@​perher](https://redirect.github.com/perher) in
[omissis#510](https://redirect.github.com/omissis/go-jsonschema/pull/510)
- Support for omitzero added in Go 1.24 by
[@​perher](https://redirect.github.com/perher) in
[omissis#512](https://redirect.github.com/omissis/go-jsonschema/pull/512)
- Add support for overriding pointer behavior on generated fields by
[@​utkuozdemir](https://redirect.github.com/utkuozdemir) in
[omissis#521](https://redirect.github.com/omissis/go-jsonschema/pull/521)
- Use integer literals for default values of integer types by
[@​blacksails](https://redirect.github.com/blacksails) in
[omissis#514](https://redirect.github.com/omissis/go-jsonschema/pull/514)
Dependencies updates:
- chore(deps): update actions/checkout digest to
[`de0fac2`](https://redirect.github.com/atombender/go-jsonschema/commit/de0fac2)
by [@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#518](https://redirect.github.com/omissis/go-jsonschema/pull/518)
- chore(deps): update dependency yq to v4.52.4 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#526](https://redirect.github.com/omissis/go-jsonschema/pull/526)
- chore(deps): update codecov/codecov-action action to v6 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#538](https://redirect.github.com/omissis/go-jsonschema/pull/538)
- chore(deps): update docker/login-action action to v4 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#532](https://redirect.github.com/omissis/go-jsonschema/pull/532)
- chore(deps): update dependency markdownlint-cli2 to v0.22.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#536](https://redirect.github.com/omissis/go-jsonschema/pull/536)
- chore(deps): update goreleaser/goreleaser-action action to v7 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#528](https://redirect.github.com/omissis/go-jsonschema/pull/528)
- chore(deps): update dependency markdownlint-cli2 to v0.21.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#527](https://redirect.github.com/omissis/go-jsonschema/pull/527)
- chore: update deps by
[@​omissis](https://redirect.github.com/omissis) in
[omissis#530](https://redirect.github.com/omissis/go-jsonschema/pull/530)
- chore(deps): update dependency yq to v4.52.5 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[omissis#537](https://redirect.github.com/omissis/go-jsonschema/pull/537)
**Full Changelog**:
<omissis/go-jsonschema@v0.22.0...v0.23.0>
</details>
<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>
###
[`v5.17.2`](https://redirect.github.com/go-git/go-git/releases/tag/v5.17.2)
[Compare
Source](https://redirect.github.com/go-git/go-git/compare/v5.17.1...v5.17.2)
#### What's Changed
- build: Update module github.com/go-git/go-git/v5 to v5.17.1
\[SECURITY] (releases/v5.x) by
[@​go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot]
in [#​1941](https://redirect.github.com/go-git/go-git/pull/1941)
- dotgit: skip writing pack files that already exist on disk by
[@​pjbgf](https://redirect.github.com/pjbgf) in
[#​1944](https://redirect.github.com/go-git/go-git/pull/1944)
:warning: This release fixes a bug
([#​1942](https://redirect.github.com/go-git/go-git/issues/1942))
that blocked some users from upgrading to `v5.17.1`. Thanks
[@​pskrbasu](https://redirect.github.com/pskrbasu) for reporting
it. 🙇
**Full Changelog**:
<go-git/go-git@v5.17.1...v5.17.2>
</details>
<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>
###
[`v0.273.1`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.1)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.0...v0.273.1)
##### Bug Fixes
- Merge duplicate x-goog-request-params header
([#​3547](https://redirect.github.com/googleapis/google-api-go-client/issues/3547))
([2008108](https://redirect.github.com/googleapis/google-api-go-client/commit/2008108eb50215407a945afc2db9c45998c42bbe))
###
[`v0.273.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.0)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.272.0...v0.273.0)
##### Features
- **all:** Auto-regenerate discovery clients
([#​3542](https://redirect.github.com/googleapis/google-api-go-client/issues/3542))
([a4b4711](https://redirect.github.com/googleapis/google-api-go-client/commit/a4b47110f2ba5bf8bdb32174f26f609615e0e8dc))
- **all:** Auto-regenerate discovery clients
([#​3546](https://redirect.github.com/googleapis/google-api-go-client/issues/3546))
([0cacfa8](https://redirect.github.com/googleapis/google-api-go-client/commit/0cacfa8557f0f7d21166c4dfef84f60c6d9f1a49))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->1 parent 056683d commit 1ca0e2e
2 files changed
Lines changed: 21 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
| 372 | + | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments