0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-13 15:53:27 +00:00
Commit graph

13 commits

Author SHA1 Message Date
renovate[bot]
eb8c08079e
chore(deps): update typescript-eslint monorepo to v8 (major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-08-14 10:33:02 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Michael Kriese
a9dc0625cf
fix: better branch code coverage () 2023-09-06 11:26:22 +00:00
Michael Kriese
497d4c131f
fix(manager): unify logging ()
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
Rhys Arkins
3cef2f2e4f
refactor: PackageFile -> PackageFileContent () 2023-02-19 12:43:48 +00:00
Rhys Arkins
4dc7869312
fix(jsonnet-bundler): default subdir to empty string () 2022-11-24 08:40:36 +01:00
Rhys Arkins
a27a7fa978 fix(jsonnet-bundler): handle undefined parseUrl 2022-11-16 06:40:53 +01:00
RahulGautamSingh
0151b6a4a9
refactor: reduce debug metadata ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-29 12:11:09 +00:00
Maxime Brunet
5e7844fb81 feat(jsonnet-bundler)!: Use absolute import format for depName ()
Use absolute import format for depName in jsonnet-bundler.

Closes 

BREAKING CHANGE: `depName` now uses the "absolute import" format (e.g. `bar` → `github.com/foo/bar/baz-wow`)
2022-10-23 06:48:35 +02:00
Rhys Arkins
e912f89fa8
fix: coerce arrays when extracting () 2022-10-03 07:20:53 +00:00
Michael Kriese
6c7e79fbe3
refactor(manager): more strict null checks () 2022-04-19 17:46:07 +00: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/manager/jsonnet-bundler/extract.ts (Browse further)