Maxime Brunet
|
151b0e0872
|
docs(bitbucket-cloud): Document workspace membership permissions (#14402)
|
2022-02-25 06:20:20 +01:00 |
|
renovate[bot]
|
a24768f9c0
|
build(deps): update dependency simple-git to v3.2.6 (#14400)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-24 19:10:54 +00:00 |
|
HonkingGoose
|
affec9fcf5
|
docs(use cases): simplify (#14391)
|
2022-02-24 17:44:20 +01:00 |
|
Sergei Zharinov
|
a674f727dd
|
feat(github): Platform-native REST-based push (#14271)
|
2022-02-24 15:32:46 +01:00 |
|
Gabriel-Ladzaretti
|
0f4aa8828d
|
fix(pep440): version range narrows when using tilde (#14389)
|
2022-02-24 14:44:53 +01:00 |
|
Maxime Brunet
|
3f5b34a4db
|
fix(bitbucket): Try sanitizing reviewers when failing to create PR (#14331)
|
2022-02-24 09:58:26 +00:00 |
|
Florian Greinacher
|
a989c78800
|
fix: do not interpret value as version during flattening (#14320)
|
2022-02-24 09:41:47 +00:00 |
|
Dan Ports
|
2d86c6fa65
|
feat(flux): Generate system manifests using the components specified in the manifest header (#14332)
|
2022-02-24 09:09:35 +00:00 |
|
MaronHatoum
|
b121deb969
|
refactor(util/http): move interfaces from index.ts to types.ts (#14335)
* refactor:util/http move interfaces and types from index.ts to types.ts
* refactor:reorder imports
* refactor:move HttpError from type.ts to index.ts
* refactor:change imports after moving HttpError from type.ts to index.ts
* refactor:revert white spaces
* refactor:revert moving httpError from types.ts to index.ts
* refactor: moving httpError from types.ts to index.ts
* refactor: change import
* refactor: change import
* refactor: change import
* refactor: fix circular dependencies (lint build)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2022-02-24 08:50:17 +00:00 |
|
renovate[bot]
|
0cb20ff199
|
build(deps): update dependency nanoid to v3.3.1 (#14384)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-24 00:27:50 +00:00 |
|
renovate[bot]
|
f5721871db
|
chore(deps): update github/codeql-action action to v1.1.3 (#14382)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-23 21:56:09 +00:00 |
|
renovate[bot]
|
cc59719df5
|
build(deps): update dependency @renovatebot/pep440 to v2.1.0 (#14377)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-23 19:23:34 +00:00 |
|
HonkingGoose
|
a241b03c93
|
chore: improve bug and feature request templates (#14372)
|
2022-02-23 14:31:22 +01:00 |
|
Sergei Zharinov
|
88ffc9c0b8
|
refactor(platform): Simplify comment deletion API (#14363)
* refactor(platform): Simplify comment deletion API
* Fix comment id types
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2022-02-23 12:28:36 +00:00 |
|
renovate[bot]
|
426dcd20be
|
build(deps): update dependency minimatch to v3.1.2 (#14365)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-22 21:10:19 +00:00 |
|
Florian Greinacher
|
43d09395b4
|
fix(manager/kustomize): support yml extension for kustomization file (#14364)
|
2022-02-22 20:07:55 +01:00 |
|
renovate[bot]
|
fe598f72d3
|
chore(deps): update dependency eslint-plugin-jest to v26.1.1 (#14362)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-22 15:00:33 +00:00 |
|
renovate[bot]
|
93c2f7b1c0
|
build(deps): update dependency nanoid to v3.3.0 (#14354)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-21 23:32:01 +00:00 |
|
renovate[bot]
|
3059346b4a
|
chore(deps): update dependency @types/node to v16.11.25 (#14353)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-21 23:15:51 +00:00 |
|
scemily13
|
dd08fd9f32
|
fix(manager/buildkite): Strip '.git' from git-based plugin names (#14292)
* strip .git from applicable git-based buildkite plugin names
* Update lib/manager/buildkite/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* add toEqual matcher in jest test
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove obsolete snapshot
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2022-02-21 21:26:35 +00:00 |
|
Ivan Katliarchuk
|
9a103cbb51
|
fix: ignore empty labels during label merge and templating (#14322)
|
2022-02-21 21:47:51 +01:00 |
|
renovate[bot]
|
406d0cdb85
|
chore(deps): update linters to v5.12.0 (#14352)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-21 18:45:20 +00:00 |
|
MaronHatoum
|
2c10b15a9b
|
refactor: change secrets/replaceSecretsInObject function name to camel case (#14318)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2022-02-21 16:11:40 +00:00 |
|
Rhys Arkins
|
36a29974bb
|
fix: validate depName is a string (#14342)
Closes #14338
|
2022-02-21 15:38:24 +01:00 |
|
renovate[bot]
|
15c393f791
|
chore(deps): lock file maintenance (#14330)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-21 00:51:39 +00:00 |
|
renovate[bot]
|
628e223cf7
|
docs: update references to renovate/renovate to v31.89.5 (#14329)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-21 00:35:21 +00:00 |
|
renovate[bot]
|
da712aa774
|
build(deps): update dependency simple-git to v3.2.4 (#14325)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-20 18:50:11 +00:00 |
|
Łukasz Domeradzki
|
66c7c15a3b
|
docs: Clarify rebaseWhen=auto (#14324)
|
2022-02-20 18:56:59 +01:00 |
|
StinkyLord
|
807a979f60
|
docs(config): show env and CLI names for config options (#14259)
|
2022-02-20 16:19:54 +01:00 |
|
renovate[bot]
|
c336d04909
|
build(deps): update dependency minimatch to v3.1.1 (#14313)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-20 05:24:22 +00:00 |
|
renovate[bot]
|
f988bda67b
|
build(deps): update dependency minimatch to v3.1.0 (#14311)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-20 02:01:08 +00:00 |
|
renovate[bot]
|
336ae8e5f3
|
chore(deps): update dependency aws-sdk-client-mock to v0.6.0 (#14308)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-19 11:36:38 +00:00 |
|
Serge K
|
c75f0e9b47
|
fix: check hashedBranchLength (#14307)
|
2022-02-19 09:57:01 +00:00 |
|
RahulGautamSingh
|
cc6b458a02
|
fix: typo (#14306)
|
2022-02-19 07:54:21 +00:00 |
|
renovate[bot]
|
06ec0d6c22
|
chore(deps): update dependency eslint to v8.9.0 (#14305)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-19 01:44:42 +00:00 |
|
Rhys Arkins
|
f3bdb9470c
|
fix(composer): add support for github vulnerability alerts (#14301)
|
2022-02-18 16:48:40 +01:00 |
|
Tobias Gruetzmacher
|
4b1750eab0
|
feat(presets): add Apache Groovy monorepo (#14296)
|
2022-02-18 12:32:16 +01:00 |
|
RahulGautamSingh
|
537461b03f
|
feat: migrate packagist to v2 (#14104)
|
2022-02-18 07:30:59 +01:00 |
|
Oleg Krivtsov
|
bb9c10e250
|
chore(pip_requirements): migrate from fs.readFile to fs.readLocalFile (#14232)
|
2022-02-18 05:45:25 +00:00 |
|
Max Rose
|
977a027125
|
fix(presets): log depreciation only if fallback found (#14281)
|
2022-02-18 03:54:40 +01:00 |
|
Morre Meyer
|
9c16082173
|
feat(datasource/conda): add conda datasource (#14257)
|
2022-02-17 21:11:09 +01:00 |
|
renovate[bot]
|
7b294e8dae
|
chore(deps): update github/codeql-action action to v1.1.2 (#14282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-17 18:35:40 +00:00 |
|
renovate[bot]
|
4ee6d5e6d8
|
build(deps): update aws-sdk-js-v3 monorepo to v3.50.0 (#14280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-17 16:15:34 +00:00 |
|
renovate[bot]
|
7c66bb5f49
|
chore(deps): update github/codeql-action action to v1.1.1 (#14278)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-17 15:25:42 +00:00 |
|
Hasan Awad
|
1b08bcd7c9
|
fix(gitlab): add mapping for scheduled branch status (#14277)
|
2022-02-17 14:03:54 +00:00 |
|
Morre Meyer
|
98b20ad276
|
docs: add information about adding a new datasource to api.ts (#14275)
|
2022-02-17 12:56:25 +00:00 |
|
renovate[bot]
|
f1b3f320ee
|
chore(deps): update dependency @types/node to v16.11.24 (#14274)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-17 12:17:26 +00:00 |
|
Sergei Zharinov
|
b6c374f166
|
refactor(datasource/bitbucket-tags): Strict null checks (#13558)
|
2022-02-17 10:01:01 +00:00 |
|
renovate[bot]
|
b156d5ca17
|
chore(deps): update dependency @types/node to v16.11.23 (#14272)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-17 09:33:53 +00:00 |
|
Kaj Ström
|
c424a84f87
|
feat(maven): bumpVersion support (#14201)
|
2022-02-17 08:57:13 +00:00 |
|