renovate icon indicating copy to clipboard operation
renovate copied to clipboard

Handle more complex yarn resolutions

Open JamieMagee opened this issue 3 years ago • 0 comments

What would you like Renovate to be able to do?

Currently Renovate can handle yarn replacements that are either exact, or are wildcards:

https://github.com/renovatebot/renovate/blob/9f8155b2bf46c089329e5f16442e337aa24e08d7/lib/manager/npm/update/dependency/index.ts#L107-L111

Renovate should be able to handle resolutions at any level

If you have any ideas on how this should be implemented, please tell us here.

Per https://github.com/renovatebot/renovate/pull/5558#discussion_r746286758 it may be as simple as

endsWith(`/${upgrade.newName}`)

Is this a feature you are interested in implementing yourself?

Yes

JamieMagee avatar Nov 11 '21 05:11 JamieMagee