Socket
Socket
Sign inDemoInstall

@lerna/list

Package Overview
Dependencies
505
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
12Next

6.2.0

Diff

Changelog

Source

6.2.0 (2022-12-13)

Bug Fixes

  • core: more detailed error message when version cannot be found (#3424) (b729b0c)
  • schema: add the other format changelogPreset can assume (#3441) (d286973)
  • utils: check validity of bundledDependencies before iteration (#2960) (2517ffb)

Features

jameshenry
published 6.1.0 •

Changelog

Source

6.1.0 (2022-11-29)

Bug Fixes

  • run: detect target configuration in package.json files (#3432) (798aae1)

Features

  • version: bump prerelease versions from conventional commits (#3362) (2288b3a)
jameshenry
published 6.0.3 •

Changelog

Source

6.0.3 (2022-11-07)

Bug Fixes

  • publish: support inconsistent workspace prefix usage (#3413) (da2274b)
  • version: only apply prettier if it was explicitly installed (#3406) (0161bbe)
jameshenry
published 6.0.2 •

Changelog

Source

6.0.2 (2022-11-02)

Bug Fixes

  • publish: remove workspace prefix on publish (#3397) (1f0e546)
jameshenry
published 6.0.1 •

Changelog

Source

6.0.1 (2022-10-14)

Bug Fixes

  • run: allow for loading of env files to be skipped (#3375) (5dbd904)
jameshenry
published 6.0.0 •

Changelog

Source

6.0.0 (2022-10-12)

Super fast, modern task-runner implementation for lerna run

As of version 6.0.0, Lerna will now delegate the implementation details of the lerna run command to the super fast, modern task-runner (powered by Nx) by default.

If for some reason you wish to opt in to the legacy task-runner implementation details (powered by p-map and p-queue), you can do so by setting "useNx": false in your lerna.json. (Please let us know via a Github issue if you feel the need to do that, however, as in general the new task-runner should just work how you expect it to as a lerna user).

Interactive configuration for lerna run caching and task pipelines via the new lerna add-caching command

When using the modern task-runner implementation described above, the way to get the most out of it is to tell it about the outputs of your various scripts, and also any relationships that exist between them (such as needing to run the build script before the test, for example).

Simply run lerna add-caching and follow the instructions in order to generate all the relevant configuration for your workspace.

You can learn more about the configuration it generates here: https://lerna.js.org/docs/concepts/task-pipeline-configuration

Automatic loading of .env files in lerna run with the new task-runner implementation

By default the modern task runner powered by Nx will automatically load .env files for you. You can set --load-env-files to false if you want to disable this behavior for any reason.

For more details about what .env files will be loaded by default please see: https://nx.dev/recipes/environment-variables/define-environment-variables

Obsolete options in lerna run with the new task-runner implementation

There are certain legacy options for lerna run which are no longer applicable to the modern task-runner. Please see full details about those flags, and the reason behind their obselence, here:

https://lerna.js.org/docs/lerna6-obsolete-options

New lerna repair command

When configuration changes over time as new versions of a tool are published it can be tricky to keep up with the changes and sometimes it's possible to miss out on optimizations as a result.

When you run the new command lerna repair, lerna will execute a series of code migrations/codemods which update your workspace to the latest and greatest best practices for workspace configuration.

The actual codemods which run will be added to over time, but for now one you might see run on your workspace is that it will remove any explicit "useNx": true references from lerna.json files, because that is no longer necessary and it's cleaner not to have it.

We are really excited about this feature and how we can use it to help users keep their workspaces up to date.

jameshenry
published 6.0.0-alpha.2 •

Changelog

Source

6.0.0-alpha.2 (2022-10-12)

Bug Fixes

jameshenry
published 6.0.0-alpha.1 •

Changelog

Source

6.0.0-alpha.1 (2022-10-09)

jameshenry
published 5.6.2 •

Changelog

Source

5.6.2 (2022-10-09)

Bug Fixes

  • bootstrap: reject-cycles when using workspaces (#3168) (8a47a6d)
  • core: fix "cannot read property 'version' of undefined" for pnpm + independent versioning (#3358) (31e4c98)
  • core: replace "red" color with "brightBlue" on package's output prefix (#2774) (d7c1b87)
  • create: remove unused globby dep (#3360) (e873f0c)
  • npm-publish: Allows disabling of strict SSL checks (#2952) (eec3207)
  • run: always set env LERNA_PACKAGE_NAME environment variable (#3359) (012d31d)
jameshenry
published 6.0.0-alpha.0 •

Changelog

Source

6.0.0-alpha.0 (2022-10-07)

Note: Version bump only for package lerna-monorepo

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc