Commit graph

16 commits

Author SHA1 Message Date
Moritz Hedtke
54b5f6de43
feat(manager/sbt): Implement %%% dependency specifiers (#19656) 2023-01-07 21:28:12 +00:00
Sergei Zharinov
4c92341bc2
feat(sbt): Extract values from typed variables (#19477)
Closes undefined
2022-12-19 15:50:23 +01:00
Tobias
963a1d9eba
fix(sbt-plugin): switch defaultRegistryUrl to repo.scala-sbt.org/scalasbt/sbt-plugin-releases (#19400)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-14 19:00:40 +00:00
Johannes Feichtner
dee3452a19
refactor(manager/gradle): cleanup old parser (#18931) 2022-11-16 04:32:41 +00:00
RahulGautamSingh
d869c946d1
refactor: reduce debug metadata (#18737) 2022-11-07 11:29:02 +00:00
Sergei Zharinov
577cd4c38a
build(deps): update dependency good-enough-parser to v1.1.19 (#17735) 2022-09-10 09:32:14 +00:00
Michael Kriese
0316a5e62d
test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
Sergei Zharinov
42d4de6507
refactor(sbt): Reimplement the parser (#17054) 2022-08-10 07:56:27 +02:00
cjtim
f61342d068
fix(manager/sbt): allow addCompilerPlugin (#17006)
* fix(sbt/manager): allow addCompilerPlugin

* add test case

* fix: toMatchObject

* yarn run jest:14 -u

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-07 05:38:17 +00:00
cjtim
b367f4db99
fix(manager/sbt): allow star comment (#17005)
* fix: sbt manager allow star comment

* Update lib/modules/manager/sbt/extract.ts

Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>

* add test case

* prettier-fix

Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-06 13:34:08 +00:00
Michael Kriese
b4319928f1
refactor: strict manager tests (#16155)
* refactor: strict manager tests

* chore: revert changes

* Update lib/modules/manager/gradle/extract.spec.ts
2022-06-20 17:05:39 +02:00
Hasan Awad
e183d4c064
fix(manager/sbt): handle new line after equalities in the file (#15613) 2022-05-20 09:50:46 +02:00
Michael Kriese
6c7e79fbe3
refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
Rhys Arkins
143c9a6751 refactor: rename lookupName -> packageName (#14494)
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 (#14488)
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