New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/config-patternplate

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-patternplate - npm Package Compare versions

Comparing version 8.3.4 to 9.0.0

11

CHANGELOG.md

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

# [9.0.0](https://github.com/conventional-changelog/commitlint/compare/v8.3.5...v9.0.0) (2020-05-21)
### Bug Fixes
* [#840](https://github.com/conventional-changelog/commitlint/issues/840) add caret to lodash versions ([#843](https://github.com/conventional-changelog/commitlint/issues/843)) ([ffc0bac](https://github.com/conventional-changelog/commitlint/commit/ffc0bac26993acb2ab6a8fa51065f93c92b0d644))
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)

@@ -8,0 +19,0 @@

2

index.js
const path = require('path');
const globby = require('globby');
const {merge} = require('lodash');
const merge = require('lodash/merge');

@@ -5,0 +5,0 @@ function pathToId(root, filePath) {

{
"name": "@commitlint/config-patternplate",
"version": "8.3.4",
"version": "9.0.0",
"description": "Lint your commits, patternplate-style",

@@ -9,11 +9,8 @@ "files": [

"scripts": {
"clean": "exit 0",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"start": "exit 0",
"test": "exit 0"
"pkg": "pkg-check --skip-import"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git"
},

@@ -32,11 +29,14 @@ "keywords": [

"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=8"
},
"dependencies": {
"@commitlint/config-angular": "^8.3.4",
"globby": "10.0.1",
"lodash": "4.17.15"
"@commitlint/config-angular": "^9.0.0",
"globby": "^11.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@commitlint/utils": "^8.3.4"
"@commitlint/utils": "^9.0.0"
},
"gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b"
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
> Lint your commits, patternplate-style
# @commitlint/config-patternplate
Shareable `commitlint` config enforcing the patternplate commit convention.

@@ -8,2 +9,3 @@ Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli).

## Getting started
```sh

@@ -15,2 +17,3 @@ npm install --save-dev @commitlint/config-patternplate @commitlint/cli

## Rules
`@commitlint/config-patternplate` extends the [shareable angular config](../config-angular#rules).

@@ -20,9 +23,11 @@ Additionally these rules apply:

### Problems
The following rules are considered problems for `@commitlint/config-patterplate` and will yield a non-zero exit code when not met.
#### scope-enum
* **description**: `scope` is found in `value`
* **rule**: `always`
* **value**: determined based on pattern tree. `system` and all pattern ids present in `patterns` are allowed
- **description**: `scope` is found in `value`
- **rule**: `always`
- **value**: determined based on pattern tree. `system` and all pattern ids present in `patterns` are allowed
Consult [docs/rules](https://conventional-changelog.github.io/commitlint/#/reference-rules) for a list of available rules.
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