
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@deepracticex/commitlint-config
Advanced tools
Shared commitlint configuration for Deepractice projects
Shared commitlint configuration for Deepractice projects following Conventional Commits.
pnpm add -D @deepracticex/commitlint-config @commitlint/cli
Create commitlint.config.js in your project root:
export default {
extends: ["@deepracticex/commitlint-config"],
};
<type>(<scope>): <subject>
<body>
<footer>
Must be one of:
feat - New featurefix - Bug fixdocs - Documentation changesstyle - Code style changes (formatting, missing semicolons, etc)refactor - Code refactoring (neither fixes a bug nor adds a feature)perf - Performance improvementstest - Adding or updating testsbuild - Build system or external dependencies (webpack, npm, etc)ci - CI/CD changes (GitHub Actions, etc)chore - Other changes that don't modify src or test filesrevert - Revert a previous commitThe scope should be the name of the package or area affected:
error-handlingloggereslint-configtypescript-configFixes #123, Closes #456BREAKING CHANGE: <description>feat: add user authentication
fix(logger): resolve file rotation issue
refactor(error-handling): simplify error factory API
Remove redundant error creation methods and consolidate into a single
factory function for better maintainability.
feat(eslint-config): upgrade to ESLint 9
BREAKING CHANGE: Requires ESLint 9.0.0 or higher. Update your ESLint
dependency before upgrading this package.
fix(logger): prevent memory leak in file transport
Fixes #42
Add to your lefthook.yml:
commit-msg:
commands:
commitlint:
run: npx commitlint --edit {1}
Commitlint works seamlessly with changesets. After your commit passes validation, run:
pnpm changeset
This config extends @commitlint/config-conventional with the following customizations:
MIT
FAQs
Shared commitlint configuration for Deepractice projects
The npm package @deepracticex/commitlint-config receives a total of 5 weekly downloads. As such, @deepracticex/commitlint-config popularity was classified as not popular.
We found that @deepracticex/commitlint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.