зеркало из https://github.com/microsoft/boll.git
applying package updates
This commit is contained in:
Родитель
a2e0e85fb6
Коммит
ba1d60588c
|
@ -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"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче