Skip to content

Commit

Permalink
Merge #920
Browse files Browse the repository at this point in the history
920: fix(deps): update dependency webpack to v4.28.4 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | patch | `4.28.3` -> `4.28.4` | [source](https://togithub.com/webpack/webpack) |
| webpack | devDependencies | patch | `4.28.3` -> `4.28.4` | [source](https://togithub.com/webpack/webpack) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v4.28.4`](https://togithub.com/webpack/webpack/releases/v4.28.4)

[Compare Source](https://togithub.com/webpack/webpack/compare/v4.28.3...v4.28.4)

### Bugfixes

-   `ProfilingPlugin` creates output path if not existing
-   fixed support for arrow function functions for `optimization.minimizer`
-   failed hooks is now also called when `run()` fails

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jan 15, 2019
2 parents 1166e3e + c631eac commit 2c22b60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"typescript": "3.2.2",
"typescript-styled-plugin": "0.13.0",
"url-loader": "1.1.2",
"webpack": "4.28.3",
"webpack": "4.28.4",
"webpack-bundle-analyzer": "3.0.3",
"webpack-node-externals": "1.7.2",
"webpack-serve": "2.0.3",
Expand All @@ -263,7 +263,7 @@
"grpc": "1.16.1",
"regenerator-runtime": "0.13.1",
"styled-components": "4.1.1",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "3.2.2",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.0.0",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"sideEffects": [
"src/engine/test/polyfill.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ts-node": "^7.0.1",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.0.0",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"sideEffects": [
"src/polyfill.ts",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19156,9 +19156,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@4.28.3, webpack@^4.25.1:
version "4.28.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.3.tgz#8acef6e77fad8a01bfd0c2b25aa3636d46511874"
webpack@4.28.4, webpack@^4.25.1:
version "4.28.4"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.4.tgz#1ddae6c89887d7efb752adf0c3cd32b9b07eacd0"
dependencies:
"@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11"
Expand Down

0 comments on commit 2c22b60

Please sign in to comment.