From 274abf53baf2f1a7aa5bd602cdc6a7e8d2eb6b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:58:26 +0100 Subject: [PATCH] Add copy-webpack-plugin to ignore list for now (#41965) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependency copy-webpack-plugin to v10 * Ignore copy webpack plugin for now Co-authored-by: Renovate Bot Co-authored-by: Zoltán Bedi --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d822f274f90..6e4b7d4b3da 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,6 +21,7 @@ "slate", "slate-plain-serializer", "systemjs", + "copy-webpack-plugin", // try to upgrade with newer yarn release. Not working with 3.1.1 "ts-loader", // we should remove ts-loader and use babel-loader instead "typescript", // >4.5.x doesn't seem to work on windows with pnp currently. probably similar to https://github.com/yarnpkg/berry/issues/3722 "ora" // we should bump this once we move to esm modules