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 dependency lerna to v3.13.1 - autoclosed #7

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 27, 2018

This PR contains the following updates:

Package Type Update Change References
lerna devDependencies minor 3.4.3 -> 3.13.1 source

Release Notes

lerna/lerna

v3.13.1

Compare Source

Bug Fixes

v3.13.0

Compare Source

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)

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)

v3.12.1

Compare Source

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)

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)

v3.12.0

Compare Source

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

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)

v3.11.1

Compare Source

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

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)

v3.11.0

Compare Source

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

3.10.8 (2019-02-01)

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)

3.10.7 (2019-01-22)

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

3.10.6 (2019-01-19)

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)

3.10.5 (2019-01-11)

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

3.10.4 (2019-01-10)

Bug Fixes
  • add: Do not scope chained bootstrap (d9d4bc4)
  • bootstrap: Do not npm ci when hoisting (27516b9), closes #​1865

3.10.3 (2019-01-10)

Bug Fixes

3.10.2 (2019-01-09)

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

3.10.1 (2019-01-09)

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

v3.10.8

Compare Source

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

3.10.8 (2019-02-01)

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)

3.10.7 (2019-01-22)

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

3.10.6 (2019-01-19)

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)

3.10.5 (2019-01-11)

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

3.10.4 (2019-01-10)

Bug Fixes
  • add: Do not scope chained bootstrap (d9d4bc4)
  • bootstrap: Do not npm ci when hoisting (27516b9), closes #​1865

3.10.3 (2019-01-10)

Bug Fixes

3.10.2 (2019-01-09)

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

3.10.1 (2019-01-09)

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

v3.10.7

Compare Source

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)

v3.10.6

Compare Source

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

v3.10.5

Compare Source

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)

v3.10.4

Compare Source

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

v3.10.3

Compare Source

Bug Fixes
  • add: Do not scope chained bootstrap (d9d4bc4)
  • bootstrap: Do not npm ci when hoisting (27516b9), closes #​1865

v3.10.2

Compare Source

Bug Fixes

v3.10.1

Compare Source

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

v3.10.0

Compare Source

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

3.9.1 (2019-01-08)

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

v3.9.1

Compare Source

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

3.9.1 (2019-01-08)

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

v3.9.0

Compare Source

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)

3.8.5 (2019-01-05)

Bug Fixes
  • npm-dist-tag: Improve robustness (63a7a89)
  • npm-publish: Ensure pkg.publishConfig is handled correctly (1877def), closes #​1498
  • project: Deprecate root-level config keys as well, prioritizing nested (7a65a87)
  • publish: Deprecate --npm-tag, replaced by --dist-tag (196d663)
  • publish: Ensure pkg.publishConfig is handled correctly when promoting dist-tags (af1c2ad)
  • publish: Tweak progress logging (5a04145)

3.8.4 (2019-01-03)

Bug Fixes
  • publish: Pass username to access.lsPackages() (31982a1)

3.8.3 (2019-01-03)

Bug Fixes

3.8.2 (2019-01-03)

Bug Fixes
  • bootstrap: Bail out of hoisted recursive lifecycles (169c943), closes #​1125
  • publish: Avoid recursive root lifecycle execution (e133134)
  • publish: Run root prepublish lifecycle if it exists (c5676bb)
  • run-lifecycle: Short-circuit ignore options (ae29097)
  • version: Avoid recursive root lifecycle execution (089392d), closes #​1844

3.8.1 (2018-12-31)

Bug Fixes
  • Do not print duplicate stdio after a streaming command errors (#​1832) (2bcc366), closes #​1790
  • npm-publish: Pass normalized manifest to libnpm/publish (8e59950), closes #​1843
  • progress: Correctly avoid progress where we don't want it (0de3df9)
  • progress: Enable progress during logging setup, correcting default (da81e60)
  • publish: --canary should also respect --include-merged-tags (462b15c), closes #​1820
Features

v3.8.5

Compare Source

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)

3.8.5 (2019-01-05)

Bug Fixes
  • npm-dist-tag: Improve robustness (63a7a89)
  • npm-publish: Ensure pkg.publishConfig is handled correctly (1877def), closes #​1498
  • project: Deprecate root-level config keys as well, prioritizing nested (7a65a87)
  • publish: Deprecate --npm-tag, replaced by --dist-tag (196d663)
  • publish: Ensure pkg.publishConfig is handled correctly when promoting dist-tags (af1c2ad)
  • publish: Tweak progress logging (5a04145)

3.8.4 (2019-01-03)

Bug Fixes
  • publish: Pass username to access.lsPackages() (31982a1)

3.8.3 (2019-01-03)

Bug Fixes

3.8.2 (2019-01-03)

Bug Fixes
  • bootstrap: Bail out of hoisted recursive lifecycles (169c943), closes #​1125
  • publish: Avoid recursive root lifecycle execution (e133134)
  • publish: Run root prepublish lifecycle if it exists (c5676bb)
  • run-lifecycle: Short-circuit ignore options (ae29097)
  • version: Avoid recursive root lifecycle execution (089392d), closes #​1844

3.8.1 (2018-12-31)

Bug Fixes
  • Do not print duplicate stdio after a streaming command errors (#​1832) (2bcc366), closes #​1790
  • npm-publish: Pass normalized manifest to libnpm/publish (8e59950), closes #​1843
  • progress: Correctly avoid progress where we don't want it (0de3df9)
  • progress: Enable progress during logging setup, correcting default (da81e60)
  • publish: --canary should also respect --include-merged-tags (462b15c), closes #​1820
Features

v3.8.4

Compare Source

Bug Fixes
  • npm-dist-tag: Improve robustness (63a7a89)
  • npm-publish: Ensure pkg.publishConfig is handled correctly (1877def), closes #​1498
  • project: Deprecate root-level config keys as well, prioritizing nested (7a65a87)
  • publish: Deprecate --npm-tag, replaced by --dist-tag (196d663)
  • publish: Ensure pkg.publishConfig is handled correctly when promoting dist-tags (af1c2ad)
  • publish: Tweak progress logging (5a04145)

v3.8.2

Compare Source

Bug Fixes

v3.8.1

Compare Source

Bug Fixes
  • bootstrap: Bail out of hoisted recursive lifecycles (169c943), closes #​1125
  • publish: Avoid recursive root lifecycle execution (e133134)
  • publish: Run root prepublish lifecycle if it exists (c5676bb)
  • run-lifecycle: Short-circuit ignore options (ae29097)
  • version: Avoid recursive root lifecycle execution (089392d), closes #​1844

v3.8.0

Compare Source

Bug Fixes
  • publish: Heighten dist-tag success log level to distinguish from noisy fetch logging (f1f0871)
  • publish: Unhide options shared with version command (09fccd3)
Features

3.7.2 (2018-12-21)

Bug Fixes
  • pack-directory: Accept lazy Package, passing directory as second parameter (c6819c0)
  • package: Add Package.lazy() helper (4aa9d37)
  • package: Chain self from serialize() method for parity with refresh() (98c812c)
  • publish: Re-order --git-reset flag in options (0653af9)
  • publish: Remove unused --npm-client option (4e7eaef)
  • symlink-binary: Use Package.lazy() instead of private resolver (83fe3ef)
  • version: Prevent clobbering composed --yes option (f3816be)

3.7.1 (2018-12-20)

Bug Fixes
  • bootstrap: Pulse progress bar during execution (b38a151)
  • clean: Pulse progress bar during execution (f1202de)
  • command: Enable progress from top-level log object (95e88f0)
  • import: Pulse progress bar during execution (b552e22)
  • npm-dist-tag: Accept opts.log, defaulting to libnpm/log (97edc7e)
  • npm-publish: Accept opts.log, defaulting to libnpm/log (a1d61f6)
  • pack-directory: Accept opts.log, defaulting to libnpm/log (d099d13)
  • publish: Do not pass this.logger into conf, it does not respect log.level (9bcd503)
  • publish: Pulse progress bar during execution (49b8771)
  • Add pulse-till-done utility (3359c63)
  • run-lifecycle: Accept opts.log, defaulting to libnpm/log (dde588a)
  • run-lifecycle: Do not execute on packages that lack the target script, avoiding spurious logs (c0ad316)

v3.7.2

Compare Source

Bug Fixes
  • publish: Heighten dist-tag success log level to distinguish from noisy fetch logging (f1f0871)
  • publish: Unhide options shared with version command (09fccd3)
Features

3.7.2 (2018-12-21)

Bug Fixes
  • pack-directory: Accept lazy Package, passing directory as second parameter (c6819c0)
  • package: Add Package.lazy() helper (4aa9d37)
  • package: Chain self from serialize() method for parity with refresh() (98c812c)
  • publish: Re-order --git-reset flag in options (0653af9)
  • publish: Remove unused --npm-client option (4e7eaef)
  • symlink-binary: Use Package.lazy() instead of private resolver (83fe3ef)
  • version: Prevent clobbering composed --yes option (f3816be)

3.7.1 (2018-12-20)

Bug Fixes
  • bootstrap: Pulse progress bar during execution (b38a151)
  • clean: Pulse progress bar during execution (f1202de)
  • command: Enable progress from top-level log object (95e88f0)
  • import: Pulse progress bar during execution (b552e22)
  • npm-dist-tag: Accept opts.log, defaulting to libnpm/log (97edc7e)
  • npm-publish: Accept opts.log, defaulting to libnpm/log (a1d61f6)
  • pack-directory: Accept opts.log, defaulting to libnpm/log (d099d13)
  • publish: Do not pass this.logger into conf, it does not respect log.level (9bcd503)
  • publish: Pulse progress bar during execution (49b8771)
  • Add pulse-till-done utility (3359c63)
  • run-lifecycle: Accept opts.log, defaulting to libnpm/log (dde588a)
  • run-lifecycle: Do not execute on packages that lack the target script, avoiding spurious logs (c0ad316)

v3.7.1

Compare Source

Bug Fixes
  • pack-directory: Accept lazy Package, passing directory as second parameter (c6819c0)
  • package: Add Package.lazy() helper (4aa9d37)
  • package: Chain self from serialize() method for parity with refresh() (98c812c)
  • publish: Re-order --git-reset flag in options (0653af9)
  • publish: Remove unused --npm-client option (4e7eaef)
  • symlink-binary: Use Package.lazy() instead of private resolver (83fe3ef)
  • version: Prevent clobbering composed --yes option (f3816be)

v3.7.0

Compare Source

Bug Fixes
Features
  • Add @​lerna/get-packed (8675c8f)
  • Add @​lerna/pack-directory (be1aeaf)
  • dist-tag: Wrap options in figgy-pudding (2713ab8)
  • npm-publish: Use libnpm/publish instead of subprocess execution (433275e)
  • package: Add .refresh() method to update internal state when external changes have occurred (905ba10)
  • publish: Add npm-session, npm-version, and user-agent fields to libnpm/fetch config (5edb27d)
  • publish: Refresh package manifests after prepare/prepublishOnly lifecycle (e6b31f8)
  • publish: Use @​lerna/pack-directory instead of subprocess npm pack (fd7299f)
  • publish: Use libnpm/publish instead of subprocess execution (58fda8d)
  • version: Refresh package manifests after preversion lifecycle (7c7bf9a)

v3.6.0

Compare Source

Bug Fixes
Features
  • Add @​lerna/get-packed (8675c8f)
  • Add @​lerna/pack-directory (be1aeaf)
  • dist-tag: Wrap options in figgy-pudding (2713ab8)
  • npm-publish: Use libnpm/publish instead of subprocess execution (433275e)
  • package: Add .refresh() method to update internal state when external changes have occurred (905ba10)
  • publish: Add npm-session, npm-version, and user-agent fields to libnpm/fetch config (5edb27d)
  • publish: Refresh package manifests after prepare/prepublishOnly lifecycle (e6b31f8)
  • publish: Use @​lerna/pack-directory instead of subprocess npm pack (fd7299f)
  • publish: Use libnpm/publish instead of subprocess execution (58fda8d)
  • version: Refresh package manifests after preversion lifecycle (7c7bf9a)

v3.5.1

Compare Source

Bug Fixes
Features
  • add: Add --no-bootstrap option (89bb928)
  • bootstrap: Support --force-local option (#​1807) (25572af), closes #​1763
  • Migrate existing usage to libnpm (0d3a786), closes #​1767
  • create: Migrate npm info subprocess to libnpm.manifest (65a1d1b)
  • listable: Add --toposort option (b387881), closes #​1652
  • npm-dist-tag: Use fetch API instead of CLI to make changes (54008c6)
  • publish: Add a "from-package" positional argument (#​1708) (16611be), closes #​1648
  • publish: Attempt profile retrieval before whoami endpoint during user validation (38097d8)

3.5.1 (2018-11-29)

Bug Fixes
  • publish: Pass explicit list of files to checkout instead of globs (a4c57c2), closes #​1786

v3.5.0

Compare Source

Bug Fixes
  • conventional-commits: Bump minimum dependency ranges for node v11 compat (76fad65)
  • prettier (001a6df)
  • Update yarn workspaces error prompt link (#​1756) (d6e6a42)
  • publish: Ignore non-release tags when detecting from-git (#​1782) (3cb7465)
  • version: Add friendly error message when remote branch doesn't exist (#​1741) (cd34b48)
  • version: Don't version private packages lacking a version field (#​1654) (578bb19)
Features
  • publish: Add option --no-git-reset to leave unstaged changes in working tree (#​1791) (eae5619)
  • run: Log package name and timing in runScriptInPackageCapturing (#​1781) (b69a728)
  • version: Add --include-merged-tags option (#​1712) (7ee05d7)

3.4.3 (2018-10-10)

Bug Fixes
  • publish: Use correct field name when limiting retries (76589d4)

3.4.2 (2018-10-09)

Bug Fixes
  • publish: Prevent retries during access validation so third-party registries are skipped faster (a89ae62)
  • publish: Use modern auth resolution (7ba41a6)

3.4.1 (2018-10-04)

Bug Fixes
  • add: Allow --registry option (597606c)
  • bootstrap: Constrain npm-conf argument object to options.registry only (987fd26)
  • conventional-commits: Upgrade angular preset, ensure header is not duplicated (159a0b0), closes #​1696
  • conventional-commits: Upgrade dependencies (9752f3e), closes #​1641 #​1661
  • npm-conf: Do not overwrite defaults with undefined cli keys (25af71d)
  • publish: Overwrite Yarn registry proxy when encountered (f7fdc77)
  • publish: Set token on npm config, allow third-party registries to remain non-compliant (06a9479)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 0ae1650 to 4edc0e2 Compare November 29, 2018 16:37
@renovate renovate bot changed the title Update dependency lerna to v3.5.0 Update dependency lerna to v3.5.1 Nov 29, 2018
@renovate renovate bot changed the title Update dependency lerna to v3.5.1 Update dependency lerna to v3.6.0 Dec 8, 2018
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 4edc0e2 to c4b2cc8 Compare December 8, 2018 00:46
@renovate renovate bot changed the title Update dependency lerna to v3.6.0 Update dependency lerna to v3.7.0 Dec 19, 2018
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from c4b2cc8 to 62d1f0c Compare December 19, 2018 20:21
@renovate renovate bot changed the title Update dependency lerna to v3.7.0 Update dependency lerna to v3.7.1 Dec 20, 2018
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 62d1f0c to 39813f7 Compare December 20, 2018 00:23
@renovate renovate bot changed the title Update dependency lerna to v3.7.1 Update dependency lerna to v3.7.2 Dec 21, 2018
@renovate renovate bot force-pushed the renovate/lerna-3.x branch 2 times, most recently from db56093 to cf2cadf Compare December 21, 2018 02:25
@renovate renovate bot changed the title Update dependency lerna to v3.7.2 Update dependency lerna to v3.8.0 Dec 21, 2018
@renovate renovate bot changed the title Update dependency lerna to v3.8.0 Update dependency lerna to v3.8.1 Dec 31, 2018
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from cf2cadf to 2732fc3 Compare December 31, 2018 23:57
@renovate renovate bot changed the title Update dependency lerna to v3.8.1 Update dependency lerna to v3.8.2 Jan 3, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 2732fc3 to 31d2484 Compare January 3, 2019 01:32
@renovate renovate bot changed the title Update dependency lerna to v3.8.2 Update dependency lerna to v3.8.4 Jan 3, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 31d2484 to facc3da Compare January 3, 2019 02:33
@renovate renovate bot changed the title Update dependency lerna to v3.8.4 Update dependency lerna to v3.8.5 Jan 5, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from facc3da to f015388 Compare January 5, 2019 01:23
@renovate renovate bot changed the title Update dependency lerna to v3.8.5 Update dependency lerna to v3.9.0 Jan 8, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from f015388 to 859e808 Compare January 8, 2019 02:48
@renovate renovate bot changed the title Update dependency lerna to v3.9.0 Update dependency lerna to v3.9.1 Jan 8, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch 2 times, most recently from 75d0b2d to 63e9faf Compare January 8, 2019 22:18
@renovate renovate bot changed the title Update dependency lerna to v3.9.1 Update dependency lerna to v3.10.0 Jan 8, 2019
@renovate renovate bot changed the title Update dependency lerna to v3.10.0 Update dependency lerna to v3.10.1 Jan 9, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 63e9faf to e28e617 Compare January 9, 2019 00:33
@renovate renovate bot changed the title Update dependency lerna to v3.10.1 Update dependency lerna to v3.10.2 Jan 9, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from e28e617 to 861f7ec Compare January 9, 2019 19:01
@renovate renovate bot changed the title Update dependency lerna to v3.10.2 Update dependency lerna to v3.10.3 Jan 10, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 861f7ec to 359bb90 Compare January 10, 2019 20:52
@renovate renovate bot changed the title Update dependency lerna to v3.10.3 Update dependency lerna to v3.10.4 Jan 10, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 359bb90 to 36c2637 Compare January 10, 2019 23:24
@renovate renovate bot changed the title Update dependency lerna to v3.10.4 Update dependency lerna to v3.10.5 Jan 11, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 36c2637 to 4ed6248 Compare January 11, 2019 01:21
@renovate renovate bot changed the title Update dependency lerna to v3.10.5 Update dependency lerna to v3.10.6 Jan 19, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 4ed6248 to 340c77e Compare January 19, 2019 00:16
@renovate renovate bot changed the title Update dependency lerna to v3.10.6 Update dependency lerna to v3.10.7 Jan 23, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 340c77e to dfcd039 Compare January 23, 2019 00:07
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from dfcd039 to a52bb0a Compare February 1, 2019 18:29
@renovate renovate bot changed the title Update dependency lerna to v3.10.7 Update dependency lerna to v3.10.8 Feb 1, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from a52bb0a to 5d2f7d7 Compare February 8, 2019 01:45
@renovate renovate bot changed the title Update dependency lerna to v3.10.8 Update dependency lerna to v3.11.0 Feb 8, 2019
@renovate renovate bot changed the title Update dependency lerna to v3.11.0 Update dependency lerna to v3.11.1 Feb 11, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch 2 times, most recently from cf67d2a to 4cf9890 Compare February 14, 2019 20:57
@renovate renovate bot changed the title Update dependency lerna to v3.11.1 Update dependency lerna to v3.12.0 Feb 14, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 4cf9890 to ec4b2b0 Compare February 14, 2019 23:21
@renovate renovate bot changed the title Update dependency lerna to v3.12.0 Update dependency lerna to v3.12.1 Feb 14, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from ec4b2b0 to 9ce1199 Compare February 15, 2019 01:52
@renovate renovate bot changed the title Update dependency lerna to v3.12.1 Update dependency lerna to v3.13.0 Feb 15, 2019
@renovate renovate bot force-pushed the renovate/lerna-3.x branch from 9ce1199 to 3450dd1 Compare February 26, 2019 22:18
@renovate renovate bot changed the title Update dependency lerna to v3.13.0 Update dependency lerna to v3.13.1 Feb 26, 2019
@renovate renovate bot changed the title Update dependency lerna to v3.13.1 Update dependency lerna to v3.13.1 - autoclosed Mar 4, 2019
@renovate renovate bot closed this Mar 4, 2019
@renovate renovate bot deleted the renovate/lerna-3.x branch March 4, 2019 03:53
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.

1 participant