зеркало из https://github.com/microsoft/backfill.git
applying package updates
This commit is contained in:
Родитель
89e99fe8f0
Коммит
72dc49d733
|
@ -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",
|
||||
"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",
|
||||
"tag": "backfill_v6.1.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Tue, 27 Apr 2021 08:29:06 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.1.2",
|
||||
"version": "6.1.3",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"backfill": "./bin/backfill.js"
|
||||
|
@ -20,10 +20,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"anymatch": "^3.0.3",
|
||||
"backfill-cache": "^5.2.0",
|
||||
"backfill-config": "^6.1.0",
|
||||
"backfill-hasher": "^6.2.1",
|
||||
"backfill-logger": "^5.1.0",
|
||||
"backfill-cache": "^5.2.1",
|
||||
"backfill-config": "^6.1.1",
|
||||
"backfill-hasher": "^6.2.2",
|
||||
"backfill-logger": "^5.1.1",
|
||||
"backfill-utils-dotenv": "^5.1.0",
|
||||
"chokidar": "^3.2.1",
|
||||
"execa": "^4.0.0",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"@types/jest": "^25.2.1",
|
||||
"@types/node": "^13.1.8",
|
||||
"@types/yargs": "^15.0.10",
|
||||
"backfill-utils-test": "^5.1.0",
|
||||
"backfill-utils-test": "^5.1.1",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"find-up": "^5.0.0",
|
||||
"jest": "^25.5.4",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-cache",
|
||||
"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",
|
||||
"tag": "backfill-cache_v5.2.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Tue, 01 Dec 2020 09:43:25 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@azure/storage-blob": "12.1.2",
|
||||
"backfill-config": "^6.1.0",
|
||||
"backfill-logger": "^5.1.0",
|
||||
"backfill-config": "^6.1.1",
|
||||
"backfill-logger": "^5.1.1",
|
||||
"execa": "^4.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"globby": "^11.0.0",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"@types/jest": "^25.2.1",
|
||||
"@types/node": "^13.1.8",
|
||||
"@types/tar-fs": "^2.0.0",
|
||||
"backfill-utils-test": "^5.1.0",
|
||||
"backfill-utils-test": "^5.1.1",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.1.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-config",
|
||||
"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",
|
||||
"tag": "backfill-config_v6.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Tue, 01 Dec 2020 09:43:25 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"watch": "tsc -b -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"backfill-logger": "^5.1.0",
|
||||
"backfill-logger": "^5.1.1",
|
||||
"find-up": "^5.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"pkg-dir": "^4.2.0"
|
||||
|
@ -24,7 +24,7 @@
|
|||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^25.2.1",
|
||||
"backfill-utils-test": "^5.1.0",
|
||||
"backfill-utils-test": "^5.1.1",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.1.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-hasher",
|
||||
"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",
|
||||
"tag": "backfill-hasher_v6.2.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Fri, 23 Apr 2021 23:51:52 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.2.1",
|
||||
"version": "6.2.2",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/package-deps-hash": "^2.4.48",
|
||||
"backfill-config": "^6.1.0",
|
||||
"backfill-logger": "^5.1.0",
|
||||
"backfill-config": "^6.1.1",
|
||||
"backfill-logger": "^5.1.1",
|
||||
"find-up": "^5.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"workspace-tools": "^0.15.0"
|
||||
|
@ -26,7 +26,7 @@
|
|||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^25.2.1",
|
||||
"backfill-utils-test": "^5.1.0",
|
||||
"backfill-utils-test": "^5.1.1",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.1.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-logger",
|
||||
"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",
|
||||
"tag": "backfill-logger_v5.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Tue, 01 Dec 2020 09:43:25 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"compile": "tsc -b"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.2",
|
||||
"backfill": "^6.1.3",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"backfill-sample-dependency": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.2",
|
||||
"backfill": "^6.1.3",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-utils-test",
|
||||
"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",
|
||||
"tag": "backfill-utils-test_v5.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# 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 -->
|
||||
|
||||
## 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
|
||||
|
||||
Tue, 01 Dec 2020 09:43:25 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
|
Загрузка…
Ссылка в новой задаче