TylorS / typed-unmaintained

The TypeScript Standard Library
MIT License
121 stars 7 forks source link

chore(deps): update dependency lerna to v3 #75

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

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


Release Notes

v3.2.1

Compare Source

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

v3.2.0

Compare Source

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)

3.1.4 (2018-08-21)

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

3.1.3 (2018-08-21)

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

3.1.2 (2018-08-20)

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)

3.1.1 (2018-08-17)

Bug Fixes
  • add: Compose bootstrap to avoid extra logs (3c534eb)
  • add: Use pacote to resolve third-party registry authentication woes (a0fbf46), closes #​1572 #​1539

v3.1.4

Compare Source

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)

3.1.4 (2018-08-21)

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

3.1.3 (2018-08-21)

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

3.1.2 (2018-08-20)

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)

3.1.1 (2018-08-17)

Bug Fixes
  • add: Compose bootstrap to avoid extra logs (3c534eb)
  • add: Use pacote to resolve third-party registry authentication woes (a0fbf46), closes #​1572 #​1539

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.


v2.11.0

Compare Source

v2.11.0 (2018-04-24)

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v2.10.2

Compare Source

v2.10.2 (2018-04-16)

🐛 Bug Fix
Committers: 1

v2.10.1

Compare Source

This release reverts #​1363, as it resulted in unintentional breaking changes.

Please note that lerna 2.x is in maintenance mode, and new features will not be actively ported from lerna 3.x (currently lerna@next).


v2.10.0

Compare Source

v2.10.0 (2018-04-06)

🚀 Enhancement
Committers: 1

v2.9.1

Compare Source

v2.9.1 (2018-03-29)

🚀 Enhancement
Committers: 1

v2.9.0

Compare Source

v2.9.0 (2018-02-14)

🚀 Enhancement
📝 Documentation
Committers: 3

v2.8.0

Compare Source

v2.8.0 (2018-01-19)

This is the first release on the 2.x branch, which has been created to facilitate maintenance releases while v3.0 is in development on master. Efforts will be made to backport fixes from master, but no guarantees about release cadence.

🚀 Enhancement
🐛 Bug Fix
Committers: 3

v2.7.2

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v2.7.1

Compare Source

🐛 Bug Fix
Committers: 3

v2.7.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 7

v2.6.0

Compare Source

Happy 2018! 🎉

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 10
  • Alan Agius (alan-agius4)
  • Cezar Augusto (cezaraugusto)
  • Daniel Stockman (evocateur)
  • Jonathan R Wickens (jwickens)
  • Koen Punt (koenpunt)
  • Loïc Poullain (
    renovate[bot] commented 6 years ago

    Renovate Ignore Notification

    As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will then reenable updates for minor and patch updates automatically.

    If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.