davidedantonio/create-fastify-app

An in-range update of yargs-parser is breaking the build 🚨

Closed this issue Β· 1 comments

The dependency yargs-parser was updated from 16.0.0 to 16.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

yargs-parser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for yargs-parser v16.1.0

⚠ BREAKING CHANGES

  • populate error if incompatible narg/count or array/count options are used (#191)

Features

  • options that have had their default value used are now tracked (#211) (a525234)
  • populate error if incompatible narg/count or array/count options are used (#191) (84a401f)

Reverts

  • revert 16.0.0 CHANGELOG entry (920320a)
Commits

The new version differs by 5 commits.

  • 36d31b6 chore: release 16.1.0 (#215)
  • 920320a revert: revert 16.0.0 CHANGELOG entry
  • b3a7a89 build: releases now handled by release-please (#212)
  • a525234 feat: options that have had their default value used are now tracked (#211)
  • 84a401f feat!: populate error if incompatible narg/count or array/count options are used (#191)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 16.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.