renovate/lib/manager/npm
Rhys Arkins 856b28841d
feat: hostRules.matchHost (#9815)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
..
__fixtures__ feat(npm): add support for npm 7 (package-lock v2) (#7700) 2020-11-13 14:39:40 +01:00
extract refactor: Replace some TODO items with issue ids (#9596) 2021-04-26 20:19:30 +00:00
post-update feat: hostRules.matchHost (#9815) 2021-05-06 07:57:44 +00:00
update feat(test): Detect test utils callers and simplify helpers (#9707) 2021-04-26 16:15:03 +02:00
index.ts feat: transitiveRemediation (#8883) 2021-03-01 07:59:57 +00:00
range.spec.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
range.ts refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01: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.