Skip to content

Commit

Permalink
chore(deps): update dependency concurrently to v9 (#72)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [concurrently](https://github.com/open-cli-tools/concurrently) | [`^8.2.2` -> `^9.1.0`](https://renovatebot.com/diffs/npm/concurrently/8.2.2/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/concurrently/8.2.2/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/8.2.2/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>open-cli-tools/concurrently (concurrently)</summary>

### [`v9.1.0`](https://github.com/open-cli-tools/concurrently/releases/tag/v9.1.0)

[Compare Source](https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0)

#### What's Changed

-   Remove signal event listeners on finish by [@&#8203;gustavohenke](https://github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/512](https://github.com/open-cli-tools/concurrently/pull/512)
-   Add support for Deno shortcuts and wildcards  by [@&#8203;mahtaran](https://github.com/mahtaran) in [https://github.com/open-cli-tools/concurrently/pull/508](https://github.com/open-cli-tools/concurrently/pull/508)
-   bin: show help when no args are passed by [@&#8203;gustavohenke](https://github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/513](https://github.com/open-cli-tools/concurrently/pull/513)

#### New Contributors

-   [@&#8203;mahtaran](https://github.com/mahtaran) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/508](https://github.com/open-cli-tools/concurrently/pull/508)

**Full Changelog**: open-cli-tools/concurrently@v9.0.1...v9.1.0

### [`v9.0.1`](https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.1)

[Compare Source](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1)

#### What's Changed

-   Don't set up more than 1 abort signal listener by [@&#8203;gustavohenke](https://github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/503](https://github.com/open-cli-tools/concurrently/pull/503)

**Full Changelog**: open-cli-tools/concurrently@v9.0.0...v9.0.1

### [`v9.0.0`](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0)

[Compare Source](https://github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, 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.

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

---

 - [ ] 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/mheob/used-pm).
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 997a237 commit a491f02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/node": "^20.11.20",
"@vitest/coverage-v8": "^1.3.1",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"concurrently": "^9.1.0",
"cz-git": "^1.8.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
Expand Down
64 changes: 11 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a491f02

Please sign in to comment.