
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@dwp/commitlint-config-base
Advanced tools
Shareable commitlint
config enforcing our commit convention.
Originally based upon the Conventional Commit Message Guidelines
and derived from @commitlint/config-conventional.
In addition to the above guidelines, it will prevent committing of messages which could skip CI pipelines.
Use with @commitlint/cli and @commitlint/prompt-cli.
npm install --save-dev @dwp/commitlint-config-base @commitlint/cli
Add a commitlint.config.js
file that looks something like:
module.exports = require( '@dwp/commitlint-config-base' );
You can add your own rules to enhance this, but in doing so please ensure you don't weaken the baseline ruleset.
## Linting
Add commitlint
to your test suite like this, or see our package.json for an example of how we do it:
"test": "commitlint --from=develop --to=HEAD"
FAQs
base configuration for commitlint
The npm package @dwp/commitlint-config-base receives a total of 998 weekly downloads. As such, @dwp/commitlint-config-base popularity was classified as not popular.
We found that @dwp/commitlint-config-base demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.