Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna-lite/core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/core - npm Package Versions

1
8

2.3.0

Diff

Changelog

Source

2.3.0 (2023-05-05)

Features

  • publish: add npm provenance to lerna publish (#600) (dc082c2) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#597) (48f8ad6) - by @renovate[bot]
  • deps: update dependency inquirer to ^9.2.1 (#599) (b043c78) - by @renovate[bot]
ghiscoding
published 2.2.0 •

Changelog

Source

2.2.0 (2023-05-02)

Features

  • core: accept comments in lerna.json config via JSON5 format (#586) (2aed0c0) - by @ghiscoding

Bug Fixes

  • cli: missing --allow-peer-dependencies-update flag (#593) (b95d370) - by @ma-multipla
  • deps: update all non-major dependencies (#592) (27c3a90) - by @renovate[bot]
  • deps: update dependency p-map to v6 (#589) (13c4c04) - by @renovate[bot]
  • version: allowPeerDependenciesUpdate should work w/workspace:^, fix #590 (#591) (0de00e1) - by @ghiscoding
ghiscoding
published 2.1.0 •

Changelog

Source

2.1.0 (2023-04-21)

Features

  • publish: add name of package that fails to publish (#574) (94e5fed) - by @ghiscoding

Bug Fixes

  • cannot find publish module if cli inside a monorepo package (#573) (6cb85d8) - by @johnsoncodehk
  • cannot find optional commands if cli inside a monorepo package (#578) (c1979dd) - by @ghiscoding
  • deps: update all non-major dependencies (#583) (43c156c) - by @renovate[bot]
  • deps: update dependency p-map to v5 (#568) (e7c4ee9) - by @renovate[bot]
  • keep only peerDependenciesMeta without peerDeps, fixes #578 (#585) (b804aac) - by @ghiscoding
  • publish: add normalize-path as a dependency (#579) (5dedbbe) - by @rfoel
  • version: invalid --conventional-prerelease should throw, fix #569 (#577) (b4d9e1f) - by @ghiscoding
ghiscoding
published 2.0.0 •

Changelog

Source

2.0.0 (2023-04-14)

⚠ BREAKING CHANGES

Refer to the v2.0.0 release for more info about the migration.

  • build: prepare official Lerna-Lite 2.0 release (#567)

Features

  • build: prepare official Lerna-Lite 2.0 release (#567) (2865a60), closes #537 - by @ghiscoding
  • version add --skip-bump-only-release to avoid empty gh releases (#555) (e93e6fd) - by @ghiscoding
  • run add back optional --use-nx option to run command (#557) (7baf389) - by @ghiscoding

Bug Fixes

  • config: catch initialization errors, update cosmiconfig (#519) (66299a2) - by @d-fischer
  • core: ignore globby pattern type should be an array not a string (#529) (c45dcb1) - by @ghiscoding
  • deps: update all non-major dependencies (#535) (bdb1e9c) - by @renovate[bot]
  • deps: update all non-major dependencies (#547) (deb467c) - by @renovate[bot]
  • deps: update dependency cosmiconfig to ^8.1.3 (#523) (6870489) - by @renovate[bot]
  • run: only use run-one w/Nx when not passing multiple scripts (#531) (731f783) - by @ghiscoding
ghiscoding
published 2.0.0-alpha.2 •

Changelog

Source

2.0.0-alpha.2 (2023-04-07)

⚠ BREAKING CHANGES

  • run: remove --use-nx (powered by Nx) option from run command (#554)
  • publish: make version & publish commands optionnal, closes #450 (#552)
  • build: migrate to ESM build & switch to Vitest for ESM support (#537)

Features

  • build: migrate to ESM build & switch to Vitest for ESM support (#537) (308fc2e) - by @ghiscoding
  • cli: remove listable dependency from CLI (#553) (1baa0d1) - by @ghiscoding
  • publish: make version & publish commands optionnal, closes #450 (#552) (11e4dab) - by @ghiscoding
  • publish: remove --require-scripts, keep npm scripts lifecycle (#542) (6559aec) - by @ghiscoding
  • remove all deprecated options tagged to be removed in next major (#545) (a6f44b3) - by @ghiscoding
  • run: remove --use-nx (powered by Nx) option from run command (#554) (b5ff9c9) - by @ghiscoding
  • version: remove deprecated --changelog-version-message option (#543) (d125eef) - by @ghiscoding
  • version: use await import instead of require() for GHE release (#546) (f6a2488) - by @ghiscoding

Bug Fixes

  • config: catch initialization errors, update cosmiconfig (#519) (66299a2) - by @d-fischer
  • core: ignore globby pattern type should be an array not a string (#529) (c45dcb1) - by @ghiscoding
  • deps: update all non-major dependencies (#535) (bdb1e9c) - by @renovate[bot]
  • deps: update dependency cosmiconfig to ^8.1.3 (#523) (6870489) - by @renovate[bot]
  • deps: update dependency minimatch to v8 and couple other deps patch (#550) (e7d29f1) - by @ghiscoding
  • run: only use run-one w/Nx when not passing multiple scripts (#531) (731f783) - by @ghiscoding
ghiscoding
published 1.17.0 •

Changelog

Source

1.17.0 (2023-03-16)

Features

  • version: support git "describeTag" configuration in version/publish commands (#515) (6a041e4) - by @xueran
ghiscoding
published 1.16.2 •

Changelog

Source

1.16.2 (2023-03-13)

Bug Fixes

  • cli: TypeScript should be saved & published as LF, fixes #513 (#514) (1c62eb7) - by @ghiscoding
ghiscoding
published 1.16.1 •

Changelog

Source

1.16.1 (2023-03-11)

Bug Fixes

  • sign tags sequentially to prevent gpg issues with many tags (#511) (5f300be) - by @heilmela
ghiscoding
published 1.16.0 •

Changelog

Source

1.16.0 (2023-03-03)

Bug Fixes

  • deps: update all non-major dependencies (#488) (126bdb7) - by @renovate[bot]
  • deps: update all non-major dependencies (#502) (b26827d) - by @ghiscoding
  • deps: update dependency minimatch to v7 (#489) (4fd3ac0) - by @renovate[bot]
  • exec: add note to wrap lerna exec commands in quotes (#497) (29c6389) - by @ghiscoding
  • init: the --use-workspaces option should update lerna.json (#501) (dfbe1eb) - by @ghiscoding
  • publish: ensure zero exit code when EWORKINGTREE warning occurs (#500) (b14150b) - by @ghiscoding
  • version: highlight version prop required in lerna.json (#486) (8720397), closes #485 - by @ghiscoding
  • version: validate yarn Berry gte 2.0 before running yarn sync lock (#494) (26d630e) - by @ghiscoding

Features

  • version: add --independent-subpackages option, closes #491 (#495) (dfd0a78) - by @ghiscoding
  • version: add user-defined build metadata to bumped packages (#504) (b8fbf2c) - by @ghiscoding
ghiscoding
published 1.15.1 •

Changelog

Source

1.15.1 (2023-02-08)

Bug Fixes

  • deps: update dependency minimatch to v6 (#481) (b97ecee) - by @renovate[bot]
  • watch: remove watch stdin causing problem exiting the watch (#478) (6f1232f) - by @ghiscoding
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc