node-installed-check
node-installed-check copied to clipboard
Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.21.0` -> `^8.24.0`](https://renovatebot.com/diffs/npm/eslint/8.21.0/8.24.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`~4.6.0` -> `~4.8.4`](https://renovatebot.com/diffs/npm/typescript/4.6.2/4.8.4) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/voxpelli/node-installed-check). ## Awaiting Schedule The following updates are...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://togithub.com/bcomnes/npm-run-all2) | [`^6.0.1` -> `^6.0.2`](https://renovatebot.com/diffs/npm/npm-run-all2/6.0.1/6.0.2) | [](https://docs.renovatebot.com/merge-confidence/)...
Maybe enable SARIF output? To enable this showing up in [`/security/code-scanning`](https://github.com/voxpelli/node-installed-check/security/code-scanning). See eg. https://github.com/Microsoft/sarif-js-sdk, https://github.com/oasis-tcs/sarif-spec and https://github.com/nvuillam/node-sarif-builder – see eg [`@microsoft/eslint-formatter-sarif`](https://www.npmjs.com/package/@microsoft/eslint-formatter-sarif) for an example And/or make use of https://github.com/voxpelli/node-installed-check/issues/43
See: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message
Syntax like: ```json "@voxpelli/example": "npm:pony-cause@^1.0.0", ``` Today it gives: ``` @voxpelli/example: Dependency is not installed. Can't check its version @voxpelli/example: Dependency is not installed. Can't check its engine requirement ```
See https://github.com/pkgjs/support and https://github.com/nodejs/package-maintenance/blob/HEAD/docs/PACKAGE-SUPPORT.md