Commit graph

11915 commits

Author SHA1 Message Date
Maksim
ed73d380e8
refactor: improve commit message functionality (#13328)
* refactor: improve commit message functionality

* refactor: fix test coverage

* refactor: fix by comments

* refactor: fix build

* refactor: fix linting

* refactor: fix export type

* refactor: js private fields

* refactor: static private fields

* fix: lint

* refactor: fix tsconfig

* refactor: implement method normalizeInput

* refactor: fix by comments

* Update lib/workers/repository/model/commit-message.ts

* refactor: fix by comments

* refactor: use private typescript fields again

* refactor: fix by comments

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 01:42:33 +00:00
renovate[bot]
be9902e1cf
chore(deps): update dependency @types/node to v16.11.28 (#15391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-01 22:10:52 +00:00
renovate[bot]
a19a221313
chore(deps): update node.js to cce38a8 (#15389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-01 13:01:33 +00:00
Wouter Klijn
9100172483
test(manager/nuget): add tests covering more complex project references (#15386)
* test(manager/nuget): add tests covering more complex project references

* chore: run prettier-fix

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-01 09:23:03 +00:00
Sergei Zharinov
608d0f6a40
feat: Create utility for function memoization (#15373)
* feat: Create utility for function memoization

* Simplify
2022-05-01 06:00:55 +02:00
renovate[bot]
7b55a7d292
build(deps): update dependency simple-git to v3.7.1 (#15387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-30 17:30:49 +00:00
Sergei Zharinov
d4e47f50b7
refactor: Extract participants-related functionality from PR update (#15378) 2022-04-30 17:20:38 +02:00
Craig Andrews
295cf29a59
refactor(maven): move createUrlForDependencyPom from index.ts to util.ts (#15381) 2022-04-30 14:45:09 +00:00
renovate[bot]
0ebee7d1bf
chore(deps): update dependency eslint-plugin-jest to v26.1.5 (#15385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-30 00:19:46 +00:00
renovate[bot]
1034a6e8df
chore(deps): update dependency eslint to v8.14.0 (#15383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-29 21:56:46 +00:00
HonkingGoose
01d3465291
fix(matchUpdateTypes): improve config option description (#15371) 2022-04-29 12:52:22 +02:00
HonkingGoose
24a7842d8b
chore: improve bug report template (#15368) 2022-04-29 12:51:56 +02:00
renovate[bot]
bec878ee95
build(deps): update dependency @renovatebot/ruby-semver to v1.1.3 (#15372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-29 10:41:47 +00:00
Michael Kriese
ef470f7f92
feat(config): parse json files as json5 (#15187) 2022-04-29 08:34:55 +00:00
Maron
27dd1c027a
bug: Gradle-Unsupported dependency formats (#15355) 2022-04-29 08:13:19 +00:00
Hasan Awad
e0053be5d6
fix(process/lookup): pinDigest update type (#14658) 2022-04-29 09:49:15 +02:00
Mikhail Advani
3fe66407f1
Support git over https without username for pip_requirements (#15231) 2022-04-29 04:11:11 +00:00
strowk
d288f1409e
feat(preset): add datadog browser sdk monorepo (#15362)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-29 03:19:10 +00:00
renovate[bot]
32b5752b95
build(deps): update dependency tslib to v2.4.0 (#15364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-29 02:43:33 +00:00
Gabriel-Ladzaretti
05bf839b04
fix(pep440): renovate downgrades when rangeStrategy=bump (#15358) 2022-04-28 16:27:30 +02:00
HonkingGoose
4de0e459ce
docs: config options with type=string are always non-mergeable (#15357) 2022-04-28 13:15:43 +00:00
StinkyLord
50d23e6576
feat(config): add configErrorIssue to suppressNotifications to disable issues on config failure (#15296) 2022-04-28 14:54:49 +02:00
Sergei Zharinov
d4541ec429
refactor(pr): Extract labels-related code to separate file (#15352) 2022-04-28 12:14:47 +02:00
Rhys Arkins
2471bcdf81
fix(package-rules): check for missing value (#15347)
* fix(package-rules): check for missing value

* fix null check
2022-04-28 06:02:55 +00:00
Rhys Arkins
b547729039
fix: crate cargo vulnerability datasource mapping (#15348) 2022-04-28 07:52:07 +02:00
Rhys Arkins
8e20e9959d
fix(npm): correct matchDatasources casing (#15343) 2022-04-28 05:12:58 +02:00
renovate[bot]
4f9c32f9d1
chore(deps): update dependency jest-junit to v13.2.0 (#15346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-28 00:35:15 +00:00
renovate[bot]
4b3fa26424
chore(deps): update github/codeql-action action to v2.1.9 (#15345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-27 21:36:55 +00:00
HonkingGoose
a0b8783e7b
fix(useBaseBranchConfig): improve description text (#15339) 2022-04-27 16:14:31 +00:00
renovate[bot]
16f98fec07
build(deps): update dependency cacache to v16.0.6 (#15337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-27 15:42:52 +00:00
renovate[bot]
946a8e0e62
docs: update references to renovate/renovate to v32.32.2 (#15335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-27 13:55:45 +00:00
renovate[bot]
ad562224af
build(deps): update aws-sdk-js-v3 monorepo to v3.72.0 (#15334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-27 13:54:20 +01:00
renovate[bot]
1268dac937
build(deps): update dependency simple-git to v3.7.0 (#15320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-26 17:17:19 +00:00
renovate[bot]
87cd84e235
build(deps): update dependency find-packages to v9.0.1 (#15313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-26 14:23:28 +00:00
Josef
b3be29ada0
include original error message when raising new error while connecting to rubygems (#15154) 2022-04-26 10:37:09 +00:00
renovate[bot]
755d30a771
chore(deps): update actions/setup-java action to v3.2.0 (#15310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-26 10:24:02 +00:00
renovate[bot]
b1ddeb61d0
chore(deps): update linters to v5.20.0 (#15304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-25 17:27:58 +00:00
Michael Kriese
9f53724d90
feat(manager:npm): use local fs api (#15294) 2022-04-25 15:41:10 +02:00
renovate[bot]
d218ac78a9
build(deps): update dependency nanoid to v3.3.3 (#15297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-25 11:29:23 +00:00
David Schneider
3eec5b7d88
fix(manager/gitlabci): strip Gitlab Dependecy Proxy variable from depName (#14734)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-25 06:42:29 +02:00
Michael Kriese
982cefff2b
refactor(config): strict null checks (#15291)
* refactor(config): strict null checks

* chore: fix test
2022-04-24 22:48:54 +00:00
Sergei Zharinov
b9dc73ac43
feat(cache): Compression for repository cache (#15289) 2022-04-24 22:15:11 +02:00
Sergei Zharinov
05c0c9bd4b
fix(github): Drop ETag support for PR cache (#15292) 2022-04-24 18:36:06 +02:00
renovate[bot]
ad4671d530
build(deps): update dependency luxon to v2.3.2 (#15290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-24 13:28:23 +00:00
renovate[bot]
3cb25436bf
build(deps): update dependency fs-extra to v10.1.0 (#15286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-23 21:08:05 +00:00
HonkingGoose
4ff728d72c
fix: improve descriptions for config options (#15217)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-23 17:17:16 +00:00
Sergei Zharinov
ce52bda3c8
feat(github): Remove irrelevant fields from PR cache (#15283) 2022-04-23 15:23:06 +00:00
Sergei Zharinov
b722489191
feat(github): Descrease PR list page size (#15280) 2022-04-23 14:28:35 +01:00
Parvesh Chaudhary
6ea48d19e3
feat: pruneBranchAfterAutomerge (#15126) 2022-04-23 09:48:23 +00:00
renovate[bot]
38f04b0c3d
chore(deps): update node.js to a667853 (#15277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-23 09:32:24 +00:00