Rhys Arkins
2b73940403
fix: log migration err properly
2022-07-02 06:57:16 +02:00
Jamie Magee
b1eb8a192d
ci: set permissions for all workflows ( #16378 )
2022-07-01 21:33:50 -07:00
HonkingGoose
f299699ae7
docs(gitlabci): rewrite predefined variables section ( #16372 )
2022-07-01 19:34:07 +02:00
HonkingGoose
322deea7a3
fix(config): link to configMigration
issue ( #16360 )
...
* fix(config): link to `configMigration` issue
* Update lib/config/options/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 13:45:11 +00:00
Sergei Zharinov
2b43f273bf
refactor(fs): Remove proxies.ts
file ( #16325 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 14:57:30 +02:00
Rhys Arkins
2c787034eb
fix(config): improve config migration PR body and title ( #16355 )
2022-07-01 14:24:08 +02:00
RahulGautamSingh
a07fb52ec0
fix: move checkoutBranch after validation ( #16246 )
2022-07-01 12:13:26 +02:00
jatladams
e1bb2581ef
feat(bitbucket-server): Support gitUrl ( #13875 )
2022-07-01 11:59:58 +02:00
Jonathan Narwold
c3fd5c2edf
feat(bundler): support conservative mode ( #16129 )
2022-07-01 08:49:23 +00:00
HonkingGoose
bb45bc37b0
docs: prevent line ending problems when self-hosting on Windows ( #16326 )
2022-07-01 09:46:10 +02:00
HonkingGoose
7adab3cc45
docs: improve description for internal presets ( #16338 )
2022-07-01 08:19:33 +02:00
Jamie Magee
cc2ad5174e
fix: switch changelog urls from http to https ( #16349 )
2022-07-01 04:57:07 +00:00
HonkingGoose
1261d70390
docs(manager/regex): link to our Handlebars helpers ( #16340 )
2022-06-30 09:37:50 +00:00
Yun Lai
432a888cdb
fix: make http.stream apply hostRules & authentication ( #16255 )
...
* fix(http): support asset download via octet-stream header in github http
* Update lib/util/http/github.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* fix: make http.stream apply hostRules & authentication
* chore: fix disable host test for http.stream
* Update lib/util/http/index.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-30 07:54:48 +00:00
Johannes Feichtner
3b8bd95fe8
fix: add return value for additionalRegistryURLs concat in resolveRegistryUrls ( #16334 )
2022-06-30 05:06:22 +00:00
renovate[bot]
5b115d41c3
build(deps): update dependency find-packages to v9.0.5 ( #16335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 00:45:01 +00:00
Hasan Awad
e174ad084b
feat(config/presets): add memory caching for config fetching ( #16274 )
2022-06-29 15:31:49 +00:00
renovate[bot]
12395f4a7b
build(deps): update dependency simple-git to v3.9.0 ( #16330 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-29 12:38:11 +00:00
Michael Kriese
99b16becaf
refactor: remove unused properties ( #16328 )
2022-06-29 13:18:12 +02:00
HonkingGoose
c2fbed9cd3
docs(config options): rewrite followTag
section ( #16324 )
2022-06-29 10:07:55 +00:00
HonkingGoose
0d7c4300da
docs(presets): rewrite gitSignOff description ( #16302 )
2022-06-29 11:40:26 +02:00
Rhys Arkins
61aebaf0bb
fix: filter out rollback if followTag is true ( #16296 )
2022-06-29 11:39:57 +02:00
Sergei Zharinov
11f41825ca
fix(fs): Windows CI tests ( #16318 )
2022-06-29 07:57:44 +00:00
Sergei Zharinov
bfc393ef00
refactor(fs): Don't proxy writeFile
function ( #16310 )
...
* refactor(fs): Don't proxy `writeFile` function
* Fix
* Update lib/workers/global/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 06:23:36 +00:00
Sergei Zharinov
851d8f4f7a
refactor(fs): Move chmod
to chmodLocalFile
( #16306 )
...
* refactor(fs): Move `chmod` to `chmodLocalFile`
* More refactoring and tests
* Fix tests
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix prettier
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 06:03:49 +00:00
Sergei Zharinov
0687799b28
refactor(fs): Remove unused proxied functions ( #16311 )
...
* refactor(fs): Remove unused proxied functions
* Fix lint/test
* Fix
* Update lib/util/fs/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 05:44:30 +00:00
Gabriel-Ladzaretti
dc11e26c37
fix(datasource/pypi): use pypi.org/pypi registry instead of pypi.org/simple ( #16293 )
...
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* Update lib/modules/datasource/pypi/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 07:26:46 +02:00
Sergei Zharinov
6d605cbf90
fix(helm): Revert source url logic back ( #16317 )
2022-06-29 03:58:08 +00:00
renovate[bot]
d5148933f5
chore(deps): update github/codeql-action action to v2.1.15 ( #16315 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 21:57:58 +00:00
renovate[bot]
1cbcf740e5
chore(deps): update dependency @types/jest to v28.1.3 ( #16314 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 18:22:15 +00:00
renovate[bot]
32d23af54e
chore(deps): update node.js to f574d30 ( #16308 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 15:04:42 +00:00
Rhys Arkins
17f1b409a6
fix: log http and npm rejection cases ( #16307 )
2022-06-28 16:30:35 +02:00
Gabriel-Ladzaretti
7ac91e452c
docs(config): Don't show [template] for long strings ( #16224 )
2022-06-28 13:49:42 +00:00
HonkingGoose
db4160a205
docs(configuration options): add :gitSignOff
example ( #16301 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-28 09:55:54 +00:00
Rhys Arkins
f00590cff7
fix(bazel): skip updating if unchanged value ( #16295 )
...
Closes #16268
2022-06-28 11:27:57 +02:00
HonkingGoose
bfe47623f7
fix(config): update default dependencyDashboardHeader ( #16206 )
2022-06-28 02:36:22 +00:00
renovate[bot]
3aabd882f3
chore(deps): update linters to v5.29.0 ( #16290 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 23:41:03 +00:00
Maron
96a71ec4be
refactor(lib/workers): separate get dep warning func into two diff functions ( #16165 )
2022-06-27 20:35:40 +00:00
Michael Kriese
fa18c74f94
test(e2e): use yarn to pack ( #16291 )
2022-06-27 22:23:24 +02:00
Rhys Arkins
787c98cdbe
fix: Revert "fix: commit message" ( #16263 )
...
Revert "fix: commit message (#16239 )"
This reverts commit 3b0c2afe8a
.
2022-06-27 21:46:00 +02:00
renovate[bot]
a1344d86ac
build(deps): update dependency xmldoc to v1.1.3 ( #16289 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 19:39:43 +00:00
Rhys Arkins
989c5c38b1
fix: pass config to post-upgrade config templating ( #16267 )
2022-06-27 11:45:20 +02:00
Sergei Zharinov
4fc31b1d7a
fix(helm): Revert previous datasource changes ( #16265 )
2022-06-27 08:50:57 +00:00
HonkingGoose
6dfbd2f5ce
docs(automerge): add platformAutomerge
section ( #16264 )
2022-06-27 08:32:01 +00:00
Yun Lai
ce34a5530d
fix(git): add symbolic link file support to prepareCommit ( #16254 )
2022-06-27 07:55:25 +00:00
renovate[bot]
100a820db6
build(deps): update aws-sdk-js-v3 monorepo ( #16233 )
...
* build(deps): update aws-sdk-js-v3 monorepo
* update snapshots
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-27 05:31:34 +00:00
Michael Kriese
07d278b268
refactor: add missing type ( #16251 )
2022-06-27 07:17:52 +02:00
Michael Kriese
cbf39e7cae
fix(datasource/helm): refactor logging ( #16252 )
2022-06-27 07:17:28 +02:00
renovate[bot]
64f6797480
chore(deps): lock file maintenance ( #16248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 01:45:46 +00:00
renovate[bot]
cb7cf47671
docs: update references to renovate/renovate to v32.99.5 ( #16247 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 01:32:49 +00:00