Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove console log #76

Merged
merged 1 commit into from
Jun 17, 2024
Merged

fix: remove console log #76

merged 1 commit into from
Jun 17, 2024

Conversation

neilime
Copy link
Collaborator

@neilime neilime commented Jun 17, 2024

No description provided.

@neilime neilime self-assigned this Jun 17, 2024
Signed-off-by: Emilien Escalle <[email protected]>
@neilime neilime force-pushed the fix/remove-console-log branch from d199d32 to 6553788 Compare June 17, 2024 17:59
@neilime neilime merged commit e5813a5 into main Jun 17, 2024
19 checks passed
@neilime neilime deleted the fix/remove-console-log branch June 17, 2024 18:04
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant