Benji

Results 10 issues of Benji

Dependabot was recently acquired by Github, has the same features and more so makes sense.

enhancement

So you could for example, exclude all the properties starting with $ from being cloned. Angular likes to attach extra '$...' properties to scoped objects, and although there exists `angular.copy`...

enhancement

For handling specific types/paths in the tree, so if there is a particular object for example that you need to create with a specific constructor then you can.

enhancement

## Feature Request ### The problem I have a few repositories connected to Green Keeper most of which depend on the same shared libraries so when a new version of...

Currently when importing from a file named `middleoutCompression/index.ts` ts-importer specifies the `'./middleoutCompression/index'` as the path. I would be nicer if it instead simplified the path down to `'./middleoutCompression'`.

Currently ts-importer adds new import statements to the end of the import list. It would be great if it instead inserted new import statements alphabetically amongst all the import statements....

Currently ts-importer adds new dependencies to an existing import statement as the last item in the statement. Instead, it would be great if it inserted new dependencies alphabetically amongst the...

Firstly, thank you for a mostly amazing extension. Path-Intellisense makes my dev life so much easier every day. ❤️ That said, there's one annoying issue that crops up every time...

Thank you for this great little library, I use it often. ### Problem The option to include the number in the output is very convenient. ```js pluralize('record', recordCount, true) //...