зеркало из https://github.com/microsoft/boll.git
applying package updates
This commit is contained in:
Родитель
8d628bb761
Коммит
2945e49a77
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "CLI supports warnings and VSO output",
|
||||
"packageName": "@boll/cli",
|
||||
"email": "jdh@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-12-14T20:59:47.543Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "Configurable warnings",
|
||||
"packageName": "@boll/core",
|
||||
"email": "jdh@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-12-14T20:22:32.767Z"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@boll/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 15 Dec 2020 17:22:23 GMT",
|
||||
"tag": "@boll/cli_v1.2.0",
|
||||
"version": "1.2.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "CLI supports warnings and VSO output",
|
||||
"author": "jdh@microsoft.com",
|
||||
"commit": "8d628bb761b41874e8188e93b6163472231df3af",
|
||||
"package": "@boll/cli"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 20 Nov 2020 22:01:01 GMT",
|
||||
"tag": "@boll/cli_v1.1.1216",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @boll/cli
|
||||
|
||||
This log was last generated on Fri, 20 Nov 2020 22:01:01 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 15 Dec 2020 17:22:23 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.2.0
|
||||
|
||||
Tue, 15 Dec 2020 17:22:23 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- CLI supports warnings and VSO output (jdh@microsoft.com)
|
||||
|
||||
## 1.1.1216
|
||||
|
||||
Fri, 20 Nov 2020 22:01:01 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/core": "1.6.0",
|
||||
"argparse": "^1.0.10",
|
||||
"fast-glob": "^3.2.4",
|
||||
"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.1217"
|
||||
"version": "1.2.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@boll/core",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 15 Dec 2020 17:22:23 GMT",
|
||||
"tag": "@boll/core_v1.6.0",
|
||||
"version": "1.6.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "Configurable warnings",
|
||||
"author": "jdh@microsoft.com",
|
||||
"commit": "8d628bb761b41874e8188e93b6163472231df3af",
|
||||
"package": "@boll/core"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 01 Dec 2020 22:04:49 GMT",
|
||||
"tag": "@boll/core_v1.5.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @boll/core
|
||||
|
||||
This log was last generated on Tue, 01 Dec 2020 22:04:49 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 15 Dec 2020 17:22:23 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.6.0
|
||||
|
||||
Tue, 15 Dec 2020 17:22:23 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Configurable warnings (jdh@microsoft.com)
|
||||
|
||||
## 1.5.2
|
||||
|
||||
Tue, 01 Dec 2020 22:04:49 GMT
|
||||
|
|
|
@ -45,5 +45,5 @@
|
|||
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "1.5.2"
|
||||
"version": "1.6.0"
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
},
|
||||
"description": "> TODO: description",
|
||||
"devDependencies": {
|
||||
"@boll/cli": "1.1.1217",
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/rules-core": "0.1.5",
|
||||
"@boll/rules-external-tools": "0.1.5",
|
||||
"@boll/rules-typescript": "0.2.5",
|
||||
"@boll/cli": "1.2.0",
|
||||
"@boll/core": "1.6.0",
|
||||
"@boll/rules-core": "0.1.6",
|
||||
"@boll/rules-external-tools": "0.1.6",
|
||||
"@boll/rules-typescript": "0.2.6",
|
||||
"gh-pages": "^3.1.0",
|
||||
"fast-glob": "^3.2.4",
|
||||
"vuepress": "1.5.4"
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/cli": "1.1.1217",
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/recommended": "0.2.5",
|
||||
"@boll/rules-typescript": "0.2.5"
|
||||
"@boll/cli": "1.2.0",
|
||||
"@boll/core": "1.6.0",
|
||||
"@boll/recommended": "0.2.6",
|
||||
"@boll/rules-typescript": "0.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@boll/test-internal": "0.0.1",
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/rules-external-tools": "0.1.5",
|
||||
"@boll/rules-core": "0.1.5",
|
||||
"@boll/rules-typescript": "0.2.5"
|
||||
"@boll/core": "1.6.0",
|
||||
"@boll/rules-external-tools": "0.1.6",
|
||||
"@boll/rules-core": "0.1.6",
|
||||
"@boll/rules-typescript": "0.2.6"
|
||||
},
|
||||
"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.2.5"
|
||||
"version": "0.2.6"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.5.2"
|
||||
"@boll/core": "1.6.0"
|
||||
},
|
||||
"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.1.5"
|
||||
"version": "0.1.6"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/core": "1.6.0",
|
||||
"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.1.5"
|
||||
"version": "0.1.6"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.5.2",
|
||||
"@boll/core": "1.6.0",
|
||||
"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.2.5"
|
||||
"version": "0.2.6"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче