0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-12 23:36:57 +00:00
Commit graph

9 commits

Author SHA1 Message Date
Gabriel-Ladzaretti
d82ab67bb6
fix(datasource/npm): expose default registry urls () 2024-06-17 10:03:42 +00:00
RahulGautamSingh
d0b77e584a
feat(datasource): sourceUrl & releaseTimestamp support () 2024-05-21 07:04:12 +00:00
Sergei Zharinov
3b53efe67c
refactor(datasource/npm): Remove unused fields from types () 2023-04-11 13:41:24 +00:00
Rhys Arkins
55d234ec07
fix(npm): remove memcache () 2022-09-09 09:16:40 +02:00
Rhys Arkins
e8b9819c07
fix(npm): don't overwrite cached tags () 2022-05-07 18:19:53 +02:00
Michael Kriese
08b5063761
refactor: more strict null checks () 2022-04-16 09:38:07 +02:00
Rhys Arkins
a2b47c822f
feat(npm): support custom registryUrls ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 09:13:21 +01:00
Rhys Arkins
143c9a6751 refactor: rename lookupName -> packageName ()
Renames `lookupName` to be `packageName`.

BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd refactor: lib/modules ()
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00
Renamed from lib/datasource/npm/index.ts (Browse further)