Skip to content

Commit e6c85a7

Browse files
authored
chore: align all packages (#952)
* chore: update required devDependencies * chore: align repository field across packages * chore: remove empty scripts * chore(config-lerna-scopes): remove lerna dev dependency * chore: remove unneeded devDependencies * chore(core): add missing utils to devDependencies
1 parent 935bc10 commit e6c85a7

File tree

26 files changed

+31
-70
lines changed

26 files changed

+31
-70
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"test": "exit 0",
10-
"clean": "exit 0",
119
"deps": "dep-check",
1210
"pkg": "pkg-check"
1311
},
1412
"repository": {
1513
"type": "git",
16-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1715
},
1816
"keywords": [
1917
"conventional-changelog",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"test": "exit 0",
10-
"clean": "exit 0",
119
"deps": "dep-check",
1210
"pkg": "pkg-check"
1311
},
1412
"repository": {
1513
"type": "git",
16-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1715
},
1816
"keywords": [
1917
"conventional-changelog",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"test": "exit 0",
10-
"clean": "exit 0",
119
"deps": "dep-check",
1210
"pkg": "pkg-check"
1311
},
1412
"repository": {
1513
"type": "git",
16-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1715
},
1816
"keywords": [
1917
"conventional-changelog",

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"clean": "exit 0",
109
"deps": "dep-check",
11-
"pkg": "pkg-check",
12-
"start": "exit 0",
13-
"test": "exit 0"
10+
"pkg": "pkg-check"
1411
},
1512
"repository": {
1613
"type": "git",
17-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1815
},
1916
"keywords": [
2017
"conventional-changelog",

@commitlint/config-angular/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"clean": "exit 0",
109
"deps": "dep-check",
11-
"pkg": "pkg-check --skip-import",
12-
"start": "exit 0",
13-
"test": "exit 0"
10+
"pkg": "pkg-check --skip-import"
1411
},
1512
"repository": {
1613
"type": "git",
17-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1815
},
1916
"keywords": [
2017
"conventional-changelog",

@commitlint/config-conventional/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@
66
"index.js"
77
],
88
"scripts": {
9-
"clean": "exit 0",
109
"deps": "dep-check",
11-
"pkg": "pkg-check",
12-
"start": "exit 0",
13-
"test": "exit 0"
10+
"pkg": "pkg-check"
1411
},
1512
"publishConfig": {
1613
"access": "public"
1714
},
1815
"repository": {
1916
"type": "git",
20-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
17+
"url": "https://github.com/conventional-changelog/commitlint.git"
2118
},
2219
"keywords": [
2320
"conventional-changelog",

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1515
},
1616
"keywords": [
1717
"conventional-changelog",
@@ -35,8 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@commitlint/test": "8.2.0",
38-
"@commitlint/utils": "^8.3.4",
39-
"@lerna/project": "3.18.0",
40-
"lerna": "3.20.2"
38+
"@commitlint/utils": "^8.3.4"
4139
}
4240
}

@commitlint/config-patternplate/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
"index.js"
77
],
88
"scripts": {
9-
"clean": "exit 0",
109
"deps": "dep-check",
11-
"pkg": "pkg-check --skip-import",
12-
"start": "exit 0",
13-
"test": "exit 0"
10+
"pkg": "pkg-check --skip-import"
1411
},
1512
"repository": {
1613
"type": "git",
17-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git"
1815
},
1916
"keywords": [
2017
"conventional-changelog",

@commitlint/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"@commitlint/lint": "^8.3.5",
3737
"@commitlint/load": "^8.3.5",
3838
"@commitlint/read": "^8.3.4"
39+
},
40+
"devDependencies": {
41+
"@commitlint/utils": "^8.3.4"
3942
}
4043
}

@commitlint/ensure/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.3.4",
38+
"@types/lodash": "4.14.149",
3839
"globby": "11.0.0"
3940
},
4041
"dependencies": {

@commitlint/execute-rule/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.4",
38-
"@commitlint/utils": "^8.3.4",
39-
"@types/jest": "25.1.1",
40-
"@types/lodash": "4.14.149",
41-
"jest": "25.1.0",
42-
"ts-jest": "25.2.0"
37+
"@commitlint/utils": "^8.3.4"
4338
}
4439
}

@commitlint/format/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/utils": "^8.3.4",
38-
"@types/lodash": "4.14.149",
39-
"lodash": "4.17.15",
40-
"typescript": "3.7.5"
37+
"@commitlint/utils": "^8.3.4"
4138
},
4239
"dependencies": {
4340
"chalk": "^3.0.0"

@commitlint/lint/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"@commitlint/test": "8.2.0",
4040
"@commitlint/utils": "^8.3.4",
4141
"babel-preset-commitlint": "^8.2.0",
42-
"cross-env": "7.0.0",
43-
"execa": "0.11.0"
42+
"cross-env": "7.0.0"
4443
},
4544
"dependencies": {
4645
"@commitlint/is-ignored": "^8.3.5",

@commitlint/load/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/test": "8.2.0",
3838
"@commitlint/utils": "^8.3.4",
39+
"@types/lodash": "4.14.149",
3940
"execa": "0.11.0"
4041
},
4142
"dependencies": {

@commitlint/message/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@commitlint/test": "8.2.0",
38-
"@commitlint/utils": "^8.3.4",
39-
"typescript": "3.7.5"
38+
"@commitlint/utils": "^8.3.4"
4039
}
4140
}

@commitlint/parse/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"@commitlint/test": "8.2.0",
3838
"@commitlint/utils": "^8.3.4",
3939
"@types/lodash": "4.14.149",
40-
"import-from": "3.0.0",
41-
"typescript": "3.7.5"
40+
"import-from": "3.0.0"
4241
},
4342
"dependencies": {
4443
"conventional-changelog-angular": "^5.0.0",

@commitlint/prompt-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
18+
"url": "https://github.com/conventional-changelog/commitlint.git"
1919
},
2020
"keywords": [
2121
"commitlint",

@commitlint/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/conventional-changelog/commitlint.git"
29+
"url": "https://github.com/conventional-changelog/commitlint.git"
3030
},
3131
"keywords": [
3232
"conventional-changelog",

@commitlint/read/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@commitlint/test": "8.2.0",
4343
"@commitlint/utils": "^8.3.4",
44+
"@types/fs-extra": "^8.0.1",
4445
"@types/git-raw-commits": "^2.0.0"
4546
},
4647
"dependencies": {

@commitlint/resolve-extends/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.4",
3837
"@commitlint/utils": "^8.3.4",
39-
"@types/lodash": "4.14.149",
40-
"@types/node": "12.12.26",
41-
"@types/resolve-from": "5.0.1"
38+
"@types/lodash": "4.14.149"
4239
},
4340
"dependencies": {
4441
"import-fresh": "^3.0.0",

@commitlint/rules/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@commitlint/parse": "^8.3.4",
3838
"@commitlint/test": "8.2.0",
3939
"@commitlint/utils": "^8.3.4",
40+
"@types/lodash": "4.14.149",
4041
"conventional-changelog-angular": "5.0.6",
4142
"globby": "^11.0.0",
4243
"lodash": "^4.17.15"

@commitlint/to-lines/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^8.3.4",
3837
"@commitlint/utils": "^8.3.4"
3938
}
4039
}

@commitlint/top-level/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/utils": "^8.3.4",
38-
"@types/node": "12.12.26"
37+
"@commitlint/utils": "^8.3.4"
3938
},
4039
"dependencies": {
4140
"find-up": "^4.0.0"

@packages/utils/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"pkg-check": "./pkg-check.js"
1212
},
1313
"scripts": {
14-
"build": "exit 0",
15-
"clean": "exit 0",
16-
"start": "exit 0",
17-
"test": "exit 0",
1814
"deps": "node dep-check.js",
1915
"pkg": "node pkg-check.js --skip-main"
2016
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
},
7575
"devDependencies": {
7676
"@lerna/project": "3.18.0",
77+
"@types/node": "12.12.26",
7778
"@types/jest": "25.1.1",
7879
"docsify-cli": "^4.4.0",
7980
"husky": "4.2.1",

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,13 +2061,6 @@
20612061
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
20622062
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
20632063

2064-
2065-
version "5.0.1"
2066-
resolved "https://registry.npmjs.org/@types/resolve-from/-/resolve-from-5.0.1.tgz#2714eaa840c0472dcfa96ec3fb9d170dbf0b677d"
2067-
integrity sha512-1G7n5Jtr5inoS1Ez2Y9Efedk9/wH6uGQslbfhGTOw9J42PCAwuyaDgQHW7fIq02+shwB02kM/w31W8gMxI8ORg==
2068-
dependencies:
2069-
resolve-from "*"
2070-
20712064
20722065
version "7.1.0"
20732066
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.1.0.tgz#c8c630d4c18cd326beff77404887596f96408408"
@@ -8323,7 +8316,7 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1:
83238316
expand-tilde "^2.0.0"
83248317
global-modules "^1.0.0"
83258318

8326-
resolve-from@*, resolve-from@5.0.0, resolve-from@^5.0.0:
8319+
[email protected], resolve-from@^5.0.0:
83278320
version "5.0.0"
83288321
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
83298322
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==

0 commit comments

Comments
 (0)