- Nov 17, 2019
-
-
Jamie Magee authored
See [Microsoft-hosted agents](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent) for a complete list of available images. These don't update very often, but what do you think about targeting `windows-lates`, `ubuntu-latest`, and `macOS-latest`?
-
Renovate Bot authored
-
Jamie Magee authored
The public documentation hasn't been updated, but the task is available. See [here](https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/CacheV2). Fixes #4757
-
- Nov 16, 2019
-
- Nov 15, 2019
-
-
Carlin St Pierre authored
fix: Allow Date objects to pass through sanitizeValue without all of the fields being removed (#4809) This fixes an issue where timestamps were not being logged because `Object.entries<any>(value)` for a Date object would return `{}`.
- Nov 14, 2019
-
-
Renovate Bot authored
-
- Nov 13, 2019
-
-
Florian Greinacher authored
Fixes #4794
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Nov 12, 2019
-
- Nov 11, 2019
-
-
Renovate Bot authored
-
- Nov 10, 2019
-
-
Renovate Bot authored
-
Renovate Bot authored
- Nov 09, 2019
-
-
Rhys Arkins authored
-
Simon Rüegg authored
Otherwise the language overwrites won't be merged correctly. Signed-off-by:
Simon Rüegg <simon.ruegg@vshn.ch>
-
Rhys Arkins authored
This reverts commit 177c1c6b.
-
- Nov 08, 2019
-
-
Renovate Bot authored
- Nov 07, 2019
-
-
Renovate Bot authored
-
Dominykas Blyžė authored
When running the `lockFileMaintenance`, the lock file is removed before it gets recreated. When the lock file is not present, npm creates a `package-lock.json` by default, so we need to rename it to `npm-shrinkwrap.json` when we want to get an updated version.
-
- Nov 06, 2019
-
-
Renovate Bot authored
- Nov 05, 2019
-
- Nov 03, 2019
-
-
Renovate Bot authored
-
Renovate Bot authored
-
- Nov 02, 2019
-
- Nov 01, 2019
-
-
Rhys Arkins authored
Closes #4760
- Oct 31, 2019
-
-
Renovate Bot authored
-
Renovate Bot authored
-
Nikita Chashchinskii authored
It fixes unexpected "downgrading" behavior when updating normal versions like `0.9.21`, which are treated as caret ranges by cargo. For example if rangeStrategy is 'replace', an update like `0.9.21` -> `0.9.22` will result in newValue = `0.9.0`, because "caret range" `0.9.0` contains both `=0.9.21` and `=0.9.22`
-
- Oct 29, 2019
-
-
Renovate Bot authored
-