Skip to content

Commit

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

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | minor | `4.27.1` -> `4.28.0` | [source](https://renovatebot.com/gh/webpack/webpack) |

---

### Release Notes

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

### [`v4.28.0`](https://renovatebot.com/gh/webpack/webpack/releases/v4.28.0)

[Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.27.1...v4.28.0)

### Features

-   IgnorePlugin: `checkResource` has an additional `context` argument

### Bugfixes

-   Injection of node.js globals has been disabled for `.mjs` files as it's crashing

</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 this update again.

---

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

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/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 Dec 19, 2018
2 parents 3e71fe3 + ad93934 commit 5979aa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.27.1",
"webpack": "4.28.0",
"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.27.1"
"webpack": "4.28.0"
},
"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.27.1"
"webpack": "4.28.0"
},
"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.27.1"
"webpack": "4.28.0"
},
"sideEffects": [
"src/polyfill.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21866,10 +21866,10 @@ 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.27.1, webpack@^4.25.1:
version "4.27.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.27.1.tgz#5f2e2db446d2266376fa15d7d2277a1a9c2e12bb"
integrity sha512-WArHiLvHrlfyRM8i7f+2SFbr/XbQ0bXqTkPF8JpHOzub5482Y3wx7rEO8stuLGOKOgZJcqcisLhD7LrM/+fVMw==
webpack@4.28.0, webpack@^4.25.1:
version "4.28.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.0.tgz#6bdc26c17fe4c7e28c29fa002e6d37ac92caae9e"
integrity sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==
dependencies:
"@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11"
Expand Down

0 comments on commit 5979aa6

Please sign in to comment.