Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
conventional-changelog-jquery
Advanced tools
conventional-changelog jQuery preset.
Issues with the convention itself should be reported on the JQuery issue tracker.
# yarn
yarn add -D conventional-changelog-jquery
# pnpm
pnpm add -D conventional-changelog-jquery
# npm
npm i -D conventional-changelog-jquery
Commit messages should describe what changed, and reference the issue number if the commit closes or is associated with a particular issue. Commit messages for all jQuery projects should look like this:
Component: Short Description
Optional Long Description
Fixes #xxx
Closes gh-yyy
Ref #zzz
Every commit must have a subject (the first line). Everything else is optional.
This is the first line. It consists of a component, like "Event" or "Autocomplete".
There are two line breaks between the subject and the long description. The description can have any length and formatting, like lists.
References to issues or pull requests go after the long description, each one on their own line.
Use Fixes when the commit fixes an open issue.
Use Closes when the commit closes an open pull request.
Use Ref when referencing an issue or pull request that is already closed or should remain open. Examples include partial fixes and commits that add a test but not a fix.
Always use "gh-xxx" for GitHub issues and pull requests within the same repository. Use "[user]/[repo]#xxx" when referencing an issue or pull request in another repository, e.g., "Closes jquery/jquery-ui#175".
FAQs
JQuery preset for conventional-changelog.
The npm package conventional-changelog-jquery receives a total of 1,423,489 weekly downloads. As such, conventional-changelog-jquery popularity was classified as popular.
We found that conventional-changelog-jquery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.