Skip to content

Commit

Permalink
Merge branch 'master' into feat/validate-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 16, 2021
2 parents 8bfb303 + 8a8384f commit ec96a13
Show file tree
Hide file tree
Showing 206 changed files with 12,569 additions and 5,078 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
win: circleci/windows@2.4.0
win: circleci/windows@2.4.1

commands:
update-yarn:
Expand Down Expand Up @@ -76,19 +76,19 @@ commands:
- build
- test
jobs:
v10:
docker:
- image: node:10
steps:
- run-tests
v12:
docker:
- image: node:12
- image: node:12-buster
steps:
- run-all
v14:
docker:
- image: node:14
- image: node:14-buster
steps:
- run-tests
v16:
docker:
- image: node:16-buster
steps:
- run-tests
windows-v12:
Expand All @@ -99,7 +99,7 @@ jobs:
workflows:
node:
jobs:
- v10
- v12
- v14
- v16
- windows-v12
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
'prettier',
],
rules: {
'@typescript-eslint/no-unused-vars': 'off',
Expand All @@ -52,6 +52,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/triple-slash-reference': 'off',

// TODO: enable those rules?
'no-empty': 'off',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ lib/
package.json.lerna_backup
/*.iml
tsconfig.tsbuildinfo
coverage
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node @commitlint/cli/lib/cli.js --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.22.7
70 changes: 70 additions & 0 deletions @alias/commitlint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,76 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

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





# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)

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





# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)

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





# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)


* 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)


### BREAKING CHANGES

* minimum node version is 12





## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)

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





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

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





## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)

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





# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)

**Note:** Version bump only for package commitlint-config-angular
Expand Down
13 changes: 7 additions & 6 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "12.0.0",
"version": "14.1.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand All @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@alias/commitlint-config-angular"
},
"keywords": [
"conventional-changelog",
Expand All @@ -24,15 +25,15 @@
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v10"
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-angular": "^12.0.0"
"@commitlint/config-angular": "^14.1.0"
},
"devDependencies": {
"@commitlint/utils": "^12.0.0"
"@commitlint/utils": "^14.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
78 changes: 78 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,84 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

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





# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)

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





# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)

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





# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)


* 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)


### BREAKING CHANGES

* minimum node version is 12





## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)

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





## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

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





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

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





# [12.1.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)

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





## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)

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





# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)

**Note:** Version bump only for package commitlint-config-lerna-scopes
Expand Down
15 changes: 8 additions & 7 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "12.0.0",
"version": "14.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand All @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@alias/commitlint-config-lerna-scopes"
},
"keywords": [
"conventional-changelog",
Expand All @@ -24,15 +25,15 @@
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v10"
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^12.0.0"
"@commitlint/config-lerna-scopes": "^14.0.0"
},
"devDependencies": {
"@commitlint/utils": "^12.0.0"
"@commitlint/utils": "^14.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}

0 comments on commit ec96a13

Please sign in to comment.