Commit graph

12794 commits

Author SHA1 Message Date
renovate[bot]
4b40d0a338
chore(deps): update dependency @types/semver to v7.3.10 (#16190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:52:21 +00:00
renovate[bot]
7f474f720e
chore(deps): update dependency @actions/core to v1.9.0 (#16191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 21:39:58 +00:00
renovate[bot]
713f0f955e
chore(deps): update dependency @types/node to v16.11.41 (#16187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:35:52 +00:00
renovate[bot]
8595079ce9
chore(deps): update node.js to 5635fa6 (#16186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 18:22:24 +00:00
Johannes Feichtner
b9a400aa9f
feat(gradle): add interpolation for local name variable in registry URL (#16136) 2022-06-22 11:10:34 +00:00
HonkingGoose
dca5f9d11b
docs(docker): rewrite GCR/GAR section (#16180) 2022-06-22 10:37:26 +00:00
Michael Kriese
aeec0f411e
chore: enforce ts as cast (#16164) 2022-06-22 10:20:34 +00:00
Rhys Arkins
07b98a90ff
chore: improve/lower extract logging (#16181) 2022-06-22 12:06:22 +02:00
Sergei Zharinov
dc34060ced
fix(onboarding): warnings for external host errors (#15587)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-22 09:56:55 +00:00
Stéphane Goetz
8ce54366e1
docs: Add note about allowPostUpgradeCommandTemplating to postUpgradeTasks (#15439) 2022-06-22 11:37:01 +02:00
HonkingGoose
bf2c14a53e
ci(prettier): use cache option (#16110)
* ci(prettier): use cache option

* Fix caching for the lint command

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Revert to yarn.lock from main

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-22 11:16:08 +02:00
Tobias
890ec81972
docs: Add instructions for setting up Google Container/Artifact Registry authentication (#16160) 2022-06-22 10:31:06 +02:00
Jason Bedard
8901e724f3
feat(bazel): add "maybe" macro support (#16003) 2022-06-22 06:16:43 +00:00
Gabriel-Ladzaretti
e46af63184
fix(onboarding): Avoid workarounds descriptions in onboarding PRs (#16175) 2022-06-22 02:19:15 +00:00
renovate[bot]
7dce99a91b
chore(deps): update dependency nock to v13.2.7 (#16178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:15:36 +00:00
renovate[bot]
1b6e16dd22
chore(deps): update dependency @types/node to v16.11.40 (#16177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 01:03:52 +00:00
renovate[bot]
f023e59d88
chore(deps): update dependency ts-jest to v28.0.5 (#16162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:50:11 +00:00
renovate[bot]
a5221f3586
chore(deps): update github/codeql-action action to v2.1.13 (#16169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:37:27 +00:00
renovate[bot]
49e5aa5b69
chore(deps): update linters to v5.28.0 (#16159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-21 14:23:40 +00:00
renovate[bot]
58084bc066
chore(deps): update dependency prettier to v2.7.0 (#16170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-21 14:10:48 +00:00
Michael Kriese
10302eba68
refactor: fix prefer-nullish-coalescing (#16171) 2022-06-21 12:02:49 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks (#16168)
* refactor:  enable strict checks

* chore: revert changes

* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
RahulGautamSingh
03b0d2a24e
refactor(lib/workers): fix null-check for tests (#16163)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-21 09:39:30 +00:00
Maron
7f48897e75
feat(go): add support for GOINSECURE (#15944) 2022-06-21 11:23:58 +02:00
Michael Kriese
0a582d31c7
refactor: fix nullable types (#16156)
* refactor: fix nullable types

* chore: revert changes

* chore: fix lint comments

* chore: revert changes
2022-06-20 16:15:40 +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
HonkingGoose
7cb98e1a5b
build: use ESLint cache option (#16151)
* ci: use ESLint cache option

* Update .gitignore

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 14:36:10 +00:00
RahulGautamSingh
93dd940574
refactor(modules/datasource): fix null-check issues (#16153)
* fix null-check issues

* Update index.spec.ts

* apply suggestion from review

* fix coverage issue

* Update index.spec.ts

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Update datasource.spec.ts

* Update lib/modules/datasource/conan/index.spec.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Update datasource.spec.ts

* fix null-check issue

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 16:24:37 +02:00
Michael Kriese
69e3f5117e
fix: use re2 (#16044) 2022-06-20 12:52:22 +00:00
Michael Kriese
f7454a0f6b
docs: no toDeepEqual on jest v28 (#16152) 2022-06-20 13:20:14 +02:00
Michael Kriese
0838ca209c
refactor: strict datasource tests (#16150) 2022-06-20 13:15:02 +02:00
Sergei Zharinov
0cf4f48842
refactor: Strict null checks for all files except tests (#16071)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 11:47:07 +02:00
Michael Kriese
73fdf0483e
ci: use node v16 for windows and macos tests (#16147) 2022-06-20 10:22:12 +02:00
Michael Kriese
f363b3aef2
build: force re2 reinstall (#16146) 2022-06-20 10:21:44 +02:00
Sergei Zharinov
61f2d813e2
feat(github): Datasource cache busting (#16014) 2022-06-20 10:10:31 +02:00
RahulGautamSingh
c42957a804
refactor(modules/versioning): fix null check issues in tests (#16145)
* fix null-check issues

* Update lib/modules/versioning/versioning-metadata.spec.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 06:40:57 +00:00
renovate[bot]
fe20cfce69
chore(deps): lock file maintenance (#16144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 01:47:06 +00:00
renovate[bot]
47ebf9b8cf
docs: update references to renovate/renovate to v32.90.0 (#16143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 01:34:09 +00:00
RahulGautamSingh
3d31fa371d
refactor(lib/util): strict null check for test files (#15812)
* add types for tmp

* expand files in lib/util

* update yarn lock

* Update tsconfig.strict.json

* util/exec

* util/git

* util/http

* Revert "util/exec"

This reverts commit 96cf479a1b.

* update strict.json

* redo util/exec

* revert util/git

* util/merge-confidence

* update util/git

* util/package-rules

* fix util/git

* util/template

* util/

* revert extras

* rm newline

* add tmp back

* apply suggestion from review

* util/cache

* more changes

* Update tsconfig.strict.json

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-19 21:17:46 +00:00
renovate[bot]
f0081ab276
chore(deps): update dependency re2 to v1.17.7 (#16140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-19 17:52:30 +00:00
RahulGautamSingh
1bb6460664
refactor: add types for tmp (#16139)
add @types/tmp
2022-06-19 16:14:55 +02:00
Jason Bedard
461cbc7551
feat(bazelisk): add support for bazelisk bazelversion files (#16114) 2022-06-19 06:33:03 +00:00
renovate[bot]
22d2681a6e
chore(deps): update dependency re2 to v1.17.6 (#16137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-19 04:25:13 +00:00
Gabriel-Ladzaretti
dd3598c5b8
feat(config/migration): migrate config with a PR (#15122)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-18 12:12:31 +00:00
Gabriel-Ladzaretti
7f51e58a06
fix(core/config): Log cached repo config filename and content (#16134) 2022-06-18 11:35:43 +00:00
wwuck
df70d37141
fix(pypi): package name with periods (#15867) 2022-06-18 06:15:10 +00:00
renovate[bot]
4ee68db4c0
chore(deps): update node.js to 5a9f04f (#16131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-18 02:09:18 +00:00
renovate[bot]
39f2b398b6
build(deps): update dependency find-packages to v9.0.3 (#16127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-17 13:39:10 +00:00
Michael Kriese
00527902e2
chore: fix lint (#16120) 2022-06-17 06:37:25 +00:00
renovate[bot]
c84199885d
chore(deps): update dependency aws-sdk-client-mock to v1 (#16102) 2022-06-17 06:12:08 +02:00