Commit graph

11934 commits

Author SHA1 Message Date
Maksim
6e94385f31
refactor(migrations): validator (#13073)
* refactor(migrations): implemented migration validator

* refactor(migrations): introduce deprecated flag

* refactor(migrations): tidy

* refactor(migrations): improve validator

* refactor: fix launch.json

* refactor: fix build

* refactor: fix coverage

* refactor: fix coverage

* refactor: introduce new jest custom matcher

* refactor: revert unnecessary changes

* refactor: return override
2022-01-10 21:01:57 +00:00
renovate[bot]
78d4ee94b2
chore(deps): update linters to v5.9.0 (#13471)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 18:43:39 +00:00
renovate[bot]
875023bd99
build(deps): update dependency slugify to v1.6.5 (#13468)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 16:48:50 +00:00
Sergei Zharinov
b4e8c54716
refactor(datasource/artifactory): Enable strict null checks (#13446)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-10 15:56:50 +00:00
HonkingGoose
013189bf18
docs(dependency-pinning): use document fragment (#13464) 2022-01-10 14:45:36 +01:00
Sebastian Poxhofer
1194cc711d
feat(onboarding): merge labels and addLabels and template onboarding labels (#13433)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-10 09:52:42 +00:00
renovate[bot]
0bd8a6e5f6
chore(deps): update dependency @types/node to v16.11.18 (#13458)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 09:19:29 +00:00
renovate[bot]
22a51fb8d8
chore(deps): update node.js to e0c4cd1 (#13457)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 09:07:36 +00:00
renovate[bot]
dbd11463fa
chore(deps): lock file maintenance (#13453)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 02:00:34 +00:00
renovate[bot]
05f2ca3b41
docs: update references to renovate/renovate to v31.21.2 (#13452)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 01:47:49 +00:00
renovate[bot]
3587daa9cd
chore(deps): update dependency eslint-plugin-import to v2.25.4 (#13451)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 23:57:48 +00:00
Sergei Zharinov
030b1a61a4
refactor(util/http): Strict null checks for http utils (#13416)
* refactor(util/http): Strict null checks for http utils

* More tests for queue.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-09 21:22:27 +00:00
Jamie Magee
e3d213e7c5
fix(aws-machine-image): lazily load ec2client (#13437) 2022-01-09 18:57:26 +01:00
renovate[bot]
eba46b880f
build(deps): update dependency luxon to v2.3.0 (#13439)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 09:38:55 +00:00
renovate[bot]
07373f11ec
chore(deps): update dependency eslint-plugin-jest to v25.3.4 (#13436)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-08 22:05:31 +00:00
HonkingGoose
576a7c5f74
docs(self-hosting examples): misc small fixes (#13426) 2022-01-08 14:14:31 +00:00
renovate[bot]
de140c24ff
chore(deps): update dependency eslint to v8.6.0 (#13427)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-08 01:38:29 +00:00
Sergei Zharinov
f32871e496
refactor(util/http): Refresh queue implementation (#13417)
* refactor(util/http): Refresh queue implementation

* Use utils for url parsing
2022-01-07 12:44:55 +01:00
renovate[bot]
b94c20bef4
chore(deps): update dependency @types/jest to v27.4.0 (#13411)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 21:46:04 +00:00
renovate[bot]
ea653daa3d
chore(deps): update dependency eslint-plugin-jest to v25.3.3 (#13410)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 21:32:52 +00:00
RahulGautamSingh
fdb55ae234
refactor(hex): ensure strict null check (#13394)
* added hex to strictNullCheck files

* enabled strict null check in versioning/hex

* modified npm/range
2022-01-06 22:06:35 +01:00
RahulGautamSingh
692f4b72ae
refactor: ensure strict null check node,npm (#13404)
* add strictNullCheck for versioning/npm,node

* refactor(npm): ensure strict null

* refactor(node): ensure strict null

* refactor: added variable to handle null error

* refactor: revert last commit instead use non-null assertion
2022-01-06 20:33:52 +01:00
Marina
7770888184
feat: Add 'and', 'or' and 'containsString' to handlebar helpers (#13341) 2022-01-06 15:24:42 +00:00
Michael Kriese
8aadfbce21
feat(datasource/pypi): override mkdocs-material source url (#13376) 2022-01-06 13:52:49 +01:00
Oleg Krivtsov
3972609ab0
fix(manager/pip_requirements): handle lines with environment markers in requirements.txt (#13403)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-06 10:47:56 +00:00
HonkingGoose
b4470ea8b4
docs(package presets): capitalize proper nouns (#13402) 2022-01-06 10:13:22 +00:00
Sergei Zharinov
9743f1ef7d
refactor: More strict null checks (#13387)
* refactor: More strict null checks

* Update lib/manager/terragrunt/providers.ts

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

* Fix coverage

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-06 08:53:01 +00:00
HonkingGoose
c84748e5be
chore(preview presets): improve descriptions (#13392) 2022-01-06 09:17:55 +01:00
renovate[bot]
2fa5113dd1
chore(deps): update dependency conventional-changelog-conventionalcommits to v4.6.3 (#13391)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 20:20:56 +00:00
RahulGautamSingh
0331116550
refactor(ruby): ensure strict null check (#13278)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-05 15:33:37 +00:00
HonkingGoose
65229c8896
docs(running renovate): update redirected links (#13381) 2022-01-05 13:35:08 +01:00
HonkingGoose
1fd2973521
docs: update redirected links (#13380) 2022-01-05 11:08:42 +00:00
Michael Kriese
6d5f4a5cf9
docs: fix preset layout (#13377)
- add newline after preset json
- declare preset json as json
2022-01-05 10:50:09 +00:00
HonkingGoose
da7092e0b3
docs: capitalize proper nouns (#13379) 2022-01-05 10:38:30 +00:00
marcovmun
d723d78f1c
feat(matchBaseBranches): Support regex expression (#13322) 2022-01-05 08:53:53 +01:00
Richard Versteeg
a3d38b1e0d
fix: Update repology multi package project filtering (#13368)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-05 08:49:11 +01:00
Bastian
9e7c3ae074
feat(gomod): support .git repository indicators on gitlab (#13352)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 20:52:35 +01:00
Bastian
32ee265ca1
feat(gitlab): support getDigest for gitlab repositories (#13361)
* feat(gitlab): support getDigest for gitlab repositories

* typehint and remove paging

* add gitlab to go.getDigest tests

* remove obsolete expectations

* add gitlab with a specific branch to go.getDigest tests

* exception handling and test for invalid/nonexisting commits

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 19:14:22 +00:00
Michael Kriese
2e258d81bd
feat(preset): add ZXing.Net monorepo (#13372) 2022-01-04 18:07:21 +00:00
renovate[bot]
b34b099899
chore(deps): update dependency eslint-plugin-jest to v25.3.2 (#13353)
* chore(deps): update dependency eslint-plugin-jest to v25.3.2

* chore: fix test lint issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 09:57:35 +00:00
renovate[bot]
1a9f518513
chore(deps): update linters to v5.8.1 (#13351)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 18:23:54 +00:00
Sergei Zharinov
cc76e419e9
refactor: Strict null checks (#13342) 2022-01-03 18:43:07 +01:00
Dan Ports
f43a40f95a
feat(preset): Add sentry-dotnet monorepo (#13340)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 12:09:57 +00:00
HonkingGoose
5d513a976f
docs(self-hosting): update renovate/renovate refs (#13339) 2022-01-03 11:53:30 +00:00
HonkingGoose
10088e1748
docs: simplify text, use monospace for versions (#13338)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 11:42:58 +00:00
HonkingGoose
fb05c4c55f
docs(use cases): simplify text (#13337) 2022-01-03 12:31:50 +01:00
HonkingGoose
64e5c70fb3
docs(local development): add refactor PR test note (#13335) 2022-01-03 11:25:50 +01:00
Sergei Zharinov
f0906eb75f
refactor: Add more strict null checks (#13332)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 08:01:31 +00:00
renovate[bot]
f7b7ec53d5
chore(deps): lock file maintenance (#13331)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 03:12:26 +00:00
renovate[bot]
df77a50ecf
docs: update references to renovate/renovate to v31.14.1 (#13330)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-03 00:24:00 +00:00