Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 15.0.0 to 16.0.0

17

CHANGELOG.md

@@ -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 @@

11

lib/load.d.ts

@@ -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

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