From 8ab1ca2ae5fbd04b7e2d485b1e5e06a0ecbee4ab Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 28 Sep 2020 12:15:12 +0200 Subject: [PATCH] Updating changelog [skip ci] --- CHANGELOG.md | 84 +++++++++---------- packages/gitbeaker-browser/CHANGELOG.md | 20 ++--- packages/gitbeaker-cli/CHANGELOG.md | 8 +- packages/gitbeaker-core/CHANGELOG.md | 14 ++-- packages/gitbeaker-node/CHANGELOG.md | 28 +++---- .../gitbeaker-requester-utils/CHANGELOG.md | 17 +--- 6 files changed, 74 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83568f7..781a4c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,48 @@ -# 24.0.0 (Mon Sep 28 2020) +# 23.6.0 (Mon Sep 28 2020) :tada: This release contains work from a new contributor! :tada: Thank you, xieyu ([@Gkxie](https://github.com/Gkxie)), for all your work! -#### 💥 Breaking Change +#### 🚀 Enhancement +- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` + - Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` + - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/browser` + - Externalize formdata [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 💥 Feature + +- `@gitbeaker/browser`, `@gitbeaker/node`, `@gitbeaker/requester-utils` + - Apply exponential backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) + +#### 🐛 Bug Fix + +- `@gitbeaker/node` + - fix(node): Error response body needs parsing first when it's type is json [#1057](https://github.com/jdalrymple/gitbeaker/pull/1057) ([@Gkxie](https://github.com/Gkxie) [@jdalrymple](https://github.com/jdalrymple)) + +#### 🏿‍♀️ Security + +- chore(deps): [security] bump dot-prop from 4.2.0 to 4.2.1 [#1089](https://github.com/jdalrymple/gitbeaker/pull/1089) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) + +#### 🔩 Dependency Updates + +- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` + - Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/node` + - Updating node deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/browser` + - Updating browser deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/cli` + - Updating cli deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/core` + - Updating core deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/requester-utils` + - Updating requester-utils deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` + - chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Updating linting deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Dependency Updates [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Further package updates [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) @@ -20,49 +57,6 @@ Thank you, xieyu ([@Gkxie](https://github.com/Gkxie)), for all your work! - Updating openpgp [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - `@gitbeaker/requester-utils` - update rollup for requester utils [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - Merge branch 'restructure' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - Restructing the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/node` - - Updating node deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser` - - Updating browser deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/cli` - - Updating cli deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/core` - - Updating core deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/requester-utils` - - Updating requester-utils deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - Merge branch 'ts-node' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser` - - Externalize formdata [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) -- `@gitbeaker/node` - - Linting [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - -#### 🐛 Bug Fix - -- `@gitbeaker/node` - - fix(node): response body needs parse firstly when it's type is json [#1057](https://github.com/jdalrymple/gitbeaker/pull/1057) ([@Gkxie](https://github.com/Gkxie) [@jdalrymple](https://github.com/jdalrymple)) - -#### 🏿‍♀️ Security - -- chore(deps): [security] bump dot-prop from 4.2.0 to 4.2.1 [#1089](https://github.com/jdalrymple/gitbeaker/pull/1089) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) - -#### ⚠️ Pushed to `master` - -- `@gitbeaker/browser`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - - feat: apply exponental backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) - -#### 🔩 Dependency Updates - - chore(deps-dev): bump @types/jest from 26.0.9 to 26.0.10 [#1087](https://github.com/jdalrymple/gitbeaker/pull/1087) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) - `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node`, `@gitbeaker/requester-utils` - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) diff --git a/packages/gitbeaker-browser/CHANGELOG.md b/packages/gitbeaker-browser/CHANGELOG.md index 471ba09f..8a874389 100644 --- a/packages/gitbeaker-browser/CHANGELOG.md +++ b/packages/gitbeaker-browser/CHANGELOG.md @@ -1,22 +1,20 @@ -# v24.0.0 (Mon Sep 28 2020) +# v23.6.0 (Mon Sep 28 2020) -#### 💥 Breaking Change +#### 🚀 Enhancement -- Merge branch 'restructure' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Restructing the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Updating browser deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'ts-node' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Externalize formdata [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Externalize formdata [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -#### ⚠️ Pushed to `master` +#### 💥 Feature -- feat: apply exponental backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) +- Apply exponential backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) #### 🔩 Dependency Updates +- Updating browser deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) #### Authors: 3 diff --git a/packages/gitbeaker-cli/CHANGELOG.md b/packages/gitbeaker-cli/CHANGELOG.md index 5864f410..a8b0bea5 100644 --- a/packages/gitbeaker-cli/CHANGELOG.md +++ b/packages/gitbeaker-cli/CHANGELOG.md @@ -1,13 +1,13 @@ -# v24.0.0 (Mon Sep 28 2020) +# v23.6.0 (Mon Sep 28 2020) -#### 💥 Breaking Change +#### 🚀 Enhancement -- Updating cli deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) #### 🔩 Dependency Updates +- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Updating cli deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) - chore(deps): bump ora from 4.1.1 to 5.0.0 [#1059](https://github.com/jdalrymple/gitbeaker/pull/1059) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/packages/gitbeaker-core/CHANGELOG.md b/packages/gitbeaker-core/CHANGELOG.md index 88cba631..ee4adc17 100644 --- a/packages/gitbeaker-core/CHANGELOG.md +++ b/packages/gitbeaker-core/CHANGELOG.md @@ -1,17 +1,15 @@ -# v24.0.0 (Mon Sep 28 2020) +# v23.6.0 (Mon Sep 28 2020) -#### 💥 Breaking Change +#### 🚀 Enhancement -- Merge branch 'restructure' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Restructing the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Updating core deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'ts-node' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) #### 🔩 Dependency Updates +- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating core deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) #### Authors: 2 diff --git a/packages/gitbeaker-node/CHANGELOG.md b/packages/gitbeaker-node/CHANGELOG.md index ea964d33..b1b71e2b 100644 --- a/packages/gitbeaker-node/CHANGELOG.md +++ b/packages/gitbeaker-node/CHANGELOG.md @@ -1,32 +1,28 @@ -# v24.0.0 (Mon Sep 28 2020) +# v23.6.0 (Mon Sep 28 2020) :tada: This release contains work from a new contributor! :tada: Thank you, xieyu ([@Gkxie](https://github.com/Gkxie)), for all your work! -#### 💥 Breaking Change +#### 🚀 Enhancement -- Updating openpgp [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'restructure' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Restructing the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Updating node deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'ts-node' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) -- Linting [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 💥 Feature + +- Apply exponential backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) #### 🐛 Bug Fix -- fix(node): response body needs parse firstly when it's type is json [#1057](https://github.com/jdalrymple/gitbeaker/pull/1057) ([@Gkxie](https://github.com/Gkxie) [@jdalrymple](https://github.com/jdalrymple)) -- Updating unit tests \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple)) - -#### ⚠️ Pushed to `master` - -- feat: apply exponental backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) +- fix(node): Error response body needs parsing first when it's type is json [#1057](https://github.com/jdalrymple/gitbeaker/pull/1057) ([@Gkxie](https://github.com/Gkxie) [@jdalrymple](https://github.com/jdalrymple)) #### 🔩 Dependency Updates +- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating node deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating openpgp [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) #### Authors: 4 diff --git a/packages/gitbeaker-requester-utils/CHANGELOG.md b/packages/gitbeaker-requester-utils/CHANGELOG.md index 88c7c32e..2a95d552 100644 --- a/packages/gitbeaker-requester-utils/CHANGELOG.md +++ b/packages/gitbeaker-requester-utils/CHANGELOG.md @@ -1,22 +1,13 @@ -# v24.0.0 (Mon Sep 28 2020) +# v23.6.0 (Mon Sep 28 2020) -#### 💥 Breaking Change +#### 🚀 Enhancement -- update rollup for requester utils [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'restructure' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Restructing the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Updating requester-utils deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Merge branch 'ts-node' into backitup [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) +- Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) - Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple)) -- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - -#### ⚠️ Pushed to `master` - -- feat: apply exponental backoff for 429 errors ([@max-wittig](https://github.com/max-wittig)) #### 🔩 Dependency Updates +- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple)) #### Authors: 3