- Updated dependencies [
2c06ac0]:- @manypkg/find-root@3.1.0
- @manypkg/tools@2.1.0
-
#250
3cf8c4eThanks @Andarist! - Fixed an issue with projects using npm workspaces being recognized as yarn projects -
#242
1763058Thanks @spanishpear! - This package is now published as a pure ESM package. -
#244
f29df03Thanks @Andarist! - Add"engines"field for explicit node version support. The supported node versions are>=20.0.0.
- Updated dependencies [
28c3ff4,28c3ff4,3cf8c4e,1763058,a00f5f7,ceeb7cb,f29df03]:- @manypkg/find-root@3.0.0
- @manypkg/tools@2.0.0
-
#208
361a34fThanks @benmccann! - Add git repository info topackage.json -
Updated dependencies [
361a34f]:- @manypkg/find-root@2.2.2
- @manypkg/tools@1.1.1
- #201
3c9641cThanks @manzoorwanijk! - Fixed the error for getPackages when given a non-root directory
- #174
de0fff3Thanks @steve-taylor! - Restored support for Bolt monorepos.
- Updated dependencies [
de0fff3]:- @manypkg/find-root@2.2.0
- @manypkg/tools@1.1.0
- #167
bf586f5Thanks @elliot-nelson! - ThegetPackagesandgetPackagesSyncmethods now take an optional list ofToolimplementations, allowing the caller to restrict the desired types of monorepo discovered, or provide a custom monorepo tool implementation.
- Updated dependencies [
bf586f5]:- @manypkg/find-root@2.1.0
- #162
f046017Thanks @Andarist! - Increased the transpilation target of the source files tonode@14.x. At the same time added this aspackage.json#enginesto explicitly declare the minimum node version supported by this package.
- #151
a01efc9Thanks @elliot-nelson! - Theget-packagespackage now returns a slightly different structure. The oldtoolstring has been replaced with atoolobject, using the newToolinterface provided by@manypkg/tools. EachPackagenow contains both the absolute directory and relative directory path. Last, therootpackage has been renamedrootPackageand is optional, to support monorepos that do not contain a root package.
- Updated dependencies [
a01efc9,a01efc9,7b9c4f6,f046017]:- @manypkg/find-root@2.0.0
- @manypkg/tools@1.0.0
35fcc9c#70 Thanks @jesstelford! - Add missing license field
a4db72a#63 Thanks @evocateur! - Add support for Lerna monorepos
- Updated dependencies [
a4db72a]:- @manypkg/find-root@1.1.0
596d821#55 Thanks @Andarist! - Ignorenode_moduleswhen glob searching for packages. This fixes an issue with package cycles.
-
72a0112#47 Thanks @tarang9211! - Initial release of@manypkg/get-packages. If you're migrating fromget-workspaces, the most important changes are:- getPackages is a named export
- getPackages only accepts a single argument which is the directory to search from
- getPackages returns an object which has
tool,packagesandroot - getPackages will search up from the directory passed in to find a project root rather than requiring the project root to be passed in
- the package objects no longer have a
namefield and theconfigproperty has been renamed topackageJson
See the README for more information on the new API
- Updated dependencies [
72a0112]:- @manypkg/find-root@1.0.0