renovate/lib/manager/npm
2020-06-26 11:31:23 +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: better link for skipInstalls 2020-06-15 14:08:22 +02:00
post-update fix(lerna): ignore scripts (#6581) 2020-06-25 07:43:15 +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 refactor: remove lodash, add fast-deep-equal (#6496) 2020-06-26 11:31:23 +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.