From 9dfc0edfa5c26c20c3e0528cc87fa7a4d90cf1e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 12:40:13 -0700 Subject: [PATCH] Bump chalk from 3.0.0 to 4.0.0 in /desktop (#1176) Summary: Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.0.0.
Release notes

Sourced from chalk's releases.

v4.0.0

Breaking

-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}

Improvements

https://github.com/chalk/chalk/compare/v3.0.0...v4.0.0

Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=chalk&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=4.0.0)](https://dependabot.com/compatibility-score/?dependency-name=chalk&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=4.0.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
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 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Pull Request resolved: https://github.com/facebook/flipper/pull/1176 Reviewed By: mweststrate Differential Revision: D21625536 Pulled By: cekkaewnumchai fbshipit-source-id: 88a174f4db562b397ad9d70b73909e5eb70cfce5 --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index f592312f4..7fd39ba77 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -155,7 +155,7 @@ "@typescript-eslint/parser": "^2.19.2", "ansi-to-html": "^0.6.3", "babel-eslint": "^10.0.1", - "chalk": "^3.0.0", + "chalk": "^4.0.0", "cross-env": "^7.0.2", "detect-port": "^1.1.1", "electron": "8.0.1",