This commit is contained in:
Ken Chau 2021-04-27 08:32:03 +00:00
Родитель 89e99fe8f0
Коммит 72dc49d733
26 изменённых файлов: 165 добавлений и 75 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:09:53.143Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill-cache",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:09:56.836Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill-config",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:10:02.015Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill-hasher",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:10:08.505Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill-logger",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:10:11.272Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"packageName": "backfill-utils-test",
"email": "ronald.ndirangu@gmail.com",
"dependentChangeType": "patch",
"date": "2021-04-27T06:10:15.390Z"
}

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

@ -1,6 +1,21 @@
{ {
"name": "backfill", "name": "backfill",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill_v6.1.3",
"version": "6.1.3",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill"
}
]
}
},
{ {
"date": "Tue, 27 Apr 2021 08:29:06 GMT", "date": "Tue, 27 Apr 2021 08:29:06 GMT",
"tag": "backfill_v6.1.2", "tag": "backfill_v6.1.2",

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

@ -1,9 +1,17 @@
# Change Log - backfill # Change Log - backfill
This log was last generated on Tue, 27 Apr 2021 08:29:06 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 6.1.3
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 6.1.2 ## 6.1.2
Tue, 27 Apr 2021 08:29:06 GMT Tue, 27 Apr 2021 08:29:06 GMT

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

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "6.1.2", "version": "6.1.3",
"main": "lib/index.js", "main": "lib/index.js",
"bin": { "bin": {
"backfill": "./bin/backfill.js" "backfill": "./bin/backfill.js"
@ -20,10 +20,10 @@
}, },
"dependencies": { "dependencies": {
"anymatch": "^3.0.3", "anymatch": "^3.0.3",
"backfill-cache": "^5.2.0", "backfill-cache": "^5.2.1",
"backfill-config": "^6.1.0", "backfill-config": "^6.1.1",
"backfill-hasher": "^6.2.1", "backfill-hasher": "^6.2.2",
"backfill-logger": "^5.1.0", "backfill-logger": "^5.1.1",
"backfill-utils-dotenv": "^5.1.0", "backfill-utils-dotenv": "^5.1.0",
"chokidar": "^3.2.1", "chokidar": "^3.2.1",
"execa": "^4.0.0", "execa": "^4.0.0",
@ -36,7 +36,7 @@
"@types/jest": "^25.2.1", "@types/jest": "^25.2.1",
"@types/node": "^13.1.8", "@types/node": "^13.1.8",
"@types/yargs": "^15.0.10", "@types/yargs": "^15.0.10",
"backfill-utils-test": "^5.1.0", "backfill-utils-test": "^5.1.1",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"find-up": "^5.0.0", "find-up": "^5.0.0",
"jest": "^25.5.4", "jest": "^25.5.4",

15
packages/cache/CHANGELOG.json поставляемый
Просмотреть файл

@ -1,6 +1,21 @@
{ {
"name": "backfill-cache", "name": "backfill-cache",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill-cache_v5.2.1",
"version": "5.2.1",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill-cache"
}
]
}
},
{ {
"date": "Tue, 01 Dec 2020 09:45:24 GMT", "date": "Tue, 01 Dec 2020 09:45:24 GMT",
"tag": "backfill-cache_v5.2.0", "tag": "backfill-cache_v5.2.0",

10
packages/cache/CHANGELOG.md поставляемый
Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - backfill-cache # Change Log - backfill-cache
This log was last generated on Tue, 01 Dec 2020 09:43:25 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 5.2.1
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 5.2.0 ## 5.2.0
Tue, 01 Dec 2020 09:43:25 GMT Tue, 01 Dec 2020 09:43:25 GMT

8
packages/cache/package.json поставляемый
Просмотреть файл

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "5.2.0", "version": "5.2.1",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "yarn compile", "build": "yarn compile",
@ -17,8 +17,8 @@
}, },
"dependencies": { "dependencies": {
"@azure/storage-blob": "12.1.2", "@azure/storage-blob": "12.1.2",
"backfill-config": "^6.1.0", "backfill-config": "^6.1.1",
"backfill-logger": "^5.1.0", "backfill-logger": "^5.1.1",
"execa": "^4.0.0", "execa": "^4.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"globby": "^11.0.0", "globby": "^11.0.0",
@ -29,7 +29,7 @@
"@types/jest": "^25.2.1", "@types/jest": "^25.2.1",
"@types/node": "^13.1.8", "@types/node": "^13.1.8",
"@types/tar-fs": "^2.0.0", "@types/tar-fs": "^2.0.0",
"backfill-utils-test": "^5.1.0", "backfill-utils-test": "^5.1.1",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"jest": "^25.5.4", "jest": "^25.5.4",
"ts-jest": "^25.1.0", "ts-jest": "^25.1.0",

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

@ -1,6 +1,21 @@
{ {
"name": "backfill-config", "name": "backfill-config",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill-config_v6.1.1",
"version": "6.1.1",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill-config"
}
]
}
},
{ {
"date": "Tue, 01 Dec 2020 09:43:25 GMT", "date": "Tue, 01 Dec 2020 09:43:25 GMT",
"tag": "backfill-config_v6.1.0", "tag": "backfill-config_v6.1.0",

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

@ -1,9 +1,17 @@
# Change Log - backfill-config # Change Log - backfill-config
This log was last generated on Tue, 01 Dec 2020 09:43:25 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 6.1.1
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 6.1.0 ## 6.1.0
Tue, 01 Dec 2020 09:43:25 GMT Tue, 01 Dec 2020 09:43:25 GMT

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

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "6.1.0", "version": "6.1.1",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "yarn compile", "build": "yarn compile",
@ -16,7 +16,7 @@
"watch": "tsc -b -w" "watch": "tsc -b -w"
}, },
"dependencies": { "dependencies": {
"backfill-logger": "^5.1.0", "backfill-logger": "^5.1.1",
"find-up": "^5.0.0", "find-up": "^5.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"pkg-dir": "^4.2.0" "pkg-dir": "^4.2.0"
@ -24,7 +24,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/jest": "^25.2.1", "@types/jest": "^25.2.1",
"backfill-utils-test": "^5.1.0", "backfill-utils-test": "^5.1.1",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"jest": "^25.5.4", "jest": "^25.5.4",
"ts-jest": "^25.1.0", "ts-jest": "^25.1.0",

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

@ -1,6 +1,21 @@
{ {
"name": "backfill-hasher", "name": "backfill-hasher",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill-hasher_v6.2.2",
"version": "6.2.2",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill-hasher"
}
]
}
},
{ {
"date": "Fri, 23 Apr 2021 23:51:52 GMT", "date": "Fri, 23 Apr 2021 23:51:52 GMT",
"tag": "backfill-hasher_v6.2.1", "tag": "backfill-hasher_v6.2.1",

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

@ -1,9 +1,17 @@
# Change Log - backfill-hasher # Change Log - backfill-hasher
This log was last generated on Fri, 23 Apr 2021 23:51:52 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 6.2.2
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 6.2.1 ## 6.2.1
Fri, 23 Apr 2021 23:51:52 GMT Fri, 23 Apr 2021 23:51:52 GMT

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

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "6.2.1", "version": "6.2.2",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "yarn compile", "build": "yarn compile",
@ -17,8 +17,8 @@
}, },
"dependencies": { "dependencies": {
"@rushstack/package-deps-hash": "^2.4.48", "@rushstack/package-deps-hash": "^2.4.48",
"backfill-config": "^6.1.0", "backfill-config": "^6.1.1",
"backfill-logger": "^5.1.0", "backfill-logger": "^5.1.1",
"find-up": "^5.0.0", "find-up": "^5.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"workspace-tools": "^0.15.0" "workspace-tools": "^0.15.0"
@ -26,7 +26,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
"@types/jest": "^25.2.1", "@types/jest": "^25.2.1",
"backfill-utils-test": "^5.1.0", "backfill-utils-test": "^5.1.1",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"jest": "^25.5.4", "jest": "^25.5.4",
"ts-jest": "^25.1.0", "ts-jest": "^25.1.0",

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

@ -1,6 +1,21 @@
{ {
"name": "backfill-logger", "name": "backfill-logger",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill-logger_v5.1.1",
"version": "5.1.1",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill-logger"
}
]
}
},
{ {
"date": "Tue, 01 Dec 2020 09:45:24 GMT", "date": "Tue, 01 Dec 2020 09:45:24 GMT",
"tag": "backfill-logger_v5.1.0", "tag": "backfill-logger_v5.1.0",

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

@ -1,9 +1,17 @@
# Change Log - backfill-logger # Change Log - backfill-logger
This log was last generated on Tue, 01 Dec 2020 09:43:25 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 5.1.1
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 5.1.0 ## 5.1.0
Tue, 01 Dec 2020 09:43:25 GMT Tue, 01 Dec 2020 09:43:25 GMT

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

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "5.1.0", "version": "5.1.1",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "yarn compile", "build": "yarn compile",

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

@ -9,7 +9,7 @@
"compile": "tsc -b" "compile": "tsc -b"
}, },
"devDependencies": { "devDependencies": {
"backfill": "^6.1.2", "backfill": "^6.1.3",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"typescript": "4.1.2" "typescript": "4.1.2"
} }

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

@ -13,7 +13,7 @@
"backfill-sample-dependency": "^5.1.1" "backfill-sample-dependency": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {
"backfill": "^6.1.2", "backfill": "^6.1.3",
"backfill-utils-tsconfig": "^5.0.0", "backfill-utils-tsconfig": "^5.0.0",
"typescript": "4.1.2" "typescript": "4.1.2"
} }

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

@ -1,6 +1,21 @@
{ {
"name": "backfill-utils-test", "name": "backfill-utils-test",
"entries": [ "entries": [
{
"date": "Tue, 27 Apr 2021 08:32:03 GMT",
"tag": "backfill-utils-test_v5.1.1",
"version": "5.1.1",
"comments": {
"patch": [
{
"comment": "Bump @types/fs-extra from 8.0.1 to 9.0.11",
"author": "ronald.ndirangu@gmail.com",
"commit": "b1c0dd5f4da27ba00feee8a52f0145bdb868da5f",
"package": "backfill-utils-test"
}
]
}
},
{ {
"date": "Tue, 01 Dec 2020 09:45:24 GMT", "date": "Tue, 01 Dec 2020 09:45:24 GMT",
"tag": "backfill-utils-test_v5.1.0", "tag": "backfill-utils-test_v5.1.0",

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

@ -1,9 +1,17 @@
# Change Log - backfill-utils-test # Change Log - backfill-utils-test
This log was last generated on Tue, 01 Dec 2020 09:43:25 GMT and should not be manually modified. This log was last generated on Tue, 27 Apr 2021 08:32:03 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 5.1.1
Tue, 27 Apr 2021 08:32:03 GMT
### Patches
- Bump @types/fs-extra from 8.0.1 to 9.0.11 (ronald.ndirangu@gmail.com)
## 5.1.0 ## 5.1.0
Tue, 01 Dec 2020 09:43:25 GMT Tue, 01 Dec 2020 09:43:25 GMT

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

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/microsoft/backfill" "url": "https://github.com/microsoft/backfill"
}, },
"version": "5.1.0", "version": "5.1.1",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "yarn compile", "build": "yarn compile",