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

Update lerna to the latest version 🚀 #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 10, 2018

Version 3.0.0 of lerna was just published.

Dependency lerna
Current Version 2.11.0
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of lerna.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Bug Fixes

  • add: Always use POSIX paths when computing relative file: specifiers (ffe354f)
  • add: Support explicit & implicit relative file: specifiers (41f231f)
  • create: Use filename without scope when generating imports from test file (acfd48b)
  • publish: Improve npm pack experience (627cfc2)

Features

BREAKING CHANGES

lerna changed

  • The package names emitted to stdout are no longer prefixed by a "- ", and private packages are no longer displayed by default.

lerna ls

  • The default output of lerna ls no longer shows version strings or private packages.
  • The new alias lerna la resembles the old output, with the addition of relative path to the package
  • The new alias lerna ll is a shortcut for the new --long option
  • A new --parseable option has been added to aid magical piping incantations

lerna publish

  • --preid now defaults to "alpha" during prereleases:

    The previous default for this option was undefined, which led to an awkward "1.0.1-0" result when passed to semver.inc().

    The new default "alpha" yields a much more useful "1.0.1-alpha.0" result. Any previous prerelease ID will be preserved, justas it was before.

  • --no-verify is no longer passed to git commit by default, but controlled by the new --commit-hooks option:

    The previous behavior was too overzealous, and the new option operates exactly like the corresponding npm version option of the same name.

    As long as your pre-commit hooks are properly scoped to ignore changes in package.json files, this change should not affect you. If that is not the case, you may pass --no-commit-hooks to restore the previous behavior.

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 🌴

@codecov
Copy link

codecov bot commented Aug 10, 2018

Codecov Report

Merging #139 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #139   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          17     17           
  Lines        2197   2197           
  Branches      422    422           
=====================================
  Hits         2197   2197

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c315b6...69402db. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Aug 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

Bug Fixes

  • publish: Allow unpublished packages to pass access verification (3a7348c)
Commits

The new version differs by 2 commits.

  • bf530b8 chore(release): publish v3.0.1
  • 3a7348c fix(publish): Allow unpublished packages to pass access verification

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 11, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2

Bug Fixes

  • conventional-commits: Pass --tag-version-prefix to changelog utilities (8ed7d83)
  • conventional-commits: Provide fallback bump when releaseType is missing (e330f6f), closes #1551
  • exec: Allow config files to override defaults (2335149)
  • publish: Add default for --tag-version-prefix (f159442)
  • publish: Allow disabling of registry and package verification (0bfdff5), closes #1552
  • run: Allow config files to override defaults (f15b6fb)
  • version: Allow config files to override defaults (bb1cfb5)
  • version: Positional bump supersedes --conventional-commits when choosing version (a74c866)
Commits

The new version differs by 9 commits.

  • 784d64e chore(release): publish v3.0.2
  • e330f6f fix(conventional-commits): Provide fallback bump when releaseType is missing
  • a74c866 fix(version): Positional bump supersedes --conventional-commits when choosing version
  • 8ed7d83 fix(conventional-commits): Pass --tag-version-prefix to changelog utilities
  • 0bfdff5 fix(publish): Allow disabling of registry and package verification
  • f159442 fix(publish): Add default for --tag-version-prefix
  • bb1cfb5 fix(version): Allow config files to override defaults
  • f15b6fb fix(run): Allow config files to override defaults
  • 2335149 fix(exec): Allow config files to override defaults

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 11, 2018

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3

Bug Fixes

  • publish: Restore deprecated --skip-npm functionality (cb47cb6), closes #1553
Commits

The new version differs by 2 commits.

  • 0dea7f4 chore(release): publish v3.0.3
  • cb47cb6 fix(publish): Restore deprecated --skip-npm functionality

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 14, 2018

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes v3.0.4

Bug Fixes

  • publish: Do not ping third-party registries (42f4fdd)
  • publish: Only pass --json to npm pack when npm >= 5.10.0 (71babce), closes #1558
  • publish: Run publish from leaf nodes again (3d348ec), closes #1560
Commits

The new version differs by 8 commits.

  • eea9c5f chore(release): publish v3.0.4
  • 3d348ec fix(publish): Run publish from leaf nodes again
  • 516b381 chore(publish): correct coverage ignore
  • 42f4fdd fix(publish): Do not ping third-party registries
  • 1a4afda test(publish): Full coverage of verification methods
  • 609e824 test(version): Use correct snapshot serializer
  • 71babce fix(publish): Only pass --json to npm pack when npm >= 5.10.0
  • 9af362d refactor(bootstrap): Extract @lerna/has-npm-version predicate

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2018

Version 3.0.5 just got published.

Update to this version instead 🚀

Release Notes v3.0.5

Bug Fixes

  • collect-updates: Remove period from committish log message (a97262c)
  • filter-options: Allow --private to be configured from file (21e134c)
  • global-options: Allow --sort to be configured from file (f4aed75)
  • help: Insert line break before describing boolean negations (da2f886)
  • options: Provide -y alias for --yes (3ea460c)
  • publish: Add confirmation prompt before execution (47766e5), closes #1566
  • publish: Get tagged packages from merge commit (#1567) (fc771d9)
  • version: Log skipped publish when composed (89645b7)
Commits

The new version differs by 17 commits.

  • 882b52e chore(release): publish v3.0.5
  • 009b113 chore(ci): Run ci script instead of sequential copypasta
  • fec8d4a chore(travis): Prettier has opinions
  • ef6edbd chore(build): Always run integration tests with --maxWorkers=2
  • 6b005f0 test(bootstrap): Split bootstrap integration tests to get faster feedback on slow tests
  • f5ae298 chore(helpers): Extract commitChangeToPackage()
  • 853d03f test(publish): Split publish integration tests to get faster feedback on slow tests
  • 936ce03 test(publish): Move option validation into unit tests
  • 89645b7 fix(version): Log skipped publish when composed
  • a97262c fix(collect-updates): Remove period from committish log message
  • 21e134c fix(filter-options): Allow --private to be configured from file
  • f4aed75 fix(global-options): Allow --sort to be configured from file
  • 3ea460c fix(options): Provide -y alias for --yes
  • da2f886 fix(help): Insert line break before describing boolean negations
  • 47766e5 fix(publish): Add confirmation prompt before execution

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 16, 2018

Version 3.0.6 just got published.

Update to this version instead 🚀

Release Notes v3.0.6

Bug Fixes

  • command: Silence goalpost logging when running a composed command (12b4280)
  • create: Use whatwg-url instead of node 8.x-dependent URL class (8701b79)
  • init: Consume lerna cli version from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Prioritize --preid over existing prerelease ID (#1568) (f2c470a)
  • version: Pass --preid to selection prompt (23a30a0), closes #1214
Commits

The new version differs by 13 commits.

  • f2e67db chore(release): publish v3.0.6
  • 23a30a0 fix(version): Pass --preid to selection prompt
  • c027246 fix(npm-publish): Tip-toe around logging when emitting chunk to stdout
  • 89e31d2 fix(init): Consume lernaVersion from options, not instance property
  • 12b4280 fix(command): Silence goalpost logging when running a composed command
  • 8701b79 fix(create): Use whatwg-url instead of node 8.x-dependent URL class
  • a3c2ce3 chore(deps): Upgrade eslint-plugin-node
  • bf83c2b chore: prettier has opinions about yaml, i guess
  • bc76aa2 chore(deps): Upgrade eslint-config-prettier
  • 3cbeeab chore(helpers): Pass explicit diff prefixes to avoid localized variation in snapshots
  • f2c470a fix(version): Prioritize --preid over existing prerelease ID (#1568)
  • 4c83735 chore: bump transitive dependencies
  • 90cbca2 chore: bump dev dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 7f97c7b chore(release): publish v3.1.0
  • 86ba7a0 refactor(describe-ref): lastTag -> lastTagName
  • 3488385 chore(describe-ref): Add logging
  • f5e8332 refactor(describe-ref): Coerce boolean isDirty
  • 0449a8e refactor(check-working-tree): Move validators into named exports for partial validation
  • f98190a test(integration): inline snapshots with serializer that doesn't recurse infinitely
  • d8ee1cf fix(version): Throw errors if tree is unclean or duplicating tagged release
  • 5da0e42 fix(publish): Throw errors if --canary attempted on unclean tree or tagged release
  • 98cd41f feat: Create @lerna/check-working-tree
  • 1f96aa1 refactor(version): Extract breaking change management into chained instance method
  • c72993b refactor(publish): Use utils/describe-ref for canary versioning
  • 082d876 fix(collect-updates): Report no changes when on a release commit
  • 8c11b75 feat: Create @lerna/describe-ref
  • 67494e7 fix(command): Log lerna CLI version with less ambiguity
  • 1e51b39 fix(command): Detect composed commands more accurately

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 18, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 2760306 chore(release): publish v3.1.1
  • a0fbf46 fix(add): Use pacote to resolve third-party registry authentication woes
  • 3c534eb fix(add): Compose bootstrap to avoid extra logs

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 6abc0c9 chore(release): publish v3.1.2
  • c2405a1 fix(bootstrap): Remove redundant duplicate name check
  • 387df2b fix(package-graph): Throw errors when package names are not unique
  • e0a361f fix(command): Remove redundant filteredPackages calculation
  • 2e2abdc fix: Use packageGraph.rawPackageList instead of misleading instance.filteredPackages
  • 32357f8 fix: Setup instance.filteredPackages explicitly
  • e863c28 fix(filter-options): Move filterPackages logic into named export
  • e61aa67 fix(publish): Allow composed version command to decide when to verify working tree
  • 9f26d08 docs: Update links to commands in FAQ (#1579) [skip ci]

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes v3.2.0

Bug Fixes

  • add: Order short flags first in help output, clarify description (8efb549)
  • publish: Call synthetic prepublishOnly lifecycle before packing (dda9812), closes #1169
  • version: Make changes to packages in batched topological order (d799fbf)
  • version: Skip working tree validation when --no-git-tag-version passed (bd948cc), closes #1613

Features

  • add: Add examples to --help output (#1612) (2ab62c1), closes #1608
  • cli: Configure commands in root package, all other bits in cli package (7200fd0), closes #1584
  • npm-publish: Resolve target package to aid chaining (928a707)
  • npm-publish: Store entire tarball metadata object on Package instances (063d743)
  • publish: Support prepack/postpack lifecycle in root manifest (9df88a4)
  • run-lifecycle: Resolve target package to aid chaining (8e0aa96)
Commits

The new version differs by 22 commits.

  • 02a2380 chore(release): publish v3.2.0
  • 8efb549 fix(add): Order short flags first in help output, clarify description
  • 2ab62c1 feat(add): Add examples to --help output (#1612)
  • bd948cc fix(version): Skip working tree validation when --no-git-tag-version passed
  • 9df88a4 feat(publish): Support prepack/postpack lifecycle in root manifest
  • dda9812 fix(publish): Call synthetic prepublishOnly lifecycle before packing
  • b4c4ee5 refactor(version): Use packagesToVersion collection in more places
  • d799fbf fix(version): Make changes to packages in batched topological order
  • 0d7ffcf refactor(publish,version): Compose package actions into reusable pipelines
  • 8e0aa96 feat(run-lifecycle): Resolve target package to aid chaining
  • 928a707 feat(npm-publish): Resolve target package to aid chaining
  • 063d743 feat(npm-publish): Store entire tarball metadata object on Package instances
  • 7200fd0 feat(cli): Configure commands in root package, all other bits in cli package
  • 37ef5f2 chore(release): publish v3.1.4
  • 82236b7 chore: remove *.tgz from gitignore

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2018

Version 3.2.1 just got published.

Update to this version instead 🚀

Release Notes v3.2.1

Bug Fixes

  • publish: Use package version as fallback for independent canary bump (989a3b5), closes #1614
Commits

The new version differs by 2 commits.

  • da1763c chore(release): publish v3.2.1
  • 989a3b5 fix(publish): Use package version as fallback for independent canary bump

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes v3.3.0

Bug Fixes

  • describe-ref: Fallback refCount is the number of commits since beginning of repository (6dfea52)
  • exec, run: Propagate exit codes from failed executions (af9c70b), closes #1653
  • run-lifecycle: Propagate exit code when execution fails (4763f95), closes #1495

Features

  • deps: Upgrade execa to ^1.0.0 (748ae4e)
  • deps: Upgrade fs-extra to ^7.0.0 (042b1a3)
  • deps: Upgrade get-stream to ^4.0.0 (e280d1d)
  • deps: Upgrade strong-log-transformer to ^2.0.0 (42b18a1)
Commits

The new version differs by 15 commits.

  • 901e6d5 chore(release): publish v3.3.0
  • 4763f95 fix(run-lifecycle): Propagate exit code when execution fails
  • af9c70b fix: Propagate exit codes from failed executions
  • 2adfe51 test(run): Improve coverage
  • c6471c5 test(run): Update fixture
  • 625adc0 chore: Remove unimplemented command stubs
  • 42b18a1 feat(deps): Upgrade strong-log-transformer to ^2.0.0
  • 042b1a3 feat(deps): Upgrade fs-extra to ^7.0.0
  • e280d1d feat(deps): Upgrade get-stream to ^4.0.0
  • 748ae4e feat(deps): Upgrade execa to ^1.0.0
  • 6dfea52 fix(describe-ref): Fallback refCount is the number of commits since beginning of repository
  • a289ac4 chore: Update Contributor Covenant
  • 37642a0 chore: Restore unmodified MIT license (#1633)
  • 250ec4f Add text to MIT License banning ICE collaborators (#1616)
  • 72b4cbf Update package.json#license to point to the modified MIT License

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

Release Notes v3.3.1

Bug Fixes

  • create: Upgrade whatwg-url to ^7.0.0 (00842d6)
  • import: Handle filepaths with spaces more robustly (#1655) (b084293)
  • prompt: Upgrade inquirer to ^6.2.0 (ebb7ee4)
  • publish: Tell yarn to stop creating git tags (2a6f0a4), closes #1662
  • run-lifecycle: Remove repetitive error logging (b8915e7)
Commits

The new version differs by 13 commits.

  • 5da1319 chore(release): publish v3.3.1
  • 367bf4e test(integration): Avoid inexplicable snapshot comparison errors on Windows
  • 5880788 test(helpers): Replace normalize-test-root with augmented placeholder serialization
  • ed16536 test(helpers): Make serialize-tempdir placeholder consistent with normalize-test-root
  • 00842d6 fix(create): Upgrade whatwg-url to ^7.0.0
  • ebb7ee4 fix(prompt): Upgrade inquirer to ^6.2.0
  • b8d11b8 chore(deps): Update eslint + jest
  • 7bd3179 chore: flailing around trying avoid 'no visual difference' snapshot garbage on Windows
  • b8915e7 fix(run-lifecycle): Remove repetitive error logging
  • a379266 chore(helpers): Normalize newlines to coddle windows
  • 2a6f0a4 fix(publish): Tell yarn to stop creating git tags
  • ac0baa7 test(integration): avoid quoting arguments to coddle windows
  • b084293 fix(import): Handle filepaths with spaces more robustly (#1655)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
greenkeeper bot added a commit that referenced this pull request Jan 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 3, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.8.4.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • c7fa580 chore(release): publish v3.8.4
  • 31982a1 fix(publish): Pass username to access.lsPackages()
  • 4300a07 chore(release): publish v3.8.3
  • b44f2f9 fix(publish): Give up trying to validate third-party registries

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.9.0.

Update to this version instead 🚀

Release Notes for v3.9.0

Bug Fixes

  • bootstrap: Only run install lifecycles once-per-package, in topological order (929ae22)
  • describe-ref: Properly handle sha-like tag names (#1853) (094a1cb)
  • run-lifecycle: Ensure all npm_package_* env vars are created (bab8e58), closes #1752

Features

  • bootstrap: Add --ignore-prepublish option (f14fc06)
  • bootstrap: Run root install lifecycles where appropriate (944e36f)
Commits

The new version differs by 19 commits.

  • 1c1ac15 chore(release): publish v3.9.0
  • 094a1cb fix(describe-ref): Properly handle sha-like tag names (#1853)
  • f14fc06 feat(bootstrap): Add --ignore-prepublish option
  • 944e36f feat(bootstrap): Run root install lifecycles where appropriate
  • 929ae22 fix(bootstrap): Only run install lifecycles once-per-package, in topological order
  • bab8e58 fix(run-lifecycle): Ensure all npm_package_* env vars are created
  • 39c46c2 test(run-lifecycle): Use Package instance in test instead of bare object
  • 4c5ad31 test(pack-directory): Use new Package instance in test instead of hack
  • eb79058 chore(stale): Exempt 'bug' label from stale bot [ci skip]
  • 9f5c824 chore(release): publish v3.8.5
  • 63a7a89 fix(npm-dist-tag): Improve robustness
  • 6c0d1d8 docs(publish): Add 'Per-Package Configuration' section
  • af1c2ad fix(publish): Ensure pkg.publishConfig is handled correctly when promoting dist-tags
  • 1877def fix(npm-publish): Ensure pkg.publishConfig is handled correctly
  • 5a04145 fix(publish): Tweak progress logging

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.9.1.

Update to this version instead 🚀

Release Notes for v3.9.1

Bug Fixes

  • bootstrap: Don't pass --ignore-scripts to npm install (e602838), closes #1855
  • bootstrap: Prevent recursive execution from all install lifecycles (ea9dbbe)
Commits

The new version differs by 3 commits.

  • c2b606c chore(release): publish v3.9.1
  • ea9dbbe fix(bootstrap): Prevent recursive execution from all install lifecycles
  • e602838 fix(bootstrap): Don't pass --ignore-scripts to npm install

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.0.

Update to this version instead 🚀

Release Notes for v3.10.0

Bug Fixes

  • publish: Correctly determine canary version when --include-merged-tags present (fb2a1b2), closes #1820

Features

  • lerna: Use --exact version ranges between sibling dependencies (02a067f)
  • version: Add --no-changelog option (#1854) (d73d823), closes #1852
Commits

The new version differs by 6 commits.

  • ea8ffa7 chore(release): v3.10.0
  • 02a067f feat(lerna): Use --exact version ranges between sibling dependencies
  • be7ceaa chore(config): Move durable command.publish config to proper command.version namespace
  • fb2a1b2 fix(publish): Correctly determine canary version when --include-merged-tags present
  • d73d823 feat(version): Add --no-changelog option (#1854)
  • a4f1a92 docs(readme): add config option to lerna.json (#1856) [ci skip]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.1.

Update to this version instead 🚀

Release Notes for v3.10.1

Bug Fixes

  • collect-updates: Avoid improper bumps from prompt selections (06a1cff), closes #1357
Commits

The new version differs by 3 commits.

  • d13e901 chore(release): v3.10.1
  • 06a1cff fix(collect-updates): Avoid improper bumps from prompt selections
  • 5ca8a2b chore(deps): Add tacks

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.2.

Update to this version instead 🚀

Release Notes for v3.10.2

Bug Fixes

  • bootstrap: Remove fancy root lifecycle execution, it was foolish (9f80722), closes #1857
Commits

The new version differs by 3 commits.

  • 2580e72 chore(release): v3.10.2
  • 9f80722 fix(bootstrap): Remove fancy root lifecycle execution, it was foolish
  • 51fe2c4 docs(import): Add a note for importing on fresh repos (#1859) [skip ci]

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 10, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.3.

Update to this version instead 🚀

Release Notes for v3.10.3

Bug Fixes

  • bootstrap: When filtering, only bootstrap filtered packages (71174e4), closes #1421 and #1766
Commits

The new version differs by 4 commits.

  • a059afd chore(release): v3.10.3
  • 71174e4 fix(bootstrap): When filtering, only bootstrap filtered packages
  • fc7463f refactor(publish): Clarify intent of inverted boolean options via instance properties
  • 5e975e0 refactor(publish): DRY verification of working tree cleanliness

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 10, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.4.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • d9ac62c chore(release): v3.10.4
  • d9d4bc4 fix(add): Do not scope chained bootstrap
  • 27516b9 fix(bootstrap): Do not npm ci when hoisting

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.10.5.

Update to this version instead 🚀

Release Notes for v3.10.5

Bug Fixes

  • run-lifecycle: Do not customize npm_config_prefix during execution (79549c1), closes #1866
Commits

The new version differs by 2 commits.

  • 713f72d chore(release): v3.10.5
  • 79549c1 fix(run-lifecycle): Do not customize npm_config_prefix during execution

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.11.0.

Update to this version instead 🚀

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 60 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 60 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.11.1.

Update to this version instead 🚀

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 4 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.12.0.

Update to this version instead 🚀

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 15 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)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.12.1.

Update to this version instead 🚀

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 3 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.13.0.

Update to this version instead 🚀

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 13 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 26, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 26, 2019

  • The devDependency lerna was updated from 2.11.0 to 3.13.1.

Update to this version instead 🚀

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 9 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

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants