Rhys Arkins
11d5a8b02e
fix: don’t update starred versions
2018-05-28 15:18:40 +02:00
Rhys Arkins
1c115ae6b6
refactor: move getRangeStrategy into npm/lookup
2018-05-28 13:25:54 +02:00
Rhys Arkins
c9e9bb73a8
fix: widen complex bump range instead of skip
2018-05-28 12:42:02 +02:00
Rhys Arkins
b43f51dac7
fix: embed release notes for at most first 50 releases
...
Closes #2032
2018-05-28 10:13:50 +02:00
renovate[bot]
a43e972c0f
chore: update dependency prettier to v1.13.0 ( #2030 )
...
* chore: update dependency prettier to v1.13.0
* run prettier
2018-05-28 09:26:22 +02:00
Rhys Arkins
addf184473
feat: refactor getPackageUpdates for manager expansion ( #1994 )
...
The goal of this PR is to refactor npm's version lookup/grouping as much as possible to enable the same logic to be used for other package managers.
2018-05-28 09:09:22 +02:00
Renovate Bot
8752519a11
chore: update dependency jest to v23.0.1
2018-05-27 16:53:07 +00:00
Dragomir Țurcanu
65b9934a5b
tests: remove semver validation ( #2027 )
...
Closes #2024
2018-05-27 16:54:11 +02:00
Rhys Arkins
a9f47ca0b0
fix(yarn): read yarnrc contents properly
...
Properly fixes #2020
2018-05-26 18:22:32 +02:00
Rhys Arkins
941d06172d
fix: fortify get changelog to not error
...
Adds check for res before res.project and wraps in try/catch so that any future errors are ignored and don’t stop the PR.
Fixes #2023
2018-05-26 06:58:02 +02:00
Renovate Bot
dbb8fac31c
fix: update dependency delay to v3
2018-05-26 06:43:01 +02:00
Rhys Arkins
c2100ffc21
fix(yarn): look for .yarnrc for every package file
...
Closes #2020
2018-05-25 12:12:03 +02:00
Renovate Bot
75fb45cbe6
chore: update node:8.11.2-alpine docker digest to 421ce1
2018-05-25 07:26:23 +02:00
Renovate Bot
7ac4e786be
chore: update dependency jest to v23
2018-05-25 07:26:02 +02:00
Renovate Bot
78c5a0ac53
chore: update dependency eslint-plugin-promise to v3.8.0
2018-05-24 21:46:30 +00:00
Rhys Arkins
2610015467
fix: abort repository when lockfile error
2018-05-24 16:28:36 +02:00
Renovate Bot
be4745dc6c
fix: update dependency npm to v6.1.0
2018-05-24 10:33:34 +00:00
Renovate Bot
38617c5b62
fix: update dependency yarn to v1.7.0
2018-05-24 03:36:25 +00:00
Dragomir Țurcanu
89978d4ebe
fix: GitLab MR rebasing logic ( #2006 )
...
Fixed the 404 error on branch rebasing. (GitLab)
Closes #1992
2018-05-23 19:26:56 +02:00
Rhys Arkins
6799374e34
fix(npmrc): don’t massage naked ‘_auth’
2018-05-23 19:18:27 +02:00
Rhys Arkins
c338bdd2dd
fix(nmprc): massage _auth to _authToken only if base64 encoded
2018-05-23 18:13:17 +02:00
Rhys Arkins
d6cc5b0755
fix: default rangeStrateg to “replace”
2018-05-23 11:17:20 +02:00
Renovate Bot
88534c3176
chore: update dependency cross-env to v5.1.6
2018-05-22 23:29:54 +00:00
Rhys Arkins
143c909b4f
fix: publish master branch to npmjs as latest
2018-05-22 14:23:59 +02:00
Renovate Bot
c1427e6a75
fix: update dependency semantic-release to v15.5.0
2018-05-21 23:29:05 +00:00
Renovate Bot
707c00fada
fix: update dependency semantic-release to v15.4.4
2018-05-21 21:39:21 +00:00
Renovate Bot
89bd602247
fix: update dependency semantic-release to v15.4.3
2018-05-21 17:34:08 +00:00
Rhys Arkins
00031c09fa
refactor: return latestVersion with npmjs result
2018-05-21 17:42:49 +02:00
Rhys Arkins
7f8dd25a97
refactor: matchesSemver -> matches
2018-05-21 17:40:15 +02:00
Rhys Arkins
63f2669153
refactor: semverSort -> sortVersions
2018-05-21 17:35:50 +02:00
Rhys Arkins
7a1d30c8b6
refactor: move semver to lib/versioning
2018-05-21 17:30:55 +02:00
Rhys Arkins
d45f957cfd
refactor: defer isX upgrade classifications
2018-05-21 17:20:41 +02:00
Renovate Bot
b02114f6e8
fix: update dependency changelog-filename-regex to v2
2018-05-21 12:46:03 +02:00
Renovate Bot
2f6b823e6c
fix: update dependency semantic-release to v15.4.2
2018-05-20 21:27:13 +00:00
Renovate Bot
76d1915096
fix: update dependency pnpm to v2
2018-05-20 21:59:09 +02:00
Renovate Bot
38b0aff808
fix: update dependency deepcopy to v1
2018-05-20 21:51:55 +02:00
Rhys Arkins
2f1e1a979a
fix: Revert "feat: permission check in initRepo ( #1983 )"
...
This reverts commit 09978ae8dd
.
2018-05-19 09:15:10 +02:00
Dragomir Țurcanu
09978ae8dd
feat: permission check in initRepo ( #1983 )
...
Added permission checking on `initRepo` which, in case of an error, throws a clear message (`The token doesn't have the write permissions to the repository`)
Closes #509
2018-05-19 08:33:41 +02:00
Rhys Arkins
c89929d3e2
fix: rename changelog cache file
2018-05-19 08:22:37 +02:00
Rhys Arkins
eb67d7e340
feat: allow ghe changelog
2018-05-19 07:53:07 +02:00
Marco Massarotto
929231b46c
Feat/allow ghe changelog ( #1981 )
...
This PR follows up and fixes #1968
The previous PR didn't behave correctly as it was expecting Github Enterprise to ALWAYS been configured and that the github.com token was available in the `GITHUB_COM_TOKEN` env variable.
But for non GHE project `GITHUB_COM_TOKEN` is not defined and github.com token is available at the `GITHUB_TOKEN` env variable instead.
This updated PR fix this issue and avoid further problems by prioritising `github.com` over GHE.
Now the code is NOOP if no `GITHUB_ENDPOINT` is configured.
If it's configured, instead, now the codes assumes that, by DEFAULT, a dependency is hosted on `github.com` so it removes `GITHUB_ENDPOINT` and use `GITHUB_COM_TOKEN` as Github token immediately.
They are restored only if needed, when a dependency is hosted on the provided GithubEnterprise.
2018-05-19 07:44:56 +02:00
Renovate Bot
b81f95f779
chore: update dependency jest to v22.4.4
2018-05-18 16:58:05 +00:00
Rhys Arkins
702ccee67a
refactor: rename changelog fields
2018-05-18 17:20:20 +02:00
Rhys Arkins
4c80a433df
fix(npm): handle jump between unstable releases in same major
...
Closes #1990
2018-05-18 16:07:33 +02:00
Rhys Arkins
4822bc5d91
fix: Revert "fix(npm): ignore deprecated versions"
...
This reverts commit 7fcbb47b3a
.
2018-05-18 08:34:34 +02:00
Rhys Arkins
ced6ee20bb
fix: Revert "fix(npm): deprecate only if deprecated === ‘this’"
...
This reverts commit 080d945153
.
2018-05-18 08:34:17 +02:00
Rhys Arkins
080d945153
fix(npm): deprecate only if deprecated === ‘this’
2018-05-18 08:23:49 +02:00
Rhys Arkins
7fcbb47b3a
fix(npm): ignore deprecated versions
...
Closes #1988
2018-05-18 07:44:34 +02:00
Renovate Bot
d1bfeaa877
fix: update dependency changelog-filename-regex to v1.1.2
2018-05-18 02:28:39 +00:00
Renovate Bot
dbfa454b01
chore: update dependency eslint-plugin-import to v2.12.0
2018-05-17 12:27:38 +00:00