Jamie Magee
3b7e9a17cb
refactor: set importsNotUsedAsValues to error ( #14052 )
2022-02-07 06:37:17 +00:00
Sergei Zharinov
c1555efb3b
refactor(datasource/crate): Enable strict null checks ( #13915 )
2022-02-07 06:14:23 +00:00
Sergei Zharinov
c966eb1c9c
refactor(versioning): Enable strict null checks ( #14053 )
2022-02-07 05:59:22 +00:00
renovate[bot]
968e29fdac
chore(deps): update node.js to d160e53 ( #14049 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 05:44:11 +00:00
Sergei Zharinov
1f052979df
refactor(versioning/poetry): Enable strict null checks ( #14028 )
2022-02-07 05:23:16 +00:00
Rhys Arkins
eba4e8f51b
fix(npm): remove failed remediations from dashboard ( #14025 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-07 03:27:24 +00:00
renovate[bot]
f4b547ba4d
chore(deps): lock file maintenance ( #14047 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 01:24:36 +00:00
renovate[bot]
21a578b9b1
docs: update references to renovate/renovate to v31.68.0 ( #14046 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 01:08:35 +00:00
renovate[bot]
e019f116db
chore(deps): update node.js to 6e01bce ( #14045 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 20:41:02 +00:00
Sergei Zharinov
fca865b07f
refactor(datasource/helm): Enable strict null checks ( #14040 )
2022-02-06 16:50:31 +00:00
Sergei Zharinov
cdd9b44ae8
refactor: Use null-safe Boolean filtering ( #14039 )
...
* refactor: Use null-safe Boolean filtering
* Simplify and remove file
2022-02-06 16:30:53 +00:00
Sergei Zharinov
f0a1b64b15
refactor(datasource/orb): Enable strict null checks ( #14042 )
2022-02-06 15:42:11 +00:00
Sergei Zharinov
d82223f2e6
refactor(datasource/node): Enable strict null checks ( #14041 )
2022-02-06 16:28:10 +01:00
Michael Kriese
c6fbed4868
ci: Revert "chore: pin codecov uploader ( #14007 )" ( #14034 )
...
This reverts commit baca073f2c
.
2022-02-06 12:26:26 +01:00
Sergei Zharinov
123d8b44d2
refactor(versioning/hashicorp): Enable strict null checks ( #14030 )
2022-02-06 09:14:04 +00:00
Sergei Zharinov
4fa5eeb8bb
refactor(util/template): Strict null checks ( #14031 )
2022-02-06 09:03:07 +01:00
Sergei Zharinov
60af784edf
refactor(versioning/composer): Enable strict null checks ( #14027 )
2022-02-06 07:54:12 +01:00
Sergei Zharinov
e57d2fa3fe
feat(datasource/dart): Filter out retracted packages ( #14022 )
...
* feat(datasource/dart): Filter out retracted packages
* Fix fixture
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 10:05:16 +00:00
Sergei Zharinov
f573d828e7
test(datasource): Check included manager list ( #13946 )
2022-02-05 10:20:41 +01:00
Rhys Arkins
9023b8a56b
fix(npm): avoid transitive remediation of bundled dependencies ( #14019 )
2022-02-05 08:52:33 +00:00
HonkingGoose
ff332d1b3a
docs(running renovate): fix forking renovate access level description ( #14023 )
2022-02-05 08:34:48 +00:00
Nils Plaschke
2eadd19a47
feat: add additional git authentication rules ( #13477 )
...
* feat: add additional git authentication rules
* feat: refactor and add additional test cases
* fix: add git envs to gomod tests
* chore: revert function renaming
* chore: use interface instead of type
* chore: add test for different protocol
* chore: add typed import
* fix: do not use quotes, it breaks the docker sidecar
* chore: use correct quotes
* chore: incorporate feedback
* chore: lint files
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 07:50:48 +00:00
Nils Plaschke
ead221dd97
fix: remove default maven central registry ( #13950 )
...
* fix: remove default maven central registry
* chore: simplify maven extract tests
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-05 07:20:43 +00:00
Sergei Zharinov
1525d38c33
refactor(versioning/generic): Strict null checks ( #14006 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 07:06:17 +00:00
Malte Swart
67524192a1
fix: populate isLockFileMaintenance ( #14005 )
...
Lock file maintenance was broken as various managers rely on the
`isLockFileMaintenance` update flag to be set. This was not the
case as its config is generated afterwards (without the is*
auto-propagation).
2022-02-05 07:35:46 +01:00
Sergei Zharinov
5f99028865
refactor(datasource/aws): Strict null checks ( #13449 )
2022-02-05 06:54:18 +01:00
Sergei Zharinov
40bd20cfab
refactor(versioning/docker): Enable strict null checks ( #14004 )
2022-02-05 06:03:07 +01:00
renovate[bot]
1a1d1c2b12
chore(deps): update dependency eslint to v8.8.0 ( #14016 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 22:27:04 +00:00
Rhys Arkins
baca073f2c
chore: pin codecov uploader ( #14007 )
...
* chore: pin codecov action
* Update .github/workflows/build.yml
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-04 22:07:07 +00:00
Sergei Zharinov
afa98f54d0
refactor(datasource/sbt): Enable strict null checks ( #14003 )
2022-02-04 19:50:14 +00:00
Michael Kriese
9304e94e70
chore: fix codecov config ( #14008 )
2022-02-04 20:29:47 +01:00
renovate[bot]
92a23f81fd
chore(deps): update node.js to 349bcc5
( #14000 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-04 16:13:58 +00:00
Sergei Zharinov
271bd2b7db
refactor(versioning/ivy): Enable strict null checks ( #14002 )
2022-02-04 15:58:36 +00:00
Rhys Arkins
1d145d3c6d
fix: add whitesource/renovate sourceUrl ( #13999 )
2022-02-04 14:46:37 +01:00
renovate[bot]
d80077b87d
chore(deps): update dependency jest-extended to v1.2.1 ( #13998 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-04 12:09:08 +00:00
HonkingGoose
f81e9ca9aa
docs(contributing): use update branch button ( #13995 )
2022-02-04 11:00:36 +01:00
Sergei Zharinov
99c30be29f
fix(git): Don't fetch if push has failed ( #13997 )
...
* fix(git): Don't fetch if push has failed
* Fix coverage
2022-02-04 09:45:06 +00:00
Sebastian Poxhofer
2a013b3c25
fix(manager/helm-requirements): ensure currentValue is a string ( #13979 )
2022-02-04 05:25:01 +00:00
Martin Herndl
3d9cbee2c6
docs: composer supports update-lockfile rangeStrategy ( #13987 )
2022-02-04 00:48:20 +01:00
Sergei Zharinov
d10b2ceac6
refactor(tsconfig): Move datasources, managers and versioning to excluded section ( #13972 )
...
* refactor(tsconfig): Explicit list of excluded files
* Exclude all specs
* Fix
* Include all
2022-02-03 17:21:33 +00:00
Sergei Zharinov
80663fe1ac
refactor(maven): Enable strict null checks ( #13980 )
...
* refactor(maven): Enable strict null checks
* Fix name and cache
* Return destructuring
2022-02-03 18:01:34 +01:00
Sergei Zharinov
b05844bc90
refactor(datasource/hex): Enable strict null checks ( #13983 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-03 15:36:29 +00:00
Sergei Zharinov
8e3478e69a
refactor(datasource/dart): Enable strict null checks ( #13981 )
...
* refactor(datasource/dart): Enable strict null checks
* Fix coverage
2022-02-03 16:21:10 +01:00
renovate[bot]
99c0e9cfd0
chore(deps): update dependency type-fest to v2.11.0 ( #13976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-03 12:09:49 +00:00
renovate[bot]
427df6b7bc
build(deps): update dependency simple-git to v3.1.1 ( #13962 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 15:45:45 +00:00
Richard Versteeg
000142e5d5
feat(changelogs): Add github-changelog
and gitlab-changelog
hosttypes ( #13695 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-02 10:20:51 +00:00
Richard Versteeg
356fdcb3f5
fix(docker): Skip lookup of dependencies with variable in image name ( #13951 )
2022-02-02 09:09:39 +01:00
Sergei Zharinov
8070f007a6
refactor: Use Windows-compatible regex for newlines ( #13956 )
2022-02-02 07:31:11 +00:00
renovate[bot]
7935dd066e
build(deps): update dependency marshal to v0.5.3 ( #13954 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-02 01:50:16 +00:00
renovate[bot]
a98e7afd68
chore(deps): update node.js to v14.19.0 ( #13947 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-01 15:52:30 +00:00