renovate/lib/modules/manager/npm
2022-11-23 14:30:22 +01:00
..
__fixtures__ fix(yarn): skip individual invalid entries in yarn.lock (#19018) 2022-11-22 06:16:32 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
extract feat(npm): use npm <9 when lockfileVersion=2 (#19046) 2022-11-23 14:30:22 +01:00
post-update fix(npm): use nvmrc from lock file dir (#18978) 2022-11-18 06:13:09 +00:00
update refactor: reduce debug metadata (#18737) 2022-11-07 11:29:02 +00:00
detect.spec.ts test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
detect.ts refactor(fs): Remove proxies.ts file (#16325) 2022-07-01 14:57:30 +02:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49:57 +00:00
range.spec.ts feat!: do not auto pin rangeStrategy (#18309) 2022-10-23 06:48:35 +02:00
range.ts feat!: do not auto pin rangeStrategy (#18309) 2022-10-23 06:48:35 +02:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts feat(npm): add detection for overrides block (#15351) 2022-05-17 15:10:43 +00:00
utils.spec.ts refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +02:00
utils.ts fix(npm): add trailing newline when composing lockfiles (#14753) 2022-03-22 09:50:46 +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, npm and yarn version specified under volta.
  • packageManager