Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

build(deps): bump go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4#13541

Merged
glours merged 1 commit intomaindocker/compose:mainfrom
dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4docker/compose:dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4Copy head branch name to clipboard
Feb 9, 2026
Merged

build(deps): bump go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4#13541
glours merged 1 commit intomaindocker/compose:mainfrom
dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4docker/compose:dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4Copy head branch name to clipboard

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 22, 2026

Bumps go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4.

Commits
  • 068e4d6 Simplify simple key tracking
  • 866cff5 Fix TestMain temp directory cleanup
  • 9c1fa03 Use filepath.Join for glob patterns
  • 7c27cae Remove hasUsefulContent function
  • 9bb5df8 Use strings.Split in parseOptionFlags
  • c249913 Use variadic opts parameter in processJSONDecode
  • 103d036 Fix CLI -Y to work with -o explicit
  • dbaa6f5 Fix how CLI gets event data
  • df0367f Fix duplicate document markers in CLI
  • 5bf57e5 Check errors from Close() calls on success paths
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 22, 2026 09:03
@dependabot dependabot Bot requested review from glours and ndeloof January 22, 2026 09:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 22, 2026
@glours glours enabled auto-merge (rebase) January 22, 2026 09:06
Bumps [go.yaml.in/yaml/v4](https://github.com/yaml/go-yaml) from 4.0.0-rc.3 to 4.0.0-rc.4.
- [Commits](yaml/go-yaml@v4.0.0-rc.3...v4.0.0-rc.4)

---
updated-dependencies:
- dependency-name: go.yaml.in/yaml/v4
  dependency-version: 4.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4 branch from e88afe5 to 055c6cc Compare February 9, 2026 09:33
@glours glours merged commit 7abaa06 into main Feb 9, 2026
40 checks passed
@glours glours deleted the dependabot/go_modules/go.yaml.in/yaml/v4-4.0.0-rc.4 branch February 9, 2026 09:43
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 25, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | minor | `v5.0.2` → `v5.1.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>docker/compose (docker/compose)</summary>

### [`v5.1.0`](https://github.com/docker/compose/releases/tag/v5.1.0)

[Compare Source](docker/compose@v5.0.2...v5.1.0)

#### What's Changed

##### 🐛 Fixes

- emit container status events after network reconnection (fixes [#&#8203;13524](docker/compose#13524)) by [@&#8203;MaheshThakur9152](https://github.com/MaheshThakur9152) in [#&#8203;13529](docker/compose#13529)
- Fix potential nil pointer dereference in container event monitoring by [@&#8203;Nepomuk5665](https://github.com/Nepomuk5665) in [#&#8203;13551](docker/compose#13551)
- compose: recreate container when mounted image digest changes by [@&#8203;ibrahimypr](https://github.com/ibrahimypr) in [#&#8203;13549](docker/compose#13549)
- fix panic by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13562](docker/compose#13562)
- Fix invalid path error when using OCI artifacts on Windows by [@&#8203;mikesir87](https://github.com/mikesir87) in [#&#8203;13574](docker/compose#13574)
- fix: execute post\_start hooks in docker compose run by [@&#8203;veeceey](https://github.com/veeceey) in [#&#8203;13607](docker/compose#13607)
- Fix panic when watch rebuilds without up by [@&#8203;maxproske](https://github.com/maxproske) in [#&#8203;13610](docker/compose#13610)

##### 🔧  Internal

- fsnotify is set in Dockerfile by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13533](docker/compose#13533)
- Dockerfile: update golangci-lint to v2.8.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13535](docker/compose#13535)
- replace some uses of strings.Split(N) for strings.Cut by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13542](docker/compose#13542)
- Upgrade GitHub Actions to latest versions by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;13546](docker/compose#13546)
- pkg/compose: remove dependency on github.com/docker/buildx/driver by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13563](docker/compose#13563)
- use Docker GitHub Builder to build and sign binaries and bin image by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;13568](docker/compose#13568)
- ci: fix bin-image job by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;13569](docker/compose#13569)
- pkg/compose: defaultNetworkSettings: refactor by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13580](docker/compose#13580)
- pkg/compose: un-export consts by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13584](docker/compose#13584)
- modernize some code by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13588](docker/compose#13588)

##### ⚙️ Dependencies

- update to go1.25.7 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13573](docker/compose#13573)
- build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13578](docker/compose#13578)
- build(deps): bump go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13541](docker/compose#13541)
- migrate to moby modules by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13078](docker/compose#13078)

#### New Contributors

- [@&#8203;MaheshThakur9152](https://github.com/MaheshThakur9152) made their first contribution in [#&#8203;13529](docker/compose#13529)
- [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;13546](docker/compose#13546)
- [@&#8203;Nepomuk5665](https://github.com/Nepomuk5665) made their first contribution in [#&#8203;13551](docker/compose#13551)
- [@&#8203;ibrahimypr](https://github.com/ibrahimypr) made their first contribution in [#&#8203;13549](docker/compose#13549)
- [@&#8203;veeceey](https://github.com/veeceey) made their first contribution in [#&#8203;13607](docker/compose#13607)

**Full Changelog**: <docker/compose@v5.0.2...v5.1.0>

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.