From 500d0b42fee2552ae9eeb5933091fe2fbf14e72d Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 13 May 2022 11:12:58 -0400 Subject: [PATCH] Bump all packages that have @actions/http-client as a dependency (#1088) * bump @actions/artifact * update @actions/cache * Update @actions/core * Update @actions/github * update @actions/tool-cache --- packages/artifact/RELEASES.md | 6 +++++- packages/artifact/package-lock.json | 2 +- packages/artifact/package.json | 2 +- packages/cache/RELEASES.md | 5 ++++- packages/cache/package-lock.json | 2 +- packages/cache/package.json | 2 +- packages/core/RELEASES.md | 3 +++ packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- packages/github/RELEASES.md | 3 +++ packages/github/package-lock.json | 2 +- packages/github/package.json | 2 +- packages/tool-cache/RELEASES.md | 3 +++ packages/tool-cache/package-lock.json | 2 +- packages/tool-cache/package.json | 2 +- 15 files changed, 28 insertions(+), 12 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 3d4425d8b3..d9e1935cad 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -81,4 +81,8 @@ ### 1.0.1 -- Update to v2.0.0 of `@actions/http-client` \ No newline at end of file +- Update to v2.0.0 of `@actions/http-client` + +### 1.0.2 + +- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) \ No newline at end of file diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index 0740ed4d70..f46f3efdf7 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/artifact/package.json b/packages/artifact/package.json index cb56c1a850..1a8e1b7a15 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "1.0.1", + "version": "1.0.2", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 58217f8675..8adb7e3cb9 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -58,4 +58,7 @@ - Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028) ### 2.0.3 -- Update to v2.0.0 of `@actions/http-client` \ No newline at end of file +- Update to v2.0.0 of `@actions/http-client` + +### 2.0.4 +- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) \ No newline at end of file diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index cdc4c5cd09..8ff62189cc 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/cache/package.json b/packages/cache/package.json index 21bb683ac1..0b7bff0685 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "2.0.3", + "version": "2.0.4", "preview": true, "description": "Actions cache lib", "keywords": [ diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index 2f00f0ceee..f751b4efca 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,8 @@ # @actions/core Releases +### 1.8.2 +- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) + ### 1.8.1 - Update to v2.0.0 of `@actions/http-client` diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index dcb996b12a..82ddb5f8d6 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/core/package.json b/packages/core/package.json index 8eefd72d28..7a0129c002 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.8.1", + "version": "1.8.2", "description": "Actions core lib", "keywords": [ "github", diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index abbca6f1f2..fb7ac2c79b 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,8 @@ # @actions/github Releases +### 5.0.3 +- - Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) + ### 5.0.2 - Update to v2.0.0 of `@actions/http-client` diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 3e8992fbc4..b66a87f00e 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/github/package.json b/packages/github/package.json index 881c595ece..30da32792b 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "5.0.2", + "version": "5.0.3", "description": "Actions github lib", "keywords": [ "github", diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 8285cb221c..9fdd489847 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,5 +1,8 @@ # @actions/tool-cache Releases +### 2.0.1 +- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) + ### 2.0.0 - Update to v2.0.0 of `@actions/http-client` - The type of the `headers` parameter in the exported function `downloadTool` has been narrowed from `{ [header: string]: any }` to `{ [header: string]: number | string | string[] | undefined; }` (that is, `http.OutgoingHttpHeaders`). diff --git a/packages/tool-cache/package-lock.json b/packages/tool-cache/package-lock.json index 8bacb776bc..1c7dfe7f4f 100644 --- a/packages/tool-cache/package-lock.json +++ b/packages/tool-cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index 8c157bcca5..c7744d5871 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "2.0.0", + "version": "2.0.1", "description": "Actions tool-cache lib", "keywords": [ "github",