Skip to content

Commit

Permalink
fix(deps): Update dependency chalk to v5.1.2 (#78)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [chalk](https://togithub.com/chalk/chalk) | dependencies | minor | [`5.0.1` -> `5.1.2`](https://renovatebot.com/diffs/npm/chalk/5.0.1/5.1.2) |

---

### Release Notes

<details>
<summary>chalk/chalk</summary>

### [`v5.1.2`](https://togithub.com/chalk/chalk/releases/tag/v5.1.2)

[Compare Source](https://togithub.com/chalk/chalk/compare/v5.1.1...v5.1.2)

-   Fix exported styles names ([#&#8203;569](https://togithub.com/chalk/chalk/issues/569))  [`a34bcf6`](https://togithub.com/chalk/chalk/commit/a34bcf6)

### [`v5.1.1`](https://togithub.com/chalk/chalk/releases/tag/v5.1.1)

[Compare Source](https://togithub.com/chalk/chalk/compare/v5.1.0...v5.1.1)

-   Improved the names of exports introduced in 5.1.0 ([#&#8203;567](https://togithub.com/chalk/chalk/issues/567))  [`6e0df05`](https://togithub.com/chalk/chalk/commit/6e0df05)
    -   We of course preserved the old names.

### [`v5.1.0`](https://togithub.com/chalk/chalk/releases/tag/v5.1.0)

[Compare Source](https://togithub.com/chalk/chalk/compare/v5.0.1...v5.1.0)

-   Expose style names ([#&#8203;566](https://togithub.com/chalk/chalk/issues/566))  [`d7d7571`](https://togithub.com/chalk/chalk/commit/d7d7571)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), 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.

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
  • Loading branch information
cq-bot authored Nov 1, 2022
1 parent 239cb69 commit c1677e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
"dependencies": {
"@actions/core": "1.10.0",
"chalk": "5.0.1",
"chalk": "5.1.2",
"execa": "6.1.0",
"ora": "6.1.2",
"semver": "7.3.8"
Expand Down

0 comments on commit c1677e4

Please sign in to comment.