Skip to content

Commit dd15ea6

Browse files
committed
v12.1.4
1 parent 90b5a27 commit dd15ea6

File tree

32 files changed

+114
-114
lines changed

32 files changed

+114
-114
lines changed

@alias/commitlint-config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^12.1.3"
32+
"@commitlint/config-angular": "^12.1.4"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^12.1.3"
35+
"@commitlint/utils": "^12.1.4"
3636
},
3737
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@alias/commitlint-config-lerna-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^12.1.3"
32+
"@commitlint/config-lerna-scopes": "^12.1.4"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^12.1.3"
35+
"@commitlint/utils": "^12.1.4"
3636
},
3737
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3838
}

@alias/commitlint-config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-patternplate": "^12.1.3"
32+
"@commitlint/config-patternplate": "^12.1.4"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^12.1.3"
35+
"@commitlint/utils": "^12.1.4"
3636
},
3737
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@alias/commitlint/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,12 +34,12 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^12.1.3",
38-
"@commitlint/types": "^12.1.3"
37+
"@commitlint/cli": "^12.1.4",
38+
"@commitlint/types": "^12.1.4"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^12.1.3",
42-
"@commitlint/utils": "^12.1.3",
41+
"@commitlint/test": "^12.1.4",
42+
"@commitlint/utils": "^12.1.4",
4343
"execa": "^5.0.0"
4444
},
4545
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -36,18 +36,18 @@
3636
},
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@commitlint/test": "^12.1.3",
40-
"@commitlint/utils": "^12.1.3",
39+
"@commitlint/test": "^12.1.4",
40+
"@commitlint/utils": "^12.1.4",
4141
"@types/yargs": "^16.0.0",
4242
"execa": "^5.0.0",
4343
"fs-extra": "^9.0.0"
4444
},
4545
"dependencies": {
46-
"@commitlint/format": "^12.1.3",
47-
"@commitlint/lint": "^12.1.3",
48-
"@commitlint/load": "^12.1.3",
49-
"@commitlint/read": "^12.1.3",
50-
"@commitlint/types": "^12.1.3",
46+
"@commitlint/format": "^12.1.4",
47+
"@commitlint/lint": "^12.1.4",
48+
"@commitlint/load": "^12.1.4",
49+
"@commitlint/read": "^12.1.4",
50+
"@commitlint/types": "^12.1.4",
5151
"lodash": "^4.17.19",
5252
"resolve-from": "5.0.0",
5353
"resolve-global": "1.0.0",

@commitlint/config-angular-type-enum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v10"
3030
},
3131
"devDependencies": {
32-
"@commitlint/utils": "^12.1.3"
32+
"@commitlint/utils": "^12.1.4"
3333
},
3434
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3535
}

@commitlint/config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"devDependencies": {
32-
"@commitlint/utils": "^12.1.3"
32+
"@commitlint/utils": "^12.1.4"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^12.1.3"
35+
"@commitlint/config-angular-type-enum": "^12.1.4"
3636
},
3737
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@commitlint/config-conventional/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,8 +32,8 @@
3232
"node": ">=v10"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^12.1.3",
36-
"@commitlint/utils": "^12.1.3"
35+
"@commitlint/lint": "^12.1.4",
36+
"@commitlint/utils": "^12.1.4"
3737
},
3838
"dependencies": {
3939
"conventional-changelog-conventionalcommits": "^4.3.1"

@commitlint/config-lerna-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"
@@ -43,8 +43,8 @@
4343
"semver": "7.3.5"
4444
},
4545
"devDependencies": {
46-
"@commitlint/test": "^12.1.3",
47-
"@commitlint/utils": "^12.1.3"
46+
"@commitlint/test": "^12.1.4",
47+
"@commitlint/utils": "^12.1.4"
4848
},
4949
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5050
}

@commitlint/config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,12 +29,12 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^12.1.3",
32+
"@commitlint/config-angular": "^12.1.4",
3333
"globby": "^11.0.0",
3434
"lodash": "^4.17.19"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^12.1.3"
37+
"@commitlint/utils": "^12.1.4"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

@commitlint/core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -34,13 +34,13 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/format": "^12.1.3",
38-
"@commitlint/lint": "^12.1.3",
39-
"@commitlint/load": "^12.1.3",
40-
"@commitlint/read": "^12.1.3"
37+
"@commitlint/format": "^12.1.4",
38+
"@commitlint/lint": "^12.1.4",
39+
"@commitlint/load": "^12.1.4",
40+
"@commitlint/read": "^12.1.4"
4141
},
4242
"devDependencies": {
43-
"@commitlint/utils": "^12.1.3"
43+
"@commitlint/utils": "^12.1.4"
4444
},
4545
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4646
}

@commitlint/cz-commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"dependencies": {
39-
"@commitlint/load": "^12.1.3",
40-
"@commitlint/types": "^12.1.3",
39+
"@commitlint/load": "^12.1.4",
40+
"@commitlint/types": "^12.1.4",
4141
"chalk": "^4.1.0",
4242
"lodash": "^4.17.21",
4343
"word-wrap": "^1.2.3"

@commitlint/ensure/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,12 +34,12 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/utils": "^12.1.3",
37+
"@commitlint/utils": "^12.1.4",
3838
"@types/lodash": "^4.14.161",
3939
"globby": "^11.0.0"
4040
},
4141
"dependencies": {
42-
"@commitlint/types": "^12.1.3",
42+
"@commitlint/types": "^12.1.4",
4343
"lodash": "^4.17.19"
4444
},
4545
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"

@commitlint/execute-rule/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/utils": "^12.1.3"
37+
"@commitlint/utils": "^12.1.4"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

@commitlint/format/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,10 +34,10 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/utils": "^12.1.3"
37+
"@commitlint/utils": "^12.1.4"
3838
},
3939
"dependencies": {
40-
"@commitlint/types": "^12.1.3",
40+
"@commitlint/types": "^12.1.4",
4141
"chalk": "^4.0.0"
4242
},
4343
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"

@commitlint/is-ignored/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,13 +34,13 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^12.1.3",
38-
"@commitlint/test": "^12.1.3",
39-
"@commitlint/utils": "^12.1.3",
37+
"@commitlint/parse": "^12.1.4",
38+
"@commitlint/test": "^12.1.4",
39+
"@commitlint/utils": "^12.1.4",
4040
"@types/semver": "7.3.5"
4141
},
4242
"dependencies": {
43-
"@commitlint/types": "^12.1.3",
43+
"@commitlint/types": "^12.1.4",
4444
"semver": "7.3.5"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/lint/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "12.1.3",
3+
"version": "12.1.4",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/lint.js",
66
"types": "lib/lint.d.ts",
@@ -34,14 +34,14 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/test": "^12.1.3",
38-
"@commitlint/utils": "^12.1.3"
37+
"@commitlint/test": "^12.1.4",
38+
"@commitlint/utils": "^12.1.4"
3939
},
4040
"dependencies": {
41-
"@commitlint/is-ignored": "^12.1.3",
42-
"@commitlint/parse": "^12.1.3",
43-
"@commitlint/rules": "^12.1.3",
44-
"@commitlint/types": "^12.1.3"
41+
"@commitlint/is-ignored": "^12.1.4",
42+
"@commitlint/parse": "^12.1.4",
43+
"@commitlint/rules": "^12.1.4",
44+
"@commitlint/types": "^12.1.4"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4747
}

0 commit comments

Comments
 (0)