Josh David
Josh David
Expand cypress peer dependency versions to include v5 and v6. Fixes #168
Currently, the `conventional-changelog` dependency uses `repository.url` in `package.json` by default to generate the links in the changelog. According to the [npm documentation](https://docs.npmjs.com/files/package.json#repository) this url should be able to be used...
The plugin uses `@typescript-eslint/parser` as the default parser for typescript files in the exported typescript config. `eslint-import-resolver-node` is also used as the default resolver. This PR adds the packages as...
**Is your feature request related to a problem? Please describe.** Yarn v2 introduced a new lockfile format that now adheres to YAML. I believe ATM when trying to run lockfile-lint...
- move chalk from devDependencies to dependencies - upgrade dependencies and devDependencies to latest versions - drop support for node 12 - fix import/extensions issues - fix unicorn/prevent-abbreviations issues chalk...
**What's the problem this PR addresses?** Addresses one of the checklist items listed for Yarn 4 in #3591. **How did you fix it?** Updated all hooks and their interfaces to...