Giter Club home page Giter Club logo

Comments (11)

greenkeeper avatar greenkeeper commented on September 1, 2024

After pinning to 3.8.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.10.5 to 3.10.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.10.6

Bug Fixes

  • exec: Tweak description (68a0685)
  • import: Ensure compatibility with root-level package globs (#1875) (16ab98d), closes #1872
  • options: Document negated boolean options explicitly (8bc9669)
  • package-graph: Ensure cycle paths are always names, not objects (ae81a76)
  • package-graph: Use correct property when testing for duplicates (ef33cb7)
  • publish: Map packument requests concurrently directly from package graph (c79a827)
  • run: Re-order --npm-client in help output (bfa89bf)
Commits

The new version differs by 35 commits.

  • 5a7392e chore(release): v3.10.6
  • 743988d test(package-graph): Full unit coverage
  • ae81a76 fix(package-graph): Ensure cycle paths are always names, not objects
  • f0e3dba chore(package-graph): Add inspect helper to workaround Jest bug
  • ef33cb7 fix(package-graph): Use correct property when testing for duplicates
  • 16ab98d fix(import): Ensure compatibility with root-level package globs (#1875)
  • bfa89bf fix(run): Re-order --npm-client in help output
  • 68a0685 fix(exec): Tweak description
  • 8bc9669 fix(options): Document negated boolean options explicitly
  • 80092e5 refactor(listable): Pass explicit arguments to batch-packages
  • c79a827 fix(publish): Map packument requests concurrently directly from package graph
  • 713f72d chore(release): v3.10.5
  • 79549c1 fix(run-lifecycle): Do not customize npm_config_prefix during execution
  • d9ac62c chore(release): v3.10.4
  • d9d4bc4 fix(add): Do not scope chained bootstrap

There are 35 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.10.6 to 3.10.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.10.7

Bug Fixes

  • cli: Ensure exit code is always numeric (a2362b8)
  • npm-publish: Ensure process exits non-zero when libnpm/publish fails (9e9ce08)
Commits

The new version differs by 39 commits.

  • b16451a chore(release): v3.10.7
  • 9e9ce08 fix(npm-publish): Ensure process exits non-zero when libnpm/publish fails
  • a2362b8 fix(cli): Ensure exit code is always numeric
  • d0ff473 test(cli): Add direct unit coverage
  • 5a7392e chore(release): v3.10.6
  • 743988d test(package-graph): Full unit coverage
  • ae81a76 fix(package-graph): Ensure cycle paths are always names, not objects
  • f0e3dba chore(package-graph): Add inspect helper to workaround Jest bug
  • ef33cb7 fix(package-graph): Use correct property when testing for duplicates
  • 16ab98d fix(import): Ensure compatibility with root-level package globs (#1875)
  • bfa89bf fix(run): Re-order --npm-client in help output
  • 68a0685 fix(exec): Tweak description
  • 8bc9669 fix(options): Document negated boolean options explicitly
  • 80092e5 refactor(listable): Pass explicit arguments to batch-packages
  • c79a827 fix(publish): Map packument requests concurrently directly from package graph

There are 39 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.10.7 to 3.10.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.10.8

Bug Fixes

  • conventional-commits: Support legacy callback presets (60647b4), closes #1896
  • publish: Skip private package lookup (#1905) (f9e18fa)
  • version: Fix negated option links in readme (0908212)
Commits

The new version differs by 46 commits.

  • aaa1825 chore(release): v3.10.8
  • de41377 docs(publish): Update canary description with accurate version generation
  • 60647b4 fix(conventional-commits): Support legacy callback presets
  • c0a750e docs(version): Add examples for generating initial changelogs
  • 0908212 fix(version): Fix negated option links in readme
  • f9e18fa fix(publish): Skip private package lookup (#1905)
  • c78a86c docs(version): update config namespace in examples (#1885)
  • b16451a chore(release): v3.10.7
  • 9e9ce08 fix(npm-publish): Ensure process exits non-zero when libnpm/publish fails
  • a2362b8 fix(cli): Ensure exit code is always numeric
  • d0ff473 test(cli): Add direct unit coverage
  • 5a7392e chore(release): v3.10.6
  • 743988d test(package-graph): Full unit coverage
  • ae81a76 fix(package-graph): Ensure cycle paths are always names, not objects
  • f0e3dba chore(package-graph): Add inspect helper to workaround Jest bug

There are 46 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.10.8 to 3.11.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.11.0

3.11.0 (2019-02-08)

Bug Fixes

  • collect-updates: Improve logging, making ignored globs explicit (42e4a5c)
  • collect-updates: Match dotfiles when ignoring changes (99eadc6)
  • create: Bump camelcase (e58a1d0)
  • deps: Explicit libnpmaccess ^3.0.1 (6ba3d1d)
  • deps: Explicit libnpmpublish ^1.1.1 (a506d96)
  • deps: Explicit npm-lifecycle ^2.1.0 (506ad6d)
  • deps: Explicit npm-package-arg ^6.1.0 (4b20791)
  • deps: Explicit npm-registry-fetch ^3.9.0 (a83c487)
  • deps: Explicit npmlog ^4.1.2 (571c2e2)
  • deps: Explicit pacote ^9.4.1 (44d05bf)
  • deps: Explicit read-package-json ^2.0.13 (2695a90)
  • deps: Remove unused libnpm (replaced by direct sub-packages) (1caeb28)
  • filter-options: Require arguments to --scope and --ignore (4b81dad)
  • publish: Correct silly log heading (f1dc3fc)

Features

  • version: Create Github releases with --github-release (#1864) (f84a631), closes #1513
Commits

The new version differs by 84 commits.

  • 45a05ac chore(release): v3.11.0
  • f84a631 feat(version): Create Github releases with --github-release (#1864)
  • 31da8de test(commands/run): Separate unit and integration tests
  • 524a248 test(commands/exec): Separate unit and integration tests
  • 4b81dad fix(filter-options): Require arguments to --scope and --ignore
  • c2c529d test(filter-options): Move filtering tests into relevant unit
  • fa78d70 test(commands/changed): Separate unit and integration tests
  • 78b63ef test(mocks): Reset collect-updates registry after each test
  • 9cb0e70 test(collect-updates): Unit test default export
  • 99eadc6 fix(collect-updates): Match dotfiles when ignoring changes
  • 2105000 test(collect-updates): Add unit tests for lib functions
  • 7a065c3 test(collect-updates): Add build-graph helper
  • 5c24100 chore(jest): do not gather coverage under helpers
  • 4b4868e chore(lint): ignore test stuff under helpers
  • 043f1d4 refactor(fixtures): Rename normal-no-inter-dependencies -> no-interdependencies

There are 84 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.11.0 to 3.11.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.11.1

3.11.1 (2019-02-11)

Bug Fixes

  • version: Exit with an error when --github-release is combined with --no-changelog (030de9d)
  • version: Passing --no-changelog should not disable root versioning (83c33a3)
Commits

The new version differs by 88 commits.

  • 5c1b84c chore(release): v3.11.1
  • 85efc23 docs(filter-options): Add more examples of --ignore and --scope (#1919)
  • 030de9d fix(version): Exit with an error when --github-release is combined with --no-changelog
  • 83c33a3 fix(version): Passing --no-changelog should not disable root versioning
  • 45a05ac chore(release): v3.11.0
  • f84a631 feat(version): Create Github releases with --github-release (#1864)
  • 31da8de test(commands/run): Separate unit and integration tests
  • 524a248 test(commands/exec): Separate unit and integration tests
  • 4b81dad fix(filter-options): Require arguments to --scope and --ignore
  • c2c529d test(filter-options): Move filtering tests into relevant unit
  • fa78d70 test(commands/changed): Separate unit and integration tests
  • 78b63ef test(mocks): Reset collect-updates registry after each test
  • 9cb0e70 test(collect-updates): Unit test default export
  • 99eadc6 fix(collect-updates): Match dotfiles when ignoring changes
  • 2105000 test(collect-updates): Add unit tests for lib functions

There are 88 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.11.1 to 3.12.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.12.0

3.12.0 (2019-02-14)

Bug Fixes

  • collect-updates: Clarify logging in context (9b8dd9c)
  • conventional-commits: Improve logging during preset resolution (d4a16a5)
  • publish: Check for git describe error explicitly (237d1c5)
  • publish: Make the missing license warning clearer and more actionable (#1921) (8a71ac4)
  • publish: Revert foolhardy refactoring (5e975e0) (a6733a2)
  • version: Log message when git repository validation is skipped (2c40ffd)

Features

  • global-options: Default concurrency to logical CPU count (#1931) (2c487fe)
  • publish: Add --git-head option to preserve gitless from-package metadata (3d18f2f), closes #1933
  • publish: Allow from-package positional to run without a git repo (df49bfc), closes #1933
  • version: Skip repository validation when git is unused (#1908) (b9e887e), closes #1869
Commits

The new version differs by 103 commits.

  • e2cc514 chore(release): v3.12.0
  • d4a16a5 fix(conventional-commits): Improve logging during preset resolution
  • 237d1c5 fix(publish): Check for git describe error explicitly
  • ab8cf18 refactor(publish): Punch up loglevel of FYI messages
  • 3d18f2f feat(publish): Add --git-head option to preserve gitless from-package metadata
  • df49bfc feat(publish): Allow from-package positional to run without a git repo
  • c794244 refactor(publish): Inline findVersionedUpdates() into initialize
  • 2c40ffd fix(version): Log message when git repository validation is skipped
  • b9e887e feat(version): Skip repository validation when git is unused (#1908)
  • 2c487fe feat(global-options): Default concurrency to logical CPU count (#1931)
  • a6733a2 fix(publish): Revert foolhardy refactoring (5e975e0)
  • 8cf5866 test(publish): rename testDir -> cwd
  • b2e3029 test(publish): Split from-git & from-package tests out of publish-command tests
  • 9b8dd9c fix(collect-updates): Clarify logging in context
  • 8a71ac4 fix(publish): Make the missing license warning clearer and more actionable (#1921)

There are 103 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.12.0 to 3.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.12.1

3.12.1 (2019-02-14)

Bug Fixes

  • collect-updates: Do not skip change detection when --since provided (6ff53d6), closes #1927
  • list: Do not emit empty stdout when there are no results (ba54439)
Commits

The new version differs by 106 commits.

  • ad49245 chore(release): v3.12.1
  • ba54439 fix(list): Do not emit empty stdout when there are no results
  • 6ff53d6 fix(collect-updates): Do not skip change detection when --since provided
  • e2cc514 chore(release): v3.12.0
  • d4a16a5 fix(conventional-commits): Improve logging during preset resolution
  • 237d1c5 fix(publish): Check for git describe error explicitly
  • ab8cf18 refactor(publish): Punch up loglevel of FYI messages
  • 3d18f2f feat(publish): Add --git-head option to preserve gitless from-package metadata
  • df49bfc feat(publish): Allow from-package positional to run without a git repo
  • c794244 refactor(publish): Inline findVersionedUpdates() into initialize
  • 2c40ffd fix(version): Log message when git repository validation is skipped
  • b9e887e feat(version): Skip repository validation when git is unused (#1908)
  • 2c487fe feat(global-options): Default concurrency to logical CPU count (#1931)
  • a6733a2 fix(publish): Revert foolhardy refactoring (5e975e0)
  • 8cf5866 test(publish): rename testDir -> cwd

There are 106 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.12.1 to 3.13.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.13.0

3.13.0 (2019-02-15)

Features

  • conventional-commits: Bump conventional-changelog dependencies to pick up security fixes (d632d1b)
  • listable: Output newline-delimited JSON with --ndjson (742781b)
  • meta: Add repository.directory field to package.json (aec5023)
  • meta: Normalize package.json homepage field (abeb4dc)
Commits

The new version differs by 119 commits.

  • 9a47201 chore(release): v3.13.0
  • e97a4d3 docs(core): Optimize core/lerna README for npmjs.com display [skip ci]
  • c2cfd60 docs(core): Remove Appveyor badge [skip ci]
  • 4fe2a66 docs(meta): Add links to npm.im/lerna to READMEs that lacked it
  • abeb4dc feat(meta): Normalize package.json homepage field
  • aec5023 feat(meta): Add repository.directory field to package.json
  • e7ac8ab chore(deps): remove redundant rooted file: specifier
  • 1ba72fa chore(deps): bump transitive deps
  • 059c41b chore(lint): Set --cache-location under node_modules so it is cleaned by 'npm ci'
  • fd5a3e7 chore(lockfile): Sync npm v6.7.0 optional flags on bundled deps
  • ae61523 chore(deps): bump eslint-plugin-jest
  • d632d1b feat(conventional-commits): Bump conventional-changelog dependencies to pick up security fixes
  • 742781b feat(listable): Output newline-delimited JSON with --ndjson
  • ad49245 chore(release): v3.12.1
  • ba54439 fix(list): Do not emit empty stdout when there are no results

There are 119 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.13.0 to 3.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.13.1

3.13.1 (2019-02-26)

Bug Fixes

  • deps: cosmiconfig ^5.1.0 (ed48950)
  • deps: npm-packlist ^1.4.1 (aaf822e), closes #1932
  • deps: pacote ^9.5.0 (cdc2e17)
  • deps: Upgrade octokit libs (ea490cd)
  • list: Restore empty --json array output when no results (2c925bd), closes #1945
Commits

The new version differs by 128 commits.

  • 514bc57 chore(release): v3.13.1
  • 2c925bd fix(list): Restore empty --json array output when no results
  • 93ac976 chore(deps): bump eslint
  • e1bda18 chore(deps): bump eslint-config-prettier
  • ea490cd fix(deps): Upgrade octokit libs
  • ed48950 fix(deps): cosmiconfig ^5.1.0
  • aaf822e fix(deps): npm-packlist ^1.4.1
  • cdc2e17 fix(deps): pacote ^9.5.0
  • 8b7cdc0 chore(deps): Add tar to root dev deps to avoid tree bundling
  • 9a47201 chore(release): v3.13.0
  • e97a4d3 docs(core): Optimize core/lerna README for npmjs.com display [skip ci]
  • c2cfd60 docs(core): Remove Appveyor badge [skip ci]
  • 4fe2a66 docs(meta): Add links to npm.im/lerna to READMEs that lacked it
  • abeb4dc feat(meta): Normalize package.json homepage field
  • aec5023 feat(meta): Add repository.directory field to package.json

There are 128 commits in total.

See the full diff

from hub.

greenkeeper avatar greenkeeper commented on September 1, 2024
  • The dependency lerna was updated from 3.13.1 to 3.13.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.13.2

3.13.2 (2019-04-08)

Bug Fixes

  • lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)
Commits

The new version differs by 132 commits.

  • 462e72a chore(release): v3.13.2
  • 4e3f8d8 fix(publish) Pass only the project scope to libnpmpublish (#1985)
  • 5001301 docs(publish): Describe publish lifecycles (#1982) [ci skip]
  • a7ad9b6 fix(lifecycles): Avoid duplicating 'rooted leaf' lifecycles
  • 514bc57 chore(release): v3.13.1
  • 2c925bd fix(list): Restore empty --json array output when no results
  • 93ac976 chore(deps): bump eslint
  • e1bda18 chore(deps): bump eslint-config-prettier
  • ea490cd fix(deps): Upgrade octokit libs
  • ed48950 fix(deps): cosmiconfig ^5.1.0
  • aaf822e fix(deps): npm-packlist ^1.4.1
  • cdc2e17 fix(deps): pacote ^9.5.0
  • 8b7cdc0 chore(deps): Add tar to root dev deps to avoid tree bundling
  • 9a47201 chore(release): v3.13.0
  • e97a4d3 docs(core): Optimize core/lerna README for npmjs.com display [skip ci]

There are 132 commits in total.

See the full diff

from hub.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.