renovate/lib/modules/manager/npm
Michael Kriese e5c6f38d75
refactor: enable strict checks (#16168)
* refactor:  enable strict checks

* chore: revert changes

* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
..
__fixtures__ feat(manager/npm): update yarn metadata versions (#14933) 2022-04-05 12:41:13 +02:00
__snapshots__ fix(npm): add trailing newline when composing lockfiles (#14753) 2022-03-22 09:50:46 +01:00
extract refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +02:00
post-update refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +02:00
update refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +02:00
detect.spec.ts feat(npm): use updated node for artifacts (#15527) 2022-05-11 05:19:35 +00:00
detect.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
index.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
range.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
range.ts refactor: enable strict checks (#16168) 2022-06-21 13:00:21 +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