seangenabe / starry

[DEPRECATED. Please direct efforts to the awesome `ix` library.] Modular functions for iterable objects
MIT License
4 stars 0 forks source link

Update lerna to the latest version πŸš€ #29

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bcb6788d82364cd08b27cd5566003cc85abd080a on greenkeeper/lerna-3.0.0 into 4c09f045ebdc37bfce3eb7c1459680f9c1dba4d6 on master.

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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