@commitlint/config-patternplate
Advanced tools
Comparing version 8.3.4 to 9.0.0
@@ -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 @@ |
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. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9536
31
1
+ Added@commitlint/config-angular@9.1.2(transitive)
+ Added@commitlint/config-angular-type-enum@9.1.2(transitive)
+ Addedglobby@11.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@commitlint/config-angular@8.3.6(transitive)
- Removed@commitlint/config-angular-type-enum@8.3.6(transitive)
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/node@22.13.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedglobby@10.0.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedlodash@4.17.15(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedglobby@^11.0.0
Updatedlodash@^4.17.15