Skip to content

Commit

Permalink
Merge #877
Browse files Browse the repository at this point in the history
877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://togithub.com/webpack-contrib/terser-webpack-plugin) |

---

### Release Notes

<details>
<summary>webpack-contrib/terser-webpack-plugin</summary>

### [`v1.2.1`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#&#8203;121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27)

[Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1)

##### Bug Fixes

-   don't crash when no extracted comments ([#&#8203;49](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/efad586))

### [`v1.2.0`](https://togithub.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#&#8203;120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22)

[Compare Source](https://togithub.com/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0)

##### Bug Fixes

-   `chunks` is a `Set` in webpack@5 ([#&#8203;19](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/df8c425))
-   catch `work-farm` errors ([#&#8203;35](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/2bdcd38))
-   dedupe extracted comments ([#&#8203;40](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/7f4a159))
-   more consistent cache ([#&#8203;43](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/36f5f3c))
-   regenerate `contenthash` when assets was uglified ([#&#8203;44](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1))

##### Features

-   `chunkFilter` option for filtering chunks ([#&#8203;38](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/7ffe57c))
-   uglify `mjs` by default ([#&#8203;39](https://togithub.com/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://togithub.com/webpack-contrib/terser-webpack-plugin/commit/1644620))

</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://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 8, 2019
2 parents 5ae59be + 04f492f commit 94bb771
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"stylelint-config-standard": "18.2.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.5.1",
"terser-webpack-plugin": "1.1.0",
"terser-webpack-plugin": "1.2.1",
"thread-loader": "2.1.1",
"through2": "3.0.0",
"tmp": "0.0.33",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17897,7 +17897,20 @@ term-size@^1.2.0:
dependencies:
execa "^0.7.0"

terser-webpack-plugin@1.1.0, terser-webpack-plugin@^1.1.0:
terser-webpack-plugin@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz#7545da9ae5f4f9ae6a0ac961eb46f5e7c845cc26"
dependencies:
cacache "^11.0.2"
find-cache-dir "^2.0.0"
schema-utils "^1.0.0"
serialize-javascript "^1.4.0"
source-map "^0.6.1"
terser "^3.8.1"
webpack-sources "^1.1.0"
worker-farm "^1.5.2"

terser-webpack-plugin@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz#cf7c25a1eee25bf121f4a587bb9e004e3f80e528"
dependencies:
Expand Down

0 comments on commit 94bb771

Please sign in to comment.