From f4307388edf3043a5284b97ad6323056e3c2cb98 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Fri, 8 Mar 2019 16:51:33 +0330 Subject: [PATCH 1/3] add Terminus to emoji defaults add Terminus to the list of supported terminal emulators for emoji --- src/cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.js b/src/cli/index.js index d0c58f1c6b..dc98ee0f1c 100644 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -104,7 +104,7 @@ export async function main({ '--emoji [bool]', 'enable emoji in output', boolify, - process.platform === 'darwin' || process.env.TERM_PROGRAM === 'Hyper' || process.env.TERM_PROGRAM === 'HyperTerm', + process.platform === 'darwin' || process.env.TERM_PROGRAM === 'Hyper' || process.env.TERM_PROGRAM === 'HyperTerm' || process.env.TERM_PROGRAM === 'Terminus', ); commander.option('-s, --silent', 'skip Yarn console logs, other types of logs (script output) will be printed'); commander.option('--cwd ', 'working directory to use', process.cwd()); From dca457487dc81f349637037ea348ebe58e8100db Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sat, 9 Mar 2019 17:40:39 +0330 Subject: [PATCH 2/3] lint --- src/cli/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cli/index.js b/src/cli/index.js index dc98ee0f1c..40f6010c87 100644 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -104,7 +104,10 @@ export async function main({ '--emoji [bool]', 'enable emoji in output', boolify, - process.platform === 'darwin' || process.env.TERM_PROGRAM === 'Hyper' || process.env.TERM_PROGRAM === 'HyperTerm' || process.env.TERM_PROGRAM === 'Terminus', + process.platform === 'darwin' || + process.env.TERM_PROGRAM === 'Hyper' || + process.env.TERM_PROGRAM === 'HyperTerm' || + process.env.TERM_PROGRAM === 'Terminus', ); commander.option('-s, --silent', 'skip Yarn console logs, other types of logs (script output) will be printed'); commander.option('--cwd ', 'working directory to use', process.cwd()); From cc700da20fcb8673760de01f599a166911fc9882 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 18 Mar 2019 03:35:13 +0330 Subject: [PATCH 3/3] add entry for #7093 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6842713946..fff867c374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,10 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa - Packages won't be auto-unplugged anymore if `ignore-scripts` is set in the yarnrc file [#6983](https://github.com/yarnpkg/yarn/pull/6983) - [**Micha Reiser**](https://github.com/MichaReiser) + +- Enables displaying Emojis on [Terminus](https://github.com/Eugeny/terminus) by default + + [#7093](https://github.com/yarnpkg/yarn/pull/7093) - [**David Refoua**](https://github.com/DRSDavidSoft) ## 1.14.0