Skip to content

Commit

Permalink
feat(lerna): deprecate lerna support (#23886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Aug 16, 2023
1 parent 8ad3126 commit d45cf97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/modules/manager/npm/extract/monorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export async function detectMonorepos(
delete p.managerData.lernaPackages;
delete p.managerData.lernaClient;
} else {
logger.debug('Detected lerna <7');
logger.warn(
'Support for lerna <7 is now deprecated, please prioritize updating to v7'
);
}
}
}
Expand Down

0 comments on commit d45cf97

Please sign in to comment.