Commit Graph

8 Commits

Author SHA1 Message Date
MT Lewis b207f69ba1 yarn-plugin: memoize manifest fetching
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-27 14:10:15 +01:00
MT Lewis a8bd40162c yarn-plugin: validate version of yarn in yarn plugin
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-11 12:10:10 +01:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
MT Lewis 573e98b352 yarn-plugin: use findPaths from cli-common instead of custom findWorkspaceRoot implementation
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-06-04 17:03:59 +01:00
MT Lewis c24bc371eb yarn-plugin: add unit tests
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-06-04 17:03:57 +01:00
MT Lewis 612d471d29 yarn-plugin: handle packing step
This commit introduces a beforeWorkspacePacking
hook which converts `backstage:` versions back
into `npm:`` versions when packages are packed for
publish. This allows the `backstage:` protocol to
be used even for packages that are intended to
themselves be published (such as packages in
third-party Backstage plugin monorepos outside
core).

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-06-04 17:03:56 +01:00
MT Lewis eaa7500130 yarn-plugin: add initial version of plugin
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-06-04 17:03:54 +01:00