Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress dependency deprecation warnings #108

Merged
merged 1 commit into from
Jun 24, 2020
Merged

Suppress dependency deprecation warnings #108

merged 1 commit into from
Jun 24, 2020

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jun 24, 2020

These are annoying and there's little that users can do about it. Most of these come from e.g. transitive Jest dependencies, and Jest has open issues tracking the migration to supported dependencies.

These are annoying and there's little that users can do about it. Most
of these come from e.g. transitive Jest dependencies, and Jest has open
issues tracking the migration to supported dependencies.
@72636c 72636c requested a review from a team as a code owner June 24, 2020 04:15
@changeset-bot
Copy link

changeset-bot bot commented Jun 24, 2020

🦋 Changeset is good to go

Latest commit: 9e7359a

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

const str = Buffer.from(chunk).toString();

// Filter out annoying deprecation warnings that users can do little about
if (!str.startsWith('warning skuba >')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

When I read the PR description I was excited to figure out which Yarn argument did this.

@72636c 72636c merged commit b6296ac into master Jun 24, 2020
@72636c 72636c deleted the yarn-warnings branch June 24, 2020 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants