Darius Dzien
Darius Dzien
Currently, if git is not installed, a repo is downloaded via the GitHub REST API. An option should be added to download a repository via REST even when git is...
Quick PR to upgrade all GitHub actions to their latest versions. Dependabot could be used to automate this.
This is a modified version of, and should adhere to, the [Contributing Guidelines](../../main/.github/CONTRIBUTING.md). Quick update to reflect the current size of the company. * [x] This PR contains housekeeping only...
This aliased dependency will not be compared to other `webpack` versions: ``` "dependencies": { "aliased-webpack": "npm:webpack@^5", } ```
CDVC should support ignoring dependencies through an ignore file, similar to `.gitignore`.
`package.json`: ``` { "private": "true", "dependencies": { "react-is": "npm:react-is" }, "workspaces": [ "packages/*" ] } ``` `packages/react-is/package.json`: ``` { "name": "react-is", "version": "18.0.0" } ``` `packages/a/package.json`: ``` { "name": "a",...
Similar to https://github.com/bmish/check-dependency-version-consistency/issues/345, dependencies that have `"*"` or `""` as the version are not being autofixed.
CDVC reports inconsistencies for the following local dependencies: ``` { "name": "@scope1/package1", "dependencies": { "foo": "file:./my-local-package" } } ``` ``` { "name": "@scope1/package2", "dependencies": { "foo": "link:./my-local-package" } } ```...
* Drop Node 14 ([EOL](https://github.com/nodejs/Release) April 2023) * Drop Node 16 ([EOL](https://github.com/nodejs/Release) Sep 11, 2023) * Drop Node 19 ([EOL](https://github.com/nodejs/Release) June 2023)