Skip to content

Commit

Permalink
v12.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed May 13, 2021
1 parent 90b5a27 commit dd15ea6
Show file tree
Hide file tree
Showing 32 changed files with 114 additions and 114 deletions.
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,10 +29,10 @@
"node": ">=v10"
},
"dependencies": {
"@commitlint/config-angular": "^12.1.3"
"@commitlint/config-angular": "^12.1.4"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
6 changes: 3 additions & 3 deletions @alias/commitlint-config-lerna-scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -29,10 +29,10 @@
"node": ">=v10"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^12.1.3"
"@commitlint/config-lerna-scopes": "^12.1.4"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -29,10 +29,10 @@
"node": ">=v10"
},
"dependencies": {
"@commitlint/config-patternplate": "^12.1.3"
"@commitlint/config-patternplate": "^12.1.4"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
10 changes: 5 additions & 5 deletions @alias/commitlint/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^12.1.3",
"@commitlint/types": "^12.1.3"
"@commitlint/cli": "^12.1.4",
"@commitlint/types": "^12.1.4"
},
"devDependencies": {
"@commitlint/test": "^12.1.3",
"@commitlint/utils": "^12.1.3",
"@commitlint/test": "^12.1.4",
"@commitlint/utils": "^12.1.4",
"execa": "^5.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
16 changes: 8 additions & 8 deletions @commitlint/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -36,18 +36,18 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^12.1.3",
"@commitlint/utils": "^12.1.3",
"@commitlint/test": "^12.1.4",
"@commitlint/utils": "^12.1.4",
"@types/yargs": "^16.0.0",
"execa": "^5.0.0",
"fs-extra": "^9.0.0"
},
"dependencies": {
"@commitlint/format": "^12.1.3",
"@commitlint/lint": "^12.1.3",
"@commitlint/load": "^12.1.3",
"@commitlint/read": "^12.1.3",
"@commitlint/types": "^12.1.3",
"@commitlint/format": "^12.1.4",
"@commitlint/lint": "^12.1.4",
"@commitlint/load": "^12.1.4",
"@commitlint/read": "^12.1.4",
"@commitlint/types": "^12.1.4",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=v10"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
6 changes: 3 additions & 3 deletions @commitlint/config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,10 +29,10 @@
"node": ">=v10"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^12.1.3"
"@commitlint/config-angular-type-enum": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
6 changes: 3 additions & 3 deletions @commitlint/config-conventional/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -32,8 +32,8 @@
"node": ">=v10"
},
"devDependencies": {
"@commitlint/lint": "^12.1.3",
"@commitlint/utils": "^12.1.3"
"@commitlint/lint": "^12.1.4",
"@commitlint/utils": "^12.1.4"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.3.1"
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-lerna-scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "12.1.3",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -43,8 +43,8 @@
"semver": "7.3.5"
},
"devDependencies": {
"@commitlint/test": "^12.1.3",
"@commitlint/utils": "^12.1.3"
"@commitlint/test": "^12.1.4",
"@commitlint/utils": "^12.1.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
6 changes: 3 additions & 3 deletions @commitlint/config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -29,12 +29,12 @@
"node": ">=v10"
},
"dependencies": {
"@commitlint/config-angular": "^12.1.3",
"@commitlint/config-angular": "^12.1.4",
"globby": "^11.0.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
12 changes: 6 additions & 6 deletions @commitlint/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^12.1.3",
"@commitlint/lint": "^12.1.3",
"@commitlint/load": "^12.1.3",
"@commitlint/read": "^12.1.3"
"@commitlint/format": "^12.1.4",
"@commitlint/lint": "^12.1.4",
"@commitlint/load": "^12.1.4",
"@commitlint/read": "^12.1.4"
},
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
6 changes: 3 additions & 3 deletions @commitlint/cz-commitlint/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cz-commitlint",
"version": "12.1.3",
"version": "12.1.4",
"description": "Commitizen adapter using the commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"dependencies": {
"@commitlint/load": "^12.1.3",
"@commitlint/types": "^12.1.3",
"@commitlint/load": "^12.1.4",
"@commitlint/types": "^12.1.4",
"chalk": "^4.1.0",
"lodash": "^4.17.21",
"word-wrap": "^1.2.3"
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/ensure/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/ensure",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,12 +34,12 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^12.1.3",
"@commitlint/utils": "^12.1.4",
"@types/lodash": "^4.14.161",
"globby": "^11.0.0"
},
"dependencies": {
"@commitlint/types": "^12.1.3",
"@commitlint/types": "^12.1.4",
"lodash": "^4.17.19"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/execute-rule/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/execute-rule",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
6 changes: 3 additions & 3 deletions @commitlint/format/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/format",
"version": "12.1.3",
"version": "12.1.4",
"description": "Format commitlint reports",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^12.1.3"
"@commitlint/utils": "^12.1.4"
},
"dependencies": {
"@commitlint/types": "^12.1.3",
"@commitlint/types": "^12.1.4",
"chalk": "^4.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/is-ignored/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/is-ignored",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^12.1.3",
"@commitlint/test": "^12.1.3",
"@commitlint/utils": "^12.1.3",
"@commitlint/parse": "^12.1.4",
"@commitlint/test": "^12.1.4",
"@commitlint/utils": "^12.1.4",
"@types/semver": "7.3.5"
},
"dependencies": {
"@commitlint/types": "^12.1.3",
"@commitlint/types": "^12.1.4",
"semver": "7.3.5"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
14 changes: 7 additions & 7 deletions @commitlint/lint/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "12.1.3",
"version": "12.1.4",
"description": "Lint a string against commitlint rules",
"main": "lib/lint.js",
"types": "lib/lint.d.ts",
Expand Down Expand Up @@ -34,14 +34,14 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^12.1.3",
"@commitlint/utils": "^12.1.3"
"@commitlint/test": "^12.1.4",
"@commitlint/utils": "^12.1.4"
},
"dependencies": {
"@commitlint/is-ignored": "^12.1.3",
"@commitlint/parse": "^12.1.3",
"@commitlint/rules": "^12.1.3",
"@commitlint/types": "^12.1.3"
"@commitlint/is-ignored": "^12.1.4",
"@commitlint/parse": "^12.1.4",
"@commitlint/rules": "^12.1.4",
"@commitlint/types": "^12.1.4"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}

0 comments on commit dd15ea6

Please sign in to comment.