You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@lerna-lite/diff

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/diff - npm Package Versions

1
4568

1.13.0

Diff
g
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
g
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
g
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
g
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
g
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
g
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
g
ghiscoding
published 1.10.0 •

Changelog

Source

1.10.0 (2022-08-06)

Bug Fixes

  • core: ensure to touch all nodes in package-graph, fix issue found by Jest team (f4f7bbc) - by @ghiscoding
  • deps: update all non-major dependencies (abe1eff) - by @renovate-bot
  • run: do not toposort when running in parallel with useNx to match legacy (af1192c) - by @ghiscoding
  • version: get oldest commit data for changelog include commit login (5d7464b) - by @ghiscoding

Features

  • version: use conventional commit changelog writer for perf (e9d7c52) - by @ghiscoding
g
ghiscoding
published 1.9.1 •

Changelog

Source

1.9.1 (2022-08-01)

Bug Fixes

  • publish: should only warn when using --no-workspace-strict-match (37dd3e7) - by @ghiscoding
g
ghiscoding
published 1.9.0 •

Changelog

Source

1.9.0 (2022-07-28)

Bug Fixes

  • core: ensure to touch all nodes in package-graph, fix issue found by Jest team (#301) (f4f7bbc) - by @ghiscoding
  • version: inherit stdio for lerna version lifecycle scripts (#276) (9c3625d) - by @ghiscoding
  • version: make sure we always have regex match array (#271) (ba34849) - by @ghiscoding
  • version: rename option to --changelog-include-commits-git-author (b095637) - by @ghiscoding

Features

  • publish: disable legacy verifyAccess behavior by default (#274) (fb1852d) - by @ghiscoding
  • publish: include all deps in package graph by default, allow no-sort (#277) (3229e77) - by @ghiscoding
  • version: option to add commit login username on each changelog entry, closes #248 (#272) (2ca0dca) - by @ghiscoding
g
ghiscoding
published 1.8.0 •

Changelog

Source

1.8.0 (2022-07-21)

Bug Fixes

  • deps: update all non-major dependencies (ed1db35) (by Renovate Bot)
  • deps: update all non-major dependencies (#254) (2d9a0d5) (by WhiteSource Renovate)
  • deps: update dependency @octokit/rest to v19 (#251) (d0018d7) (by WhiteSource Renovate)
  • deps: update dependency git-url-parse to v12 (978bf36) (by Renovate Bot)
  • diff: add diff command missing dependency (#265) (29168f7) (by Ghislain B)
  • run: add double quotes around script target containing colon (18da175) (by ghiscoding)
  • version: Node14, import from "fs" instead of "node:fs", fixes #260 (#261) (5e420fd) (by Ghislain B)
  • version: rollback previous patch on pnpm lockfile update (d9f933c) (by ghiscoding)

Features

  • filter for lerna tags in independent mode (#267) (8c3cdb3) (by Ghislain B)
  • version: add flag to include changelog commit author, close #248 (#253) (7fd8db1) (by Ghislain B)
  • version: provide custom format to include commit author fullname (#269) (1f5a94e) (by Ghislain B)