
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
@fingerprintjs/conventional-changelog-dx-team
Advanced tools
Custom conventional changelog preset for semantic-release
This package provides a custom preset for Conventional Changelog, specifically designed for the DX team at FingerprintJS. It is configured for use with semantic-release and includes customizable release rules and categories for changes.
To install this package, use the following command:
pnpm install @fingerprintjs/conventional-changelog-dx-team
To use this preset in your project, add the following configuration to your project's semantic-release file:
module.exports = {
plugins: [
[
'@semantic-release/commit-analyzer',
{
'config': '@fingerprintjs/conventional-changelog-dx-team',
'releaseRules': '@fingerprintjs/conventional-changelog-dx-team/release-rules'
}
],
[
'@semantic-release/release-notes-generator',
{
'config': '@fingerprintjs/conventional-changelog-dx-team',
}
],
]
};
fix: Fixed logic bug
feat: Added new feature
feat: upgrade runtime to Node 20
BREAKING CHANGE: use node 20
docs: Updated documentation
perf: Performance improvements
build: add test pipeline
test: improve test coverage
chore: updated dependencies
refactor: refactored code for readability
This project is licensed under the MIT license. See the LICENSE file for more info.
FAQs
Custom conventional changelog preset for semantic-release
The npm package @fingerprintjs/conventional-changelog-dx-team receives a total of 196 weekly downloads. As such, @fingerprintjs/conventional-changelog-dx-team popularity was classified as not popular.
We found that @fingerprintjs/conventional-changelog-dx-team demonstrated a not healthy version release cadence and project activity because the last version was released 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
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.