renovate/lib/modules/manager/npm
2023-04-04 04:53:37 +00:00
..
__fixtures__ fix(pnpm): don't ignore test directories for pnpm workspace packages (#20439) 2023-02-16 07:17:36 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
extract refactor(test): use minimal config objects (#20773) 2023-03-19 16:03:01 +00:00
post-update fix(yarn): use yarn up -R for lock file updating (#21309) 2023-04-04 04:53:37 +00:00
update fix(yarn): detect already-updated for yarn 2/3 (#21285) 2023-04-02 12:07:54 +00:00
detect.spec.ts test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
detect.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
index.ts refactor: convert ProgrammingLanguage to union type (#18748) 2022-11-05 08:49:57 +00:00
range.spec.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
range.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor: move manager fields to managerData (#20486) 2023-02-18 15:06:03 +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