This commit is contained in:
Ken Chau 2020-12-15 17:22:23 +00:00
Родитель 8d628bb761
Коммит 2945e49a77
14 изменённых файлов: 71 добавлений и 41 удалений

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

@ -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", "name": "@boll/cli",
"entries": [ "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", "date": "Fri, 20 Nov 2020 22:01:01 GMT",
"tag": "@boll/cli_v1.1.1216", "tag": "@boll/cli_v1.1.1216",

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

@ -1,9 +1,17 @@
# Change Log - @boll/cli # 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 --> <!-- 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 ## 1.1.1216
Fri, 20 Nov 2020 22:01:01 GMT Fri, 20 Nov 2020 22:01:01 GMT

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

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

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

@ -1,6 +1,21 @@
{ {
"name": "@boll/core", "name": "@boll/core",
"entries": [ "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", "date": "Tue, 01 Dec 2020 22:04:49 GMT",
"tag": "@boll/core_v1.5.2", "tag": "@boll/core_v1.5.2",

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

@ -1,9 +1,17 @@
# Change Log - @boll/core # 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 --> <!-- Start content -->
## 1.6.0
Tue, 15 Dec 2020 17:22:23 GMT
### Minor changes
- Configurable warnings (jdh@microsoft.com)
## 1.5.2 ## 1.5.2
Tue, 01 Dec 2020 22:04:49 GMT Tue, 01 Dec 2020 22:04:49 GMT

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

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

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

@ -5,11 +5,11 @@
}, },
"description": "> TODO: description", "description": "> TODO: description",
"devDependencies": { "devDependencies": {
"@boll/cli": "1.1.1217", "@boll/cli": "1.2.0",
"@boll/core": "1.5.2", "@boll/core": "1.6.0",
"@boll/rules-core": "0.1.5", "@boll/rules-core": "0.1.6",
"@boll/rules-external-tools": "0.1.5", "@boll/rules-external-tools": "0.1.6",
"@boll/rules-typescript": "0.2.5", "@boll/rules-typescript": "0.2.6",
"gh-pages": "^3.1.0", "gh-pages": "^3.1.0",
"fast-glob": "^3.2.4", "fast-glob": "^3.2.4",
"vuepress": "1.5.4" "vuepress": "1.5.4"

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/cli": "1.1.1217", "@boll/cli": "1.2.0",
"@boll/core": "1.5.2", "@boll/core": "1.6.0",
"@boll/recommended": "0.2.5", "@boll/recommended": "0.2.6",
"@boll/rules-typescript": "0.2.5" "@boll/rules-typescript": "0.2.6"
}, },
"devDependencies": { "devDependencies": {
"@boll/test-internal": "0.0.1", "@boll/test-internal": "0.0.1",

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

@ -4,10 +4,10 @@
"url": "https://github.com/microsoft/boll/issues" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/core": "1.5.2", "@boll/core": "1.6.0",
"@boll/rules-external-tools": "0.1.5", "@boll/rules-external-tools": "0.1.6",
"@boll/rules-core": "0.1.5", "@boll/rules-core": "0.1.6",
"@boll/rules-typescript": "0.2.5" "@boll/rules-typescript": "0.2.6"
}, },
"description": "Recommended configuration for TypeScript monorepos ", "description": "Recommended configuration for TypeScript monorepos ",
"devDependencies": { "devDependencies": {
@ -37,5 +37,5 @@
"clean": "rimraf ./dist", "clean": "rimraf ./dist",
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src" "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" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/core": "1.5.2" "@boll/core": "1.6.0"
}, },
"description": "@boll rules for project configuration and layout", "description": "@boll rules for project configuration and layout",
"devDependencies": { "devDependencies": {
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src", "docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js" "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" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/core": "1.5.2", "@boll/core": "1.6.0",
"eslint": "^7.8.1" "eslint": "^7.8.1"
}, },
"description": "@boll rules for typescript source files", "description": "@boll rules for typescript source files",
@ -41,5 +41,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src", "docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js" "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" "url": "https://github.com/microsoft/boll/issues"
}, },
"dependencies": { "dependencies": {
"@boll/core": "1.5.2", "@boll/core": "1.6.0",
"typescript": "^3.9.7" "typescript": "^3.9.7"
}, },
"description": "@boll rules for typescript source files", "description": "@boll rules for typescript source files",
@ -39,5 +39,5 @@
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src", "docs": "typedoc --mode file --out ./apidocs --theme markdown ./src",
"test": "node dist/tests/all.test.js" "test": "node dist/tests/all.test.js"
}, },
"version": "0.2.5" "version": "0.2.6"
} }