From 46cbd07874b54be224d4285f3aafb29e4060ebe4 Mon Sep 17 00:00:00 2001 From: Ken Chau Date: Mon, 2 Nov 2020 16:42:46 +0000 Subject: [PATCH] applying package updates --- ...-2020-10-22-08-05-57-chrisgo-yargs-update.json | 8 -------- ...-2020-10-22-08-05-57-chrisgo-yargs-update.json | 8 -------- ...-2020-10-22-08-05-57-chrisgo-yargs-update.json | 8 -------- contribs/just-repo-utils/package.json | 2 +- packages/example-lib/package.json | 2 +- packages/just-scripts-utils/CHANGELOG.json | 15 +++++++++++++++ packages/just-scripts-utils/CHANGELOG.md | 10 +++++++++- packages/just-scripts-utils/package.json | 4 ++-- packages/just-scripts/package.json | 6 +++--- packages/just-task-logger/CHANGELOG.json | 15 +++++++++++++++ packages/just-task-logger/CHANGELOG.md | 10 +++++++++- packages/just-task-logger/package.json | 2 +- packages/just-task/CHANGELOG.json | 15 +++++++++++++++ packages/just-task/CHANGELOG.md | 10 +++++++++- packages/just-task/package.json | 4 ++-- 15 files changed, 82 insertions(+), 37 deletions(-) delete mode 100644 change/just-scripts-utils-2020-10-22-08-05-57-chrisgo-yargs-update.json delete mode 100644 change/just-task-2020-10-22-08-05-57-chrisgo-yargs-update.json delete mode 100644 change/just-task-logger-2020-10-22-08-05-57-chrisgo-yargs-update.json diff --git a/change/just-scripts-utils-2020-10-22-08-05-57-chrisgo-yargs-update.json b/change/just-scripts-utils-2020-10-22-08-05-57-chrisgo-yargs-update.json deleted file mode 100644 index 2800c29f..00000000 --- a/change/just-scripts-utils-2020-10-22-08-05-57-chrisgo-yargs-update.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Bump yargs dependency", - "packageName": "just-scripts-utils", - "email": "1581488+christiango@users.noreply.github.com", - "dependentChangeType": "patch", - "date": "2020-10-22T15:05:48.878Z" -} diff --git a/change/just-task-2020-10-22-08-05-57-chrisgo-yargs-update.json b/change/just-task-2020-10-22-08-05-57-chrisgo-yargs-update.json deleted file mode 100644 index 2f0da852..00000000 --- a/change/just-task-2020-10-22-08-05-57-chrisgo-yargs-update.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Bump yargs dependency", - "packageName": "just-task", - "email": "1581488+christiango@users.noreply.github.com", - "dependentChangeType": "patch", - "date": "2020-10-22T15:05:56.981Z" -} diff --git a/change/just-task-logger-2020-10-22-08-05-57-chrisgo-yargs-update.json b/change/just-task-logger-2020-10-22-08-05-57-chrisgo-yargs-update.json deleted file mode 100644 index f8e89ae2..00000000 --- a/change/just-task-logger-2020-10-22-08-05-57-chrisgo-yargs-update.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Bump yargs dependency", - "packageName": "just-task-logger", - "email": "1581488+christiango@users.noreply.github.com", - "dependentChangeType": "patch", - "date": "2020-10-22T15:05:53.171Z" -} diff --git a/contribs/just-repo-utils/package.json b/contribs/just-repo-utils/package.json index 0fd2cf2e..0b0425ae 100644 --- a/contribs/just-repo-utils/package.json +++ b/contribs/just-repo-utils/package.json @@ -21,7 +21,7 @@ "fs-extra": "^7.0.1", "glob": "^7.1.3", "jju": "^1.4.0", - "just-task-logger": ">=1.0.1 <2.0.0" + "just-task-logger": ">=1.0.2 <2.0.0" }, "devDependencies": { "@types/fs-extra": "^5.0.4", diff --git a/packages/example-lib/package.json b/packages/example-lib/package.json index cafeec39..7fb4d2fd 100644 --- a/packages/example-lib/package.json +++ b/packages/example-lib/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "devDependencies": { - "just-scripts": ">=1.2.3 <2.0.0", + "just-scripts": ">=1.2.4 <2.0.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" } diff --git a/packages/just-scripts-utils/CHANGELOG.json b/packages/just-scripts-utils/CHANGELOG.json index a8417a4a..7b1dfb0c 100644 --- a/packages/just-scripts-utils/CHANGELOG.json +++ b/packages/just-scripts-utils/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "just-scripts-utils", "entries": [ + { + "date": "Mon, 02 Nov 2020 16:42:46 GMT", + "tag": "just-scripts-utils_v1.0.2", + "version": "1.0.2", + "comments": { + "patch": [ + { + "comment": "Bump yargs dependency", + "author": "1581488+christiango@users.noreply.github.com", + "commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f", + "package": "just-scripts-utils" + } + ] + } + }, { "date": "Mon, 02 Nov 2020 16:26:27 GMT", "tag": "just-scripts-utils_v1.0.1", diff --git a/packages/just-scripts-utils/CHANGELOG.md b/packages/just-scripts-utils/CHANGELOG.md index 12b80f6d..65256445 100644 --- a/packages/just-scripts-utils/CHANGELOG.md +++ b/packages/just-scripts-utils/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - just-scripts-utils -This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified. +This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified. +## 1.0.2 + +Mon, 02 Nov 2020 16:42:46 GMT + +### Patches + +- Bump yargs dependency (1581488+christiango@users.noreply.github.com) + ## 1.0.1 Mon, 02 Nov 2020 16:26:27 GMT diff --git a/packages/just-scripts-utils/package.json b/packages/just-scripts-utils/package.json index 9efb7c44..f42f760e 100644 --- a/packages/just-scripts-utils/package.json +++ b/packages/just-scripts-utils/package.json @@ -1,6 +1,6 @@ { "name": "just-scripts-utils", - "version": "1.0.1", + "version": "1.0.2", "description": "Utilities for Just stack scripts", "repository": { "type": "git", @@ -21,7 +21,7 @@ "glob": "^7.1.3", "handlebars": "^4.0.12", "jju": "^1.4.0", - "just-task-logger": ">=1.0.1 <2.0.0", + "just-task-logger": ">=1.0.2 <2.0.0", "marked": "^0.7.0", "marked-terminal": "^3.3.0", "semver": "^5.6.0", diff --git a/packages/just-scripts/package.json b/packages/just-scripts/package.json index b4735b96..973084b6 100644 --- a/packages/just-scripts/package.json +++ b/packages/just-scripts/package.json @@ -1,6 +1,6 @@ { "name": "just-scripts", - "version": "1.2.3", + "version": "1.2.4", "description": "Just Stack Scripts", "keywords": [], "repository": { @@ -26,8 +26,8 @@ "diff-match-patch": "1.0.4", "fs-extra": "^7.0.1", "glob": "^7.1.3", - "just-scripts-utils": ">=1.0.1 <2.0.0", - "just-task": ">=1.0.1 <2.0.0", + "just-scripts-utils": ">=1.0.2 <2.0.0", + "just-task": ">=1.0.2 <2.0.0", "prompts": "^2.0.1", "run-parallel-limit": "^1.0.5", "supports-color": "^7.1.0", diff --git a/packages/just-task-logger/CHANGELOG.json b/packages/just-task-logger/CHANGELOG.json index 9bb15aa9..27235712 100644 --- a/packages/just-task-logger/CHANGELOG.json +++ b/packages/just-task-logger/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "just-task-logger", "entries": [ + { + "date": "Mon, 02 Nov 2020 16:42:46 GMT", + "tag": "just-task-logger_v1.0.2", + "version": "1.0.2", + "comments": { + "patch": [ + { + "comment": "Bump yargs dependency", + "author": "1581488+christiango@users.noreply.github.com", + "commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f", + "package": "just-task-logger" + } + ] + } + }, { "date": "Mon, 02 Nov 2020 16:26:27 GMT", "tag": "just-task-logger_v1.0.1", diff --git a/packages/just-task-logger/CHANGELOG.md b/packages/just-task-logger/CHANGELOG.md index 7e297515..de4bfc5f 100644 --- a/packages/just-task-logger/CHANGELOG.md +++ b/packages/just-task-logger/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - just-task-logger -This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified. +This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified. +## 1.0.2 + +Mon, 02 Nov 2020 16:42:46 GMT + +### Patches + +- Bump yargs dependency (1581488+christiango@users.noreply.github.com) + ## 1.0.1 Mon, 02 Nov 2020 16:26:27 GMT diff --git a/packages/just-task-logger/package.json b/packages/just-task-logger/package.json index e30de6e6..e05bf8e3 100644 --- a/packages/just-task-logger/package.json +++ b/packages/just-task-logger/package.json @@ -1,6 +1,6 @@ { "name": "just-task-logger", - "version": "1.0.1", + "version": "1.0.2", "description": "Logger for Just scripts and tasks", "repository": { "type": "git", diff --git a/packages/just-task/CHANGELOG.json b/packages/just-task/CHANGELOG.json index 4e91b64c..5971f9d9 100644 --- a/packages/just-task/CHANGELOG.json +++ b/packages/just-task/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "just-task", "entries": [ + { + "date": "Mon, 02 Nov 2020 16:42:46 GMT", + "tag": "just-task_v1.0.2", + "version": "1.0.2", + "comments": { + "patch": [ + { + "comment": "Bump yargs dependency", + "author": "1581488+christiango@users.noreply.github.com", + "commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f", + "package": "just-task" + } + ] + } + }, { "date": "Mon, 02 Nov 2020 16:26:27 GMT", "tag": "just-task_v1.0.1", diff --git a/packages/just-task/CHANGELOG.md b/packages/just-task/CHANGELOG.md index 5156623a..08264a1a 100644 --- a/packages/just-task/CHANGELOG.md +++ b/packages/just-task/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - just-task -This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified. +This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified. +## 1.0.2 + +Mon, 02 Nov 2020 16:42:46 GMT + +### Patches + +- Bump yargs dependency (1581488+christiango@users.noreply.github.com) + ## 1.0.1 Mon, 02 Nov 2020 16:26:27 GMT diff --git a/packages/just-task/package.json b/packages/just-task/package.json index 3a51c5d7..1710ebc5 100644 --- a/packages/just-task/package.json +++ b/packages/just-task/package.json @@ -1,6 +1,6 @@ { "name": "just-task", - "version": "1.0.1", + "version": "1.0.2", "description": "Build task definition library", "keywords": [], "repository": { @@ -24,7 +24,7 @@ "bach": "^1.2.0", "chalk": "^2.4.1", "fs-extra": "^7.0.1", - "just-task-logger": ">=1.0.1 <2.0.0", + "just-task-logger": ">=1.0.2 <2.0.0", "resolve": "^1.8.1", "undertaker": "^1.2.1", "undertaker-registry": "^1.0.1",