Skip to content

Commit ec96a13

Browse files
committed
Merge branch 'master' into feat/validate-configs
2 parents 8bfb303 + 8a8384f commit ec96a13

File tree

206 files changed

+12569
-5078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+12569
-5078
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
win: circleci/[email protected].0
4+
win: circleci/[email protected].1
55

66
commands:
77
update-yarn:
@@ -76,19 +76,19 @@ commands:
7676
- build
7777
- test
7878
jobs:
79-
v10:
80-
docker:
81-
- image: node:10
82-
steps:
83-
- run-tests
8479
v12:
8580
docker:
86-
- image: node:12
81+
- image: node:12-buster
8782
steps:
8883
- run-all
8984
v14:
9085
docker:
91-
- image: node:14
86+
- image: node:14-buster
87+
steps:
88+
- run-tests
89+
v16:
90+
docker:
91+
- image: node:16-buster
9292
steps:
9393
- run-tests
9494
windows-v12:
@@ -99,7 +99,7 @@ jobs:
9999
workflows:
100100
node:
101101
jobs:
102-
- v10
103102
- v12
104103
- v14
104+
- v16
105105
- windows-v12

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
extends: [
4343
'plugin:@typescript-eslint/eslint-recommended',
4444
'plugin:@typescript-eslint/recommended',
45-
'prettier/@typescript-eslint',
45+
'prettier',
4646
],
4747
rules: {
4848
'@typescript-eslint/no-unused-vars': 'off',
@@ -52,6 +52,7 @@ module.exports = {
5252
'@typescript-eslint/no-var-requires': 'off',
5353
'@typescript-eslint/no-inferrable-types': 'off',
5454
'@typescript-eslint/no-non-null-assertion': 'off',
55+
'@typescript-eslint/triple-slash-reference': 'off',
5556

5657
// TODO: enable those rules?
5758
'no-empty': 'off',

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lib/
1111
package.json.lerna_backup
1212
/*.iml
1313
tsconfig.tsbuildinfo
14+
coverage

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
node @commitlint/cli/lib/cli.js --edit $1

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn lint-staged

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.22.7

@alias/commitlint-config-angular/CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,76 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
14+
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
15+
16+
**Note:** Version bump only for package commitlint-config-angular
17+
18+
19+
20+
21+
22+
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
23+
24+
**Note:** Version bump only for package commitlint-config-angular
25+
26+
27+
28+
29+
30+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
31+
32+
**Note:** Version bump only for package commitlint-config-angular
33+
34+
35+
36+
37+
38+
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
39+
40+
41+
* chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596)
42+
43+
44+
### BREAKING CHANGES
45+
46+
* minimum node version is 12
47+
48+
49+
50+
51+
52+
## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)
53+
54+
**Note:** Version bump only for package commitlint-config-angular
55+
56+
57+
58+
59+
60+
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
61+
62+
**Note:** Version bump only for package commitlint-config-angular
63+
64+
65+
66+
67+
68+
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
69+
70+
**Note:** Version bump only for package commitlint-config-angular
71+
72+
73+
74+
75+
676
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
777

878
**Note:** Version bump only for package commitlint-config-angular

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "12.0.0",
3+
"version": "14.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git",
15+
"directory": "@alias/commitlint-config-angular"
1516
},
1617
"keywords": [
1718
"conventional-changelog",
@@ -24,15 +25,15 @@
2425
"bugs": {
2526
"url": "https://github.com/conventional-changelog/commitlint/issues"
2627
},
27-
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
28+
"homepage": "https://commitlint.js.org/",
2829
"engines": {
29-
"node": ">=v10"
30+
"node": ">=v12"
3031
},
3132
"dependencies": {
32-
"@commitlint/config-angular": "^12.0.0"
33+
"@commitlint/config-angular": "^14.1.0"
3334
},
3435
"devDependencies": {
35-
"@commitlint/utils": "^12.0.0"
36+
"@commitlint/utils": "^14.0.0"
3637
},
3738
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3839
}

@alias/commitlint-config-lerna-scopes/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,84 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
14+
# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
15+
16+
**Note:** Version bump only for package commitlint-config-lerna-scopes
17+
18+
19+
20+
21+
22+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
23+
24+
**Note:** Version bump only for package commitlint-config-lerna-scopes
25+
26+
27+
28+
29+
30+
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
31+
32+
33+
* chore!: remove node 10 support (#2596) ([4db4ba1](https://github.com/conventional-changelog/commitlint/commit/4db4ba1b0b312410a0f62100a93a80c246a6c410)), closes [#2596](https://github.com/conventional-changelog/commitlint/issues/2596)
34+
35+
36+
### BREAKING CHANGES
37+
38+
* minimum node version is 12
39+
40+
41+
42+
43+
44+
## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)
45+
46+
**Note:** Version bump only for package commitlint-config-lerna-scopes
47+
48+
49+
50+
51+
52+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
53+
54+
**Note:** Version bump only for package commitlint-config-lerna-scopes
55+
56+
57+
58+
59+
60+
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
61+
62+
**Note:** Version bump only for package commitlint-config-lerna-scopes
63+
64+
65+
66+
67+
68+
# [12.1.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
69+
70+
**Note:** Version bump only for package commitlint-config-lerna-scopes
71+
72+
73+
74+
75+
76+
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
77+
78+
**Note:** Version bump only for package commitlint-config-lerna-scopes
79+
80+
81+
82+
83+
684
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
785

886
**Note:** Version bump only for package commitlint-config-lerna-scopes

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "12.0.0",
3+
"version": "14.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/conventional-changelog/commitlint.git"
14+
"url": "https://github.com/conventional-changelog/commitlint.git",
15+
"directory": "@alias/commitlint-config-lerna-scopes"
1516
},
1617
"keywords": [
1718
"conventional-changelog",
@@ -24,15 +25,15 @@
2425
"bugs": {
2526
"url": "https://github.com/conventional-changelog/commitlint/issues"
2627
},
27-
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
28+
"homepage": "https://commitlint.js.org/",
2829
"engines": {
29-
"node": ">=v10"
30+
"node": ">=v12"
3031
},
3132
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^12.0.0"
33+
"@commitlint/config-lerna-scopes": "^14.0.0"
3334
},
3435
"devDependencies": {
35-
"@commitlint/utils": "^12.0.0"
36+
"@commitlint/utils": "^14.0.0"
3637
},
37-
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
38+
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3839
}

0 commit comments

Comments
 (0)