zone / frontend

Mono repo for Zone's frontend team.

Home Page:https://zonedigital.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of lerna is breaking the build 🚨

greenkeeper opened this issue · comments

The devDependency lerna was updated from 3.18.4 to 3.18.5.

🚨 View failing branch.

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

lerna is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.18.5

3.18.5 (2019-11-20)

Bug Fixes

  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)
Commits

The new version differs by 12 commits.

  • 2612f51 chore(release): v3.18.5
  • b7b470a test(version): Pass explicit --no-ci to ensure error is thrown
  • 560e098 test: Use await expect().rejects.toThrow() instead of brittle try/catch
  • 406ba5a fix(conventional-commits): Ensure potential ValidationError in getChangelogConfig() is propagated correctly
  • 563f995 chore: Upgrade eslint-plugin-jest
  • 69cde4c chore: bump eslint-config-prettier
  • 6c768af refactor(command): Replace lodash with inlined method
  • 20b584f chore(lint): Turn off aggravating 'prefer-destructuring' rule
  • 51365b8 fix(cli): Bump yargs to ^14.2.2
  • 8ca85a4 fix(command): Do not mutate argv parameter
  • 5344820 fix: Auto-fix prettier formatting
  • fea10aa chore: Update prettier

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 3.18.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency lerna was updated from 3.18.5 to 3.19.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.19.0

3.19.0 (2019-11-20)

Features

  • add: Add --peer option to save target in peerDependencies (#2334) (e12bf6a)
Commits

The new version differs by 8 commits.

  • ea6ec63 chore(release): v3.19.0
  • 6504eb3 chore: Reset lockfile to resolve handlebars audit warning
  • e12bf6a feat(add): Add --peer option to save target in peerDependencies (#2334)
  • e2b23f0 docs(publish): Clarify lifecycle script documentation
  • dc8b631 docs(version): Document version lifecycle scripts
  • cb3f2d1 docs(version): Add explicit --ignore-scripts entry
  • 8697794 docs(publish): Order options more consistently with CLI --help
  • 5d88861 docs(publish): Fix typo in option heading (#2336)

See the full diff