renovate/lib/manager/npm
Ian Walter 71b1b58c28
feat(pnpm): Adding --recursive flag to pnpm install (#6850)
Closes #2015: pnpm recursive support

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-29 07:16:08 +02:00
..
__fixtures__ feat: npm resolutions (#5689) 2020-03-11 07:17:42 +01:00
__snapshots__ refactor(test): move manager tests to lib (#5300) 2020-02-05 01:14:31 +01:00
extract chore(eslint): enable typescript 3.7 rules (#6765) 2020-07-18 08:42:32 +02:00
post-update feat(pnpm): Adding --recursive flag to pnpm install (#6850) 2020-07-29 07:16:08 +02:00
index.ts feat(internal): template fields enforcement (#5880) 2020-04-06 12:55:34 +02:00
range.spec.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
range.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
readme.md docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00
update.spec.ts chore(jest): add eslint jest checks (#5986) 2020-05-18 14:33:44 +02:00
update.ts chore(eslint): enable typescript 3.7 rules (#6765) 2020-07-18 08:42:32 +02:00

The following depTypes are currently supported by the npm manager :

  • dependencies
  • devDependencies
  • optionalDependencies
  • peerDependencies
  • engines : Renovate will update any node, npm and yarn version specified under engines.
  • volta : Renovate will update any node and yarn version specified under volta.