@commitlint/types
Advanced tools
Comparing version 15.0.0 to 16.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [16.0.0](https://github.com/conventional-changelog/commitlint/compare/v15.0.0...v16.0.0) (2021-12-26) | ||
### Features | ||
* **cz-commitlint:** support select scope with radio list by setting disableMultipleScopes ([#2911](https://github.com/conventional-changelog/commitlint/issues/2911)) ([9d8d73f](https://github.com/conventional-changelog/commitlint/commit/9d8d73f36e0c62c8cd9e3e913b66a5ca46ebf622)), closes [#2782](https://github.com/conventional-changelog/commitlint/issues/2782) | ||
* config validation ([#2412](https://github.com/conventional-changelog/commitlint/issues/2412)) ([c717202](https://github.com/conventional-changelog/commitlint/commit/c7172022097b11f46b33617e4a94d751243c1049)), closes [#327](https://github.com/conventional-changelog/commitlint/issues/327) | ||
### BREAKING CHANGES | ||
* **cz-commitlint:** users who is using multiple scopes need to set enableMultipleScopes to true | ||
# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17) | ||
@@ -8,0 +25,0 @@ |
@@ -23,13 +23,4 @@ import { UserPromptConfig } from './prompt'; | ||
prompt?: UserPromptConfig; | ||
[key: string]: unknown; | ||
} | ||
export interface UserPreset { | ||
extends?: string[]; | ||
formatter?: string; | ||
rules?: Partial<RulesConfig>; | ||
parserPreset?: string | ParserPreset; | ||
ignores?: ((commit: string) => boolean)[]; | ||
defaultIgnores?: boolean; | ||
plugins: PluginRecords; | ||
prompt?: UserPromptConfig; | ||
} | ||
export declare type QualifiedRules = Partial<RulesConfig<RuleConfigQuality.Qualified>>; | ||
@@ -36,0 +27,0 @@ export interface QualifiedConfig { |
@@ -6,2 +6,3 @@ export declare type RuleField = 'header' | 'type' | 'scope' | 'subject' | 'body' | 'footer'; | ||
scopeEnumSeparator: string; | ||
enableMultipleScopes: boolean; | ||
}; | ||
@@ -8,0 +9,0 @@ messages: PromptMessages; |
{ | ||
"name": "@commitlint/types", | ||
"version": "15.0.0", | ||
"version": "16.0.0", | ||
"description": "Shared types for commitlint packages", | ||
@@ -34,5 +34,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/utils": "^15.0.0" | ||
"@commitlint/utils": "^16.0.0" | ||
}, | ||
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca" | ||
"gitHead": "a6bacf60d7dccf969677cdef48fd22f8a92b5f08" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35142
331