Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .yarn/versions/6d0047f0.yml
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know that this needs it's own version but happy to discuss further.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StreamReport is widely used so it is relatively difficult to determine. Try using your IDE to determine which workspaces import StreamReport in their source code (not test code) to see which ones to needs to release.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@yarnpkg/core"
5 changes: 5 additions & 0 deletions packages/yarnpkg-core/sources/StreamReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ const supportsEmojis = [`iTerm.app`, `Apple_Terminal`, `WarpTerminal`, `vscode`]

const makeRecord = <T>(obj: {[key: string]: T}) => obj;
const PROGRESS_STYLES = makeRecord({
cupid: {
date: [14, 2],
chars: [`💘`, `🩷`],
size: 40,
},
patrick: {
date: [17, 3],
chars: [`🍀`, `🌱`],
Expand Down
Loading