Skip to content

Commit

Permalink
Bump webpack-cli from 3.3.12 to 4.5.0 (#1287)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Try and see if the anonymous pipe is at fault

* ugprade bazel tools for cli 4.5

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christoph Pröschel <chris@airy.co>
  • Loading branch information
dependabot[bot] and Christoph Pröschel committed Mar 22, 2021
1 parent 43f3e58 commit deefc7e
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 174 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
# Airy Bazel tools
git_repository(
name = "com_github_airyhq_bazel_tools",
commit = "26b09cbd5091d9cb2904abc0c5b2a50c4b76fb3a",
commit = "3ee11610f09b9786e158e090b0aceb84b84fcbe3",
remote = "https://github.com/airyhq/bazel-tools.git",
shallow_since = "1615818859 +0100",
shallow_since = "1616424402 +0100",
)

load("@com_github_airyhq_bazel_tools//:repositories.bzl", "airy_bazel_tools_dependencies", "airy_jvm_deps")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"url-loader": "^4.1.1",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.11",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
}
Expand Down
3 changes: 2 additions & 1 deletion scripts/lint.sh
Expand Up @@ -3,7 +3,8 @@ set -eo pipefail
IFS=$'\n\t'

echo "Check create-topics.sh is in sync"
cmp <(bazel run //infrastructure/tools/topics:app) infrastructure/helm-chart/charts/provisioning/templates/kafka-create-topics.yaml
bazel run //infrastructure/tools/topics:app > /tmp/topics-output
cmp /tmp/topics-output infrastructure/helm-chart/charts/provisioning/templates/kafka-create-topics.yaml
echo
echo "Check cli doc is in sync"
cp docs/docs/cli/reference.md /tmp/
Expand Down

0 comments on commit deefc7e

Please sign in to comment.