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

@commitlint/config-conventional

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-conventional - npm Package Compare versions

Comparing version 9.1.2 to 10.0.0

27

CHANGELOG.md

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

# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
### Bug Fixes
* update dependency ([#1993](https://github.com/conventional-changelog/commitlint/issues/1993)) ([32667e8](https://github.com/conventional-changelog/commitlint/commit/32667e8aa665cf94fe669ba048ad7abaf6abac6e))
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
### BREAKING CHANGES
* remove node 8 from circle-ci checks
also remove node 13 because we do not support experimental versions
* docs: update node v10 to latest LTS 10 version
Co-authored-by: Cedric van Putten <me@bycedric.com>
Co-authored-by: Cedric van Putten <me@bycedric.com>
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)

@@ -8,0 +35,0 @@

10

index.js

@@ -13,3 +13,3 @@ module.exports = {

'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case']
['sentence-case', 'start-case', 'pascal-case', 'upper-case'],
],

@@ -34,6 +34,6 @@ 'subject-empty': [2, 'never'],

'style',
'test'
]
]
}
'test',
],
],
},
};
{
"name": "@commitlint/config-conventional",
"version": "9.1.2",
"version": "10.0.0",
"description": "Shareable commitlint config enforcing conventional commits",

@@ -32,12 +32,12 @@ "files": [

"engines": {
"node": ">=v8.17.0"
"node": ">=v10.22.0"
},
"devDependencies": {
"@commitlint/lint": "^9.1.2",
"@commitlint/utils": "^9.1.2"
"@commitlint/lint": "^10.0.0",
"@commitlint/utils": "^10.0.0"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "4.3.0"
"conventional-changelog-conventionalcommits": "^4.3.1"
},
"gitHead": "41d4f5851508be1421bd23e0424cacf043bc6a88"
"gitHead": "3982e5a6bf0c28e4b1109e8516d7fdcfad411eac"
}
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