From 7a74acf679cd91db77edba06a6927387411a05ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Oct 2020 12:55:47 +0000 Subject: [PATCH] chore(deps-dev): bump rollup-plugin-typescript2 from 0.27.3 to 0.28.0 Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.3 to 0.28.0. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.3...0.28.0) Signed-off-by: dependabot-preview[bot] --- packages/gitbeaker-browser/package.json | 2 +- packages/gitbeaker-cli/package.json | 2 +- packages/gitbeaker-core/package.json | 2 +- packages/gitbeaker-node/package.json | 2 +- packages/gitbeaker-requester-utils/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/gitbeaker-browser/package.json b/packages/gitbeaker-browser/package.json index 02b4f6a6..8889a5aa 100644 --- a/packages/gitbeaker-browser/package.json +++ b/packages/gitbeaker-browser/package.json @@ -28,7 +28,7 @@ "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.27.1", + "rollup-plugin-typescript2": "^0.28.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, diff --git a/packages/gitbeaker-cli/package.json b/packages/gitbeaker-cli/package.json index b5ae9b8f..ddec5eff 100644 --- a/packages/gitbeaker-cli/package.json +++ b/packages/gitbeaker-cli/package.json @@ -23,7 +23,7 @@ "@rollup/plugin-json": "^4.1.0", "rollup": "^2.12.0", "rollup-plugin-preserve-shebangs": "^0.2.0", - "rollup-plugin-typescript2": "^0.27.1", + "rollup-plugin-typescript2": "^0.28.0", "strip-ansi": "^6.0.0", "typescript": "^4.0.3" }, diff --git a/packages/gitbeaker-core/package.json b/packages/gitbeaker-core/package.json index a27c5700..c1ccd286 100644 --- a/packages/gitbeaker-core/package.json +++ b/packages/gitbeaker-core/package.json @@ -20,7 +20,7 @@ "fs-extra": "^9.0.1", "get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality", "rollup": "^2.12.0", - "rollup-plugin-typescript2": "^0.27.1", + "rollup-plugin-typescript2": "^0.28.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, diff --git a/packages/gitbeaker-node/package.json b/packages/gitbeaker-node/package.json index 9bf4e718..e88c3ace 100644 --- a/packages/gitbeaker-node/package.json +++ b/packages/gitbeaker-node/package.json @@ -19,7 +19,7 @@ "form-data": "^3.0.0", "openpgp": "^4.10.8", "rollup": "^2.12.0", - "rollup-plugin-typescript2": "^0.27.1", + "rollup-plugin-typescript2": "^0.28.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, diff --git a/packages/gitbeaker-requester-utils/package.json b/packages/gitbeaker-requester-utils/package.json index 5c9dcf62..f2c3cc7a 100644 --- a/packages/gitbeaker-requester-utils/package.json +++ b/packages/gitbeaker-requester-utils/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/node": "^14.11.2", "rollup": "^2.28.2", - "rollup-plugin-typescript2": "^0.27.3", + "rollup-plugin-typescript2": "^0.28.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, diff --git a/yarn.lock b/yarn.lock index 839740fd..a602b076 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8942,10 +8942,10 @@ rollup-plugin-terser@^7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup-plugin-typescript2@^0.27.1, rollup-plugin-typescript2@^0.27.3: - version "0.27.3" - resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.3.tgz#cd9455ac026d325b20c5728d2cc54a08a771b68b" - integrity sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg== +rollup-plugin-typescript2@^0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.28.0.tgz#5638553655aa6735d18f2e5c09acaac481eb65eb" + integrity sha512-kk+146r8LfvsscytH94W1zgKrNx2anvC5AQReBtkE8WowBWuoFCIFoULUrC+DI5Ga4zVrCaBk6MUq3GZGTcLnQ== dependencies: "@rollup/pluginutils" "^3.1.0" find-cache-dir "^3.3.1"