This commit is contained in:
Ken Chau 2020-10-19 23:05:43 +00:00
Родитель a2e0e85fb6
Коммит ba1d60588c
17 изменённых файлов: 95 добавлений и 50 удалений

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Add rule for enforcing package.json rationale",
"packageName": "@boll/core",
"email": "email not defined",
"dependentChangeType": "patch",
"date": "2020-10-19T22:52:43.537Z"
}

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Adding enforce rationale rule",
"packageName": "@boll/recommended",
"email": "email not defined",
"dependentChangeType": "patch",
"date": "2020-10-06T23:06:38.337Z"
}

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Add rule for enforcing rationale for certain fields in package.json",
"packageName": "@boll/rules-core",
"email": "email not defined",
"dependentChangeType": "patch",
"date": "2020-10-05T23:22:07.235Z"
}

Просмотреть файл

@ -7,7 +7,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1208",
"@boll/core": "1.2.1209",
"argparse": "^1.0.10",
"glob": "^7.1.6",
"typescript": "^3.9.7",
@ -48,5 +48,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "1.1.1210"
"version": "1.1.1211"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@boll/core",
"entries": [
{
"date": "Mon, 19 Oct 2020 23:05:43 GMT",
"tag": "@boll/core_v1.2.1209",
"version": "1.2.1209",
"comments": {
"patch": [
{
"comment": "Add rule for enforcing package.json rationale",
"author": "email not defined",
"commit": "a2e0e85fb66a7d95ce02b24caa9fce889b70008f",
"package": "@boll/core"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 21:48:01 GMT",
"tag": "@boll/core_v1.2.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @boll/core
This log was last generated on Fri, 25 Sep 2020 21:48:01 GMT and should not be manually modified.
This log was last generated on Mon, 19 Oct 2020 23:05:43 GMT and should not be manually modified.
<!-- Start content -->
## 1.2.1209
Mon, 19 Oct 2020 23:05:43 GMT
### Patches
- Add rule for enforcing package.json rationale (email not defined)
## 1.2.1
Fri, 25 Sep 2020 21:48:01 GMT

Просмотреть файл

@ -43,5 +43,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "1.2.1208"
"version": "1.2.1209"
}

Просмотреть файл

@ -5,11 +5,11 @@
},
"description": "> TODO: description",
"devDependencies": {
"@boll/cli": "1.1.1210",
"@boll/core": "1.2.1208",
"@boll/rules-core": "0.0.1212",
"@boll/rules-external-tools": "0.0.1214",
"@boll/rules-typescript": "0.1.0",
"@boll/cli": "1.1.1211",
"@boll/core": "1.2.1209",
"@boll/rules-core": "0.0.1213",
"@boll/rules-external-tools": "0.0.1215",
"@boll/rules-typescript": "0.1.1",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"vuepress": "1.5.4"

Просмотреть файл

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/cli": "1.1.1210",
"@boll/core": "1.2.1208",
"@boll/recommended": "0.1.1211",
"@boll/rules-typescript": "0.1.0"
"@boll/cli": "1.1.1211",
"@boll/core": "1.2.1209",
"@boll/recommended": "0.1.1212",
"@boll/rules-typescript": "0.1.1"
},
"devDependencies": {
"@boll/test-internal": "0.0.1",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@boll/recommended",
"entries": [
{
"date": "Mon, 19 Oct 2020 23:05:43 GMT",
"tag": "@boll/recommended_v0.1.1212",
"version": "0.1.1212",
"comments": {
"patch": [
{
"comment": "Adding enforce rationale rule",
"author": "email not defined",
"commit": "a2e0e85fb66a7d95ce02b24caa9fce889b70008f",
"package": "@boll/recommended"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 19:21:24 GMT",
"tag": "@boll/recommended_v0.1.0",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @boll/recommended
This log was last generated on Fri, 25 Sep 2020 19:21:24 GMT and should not be manually modified.
This log was last generated on Mon, 19 Oct 2020 23:05:43 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.1212
Mon, 19 Oct 2020 23:05:43 GMT
### Patches
- Adding enforce rationale rule (email not defined)
## 0.1.0
Fri, 25 Sep 2020 19:21:24 GMT

Просмотреть файл

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1208",
"@boll/rules-external-tools": "0.0.1214",
"@boll/rules-core": "0.0.1212",
"@boll/rules-typescript": "0.1.0"
"@boll/core": "1.2.1209",
"@boll/rules-external-tools": "0.0.1215",
"@boll/rules-core": "0.0.1213",
"@boll/rules-typescript": "0.1.1"
},
"description": "Recommended configuration for TypeScript monorepos ",
"devDependencies": {
@ -37,5 +37,5 @@
"clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src"
},
"version": "0.1.1211"
"version": "0.1.1212"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@boll/rules-core",
"entries": [
{
"date": "Mon, 19 Oct 2020 23:05:43 GMT",
"tag": "@boll/rules-core_v0.0.1213",
"version": "0.0.1213",
"comments": {
"patch": [
{
"comment": "Add rule for enforcing rationale for certain fields in package.json",
"author": "email not defined",
"commit": "a2e0e85fb66a7d95ce02b24caa9fce889b70008f",
"package": "@boll/rules-core"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 21:48:01 GMT",
"tag": "@boll/rules-core_v0.0.5",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @boll/rules-core
This log was last generated on Fri, 25 Sep 2020 21:48:01 GMT and should not be manually modified.
This log was last generated on Mon, 19 Oct 2020 23:05:43 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.1213
Mon, 19 Oct 2020 23:05:43 GMT
### Patches
- Add rule for enforcing rationale for certain fields in package.json (email not defined)
## 0.0.5
Fri, 25 Sep 2020 21:48:01 GMT

Просмотреть файл

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1208"
"@boll/core": "1.2.1209"
},
"description": "@boll rules for project configuration and layout",
"devDependencies": {
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1212"
"version": "0.0.1213"
}

Просмотреть файл

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1208",
"@boll/core": "1.2.1209",
"eslint": "^7.8.1"
},
"description": "@boll rules for typescript source files",
@ -41,5 +41,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.0.1214"
"version": "0.0.1215"
}

Просмотреть файл

@ -4,7 +4,7 @@
"url": "https://github.com/microsoft/boll/issues"
},
"dependencies": {
"@boll/core": "1.2.1208",
"@boll/core": "1.2.1209",
"typescript": "^3.9.7"
},
"description": "@boll rules for typescript source files",
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js"
},
"version": "0.1.0"
"version": "0.1.1"
}