Socket
Socket
Sign inDemoInstall

@commitlint/types

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/types - npm Package Compare versions

Comparing version 12.1.4 to 13.0.0

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
### Features
* **rules:** add `trailer-exists` rule ([#2578](https://github.com/conventional-changelog/commitlint/issues/2578)) ([cd3816d](https://github.com/conventional-changelog/commitlint/commit/cd3816d553762eae99e088689395c55afce0c6cc))
* chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596)
### BREAKING CHANGES
* minimum node version is 12
## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)

@@ -8,0 +27,0 @@

1

lib/rules.d.ts

@@ -75,2 +75,3 @@ import { TargetCaseType } from './ensure';

'subject-min-length': LengthRuleConfig<V>;
'trailer-exists': RuleConfig<V, string>;
'type-case': CaseRuleConfig<V>;

@@ -77,0 +78,0 @@ 'type-empty': RuleConfig<V>;

8

package.json
{
"name": "@commitlint/types",
"version": "12.1.4",
"version": "13.0.0",
"description": "Shared types for commitlint packages",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=v10"
"node": ">=v12"
},

@@ -34,5 +34,5 @@ "repository": {

"devDependencies": {
"@commitlint/utils": "^12.1.4"
"@commitlint/utils": "^13.0.0"
},
"gitHead": "dd15ea6a27f29f232b183acafdb672e9b3586912"
"gitHead": "ca0ddf736a495fe6868cb9b4c43ae65476a5a6bf"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc