- Jul 05, 2018
-
-
Rhys Arkins authored
This reverts commit 247bdf6b.
-
Rhys Arkins authored
Refactors template logic to test for isSingleVersion instead of the negative of isRange. This means that new values like `==1.2.0` in python will be presented as v1.2.0
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
If an encrypted npmToken is found alongside an unencrypted npmrc in config, then the token will replace any `${NPM_TOKEN}` placeholder found, or be appended to the end of the file. This enables large npmrc files to be defined in config without needing to enrypt the entire thing. Closes #1796
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate now ignores any upgrades that are marked as deprecated, unless the current version is itself also deprecated. The new config option `ignoreDeprecated` can be set to false to disable this if necessary. Closes #1988
-
Rhys Arkins authored
Previously, deprecation warnings were done as part of dependency lookups, which were run concurrently. This meant the chance of duplicate issues was high, due to race conditions. Instead, raising the issues is done once all package are looked up, to ensure only one issue per manager/dependency. It also means we can list all of the affected package files, in case of a monorepo. Closes #2224, Closes #2225
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Adds config option repositoryUrls which can be used by pip to define an alternate host to pypi. Closes #2181
-
Rhys Arkins authored
-
Rhys Arkins authored
Delete cached issueList after creating any new issue, so that we don’t end up with “old” state and potentially create duplicate issues.
-
Rhys Arkins authored
Adds option for useCache to github and gitlab wrappers.
-
Rhys Arkins authored
Raises a deprecation warning issue per-dependency. Uses logic that if latest version is deprecated then the package is deprecated. Closes #1592
-
- Jul 04, 2018
-
-
Rhys Arkins authored
Closes #2168
-
Rhys Arkins authored
Adds logic to detect presence of “deprecated” field in latest version. First step towards #1592
-
Rhys Arkins authored
Attempted workaround for #1984
-
Rhys Arkins authored
Thanks @hbetts
-
Renovate Bot authored
-
Rhys Arkins authored
Refactors updateType logic so that a type of “bump” is returned when bumping versions within existing ranges, instead of minor or major. Updates that fall *outside* the existing range will continue to be labeled as minor or major as appropriate. This value can now be used within packageRules, e.g. ``` “updateTypes”: [“bump”], “labels”: [“bumped version only”] ``` Closes #1942
-
Rhys Arkins authored
-
Rhys Arkins authored
Adds an `updateTypes` field to `packageRules` that lets you specify rules based on update types such as major, minor, patch, pin, etc.
-
Rhys Arkins authored
Closes #2216
-
Rhys Arkins authored
Closes #2215
-
- Jul 03, 2018
-