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

1.15.0

Diff

Changelog

Source

1.15.0 (2023-02-04)

Bug Fixes

  • deps: update dependency @npmcli/arborist to ^6.2.1 (#471) (5387b4e) - by @renovate[bot]
  • publish: deprecate publish --require-scripts (#463) (e8ef54e) - by @ghiscoding
  • publish: downgrade glob deps to cleanup temp file (#475) (de09614) - by @ghiscoding
  • schema: --contents type should be string, fixes #466 (#467) (c12aafe) - by @ghiscoding
  • watch: use a better debounce option name for the watch (#476) (eb0bbc1) - by @ghiscoding

Features

  • publish: add --cleanup-temp-files option to cleanup packed tmp (#474) (6781c79) - by @ghiscoding
  • publish: recover from network failure (#469) (acd586d) - by @ghiscoding
  • version: move all version related methods under version package (#456) (2c0921a) - by @ghiscoding
  • watch: add optional stdin key to exit watch mode cleanly (#472) (d0cf2d9) - by @ghiscoding
ghiscoding
published 1.14.2 •

Changelog

Source

1.14.2 (2023-01-21)

Bug Fixes

  • watch: add missing --stream option (#448) (b249c7c) - by @ghiscoding
  • watch: add missing Chokidar option awaitWriteFinish as a boolean (#449) (6ed56dc) - by @ghiscoding
  • watch: lerna watch should ignore git, dist & node_modules folders (#452) (fa34c58) - by @ghiscoding
  • watch: queue watch callbacks to avoid breaking previous run (#453) (bd892ac) - by @ghiscoding
ghiscoding
published 1.14.1 •

Changelog

Source

1.14.1 (2023-01-19)

Bug Fixes

  • watch: glob should work without slash prefix (#447) (e3ee22d) - by @ghiscoding
ghiscoding
published 1.14.0 •

Changelog

Source

1.14.0 (2023-01-18)

Bug Fixes

  • core: more detailed error message when version cannot be found (#431) (7f3dffb) - by @ghiscoding
  • deps: update all non-major dependencies (#423) (b965cc7) - by @renovate-bot
  • deps: update all non-major dependencies (#425) (3793929) - by @renovate-bot
  • deps: update dependency @npmcli/arborist to ^6.1.6 (#440) (51eec47) - by @renovate[bot]
  • schema: add the other format changelogPreset can assume (#422) (060a7e9) - by @ghiscoding

Features

  • publish: add --summary-file option (#428) (3de55ef) - by @ghiscoding
  • version: allow passing multiple npmClientArgs as CSV (#429) (0f32a95) - by @ghiscoding
  • version: support custom command for git tag (#430) (246ac57) - by @ghiscoding
  • watch: Add lerna watch command (#441) (a244128) - by @ghiscoding
ghiscoding
published 1.13.0 •

Changelog

Source

1.13.0 (2022-11-22)

Bug Fixes

  • deps: libnpmaccess was rewritten, lsPackages is now getPackages (#401) (abb78b0) - by @ghiscoding
  • deps: npm-package-arg now normalize x, x@, x@* (#400) (41b6eaa) - by @ghiscoding
  • deps: update all non-major dependencies (#402) (3feeea9) - by @renovate-bot
  • deps: update all non-major dependencies (#405) (084da4f) - by @renovate-bot
  • deps: update all non-major dependencies (#414) (267fced) - by @renovate-bot
  • deps: update dependency @npmcli/arborist to v6 (#396) (39b0feb) - by @renovate-bot
  • deps: update dependency @npmcli/run-script to v6 (#406) (02c998e) - by @renovate-bot
  • deps: update dependency cosmiconfig to v8 (#419) (b31dfe7) - by @renovate-bot
  • deps: update dependency libnpmpublish to v7 (#399) (4eaea64) - by @renovate-bot
  • run: detect Nx target configuration in package.json files (#416) (be2af28) - by @ghiscoding

Features

  • publish: apply publishConfig overrides, closes #404 (#415) (03e8157) - by @ghiscoding, @artechventure
  • version: bump prerelease versions from conventional commits (#409) (dad936e) - by @ghiscoding
  • version: use npmClientArgs in npm install after lerna version (#417) (43e5dcd) - by @ghiscoding
ghiscoding
published 1.12.0 •

Changelog

Source

1.12.0 (2022-10-14)

Bug Fixes

  • bump min Node version to >=14.17.0 to align with external deps (#387) (2f804e9) - by @ghiscoding
  • deps: update dependency @npmcli/run-script to v5 (#388) (f8a8995) - by @renovate-bot
  • deps: update dependency @octokit/rest to ^19.0.5 (#380) (18155d8) - by @renovate-bot
  • deps: update dependency dotenv to ^16.0.3 (66467f5) - by @renovate-bot
  • deps: update dependency npm-packlist to v6 (4241c2f) - by @renovate-bot
  • deps: update dependency npmlog to v7 (#389) (d2110f1) - by @renovate-bot
  • deps: update dependency read-package-json to v6 (#390) (c585090) - by @renovate-bot
  • deps: update dependency ssri to v10 (#385) (04457c9) - by @renovate-bot
  • deps: update dependency write-file-atomic to v5 (#386) (ffdea0d) - by @renovate-bot
  • deps: upgrading pacote & npm-packlist to v7 requires arborist tree (#367) (8c34a3b) - by @ghiscoding
  • npm-publish: Allows disabling of strict SSL checks (#374) (a26d849) - by @ghiscoding
  • run: allow for loading of env files to be skipped (#391) (440611e) - by @ghiscoding
  • run: fully defer to Nx for dep detection when nx.json exists (0657aa4) - by @ghiscoding
  • run: only defer to Nx when targetDefaults are defined in nx.json (127f90c) - by @ghiscoding
  • run: warn on incompatible arguments with useNx (bc5e823) - by @ghiscoding

Features

  • commands: rename git-dry-run and cmd-dry-run to simply dry-run (#377) (3a55f5e) - by @ghiscoding
  • publish: add new option --remove-package-fields before publish (#359) (45a2107) - by @ghiscoding
  • run: add --use-nx as CLI option and add Nx profiler (9da003e) - by @ghiscoding
  • version: add --allow-peer-dependencies-update, closes #333 (#363) (efaf011) - by @ghiscoding
  • version: use manual GitHub web interface when GH_TOKEN undefined (83e9cce) - by @ghiscoding
ghiscoding
published 1.11.3 •

Changelog

Source

1.11.3 (2022-09-20)

Bug Fixes

  • cli: add missing Type to fix TSC build error (836d7f0) - by @ghiscoding
  • deps: update dependency git-url-parse to ^13.1.0 (bcce5ae) - by @renovate-bot
  • deps: update dependency git-url-parse to v13 (3bf8155) - by @renovate-bot
  • deps: update dependency uuid to v9 (e97efb6) - by @renovate-bot
  • run: exclude dependencies with --scope when nx.json is not present (3c222ed) - by @ghiscoding
ghiscoding
published 1.11.2 •

Changelog

Source

1.11.2 (2022-08-30)

Bug Fixes

  • version: --changelog-include-commits-[x] in cli should be truthy (1ddde05) - by @ghiscoding
  • version: --changelog-header-message should be added to all logs (c27a97d) - by @ghiscoding
ghiscoding
published 1.11.1 •

Changelog

Source

1.11.1 (2022-08-24)

Bug Fixes

  • core: fix parsing commit date with different time zone (2dc37ec) - by @ahrbil
ghiscoding
published 1.11.0 •

Changelog

Source

1.11.0 (2022-08-19)

Bug Fixes

  • core: use match pattern to get last tag date with independent mode (cebcecf) - by @ghiscoding
  • deps: update all non-major dependencies (e3b379c) - by @renovate-bot
  • deps: update all non-major dependencies (e8dcfec) - by @renovate-bot
  • version: changelog client login not need linkRefs in template (57047ab) - by @ghiscoding
  • version: commit user login, oldest commit might be undefined (4132f43) - by @ghiscoding
  • version: properly update dependencies npm lockfile v2 (0abfa85) - by @ghiscoding
  • version: use %aI to pull oldest commit author date (e033e05) - by @ghiscoding

Features

  • cli: add JSON schema for lerna.json (fd93826) - 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