Skip to content

chore(deps): bump docker-compose from 0.24.7 to 0.24.8#69

Merged
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/docker-compose-0.24.8
Apr 16, 2024
Merged

chore(deps): bump docker-compose from 0.24.7 to 0.24.8#69
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/docker-compose-0.24.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps docker-compose from 0.24.7 to 0.24.8.

Changelog

Sourced from docker-compose's changelog.

0.24.8 (2024-04-07)

Commits

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 javascript Pull requests that update Javascript code labels Apr 12, 2024
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 0.24.7 to 0.24.8.
- [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md)
- [Commits](PDMLab/docker-compose@v0.24.7...v0.24.8)

---
updated-dependencies:
- dependency-name: docker-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/npm_and_yarn/docker-compose-0.24.8 branch from b5d3e95 to 8bb4223 Compare April 16, 2024 08:44
@neilime neilime merged commit 5f3dfc4 into main Apr 16, 2024
@neilime neilime deleted the dependabot/npm_and_yarn/docker-compose-0.24.8 branch April 16, 2024 08:48
github-merge-queue bot referenced this pull request in camunda/camunda Aug 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[hoverkraft-tech/compose-action](https://togithub.com/hoverkraft-tech/compose-action)
| action | major | `v1.5.1` -> `v2.0.1` |

---

### Release Notes

<details>
<summary>hoverkraft-tech/compose-action
(hoverkraft-tech/compose-action)</summary>

###
[`v2.0.1`](https://togithub.com/hoverkraft-tech/compose-action/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/hoverkraft-tech/compose-action/compare/v2.0.0...v2.0.1)

#### What's Changed

- chore(deps): bump the github-actions-dependencies group with 2 updates
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/70](https://togithub.com/hoverkraft-tech/compose-action/pull/70)
- chore(deps): bump docker-compose from 0.24.7 to 0.24.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/69](https://togithub.com/hoverkraft-tech/compose-action/pull/69)
- chore(deps-dev): bump eslint-plugin-jsonc from 2.15.0 to 2.15.1 in the
npm-dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/71](https://togithub.com/hoverkraft-tech/compose-action/pull/71)
- chore(deps-dev): bump eslint-plugin-jsonc from 2.15.1 to 2.16.0 in the
npm-dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/72](https://togithub.com/hoverkraft-tech/compose-action/pull/72)
- chore(deps-dev): bump eslint-plugin-github from 4.10.2 to 5.0.1 in the
npm-dev-dependencies group by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/73](https://togithub.com/hoverkraft-tech/compose-action/pull/73)
- fix: remove console log by
[@&#8203;neilime](https://togithub.com/neilime) in
[https://github.com/hoverkraft-tech/compose-action/pull/76](https://togithub.com/hoverkraft-tech/compose-action/pull/76)

**Full Changelog**:
hoverkraft-tech/compose-action@v2.0.0...v2.0.1

###
[`v2.0.0`](https://togithub.com/hoverkraft-tech/compose-action/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.0.0)

#### BREAKING CHANGES

-   Migrate action to Node.js 20
- `compose-file` validation: at least one compose file MUST exist
(default one is `docker-compose.yml`), every given compose files MUST
exist

#### Changelog

##### Features

- Migrate to Node.js 20 and TypeScript.
([#&#8203;56](https://togithub.com/hoverkraft-tech/compose-action/pull/56))
- Make docker-compose cwd aware.
([#&#8203;61](https://togithub.com/hoverkraft-tech/compose-action/pull/61))
- Add logs debug on post.
([#&#8203;63](https://togithub.com/hoverkraft-tech/compose-action/pull/63))
- Log docker-compose version.
([#&#8203;66](https://togithub.com/hoverkraft-tech/compose-action/pull/66))

##### Fixes

- Ensure given docker-compose file(s) are valid and at least one is
provided.
([#&#8203;65](https://togithub.com/hoverkraft-tech/compose-action/pull/65))

##### Documentation Updates

- Multiple updates to actions and workflows documentation.
([#&#8203;51](https://togithub.com/hoverkraft-tech/compose-action/pull/51),
[#&#8203;52](https://togithub.com/hoverkraft-tech/compose-action/pull/52),
[#&#8203;53](https://togithub.com/hoverkraft-tech/compose-action/pull/53),
[#&#8203;59](https://togithub.com/hoverkraft-tech/compose-action/pull/59),
[#&#8203;62](https://togithub.com/hoverkraft-tech/compose-action/pull/62),
[#&#8203;64](https://togithub.com/hoverkraft-tech/compose-action/pull/64))

##### Dependency Updates

- Bumped the `github-actions-dependencies` group with 3 updates.
([#&#8203;46](https://togithub.com/hoverkraft-tech/compose-action/pull/46),
[#&#8203;57](https://togithub.com/hoverkraft-tech/compose-action/pull/57))
- Bumped `docker-compose` from 0.24.1 to 0.24.7.
([#&#8203;48](https://togithub.com/hoverkraft-tech/compose-action/pull/48))
- Bumped the `actions-dependencies` group with 1 update.
([#&#8203;58](https://togithub.com/hoverkraft-tech/compose-action/pull/58))
- Bumped the `npm-dev-dependencies` group with 1 update.
([#&#8203;67](https://togithub.com/hoverkraft-tech/compose-action/pull/67))

##### Continuous Integration

- Upgrade GitHub Actions.
([#&#8203;60](https://togithub.com/hoverkraft-tech/compose-action/pull/60))
- Added `--abort-on-container-exit` option in tests.
([#&#8203;18](https://togithub.com/hoverkraft-tech/compose-action/pull/18))

#### New Contributors

- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/hoverkraft-tech/compose-action/pull/46](https://togithub.com/hoverkraft-tech/compose-action/pull/46)

**Full Changelog**:
hoverkraft-tech/compose-action@v1.5.1...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant