- Feb 27, 2018
-
- Feb 21, 2018
-
-
Rhys Arkins authored
* Revert "fix: disable reusing existing package-lock.json when upgrading (#1530)" This reverts commit 2728e399. * switch from —package-lock-only to —ignore-scripts Removing `--package-lock-only` option from npm installs due to https://github.com/npm/npm/issues/19852 Pretty sure this fixes #1495
-
- Feb 20, 2018
-
- Feb 19, 2018
-
-
Rhys Arkins authored
This has been causing undesirable side-effects with sub-dependencies “rolling back” in long-running PRs. Fixes #1532
-
- Feb 18, 2018
-
-
Rhys Arkins authored
Skip writing package-lock.json locally before `npm install —package-lock-only` to work around https://github.com/npm/npm/issues/19852 Workaround to fix #1528
-
- Feb 11, 2018
-
-
Rhys Arkins authored
- Feb 09, 2018
-
-
Rhys Arkins authored
Fixes #1320
- Feb 08, 2018
-
-
Rhys Arkins authored
This reverts commit a28cef0a.
-
- Feb 07, 2018
-
-
Rhys Arkins authored
Check if a lock file already exists in the current *branch* and if so then use it as the base for generating the new lock file and not the master one. Ensures that simple rebases result in same result. Closes #1481
-
- Feb 05, 2018
-
-
Rhys Arkins authored
* Revert "fix: Revert "feat: lerna bootstrap support (#1486)"" This reverts commit 4e592d60. * fix: fix lerna.json detection
-
Rhys Arkins authored
This reverts commit 3cab59d2.
-
Rhys Arkins authored
Adds support for running `lerna bootstrap` instead of `npm install` or `yarn install` (without Workspaces), hence allowing support of internally-linked dependencies. Closes #1441, Closes #1443
-
- Jan 29, 2018
-
-
Rhys Arkins authored
This reverts commit f0111101.
-
- Jan 27, 2018
-
- Jan 25, 2018
-
-
ctaepper authored
Adds a config option to bot administrators called `exposeEnv`, for cases where repositories are trusted. If set to true, the bot's full `process.env` can be used for `.npmrc` variable substitution and is passed to child processes when generating lock files. Disabled by default, including in the App.
-
- Jan 22, 2018
-
-
Rhys Arkins authored
This reverts commit 1aba7c79. Fixes #1425
-
- Jan 15, 2018
-
-
Rhys Arkins authored
This feature adds support for pnpm shrinkwrap.yaml files. Closes #1391
-
- Dec 15, 2017
-
-
Rhys Arkins authored
-
- Dec 05, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.9.0 * run prettier
-
- Nov 30, 2017
-
-
JYC authored
If we have in a package.json links to some local lib file:../path/to/folder Then the local lib package.json will be copied to the tmp folder to be able to generate the right yarn lock file. This is not working with tgz files, only folder reference. Closes #1215
-
- Nov 24, 2017
-
-
JYC authored
Use `upath` for windows-friendly path joins. Closes #1203
-
- Nov 17, 2017
-
-
Rhys Arkins authored
* refactor: don’t store yarn.lock content in packageFile * chore: don’t log full lockfile * refactor: don’t save package-lock.json * update tests
-
- Nov 08, 2017
-
-
Rhys Arkins authored
Remove original getFile, getFileContent, and getFileJson and replace with getFile (which used to be getFileContent.. shortened now for convenience). Also remove unused getSubdirectories functions.
-
- Nov 07, 2017
-
- Oct 19, 2017
-
-
Rhys Arkins authored
Previously, upgrades with failing lock files were not raised as PRs. Usually this is because of missing private module configuration. Now, Renovate will raise a PR but add a comment warning of the error, with the error log. It's raised as a comment because we now won't need to regenerate the lock file error every run, and we don't want to "lose" it if the PR description gets updated. Closes #600
-
- Oct 18, 2017
-
-
Rhys Arkins authored
* refactor: await fs.readFile instead of sync version * fix: replace fs and tmpDir sync with promises
-
- Oct 16, 2017
-
- Oct 08, 2017
-
-
Rhys Arkins authored
It appears that writing the existing lockfile before regenerating a new one can help speed some resolutions up. Closes #815
-
- Sep 29, 2017
-
-
Rhys Arkins authored
* fix: write npmrc to subdirectories with lock file * fix lint
-
Rhys Arkins authored
Previously, Renovate assumed that any yarn workspaces configuration would be in the root of the repository. Now, workspaces can be located within a subdirectory, e.g. `frontend/`. Note: Renovate still supports only one workspace per repository, please file an issue if you require more than one. Closes #842
-
- Sep 15, 2017
-