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.7.0 to 3.7.1.

🚨 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 failed (Details).

Release Notes for v3.7.1

Bug Fixes

  • bootstrap: Pulse progress bar during execution (b38a151)
  • clean: Pulse progress bar during execution (f1202de)
  • command: Enable progress from top-level log object (95e88f0)
  • import: Pulse progress bar during execution (b552e22)
  • npm-dist-tag: Accept opts.log, defaulting to libnpm/log (97edc7e)
  • npm-publish: Accept opts.log, defaulting to libnpm/log (a1d61f6)
  • pack-directory: Accept opts.log, defaulting to libnpm/log (d099d13)
  • publish: Do not pass this.logger into conf, it does not respect log.level (9bcd503)
  • publish: Pulse progress bar during execution (49b8771)
  • Add @lerna/pulse-till-done utility (3359c63)
  • run-lifecycle: Accept opts.log, defaulting to libnpm/log (dde588a)
  • run-lifecycle: Do not execute on packages that lack the target script, avoiding spurious logs (c0ad316)
Commits

The new version differs by 13 commits.

  • 284aa47 chore(release): publish v3.7.1
  • 9bcd503 fix(publish): Do not pass this.logger into conf, it does not respect log.level
  • c0ad316 fix(run-lifecycle): Do not execute on packages that lack the target script, avoiding spurious logs
  • dde588a fix(run-lifecycle): Accept opts.log, defaulting to libnpm/log
  • a1d61f6 fix(npm-publish): Accept opts.log, defaulting to libnpm/log
  • 97edc7e fix(npm-dist-tag): Accept opts.log, defaulting to libnpm/log
  • d099d13 fix(pack-directory): Accept opts.log, defaulting to libnpm/log
  • 49b8771 fix(publish): Pulse progress bar during execution
  • b552e22 fix(import): Pulse progress bar during execution
  • f1202de fix(clean): Pulse progress bar during execution
  • b38a151 fix(bootstrap): Pulse progress bar during execution
  • 3359c63 fix: Add pulse-till-done utility
  • 95e88f0 fix(command): Enable progress from top-level log object

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.7.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency lerna was updated from 3.7.1 to 3.7.2.

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.2

Bug Fixes

  • pack-directory: Accept lazy Package, passing directory as second parameter (c6819c0)
  • package: Add Package.lazy() helper (4aa9d37)
  • package: Chain self from serialize() method for parity with refresh() (98c812c)
  • publish: Re-order --git-reset flag in options (0653af9)
  • publish: Remove unused --npm-client option (4e7eaef)
  • symlink-binary: Use Package.lazy() instead of private resolver (83fe3ef)
  • version: Prevent clobbering composed --yes option (f3816be)
Commits

The new version differs by 11 commits.

  • 52796f6 chore(release): publish v3.7.2
  • f3816be fix(version): Prevent clobbering composed --yes option
  • 0653af9 fix(publish): Re-order --git-reset flag in options
  • 4e7eaef fix(publish): Remove unused --npm-client option
  • c6819c0 fix(pack-directory): Accept lazy Package, passing directory as second parameter
  • 26e6ec2 refactor(command): Tinker with 'private' properties
  • 1aa4af7 test(add): Use Project.getPackages() consistently in assertions
  • 83fe3ef fix(symlink-binary): Use Package.lazy() instead of private resolver
  • 858caf3 test(helpers): Refactor pkg-matchers
  • 4aa9d37 fix(package): Add Package.lazy() helper
  • 98c812c fix(package): Chain self from serialize() method for parity with refresh()

See the full diff

  • The devDependency lerna was updated from 3.7.2 to 3.8.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • da5057f chore(release): publish v3.8.0
  • f1f0871 fix(publish): Heighten dist-tag success log level to distinguish from noisy fetch logging
  • 5e790e5 feat(publish): Add --contents option
  • 09fccd3 fix(publish): Unhide options shared with version command
  • db5a7b5 chore(prettier): Let prettier have its way with Markdown

See the full diff

  • The devDependency lerna was updated from 3.8.0 to 3.8.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • 00a372e chore(release): publish v3.8.1
  • 0de3df9 fix(progress): Correctly avoid progress where we don't want it
  • 8957648 refactor(symlink-dependencies): Pass Tracker instance instead of this.logger
  • da81e60 fix(progress): Enable progress during logging setup, correcting default
  • 8e59950 fix(npm-publish): Pass normalized manifest to libnpm/publish
  • ef23757 refactor(publish): Move package serialization into explicit step
  • db5631e feat(command): log whether CI environment has been detected (#1841)
  • b47e546 chore(stale): Add more exempt labels [skip ci]
  • 70c2eed chore: Change staleLabel to 'stale'
  • 936089e chore: Increase daysUntilLock
  • 2bcc366 fix: Do not print duplicate stdio after a streaming command errors (#1832)
  • ef18236 docs: Update README with lerna link convert command (#1836) [skip ci]
  • 95d9ddd chore(github): Add dessant/lock-threads config
  • baec1bc chore(github): Add probot/stale config
  • 462b15c fix(publish): --canary should also respect --include-merged-tags

See the full diff