Skip to content

chore: update dependency lerna to v3 - autoclosed #34

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2018

This Pull Request updates devDependency lerna (homepage, source) from v2.11.0 to v3.1.4

Note: This PR was created on a configured schedule ("every weekend") and will not receive updates outside those times.


Release Notes

v3.1.4

Compare Source

Bug Fixes
  • symlink-binary: Avoid instanceof across nested module boundaries (26d1b72), closes #​1525

v3.1.3

Compare Source

Bug Fixes
  • symlink-binary: Avoid instanceof across nested module boundaries (26d1b72), closes #​1525

v3.1.2

Compare Source

Bug Fixes
  • add: Avoid passing bad scope to pacote (ad649bf), closes #​1592
  • global-options: Move env defaults to command superclass (6d8e405), closes #​1449

v3.1.1

Compare Source

Bug Fixes
  • Setup instance.filteredPackages explicitly (32357f8)
  • Use packageGraph.rawPackageList instead of misleading instance.filteredPackages (2e2abdc)
  • bootstrap: Remove redundant duplicate name check (c2405a1)
  • command: Remove redundant filteredPackages calculation (e0a361f)
  • filter-options: Move filterPackages logic into named export (e863c28)
  • package-graph: Throw errors when package names are not unique (387df2b)
  • publish: Allow composed version command to decide when to verify working tree (e61aa67)

v3.1.0

Compare Source

Bug Fixes
  • collect-updates: Report no changes when on a release commit (082d876), closes #​1548
  • command: Detect composed commands more accurately (1e51b39)
  • command: Log lerna CLI version with less ambiguity (67494e7)
  • publish: Throw errors if --canary attempted on unclean tree or tagged release (5da0e42)
  • version: Throw errors if tree is unclean or duplicating tagged release (d8ee1cf)
Features
  • Create [@lerna](https://github.com/lerna)/check-working-tree (98cd41f)
  • Create [@lerna](https://github.com/lerna)/describe-ref (8c11b75)

3.0.6 (2018-08-16)

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 lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

3.0.5 (2018-08-15)

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)

3.0.4 (2018-08-14)

Bug Fixes
  • publish: Do not ping third-party registries (42f4fdd), closes #​1560
  • 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

3.0.3 (2018-08-11)

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

3.0.2 (2018-08-11)

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)

3.0.1 (2018-08-10)

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

v3.0.6

Compare Source

Bug Fixes
  • collect-updates: Report no changes when on a release commit (082d876), closes #​1548
  • command: Detect composed commands more accurately (1e51b39)
  • command: Log lerna CLI version with less ambiguity (67494e7)
  • publish: Throw errors if --canary attempted on unclean tree or tagged release (5da0e42)
  • version: Throw errors if tree is unclean or duplicating tagged release (d8ee1cf)
Features
  • Create [@lerna](https://github.com/lerna)/check-working-tree (98cd41f)
  • Create [@lerna](https://github.com/lerna)/describe-ref (8c11b75)

3.0.6 (2018-08-16)

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 lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

3.0.5 (2018-08-15)

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)

3.0.4 (2018-08-14)

Bug Fixes
  • publish: Do not ping third-party registries (42f4fdd), closes #​1560
  • 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

3.0.3 (2018-08-11)

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

3.0.2 (2018-08-11)

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)

3.0.1 (2018-08-10)

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

v3.0.5

Compare Source

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 lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

v3.0.4

Compare Source

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)

v3.0.3

Compare Source

Bug Fixes
  • publish: Do not ping third-party registries (42f4fdd), closes #​1560
  • 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

v3.0.2

Compare Source

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

v3.0.1

Compare Source

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)

v3.0.0

Compare Source

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
  • changed: The package names emitted to stdout are no longer prefixed by a "- ", and private packages are no longer displayed by default.

  • list: 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

  • - --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, just as 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.



This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Aug 19, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   97.85%   97.85%           
=======================================
  Files           5        5           
  Lines         140      140           
  Branches       33       33           
=======================================
  Hits          137      137           
  Misses          1        1           
  Partials        2        2

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 094cbd5...20cef1b. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ci branch 7 times, most recently from 78e38db to b1872cf Compare August 25, 2018 02:31
@QuentinRoy
Copy link
Owner

QuentinRoy commented Aug 25, 2018

Wait for marionebl/commitlint#406 and marionebl/commitlint#405 to be resolved and merged.

@renovate renovate bot changed the title chore: update dependency lerna to v3 chore: update dependency lerna to v3 - autoclosed Aug 27, 2018
@renovate renovate bot closed this Aug 27, 2018
@renovate renovate bot deleted the renovate/ci branch August 27, 2018 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants