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

package: upgrade dependencies #615

Merged
merged 1 commit into from
Oct 27, 2018
Merged

package: upgrade dependencies #615

merged 1 commit into from
Oct 27, 2018

Conversation

targos
Copy link
Member

@targos targos commented Oct 24, 2018

I did not upgrade to winston 3 here because it has big breaking changes.

Summary of semver-major changes:

  • strip-ansi:

    • drops Node 4
  • yargs:

    • drops Node 4
    • whitespace changes in help output
    • Options absent from argv (not set via CLI argument) are now absent from the parsed result object rather than being set with undefined
  • eslint:

    • drops Node 4
    • new rules in eslint:recommended
    • some default options in rules changed
  • tap

    • Breaking change to support deep matching and pattern matching of objects in Set collections
  • npm test passes

  • contribution guidelines followed here

I did not upgrade to `winston` 3 here because it has big breaking changes.

Summary of semver-major changes:

- strip-ansi:
  - drops Node 4
- yargs:
  - drops Node 4
  - whitespace changes in help output
  - Options absent from argv (not set via CLI argument) are now absent from the parsed result object rather than being set with undefined
- eslint:
  - drops Node 4
  - new rules in eslint:recommended
  - some default options in rules changed
- tap
  - Breaking change to support deep matching and pattern matching of objects in Set collections
@targos
Copy link
Member Author

targos commented Oct 25, 2018

@nodejs/citgm

Copy link
Contributor

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

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

LGTM

@targos
Copy link
Member Author

targos commented Oct 27, 2018

@targos
Copy link
Member Author

targos commented Oct 27, 2018

Failures are unrelated. I opened nodejs/build#1548 and nodejs/build#1549

@targos targos merged commit 42a035c into master Oct 27, 2018
@targos targos deleted the upgrade-deps branch October 27, 2018 12:08
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.

2 participants