Commit graph

1895 commits

Author SHA1 Message Date
Rhys Arkins
cd72cdf2ac
feat(config): detectGlobalManagerConfig (#11951) 2021-09-29 19:58:42 +00:00
Rhys Arkins
312bc56995
fix(gitlabci): defensive object check (#11898) 2021-09-27 00:29:55 +02:00
HonkingGoose
b045149688
docs: private Git submodules are not supported (#11876) 2021-09-24 12:10:14 +02:00
Rhys Arkins
1842bdaa80
fix(yarn): don't base64 encode npmAuthIdent (#11873) 2021-09-24 10:04:42 +02:00
Jamie Magee
449bc3ecbb
refactor(npm): extract replacement to a private function (#11195) 2021-09-23 14:55:10 +00:00
Timo Furrer
b0cc608045
Correctly support includes in gitlab-ci (#11839)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-23 14:43:17 +00:00
Tom Bowden
867c0133d2
fix(manager/mix): Support umbrella projects (#11854)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-23 13:50:05 +00:00
Carl Kittelberger
78a8272cd1
feat(composer): bearer token authentication (#6901) (#11856)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-23 11:49:58 +00:00
Rhys Arkins
0f226139cc
feat(npm): npmrcMerge (#11857)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-23 13:17:44 +02:00
Rhys Arkins
73d617e009
fix(gradle-wrapper): quote params (#11773) 2021-09-16 11:54:54 +02:00
Michael Kriese
b9ae26b514
chore: fix duplicate import (#11756) 2021-09-15 15:24:20 +02:00
Sebastian Poxhofer
12ae0d1ee9
feat(manager/terraform): support range strategy update lockfile (#11720)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-15 07:20:31 +00:00
Michael Kriese
d05137fbf9
fix(manager/nuget): validate msbuild sdks (#11750) 2021-09-15 08:12:44 +02:00
Oleg Krivtsov
196df0d5d5
feat(manager/nuget): update msbuild-sdks section in global.json (#11707)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-14 18:58:50 +00:00
Sebastian Poxhofer
03ac68e912
fix(manager/gitlabci): name is not directly followed by image tag (#11647)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-14 14:18:36 +00:00
Sergei Zharinov
522d23e2c5
fix(gradle): Avoid crash for missing managerData (#11727) 2021-09-14 12:13:51 +02:00
Sebastian Poxhofer
f937f73e64
feat(manager/terraform/lockfile): support multiple deps during dep update (#11630)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-13 11:31:01 +00:00
Pete Wagner
dc15dfd808
feat: kustomize image digests (#11153)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-10 10:54:57 +00:00
Eric Citaire
f4ebbb78a9
fix(git-submodules): sequential submodules processing (#11659) (#11661) 2021-09-09 08:34:09 -07:00
Michael Kriese
11aa3baf2e
test: use codeql compatible token / passwords (#11297) 2021-09-09 16:17:05 +02:00
Rhys Arkins
8c9c04b49b
feat: disable pre-commit manager (#11616)
Disables pre-commit manager by default.

BREAKING CHANGE: pre-commit manager is no longer enabled by default, and must be opted into manually.
2021-09-09 09:25:46 +02:00
Michael Kriese
87d26472a4
fix(manager/gradle): ignore catalog deps without version (#11621)
* fix(manager/gradle): support catalog modules without version

* fix: more ignorable deps

* chore: fix type

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-07 19:51:39 +02:00
t-kulmburg
773a111c49
feat(gradle): support @<ext> file extentions (#11541)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-06 17:49:04 +00:00
Yanis Benson
b00cca0f1a
fix(manager/npm): support git@github.com repository urls (#11362) 2021-09-06 16:04:09 +02:00
Sebastian Poxhofer
27861b7733
feat(manager/helmv3): support helm chart dependencies in OCI images (#11584) 2021-09-06 09:24:21 +00:00
ylemkimon
97a0a32978
fix(npm): inherit yarnZeroInstall and skipInstalls (#11582)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-05 06:07:00 +00:00
Gaston Festari
3d56684aa7
feat(kustomize): add components support (#11553)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-03 11:40:25 +00:00
Danilo Pianini
f9f4d29af9
feat(manager/gradle): Add support for Gradle's TOML version Catalogs (#11452)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-02 16:55:33 +00:00
Sebastian Poxhofer
3f5d13ee47
fix(terraform): attempt only to update lockfile for depType provider and required_provider and updateType lockFileMaintenance (#11510) 2021-09-01 04:37:12 +00:00
ylemkimon
7159338509
fix(npm): enable global cache if no zero-install (#11448)
* fix(npm): include yarnZeroInstall in managerData

* fix(npm): enable global cache if no zero-install

* refactor: use mockResolvedValueOnce where possible

* refactor: make PostUpdateConfig extend ManagerData

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-30 17:46:58 +00:00
Michael Kriese
47dfc835b1
fix(manager:dockerfile): wrong replace with trimmed images (#11485) 2021-08-30 16:37:46 +00:00
Rhys Arkins
dcfc9d9885
fix(travis): massage currentValue to string (#11475) 2021-08-30 11:08:48 +02:00
Lucas
d5e4e098b3
feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl (#11454) 2021-08-30 07:06:18 +00:00
Rhys Arkins
96c4df2776
chore: clean up ManagerConfig types (#11469)
* chore: use ExtractConfig for git-submodules

* chore: drop ManagerConfig from config/types

* chore: remove unused ManagerConfig from manager types
2021-08-30 08:05:32 +02:00
ylemkimon
62a540c272
feat(npm): use Yarn 3 mode to skip install or build (#11012) 2021-08-29 14:59:58 +02:00
renovate[bot]
73a6b18525
chore(deps): update dependency @types/js-yaml to v4.0.3 (#11455)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-28 21:55:38 +00:00
Diego Rodríguez Baquero
a20fa18bae
feat: support detecting ESM libraries (#11440)
rel: https://nodejs.org/api/packages.html#packages_exports
2021-08-27 08:26:38 +02:00
HonkingGoose
2c700e0144
docs: update Bundler manager readme (#11413) 2021-08-25 06:17:14 +02:00
Sergei Zharinov
de7ba08b7f
test: Explicit snapshots for mix and nodenv managers (#11405) 2021-08-24 11:22:51 +02:00
Bob van de Vijver
3505508c9c
feat: Add fully configurable composer ignore platform requirement configuration (#11138)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-23 18:13:30 +00:00
Michael Kriese
609680931e
fix(manager:regex): allow no match in combination (#11386) 2021-08-23 17:30:38 +02:00
Sergei Zharinov
d747f3ecb1
test: Explicit checks for some snapshots (#11365) 2021-08-22 10:48:34 +00:00
Ville Skyttä
959baeab51
fix(pre-commit): pre-commit spelling in default message topic (#11366) 2021-08-22 07:33:48 +00:00
Michael Kriese
ae0ac14ca1
feat(gradle): use java image for docker mode (#11316) 2021-08-19 14:44:33 +02:00
Sergei Zharinov
68ebe08858
test: Explicit snapshots for manager tests (#11329)
* test: Explicit snapshots for manager tests

* Fix snapshots

* Remove obsolete snapshots
2021-08-19 08:09:55 +02:00
Sergei Zharinov
b21439fb75
test: Refactor more snapshot test (#11313) 2021-08-18 08:49:27 +02:00
Sergei Zharinov
5f4b9f9a3a
test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
Sebastian Poxhofer
8f1cf5e12e
fix(regex-combination): share regex match groups for matchStrings (#11253) 2021-08-17 22:46:08 +02:00
Sergei Zharinov
a8e4b722d4
test: refactor snapshots for cargo, cdnurl, circleci and cocoapods (#11275)
* refactor: Snapshots for cargo, cdnurl, circleci and cocoapods

* Rest

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-17 06:13:35 +00:00
Sebastian Poxhofer
569bee6e7d feat(terraform): remove RENOVATE_X_TERRAFORM_LOCK_FILE flag and enable by default (#11264) 2021-08-17 07:57:45 +02:00
Rhys Arkins
9150854d75 chore: rename config/admin -> config/global 2021-08-17 07:57:45 +02:00
Rhys Arkins
bf69924b78 refactor: rename config admin functions to global 2021-08-17 07:57:45 +02:00
HonkingGoose
bb37aa82fd docs: improve travis readme (#11255) 2021-08-17 07:57:45 +02:00
Rhys Arkins
960b64e6f0 chore: npm env settings style 2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e feat(travis): remove supportPolicy (#11176) 2021-08-17 07:57:45 +02:00
Sergei Zharinov
058f01b955 fix(gradle): Use right path to fixtures (#11067) 2021-08-17 07:57:45 +02:00
Rhys Arkins
0e91fda451 feat: centralized cache directory (#10115)
Ignore environment variables and instead use static cache directory for third party tools.

Closes #10094

BREAKING CHANGE: Renovate will now override any package manager cache locations configured in env variables.
# Conflicts:
#	lib/manager/gomod/__snapshots__/artifacts.spec.ts.snap
#	lib/manager/gomod/artifacts.ts
2021-08-17 07:57:45 +02:00
Rhys Arkins
2fe494616d feat(yarn): remove yarnrc config support (#10114)
Removes support for "yarnrc" configuration option.

Closes #10113

BREAKING CHANGE: It is no longer supported to configure a "yarnrc" override in Renovate config
2021-08-17 07:57:45 +02:00
Rhys Arkins
99eef28ea0 feat(gradle): merge gradle-lite into gradle (#10132)
Removes standalone gradle-lite manager and merges it into the gradle manager as the default behavior, while adding deepExtract as an option to re-enable previous behavior.

Closes #10091

BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
2021-08-17 07:57:45 +02:00
Sergei Zharinov
663c9aaae9
feat(cocoapods): Extract GitLab and git-tags (#11277) 2021-08-16 10:41:18 +02:00
Sergei Zharinov
0379495857
refactor(bundler): Better snapshot tests (#11263) 2021-08-14 09:09:26 +02:00
Sergei Zharinov
1b395fc95f
refactor: Test snapshots for azure-pipelines and bazel (#11244) 2021-08-13 06:15:34 +00:00
Sergei Zharinov
66a39ccfac
fix(dockerfile): Hide quay.io ports from PR title (#11231) 2021-08-12 12:55:14 +02:00
Kamil Kowalski
a73d82787b
feat(hex): Private Hex packages (#11168) 2021-08-12 09:34:27 +00:00
ylemkimon
10cc62bb97
fix(npm): set Yarn cache/global folder (#11146) 2021-08-11 06:16:15 +02:00
Michael Kriese
04fd4de912
test: fix macos terraform tests (#11204) 2021-08-10 16:48:10 +00:00
yoavk
fa2317eded
Extract deps with features (#11203) 2021-08-10 17:15:17 +02:00
Masaki Hara
f54ff20170
fix(ruby): use hostType=rubygems for bundler env (#11196) 2021-08-10 07:06:19 +02:00
ylemkimon
cf3f74f8c9
refactor(npm): yarn dedupe postUpdateOptions (#11148)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-09 18:32:30 +00:00
Michael Kriese
394f0bb741
test: fix http mocks (#11191) 2021-08-09 19:37:28 +02:00
Sergei Zharinov
1392955a04
refactor: Identify tests relying on single snapshots (#11150)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-07 23:43:34 +00:00
Christian Mösl
11c3d38154
fix(cargo): use lockupName to specify updated package in cmd (#11048) 2021-08-05 13:09:20 +00:00
Michael Kriese
80b3db4c97
chore(manager:helm-values): remove debug log (#11105)
Will be logged later at `packageFiles with updates` anyways
2021-08-05 14:35:19 +02:00
Michael Kriese
9fd3b96e14
fix(manager:helmfile): add chart check (#11103) 2021-08-05 07:38:12 +00:00
Connor Pearson
ce7ae0e9e2
feat: support updating the volta-pinned npm version (#11030)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-04 07:58:29 +00:00
Michael Kriese
fcb11ccb34
fix(kustomize): reject invalid newTag (#11078) 2021-08-03 22:08:15 +02:00
Jamie Magee
f2b6af88da
refactor(pypi): convert to class-based (#11064) 2021-08-03 11:38:46 +00:00
Michael Kriese
aa4fabe599
feat(composer): dynamic installation (#11025)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-03 07:50:55 +00:00
Sebastian Poxhofer
bc83d69d65
feat(terraform): implement lockfile support for Terraform community providers (#10619) 2021-07-30 11:24:59 +00:00
Michael Kriese
ab800f46d1
feat(composer): extract contraints on update artifacts (#11022) 2021-07-30 13:07:28 +02:00
Rhys Arkins
f0e1070299
fix(gomod): revert auth changes (#11021) 2021-07-30 10:23:35 +00:00
Philipp Melab
7eb141707d
fix(composer): disable composer plugins (#10989)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-29 15:41:31 +00:00
Rhys Arkins
871f9f5b8e
feat(docker): strip common prefixes from docker depName (#10997)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-29 09:18:26 +00:00
Michael Kriese
e51c8bcdd9
fix(npm): parse invalid resolution names (#10915) 2021-07-21 06:13:22 +00:00
Michael Kriese
d75f7c4941
fix(github-actions): do not assign docker language options (#10858) 2021-07-19 07:38:16 +00:00
Sergei Zharinov
f0297209ec
fix(pre-commit): Trim '.git' suffix from dep name (#10875) 2021-07-16 16:13:13 +02:00
HonkingGoose
1441788279
docs: fix typos (#10857) 2021-07-15 09:38:39 +00:00
Michael Kriese
3a4e7428f5
fix(github-action): do not remove paths (#10853) 2021-07-15 07:21:03 +02:00
Michael Kriese
48c33bee7d
feat(github-action): Support updating digest pinned actions (#10835) 2021-07-14 12:58:32 +02:00
Tobias
9237127be2
chore(go): add support for authenticated go git from source (#10750) 2021-07-14 08:32:30 +00:00
Kevin James
fdb6104bc3
fix(manager/mix): support lockfiles in subdirs (#10689)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-05 19:44:20 +02:00
Alexandra Guironnet
2bd36729c2
docs: additional information on gradle-lite (#10640)
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-30 16:27:39 +00:00
HonkingGoose
cb752dbee9
docs: use one sentence per line, fix grammar (#10656) 2021-06-29 17:36:41 +00:00
Rémi Chauvenne
175d7453ca
fix: Force pip regex to match dot character (#10644) 2021-06-29 10:42:37 +02:00
Jamie Magee
1eebe5661d
refactor(hex): convert to class-based (#10642) 2021-06-29 08:03:47 +02:00
Jamie Magee
a68ba8fc74
refactor(ruby-version): convert to class-based (#10508) 2021-06-27 08:25:29 +00:00
Sebastian Poxhofer
3be44469bb
refactor(artifacts): replace list of depNames with PackageDependency list (#10617)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-26 13:29:01 +00:00
Niels Basjes
c077f15831
fix: Improve the default User-agent string. (#10606) 2021-06-26 07:02:35 +00:00
Jamie Magee
222ef91fe9
refactor(terraform-module): convert to class-based (#10486) 2021-06-25 12:12:23 +00:00
Sergei Zharinov
f4976c5d1d
refactor: Centralize logging for ensureCacheDir function (#10603) 2021-06-25 11:42:37 +00:00
Sergei Zharinov
d2b0f4d98b
refactor(npm): Use util function for cache dir creation (#10591) 2021-06-24 15:06:04 +02:00
Sergei Zharinov
21d2aeb720
refactor(terraform): Use util function for cache dir creation (#10588) 2021-06-24 10:53:45 +00:00
Sergei Zharinov
7080a32e8d
refactor(cocoapods): Use util function for cache dir creation (#10587) 2021-06-24 11:35:13 +02:00
Sergei Zharinov
b53e5e408d
refactor(bundler): Use util function for cache dir creation (#10586) 2021-06-24 11:11:30 +02:00
Sergei Zharinov
1df94a2587
refactor(composer): Use util function for cache dir creation (#10581) 2021-06-24 09:48:05 +02:00
Rhys Arkins
aa41ae15ba
fix: Revert "fix(gomod): add missing go to upgrade commands" (#10571)
This reverts commit 37d79d7e4e.
2021-06-23 17:06:13 +02:00
Rhys Arkins
c7c8ba9f8a fix: Revert "refactor(pip_requirements): extractAllPackageFiles (#10414)"
This reverts commit 015391c70e.

Closes #10485
2021-06-18 09:20:14 +02:00
Sergei Zharinov
969ea18aea
feat(lein): Support version variables (#10479) 2021-06-18 07:06:40 +00:00
Michael Kriese
37d79d7e4e
fix(gomod): add missing go to upgrade commands (#10491) 2021-06-18 06:52:38 +00:00
Jamie Magee
47f36d8c8a
refactor(gradle-version): convert to class-based (#10474) 2021-06-18 06:41:31 +00:00
Jamie Magee
9c2e8b8b7e
refactor(galaxy-collection): convert to class-based datasource (#10360) 2021-06-18 07:40:05 +02:00
Sergei Zharinov
33e865c99d
refactor: Match all project sections to its dep type (#10477)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-17 15:10:56 +00:00
Sebastian Poxhofer
eb8ad0c38e
feat(terraform): Implement terraform lock files (#10469) 2021-06-17 10:17:19 +00:00
Jamie Magee
637d262a25
refactor(orb): convert to class-based datasource (#10450) 2021-06-17 09:21:41 +02:00
Rhys Arkins
5b25bf5e0c
fix: revert terraform lock file handling (#10466)
* fix: Revert "fix(manager): optimize lockfile cache handling (#10463)"

This reverts commit 713e35e88f.

* fix: Revert "fix(terraform): use path joins instead of slashes (#10461)"

This reverts commit 2776db6a2d.

* fix: Revert "feat(terraform): update terraform lock files (#8429)"

This reverts commit dab27f28c3.
2021-06-16 17:45:39 +02:00
Michael Kriese
713e35e88f
fix(manager): optimize lockfile cache handling (#10463) 2021-06-16 14:19:14 +00:00
Sebastian Poxhofer
2776db6a2d
fix(terraform): use path joins instead of slashes (#10461)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-16 11:02:04 +00:00
Sebastian Poxhofer
dab27f28c3
feat(terraform): update terraform lock files (#8429) 2021-06-16 08:02:34 +00:00
Lukas
d21f81c0de
fix(pnpm): match package patterns that are matched by pnpm (#10389) 2021-06-15 04:02:21 +00:00
Jamie Magee
915fbc7b77
refactor(terraform-provider): convert to class-based datasource (#10362) 2021-06-14 21:14:32 +02:00
Rhys Arkins
015391c70e
refactor(pip_requirements): extractAllPackageFiles (#10414) 2021-06-14 08:55:38 +02:00
Jamie Magee
880b7fb67a
refactor(helm): convert to class-based datasource (#10425) 2021-06-14 08:13:10 +02:00
Rhys Arkins
14f9c0137f
feat(pip-compile): lockFileMaintenance (#10408) 2021-06-12 13:45:54 +02:00
Christian Mösl
397cce4a98
fix(cargo): use package name as lookup name if specified (#10398) 2021-06-11 16:41:46 +00:00
Rhys Arkins
3d0b4cabe9
feat: pip-compile support (#10377)
Closes #2334
2021-06-11 12:55:06 +02:00
Jamie Magee
3c31090469
refactor(galaxy): refactor ansible galaxy to a class (#10346) 2021-06-08 17:20:39 +02:00
Shawn Garner
9be56a1918
Parse dependency definitions inside single and multi-line Sequences inside Scala dependency file (#10306) 2021-06-04 19:27:18 +00:00
Rhys Arkins
1e3b5f2470 refactor: pendingChecks to boolean 2021-06-04 09:18:42 +02:00
Sergei Zharinov
1b6ecd87c0
refactor: move binarySource option to admin config (#10022) 2021-06-02 06:50:23 +00:00
Lukas
ba5bf58a11
fix(pnpm): use stdout as artifact error message (#10271) 2021-06-02 08:40:54 +02:00
Caio Andrade
0534aea2d8
feat(python): pyenv manager (#10128) 2021-06-01 15:02:02 +02:00
Nils Andresen
235075d09a
fix(cake): load preprocessor directive (#10259)
Modified the parser, to additionally recognize preprocessor directives
of #load and it's short form of #l.
2021-06-01 12:06:25 +02:00
Sebastian Poxhofer
4f06d2590e
fix(regex): fix regression if no registryTemplate is used (#10249) 2021-06-01 05:28:13 +00:00
Michael Kriese
3c7546f7cd
test: simplify nock handling (#10170) 2021-05-27 14:13:31 +02:00
renovate[bot]
88baaf4b18
build(deps): update dependency js-yaml to v4 (#10172)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-26 13:01:09 +00:00
Rhys Arkins
79592f848a
fix: Revert "refactor: localDir -> cloneDir" (#10166)
This reverts commit 0b287c763d.
2021-05-26 11:22:16 +00:00
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir (#10158) 2021-05-26 10:30:23 +02:00
Michael Kriese
b1af26667e
fix(gitlabci): ignore empty content (#10139) 2021-05-25 09:56:20 +00:00
Jamie Magee
7b0934592f
refactor(dart): migrate to class based datasource (#10134) 2021-05-25 06:42:14 +02:00
Rhys Arkins
d24461cb71 fix(git): submodules search for ".path" instead of "path"
Closes #10119
2021-05-24 08:58:53 +02:00
Rhys Arkins
3de02c37e4 fix(yarn): sub package use root npmrc 2021-05-22 15:24:35 +02:00
Anbraten
7eb2c09b6e
feat: pnpm workspaces (#10071) 2021-05-22 12:32:19 +00:00
Ben Drucker
bcb359d67f
feat(github-actions): support workflow templates (#10088) 2021-05-22 09:34:04 +02:00
Rhys Arkins
714e51a316
feat(yarn): add credentials to .yarnrc.yml (#10052) 2021-05-21 20:20:23 +00:00
Jamie Magee
621b77b2c7
refactor(datasource): migrate to class based datasource (#6747)
* refactor(datasource): migrate to class based datasource

    A small experiment into what OOP/class based datasources might look like. Picked Cdnjs as it's the smallest & simplest.

    With this approach we can share common logic, like error handling, rate limiting, etc. between different datasources, instead of having to reimplement it each time we write a new datasource. Currently there's nothing shared, as it's only 1 datasource, but the interesting stuff will come with the 2nd datasource

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* remove renaming ClojureDatasource to datasource in tests

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-21 07:40:09 +02:00
Simon Larsén
cafbb4d3de
docs: Replace outdated GHA security notice with general description (#10084) 2021-05-20 18:59:13 +00:00
Rhys Arkins
b068ec9c08 fix(npm): get cacheDir from admin config 2021-05-19 11:11:45 +02:00
Sergei Zharinov
fbbbce608e
chore: Configure fs local dirs via admin config (#9990)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-17 13:21:28 +00:00
renovate[bot]
b8e36daa87
chore(deps): update dependency prettier to v2.3.0 (#10012)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-17 08:06:24 +00:00
Michael Kriese
9e08eaa1dc
refactor: rename Error location to validationSource (#10018) 2021-05-17 07:40:54 +00:00