From e235ffc59eaef035729c44dff0c1dfa8ba789131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 02:11:17 +0000 Subject: [PATCH 1/2] Bump webpack-cli from 3.3.12 to 4.5.0 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.5.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 912dfff9c..7e7c940c1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vue-template-loader": "^1.1.0", "webpack": "^4.42.1", "webpack-bundle-analyzer": "^4.1.0", - "webpack-cli": "^3.3.11", + "webpack-cli": "^4.5.0", "webpack-merge": "^4.2.2", "compression-webpack-plugin": "^6.1.1" } From b5b3f42c0dcc25890f3a15dfdab70164b9b786ae Mon Sep 17 00:00:00 2001 From: Sebastian Fey Date: Sat, 6 Feb 2021 18:00:52 +0100 Subject: [PATCH 2/2] Updated package.json and CHANGELOG Signed-off-by: Sebastian Fey --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b963516bd..7e01ef202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ [#560](https://github.com/nextcloud/cookbook/pull/560/) @seyfeb - Bumped @nextcloud/vue to 3.5.4 [#561](https://github.com/nextcloud/cookbook/pull/561/) @seyfeb +- Bump webpack-cli from 3.3.12 to 4.5.0 + [#565](https://github.com/nextcloud/cookbook/pull/565/) ### Fixed - Added some documentation how to install GH action generated builds diff --git a/package.json b/package.json index 7e7c940c1..3434cb88c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "src/main.js", "scripts": { - "build": "node node_modules/webpack/bin/webpack.js --progress --hide-modules --config webpack.build.js", + "build": "node node_modules/webpack/bin/webpack.js --progress --config webpack.build.js", "dev": "node node_modules/webpack/bin/webpack.js --progress --watch --config webpack.devel.js", "test": "echo \"Error: no test specified\" && exit 1" },