@lerna/collect-updates
An internal Lerna tool
Usage
You probably shouldn't, at least directly.
Install lerna for access to the lerna CLI.
An internal Lerna tool
@lerna/collect-updatesAn internal Lerna tool
You probably shouldn't, at least directly.
Install lerna for access to the lerna CLI.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @lerna/collect-updates
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)
Note: Version bump only for package @lerna/collect-updates
slash@^2.0.0 (bedd6af)Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
repository.directory field to package.json (aec5023)homepage field (abeb4dc)Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
--force-publish in a canary release (b97d9a3), closes #1638--force-publish to work on tagged releases (7971bf3), closes #1667 #1671Note: Version bump only for package @lerna/collect-updates
lerna version from of lerna publish (#1522) (8b97394), closes #277 #936 #956 #961 #1056 #1118 #1385 #1483 #1494--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.
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates
Note: Version bump only for package @lerna/collect-updates