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

build(deps-dev): bump lerna from 3.22.1 to 4.0.0 #53

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps lerna from 3.22.1 to 4.0.0.

Release notes

Sourced from lerna's releases.

v4.0.0

4.0.0 (2021-02-10)

Notable Changes

  • Node v6.x & v8.x are no longer supported. The minimum supported version is now v10.18.0 (LTS Dubnium).
  • Dependencies updated across the board, should no longer trigger audit warnings.
  • Lots of JSDoc type annotations were added. Maybe they're helpful?

Nothing was newly deprecated, nothing previously deprecated was removed. Migrating to v4 should be straightforward.

Bug Fixes

  • version: Ensure --create-release environment variables are present during initialization (2d0a97a)
  • Improve accuracy of JSDoc type annotations (1ec69f0)
  • create: Use main as default Github branch (1a951e9)
  • import: Better handling of "Patch is empty" (#2588) (0497bc7)

Code Refactoring

  • describe-ref: Add JSDoc types, remove test-only export (e5cf30c)
  • package: Move Package.lazy() to static method (e52108e)

Features

  • child-process: Add JSDoc types (1840492)
  • collect-uncommitted: Remove figgy-pudding (621b382)
  • collect-updates: Add JSDoc type annotations to primary export (a4e7c78)
  • conventional-commits: Add JSDoc types to named exports (81a591c)
  • deps: @​evocateur/libnpmaccess -> libnpmaccess@^4.0.1 (7974b35)
  • deps: @​evocateur/libnpmpublish -> libnpmpublish@^4.0.0 (341146e)
  • deps: @​evocateur/npm-registry-fetch -> npm-registry-fetch@^9.0.0 (6df42f2)
  • deps: @​evocateur/pacote -> pacote@^11.1.13 (99b4217)
  • deps: @​octokit/rest@^18.0.9 (f064a55)
  • deps: @​zkochan/cmd-shim -> cmd-shim@^4.0.2 (179e2c3)
  • deps: Bump dependencies (affed1c)
  • deps: byte-size@^7.0.0 (a1b2555)
  • deps: camelcase -> yargs-parser/camelCase (d966e8b)
  • deps: chalk@^4.1.0 (d2a9ed5)
  • deps: conventional-changelog-core@^4.2.1 (54e2b98)
  • deps: conventional-recommended-bump@^6.0.11 (4ff481c)
  • deps: cosmiconfig@^7.0.0 (2958fe6)
  • deps: dot-prop@^6.0.0 (5f31d3b)
  • deps: execa@^4.1.0 (9051dca)
  • deps: execa@^5.0.0 (d8100fd)
  • deps: fs-extra@^9.0.1 (2f6f4e0)
  • deps: get-port@^5.1.1 (b1b2275)
  • deps: get-stream@^6.0.0 (ddf2ab5)

... (truncated)

Changelog

Sourced from lerna's changelog.

4.0.0 (2021-02-10)

Features

  • Consume named exports of sibling modules (63499e3)
  • deps: import-local@^3.0.2 (e0e74d4)
  • Drop support for Node v6.x & v8.x (ff4bb4d)

BREAKING CHANGES

  • Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.

Here's the gnarly one-liner I used to make these changes:

npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"

(requires npm i -g json beforehand)

Commits
  • 4582c47 chore(release): v4.0.0
  • 1f17e0c chore(lerna): Set top-level package tag -> next
  • 63499e3 feat: Consume named exports of sibling modules
  • e0e74d4 feat(deps): import-local@^3.0.2
  • 1500d31 chore(dev-deps): Prettier 2
  • ff4bb4d feat: Drop support for Node v6.x & v8.x
  • 5ef6364 docs: master -> main
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 10 times, most recently from 22a33e6 to 95f75d4 Compare June 7, 2021 08:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 12 times, most recently from 68b2f0d to 688947e Compare July 2, 2021 09:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 6 times, most recently from 409b8bf to 110ffb2 Compare July 8, 2021 08:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch from 110ffb2 to 5fb628d Compare July 13, 2021 03:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 15 times, most recently from 684d7d9 to 2102237 Compare August 27, 2021 07:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 4 times, most recently from a0a6e20 to bff9e96 Compare August 31, 2021 08:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch 2 times, most recently from d9cdbb7 to a4d8080 Compare September 4, 2021 09:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch from a4d8080 to 58bba35 Compare September 26, 2021 08:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lerna-4.0.0 branch from 58bba35 to bdd9de6 Compare September 26, 2021 08:27
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

5 similar comments
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 25, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants