- May 29, 2020
-
-
Rhys Arkins authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- May 26, 2020
-
- May 20, 2020
-
-
Rhys Arkins authored
-
- May 19, 2020
-
-
Rhys Arkins authored
Renovate will no longer embed npm, yarn and pnpm as dependencies. Therefore, if you are not running via the Docker full image, then you need to ensure that any of these managers are installed prior to running Renovate. This is inline with other managers such as Gradle or Poetry that require installation alongside Renovate too. Closes #4208 BREAKING CHANGE: npm, yarn and pnpm are no longer embedded with the installation
-
- May 08, 2020
-
- May 01, 2020
-
-
Rhys Arkins authored
-
- Apr 14, 2020
-
-
Rhys Arkins authored
-
- Apr 13, 2020
-
-
Christophe Hurpeau authored
* feat: yarn 2 * Apply suggestions from code review Co-Authored-By:
Michael Kriese <michael.kriese@visualon.de> * refactor: move yarnMajorVersion test * test: apply patch from @JamieMagee see https://github.com/renovatebot/renovate/pull/5657#issuecomment-611205192 * test: update snapshots * prettier-fix Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Mar 03, 2020
-
- Feb 24, 2020
-
-
Rhys Arkins authored
Ref #5555
-
- Feb 22, 2020
-
-
Rhys Arkins authored
-
- Feb 14, 2020
-
- Jan 20, 2020
-
-
Sergio Zharinov authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 16, 2020
-
- Jan 15, 2020
-
- Jan 12, 2020
-
-
Sourav Das authored
Use defined error constants throughout codebase.
-
- Jul 25, 2019
-
- Jul 23, 2019
-
- Jul 15, 2019
-
- Jun 03, 2019
-
- May 24, 2019
-
-
Michael Kriese authored
-
- Mar 07, 2019
-
-
Rhys Arkins authored
Allows dedupe options for npm and yarn. Closes #2883
-
- Feb 27, 2019
-
-
Rhys Arkins authored
Closes #3274
-
- Jan 28, 2019
-
- Jan 24, 2019
-
-
Rhys Arkins authored
Adds a new `rangeStrategy` value `lockfile-update'. Enabling this means you will get PRs that contain updates for the versions in your lock file (currently npm and yarn only) even if the range in the `package.json` file hasn't changed because the update is "in range". Closes #1382
- Sep 27, 2018
-
-
Rhys Arkins authored
Detects if `yarn.lock` contains `integrity` fields already and if so then runs `yarn` using v1.10.1 instead of the default v1.9.4.
- Sep 25, 2018
-
-
Rhys Arkins authored
-
- Sep 14, 2018
-
-
Rhys Arkins authored
Defaulting to ‘bundled’ (default behaviour), this option can be changed to ‘global’ if you wish Renovate to use globally installed npm, yarn, pnpm and lerna binaries. Note: composer always uses global regardless.
-
- Sep 12, 2018
-
-
Rhys Arkins authored
-
- Sep 08, 2018
-
- Sep 04, 2018
-
-
Rhys Arkins authored
Detect strings in `yarn` `stderr` that indicate a registry problem and if found then throw a `registry-failure` error instead of continuing with a PR creation or update. This way they should be retried on each run until the registry is available again. Closes #2474, Closes #2475
-
- May 29, 2018
-
-
Rhys Arkins authored
Closes #2039
-
- May 28, 2018
-
- May 16, 2018
-
-
Rhys Arkins authored