Commit graph

8405 commits

Author SHA1 Message Date
Rhys Arkins
62bc64970a
feat: extractVersion (#7307)
Adds a new option extractVersion which allows for extracting a substring of raw versions from datasources, to be used as the actual version.

Closes #7297, Closes #6793
2020-09-17 10:06:06 +02:00
Rhys Arkins
0115ae7df0 docs: separateMajorMinor clarity 2020-09-17 05:57:14 +02:00
Rhys Arkins
953101bf15
fix: don’t force cli token or hostRules (#7303)
Closes #7298
2020-09-16 16:34:18 +02:00
renovate[bot]
3e20d6f821
build(deps): update dependency moment to v2.28.0 (#7301)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-16 14:00:46 +00:00
Jérémie Astori
ba71eff36d
feat(preset): add the formatjs monorepo (#7294) 2020-09-16 06:33:36 +02:00
renovate[bot]
9d850e5c01
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v0.141.0 (#7291)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-15 16:00:42 +00:00
Rhys Arkins
4e1ace3a85 fix(git): gracefully abort for bad revision errors 2020-09-15 12:05:19 +02:00
Antek S
8b0cac5a0e
feat(pypi): Add more changelogUrls for python projects (#7289) 2020-09-15 11:41:28 +02:00
Robert Lin
cd57b3e3df
fix: do not override config.force with forceCli (#7274) 2020-09-15 10:17:44 +02:00
jgarec
662a249ba0
fix(migration): do not migrate semanticCommits if not necessary (#7280) 2020-09-15 06:34:00 +02:00
renovate[bot]
15a419f0f2
chore(deps): update dependency @types/node to v12.12.58 (#7282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-14 18:02:24 +00:00
renovate[bot]
c3969d9c28
build(deps): update dependency parse-diff to v0.7.1 (#7275)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-14 15:00:37 +00:00
renovate[bot]
b0f1425e06
chore(deps): update dependency pretty-quick to v3.0.2 (#7271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-14 01:32:42 +00:00
renovate[bot]
439222b21f
build(deps): update dependency got to v11.6.2 (#7269)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-13 17:00:43 +00:00
Rhys Arkins
35c5fe81a1 feat(internal): log fixedVersion of dependencies 2020-09-13 12:03:20 +02:00
Rhys Arkins
2c9ebbe54b refactor: sort fileMatch result for deterministic ordering 2020-09-13 07:17:43 +02:00
Rhys Arkins
6c9c4ac14e fix(azure): add auth value to sanitized strings 2020-09-12 19:43:55 +02:00
Tobias Bieniek
7ab9b6bdd9
chore(datasource/crate): Extract getIndexSuffix() function and add tests (#7263)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-12 14:37:38 +02:00
Tobias Bieniek
9c4203c890
chore(datasource/metadata): Move massageGithub|GitLabUrl() functions out of addMetaData() (#7264) 2020-09-12 14:15:40 +02:00
Tobias Bieniek
171b65eed0
feat(pr/body): Fall back to dependencyUrl property (#7262)
... if no `homepage` or `sourceUrl` is available

This is relevant for the `crate` datasource where both are currently not available due to the API rate limiting.
2020-09-12 14:11:35 +02:00
Tobias Bieniek
1ed10fbe4b
feat(datasource/crate): Assign dependencyUrl property (#7261)
If I understand correctly the `dependencyUrl` property is supposed to link to the package on the package registry, which is crates.io in this case. This could potentially be used in the PR description if no homepage or source URL is available.
2020-09-12 14:10:19 +02:00
Tobias Bieniek
e872011546
feat: Add ember-template-lint to packages:linters preset (#7259) 2020-09-12 13:34:11 +02:00
Tobias Bieniek
b0cfbbae98
feat: Add @embroider monorepo (#7256)
see https://github.com/embroider-build/embroider/
2020-09-12 13:09:50 +02:00
Tobias Bieniek
02936d4650
feat: Add group:glimmer (#7257)
from https://github.com/glimmerjs/glimmer.js/tree/master/packages/%40glimmer

Note that not all packages should be included since these two are the only ones that are currently considered stable and officially used in Ember.js
2020-09-12 13:09:38 +02:00
Tobias Bieniek
c474d717b0
feat: Add ember-exam|qunit|mocha to packages:jsUnitTest preset (#7260) 2020-09-12 13:09:26 +02:00
Tobias Bieniek
2663dc5d32
fix: Fix semanticCommits migration code (#7258)
The code was overriding any non-boolean value with `auto`, even if `enabled` or `disabled` was set.
2020-09-12 11:36:41 +02:00
Rhys Arkins
facf46c84e
fix: treat config validation errors as enabled (#7255) 2020-09-12 07:28:12 +02:00
Sergio Zharinov
ec2154963a
fix(dependency-dashboard): Force checked PRs creation (#7253)
* fix(dependency-dashboard): Force checked PRs creation

* Simplify

* Remove unused check
2020-09-11 20:35:57 +02:00
Sergio Zharinov
1f4bda7877
feat(gradle): Add more variable patterns for Kotlin files (#7250) 2020-09-11 17:54:12 +02:00
Rhys Arkins
243728f263 fix(config): Migrate semantic commit option to enum type (#7170)
This reverts commit d1d7901a0a.
2020-09-11 13:15:04 +02:00
Rhys Arkins
d1d7901a0a fix: Revert "fix(config): Migrate semantic commit option to enum type (#7170)"
This reverts commit d2a5b7167b.
2020-09-11 12:43:49 +02:00
Sergio Zharinov
d2a5b7167b
fix(config): Migrate semantic commit option to enum type (#7170)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-11 11:45:14 +02:00
Rhys Arkins
42e223da3b
fix(git): clone default branch to depth 10 (#7249)
Necessary for accurate detection of semantic commits.
2020-09-11 10:28:28 +02:00
Shotaro Watanabe
487753a71b
feat(preset): add reg-suit monorepo (#7248) 2020-09-11 06:45:37 +02:00
Rhys Arkins
b7ac19d9bf
fix: sanitize github vulnerability alert bodies (#7246) 2020-09-10 21:57:18 +02:00
renovate[bot]
95c0a78fff
chore(deps): update dependency husky to v4.3.0 (#7242)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-10 12:02:06 +00:00
Rhys Arkins
5ba2704080
fix(git): fetch long sha for branchCommits (#7240) 2020-09-10 11:45:21 +02:00
Marek Hornak
5475f42518
fix(utils): change default maxBuffer limit to 10MB (#7209) 2020-09-10 07:00:40 +02:00
ylemkimon
fd1b04665a
fix(npm): fix lockfileUpdate commands for Yarn 2 (#7230) 2020-09-10 07:00:21 +02:00
Sergio Zharinov
79596e43c2
fix(gitea): Return only PRs created by Renovate (#7229) 2020-09-09 13:54:57 +02:00
Sergio Zharinov
6ac379715b
refactor(platform): Introduce optional getJsonFile function (#7174)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-09 11:08:51 +02:00
Rhys Arkins
9896f5e562
refactor: handle undefined platformOptions (#7227) 2020-09-09 11:07:38 +02:00
Rhys Arkins
aa2d37510e
chore: restore windows tests (#7228) 2020-09-09 10:32:02 +02:00
Rhys Arkins
6a98ab1fe0 chore: fix tests 2020-09-09 09:13:45 +02:00
ylemkimon
df2b2b3fa2
fix(npm): lockfileUpdate for Yarn 2 (#7222)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-09 08:42:40 +02:00
ylemkimon
fcd9bdc314
fix(npm): set CI=true in Yarn generateLockFile (#7223)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-09 08:42:27 +02:00
renovate[bot]
19689b8909
chore(deps): update dependency @types/node to v12.12.56 (#7226)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-09 08:42:17 +02:00
ylemkimon
c65d400489
fix(npm): correct Yarn lockedVersion for scoped package (#7219)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-09 08:11:52 +02:00
Rhys Arkins
2de2378d45
chore: drop windows test (#7225) 2020-09-09 08:08:09 +02:00
renovate[bot]
6e572d3713
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v0.140.1 (#7215)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-09 05:00:42 +00:00