Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

fix(deps): update dependency chalk to v4 #183

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2020

This PR contains the following updates:

Package Type Update Change
chalk dependencies major 3.0.0 -> 4.0.0

Release Notes

chalk/chalk

v4.0.0

Compare Source

Breaking
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
Improvements
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file tooling labels Apr 6, 2020
@renovate renovate bot requested a review from believer April 6, 2020 00:28
@believer believer merged commit 801eb0e into master Apr 6, 2020
@believer believer deleted the renovate/chalk-4.x branch April 6, 2020 07:22
github-actions bot pushed a commit that referenced this pull request Apr 6, 2020
## [2.10.28](v2.10.27...v2.10.28) (2020-04-06)

### Bug Fixes

* **deps:** update dependency chalk to v4 ([#183](#183)) ([801eb0e](801eb0e))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants