renovate/lib/manager/npm
2021-02-25 10:10:42 +01:00
..
__fixtures__ feat(npm): add support for npm 7 (package-lock v2) (#7700) 2020-11-13 14:39:40 +01:00
extract feat: updateInternalDeps (#8809) 2021-02-22 15:09:35 +00:00
post-update logs: improve logging 2021-02-24 15:20:48 +01:00
update refactor: nested npm/update 2021-02-25 10:10:42 +01:00
index.ts refactor: toVersion -> newVersion (#8711) 2021-02-16 12:33:44 +01: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

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.