Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency thread-loader to v2 #853

Merged
merged 1 commit into from
Dec 23, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2018

This PR contains the following updates:

Package Type Update Change References
thread-loader devDependencies major 1.2.0 -> 2.1.1 source

Release Notes

webpack-contrib/thread-loader

v2.1.1

Compare Source

Performance Improvements

v2.1.0

Compare Source

Features
  • add poolRespawn flag to speed up incremental builds (#​52) (76535bf)

2.0.2 (2018-12-20)

Bug Fixes

2.0.1 (2018-12-19)

Bug Fixes
  • memory leaks, worker and main process lifecycles (#​51) (f10fe55)

2.0.0 (2018-12-18)

Bug Fixes
BREAKING CHANGE
  • drop support for node < 6.9

v2.0.2

Compare Source

Features
  • add poolRespawn flag to speed up incremental builds (#​52) (76535bf)

2.0.2 (2018-12-20)

Bug Fixes

2.0.1 (2018-12-19)

Bug Fixes
  • memory leaks, worker and main process lifecycles (#​51) (f10fe55)

2.0.0 (2018-12-18)

Bug Fixes
BREAKING CHANGE
  • drop support for node < 6.9

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

Bug Fixes
  • memory leaks, worker and main process lifecycles (#​51) (f10fe55)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 18, 2018

Codecov Report

Merging #853 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #853     +/-   ##
=========================================
- Coverage   72.53%   72.44%   -0.1%     
=========================================
  Files        1516     1516             
  Lines       43428    43428             
  Branches     6630     6630             
=========================================
- Hits        31501    31461     -40     
- Misses      11927    11967     +40
Flag Coverage Δ
#e2e 63.7% <ø> (-0.14%) ⬇️
#unit 62.25% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...-one-node-core/src/transaction/StateTransaction.ts 11.76% <0%> (-27.46%) ⬇️
...node-core/src/transaction/state/StateDescriptor.ts 8.49% <0%> (-17.93%) ⬇️
...s/neo-one-node-core/src/transaction/Transaction.ts 82.05% <0%> (-5.13%) ⬇️
packages/neo-one-cli/src/utils/setupCLI.ts 56.6% <0%> (-3.78%) ⬇️
...core/src/transaction/attribute/UInt256Attribute.ts 58.82% <0%> (-2.95%) ⬇️
...kages/neo-one-node-consensus/src/ConsensusQueue.ts 84.09% <0%> (-2.28%) ⬇️
packages/neo-one-node-network/src/Network.ts 82.73% <0%> (-2.01%) ⬇️
...e-node-core/src/transaction/attribute/Attribute.ts 84.48% <0%> (-1.73%) ⬇️
packages/neo-one-server-plugin/src/Config.ts 85.71% <0%> (-1.59%) ⬇️
...ages/neo-one-node-rpc-handler/src/createHandler.ts 71.48% <0%> (-0.38%) ⬇️
... and 3 more

@davemneo
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Merge conflict (retrying...)

bors bot added a commit that referenced this pull request Dec 19, 2018
845: chore(deps): update dependency react-hot-loader to v4.6.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| react-hot-loader | devDependencies | patch | `4.6.0` -> `4.6.2` | [source](https://renovatebot.com/gh/gaearon/react-hot-loader) |

---

### Release Notes

<details>
<summary>gaearon/react-hot-loader</summary>

### [`v4.6.2`](https://renovatebot.com/gh/gaearon/react-hot-loader/blob/master/CHANGELOG.md#&#8203;462httpsgithubcomgaearonreact-hot-loadercomparev461v462-2018-12-18)

[Compare Source](https://renovatebot.com/gh/gaearon/react-hot-loader/compare/4.6.1...b1537557e3cf26dc6c9c44f713027ccbd0ad2702)

##### Bug Fixes

-   allow multiple 'hot' in one file, registering only the first one ([68c2a0a](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/68c2a0a))
-   error overlay initialization prior body, fixes [#&#8203;1127](https://renovatebot.com/gh/gaearon/react-hot-loader/issues/1127) ([9177aba](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/9177aba))

### [`v4.6.1`](https://renovatebot.com/gh/gaearon/react-hot-loader/blob/master/CHANGELOG.md#&#8203;462httpsgithubcomgaearonreact-hot-loadercomparev461v462-2018-12-18)

[Compare Source](https://renovatebot.com/gh/gaearon/react-hot-loader/compare/4.6.0...4.6.1)

##### Bug Fixes

-   allow multiple 'hot' in one file, registering only the first one ([68c2a0a](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/68c2a0a))
-   error overlay initialization prior body, fixes [#&#8203;1127](https://renovatebot.com/gh/gaearon/react-hot-loader/issues/1127) ([9177aba](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/9177aba))

</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).

846: fix(deps): update dependency dgeni-packages to ^0.27.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| dgeni-packages | dependencies | minor | `^0.26.12` -> `^0.27.0` | [source](https://renovatebot.com/gh/angular/dgeni-packages) |

---

### Release Notes

<details>
<summary>angular/dgeni-packages</summary>

### [`v0.27.0`](https://renovatebot.com/gh/angular/dgeni-packages/blob/master/CHANGELOG.md#&#8203;0270-17-December-2018)

[Compare Source](https://renovatebot.com/gh/angular/dgeni-packages/compare/v0.26.12...v0.27.0)

</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).

850: fix(deps): update dependency @types/rc to ^0.0.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;types/rc | dependencies | patch | `^0.0.1` -> `^0.0.2` | [source](https://renovatebot.com/gh/DefinitelyTyped/DefinitelyTyped) |

---

### 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).

852: chore(deps): update dependency tslint to v5.12.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| tslint | devDependencies | minor | `5.11.0` -> `5.12.0` | [homepage](https://palantir.github.io/tslint), [source](https://renovatebot.com/gh/palantir/tslint) |

---

### Release Notes

<details>
<summary>palantir/tslint</summary>

### [`v5.12.0`](https://renovatebot.com/gh/palantir/tslint/blob/master/CHANGELOG.md#v5120)

[Compare Source](https://renovatebot.com/gh/palantir/tslint/compare/5.11.0...5.12.0)

</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).

853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.0` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;200httpsgithubcomwebpack-contribthread-loadercomparev120v200-2018-12-18)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

</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>
@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Build failed (retrying...)

bors bot added a commit that referenced this pull request Dec 19, 2018
845: chore(deps): update dependency react-hot-loader to v4.6.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| react-hot-loader | devDependencies | patch | `4.6.0` -> `4.6.2` | [source](https://renovatebot.com/gh/gaearon/react-hot-loader) |

---

### Release Notes

<details>
<summary>gaearon/react-hot-loader</summary>

### [`v4.6.2`](https://renovatebot.com/gh/gaearon/react-hot-loader/blob/master/CHANGELOG.md#&#8203;462httpsgithubcomgaearonreact-hot-loadercomparev461v462-2018-12-18)

[Compare Source](https://renovatebot.com/gh/gaearon/react-hot-loader/compare/4.6.1...b1537557e3cf26dc6c9c44f713027ccbd0ad2702)

##### Bug Fixes

-   allow multiple 'hot' in one file, registering only the first one ([68c2a0a](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/68c2a0a))
-   error overlay initialization prior body, fixes [#&#8203;1127](https://renovatebot.com/gh/gaearon/react-hot-loader/issues/1127) ([9177aba](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/9177aba))

### [`v4.6.1`](https://renovatebot.com/gh/gaearon/react-hot-loader/blob/master/CHANGELOG.md#&#8203;462httpsgithubcomgaearonreact-hot-loadercomparev461v462-2018-12-18)

[Compare Source](https://renovatebot.com/gh/gaearon/react-hot-loader/compare/4.6.0...4.6.1)

##### Bug Fixes

-   allow multiple 'hot' in one file, registering only the first one ([68c2a0a](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/68c2a0a))
-   error overlay initialization prior body, fixes [#&#8203;1127](https://renovatebot.com/gh/gaearon/react-hot-loader/issues/1127) ([9177aba](https://renovatebot.com/gh/gaearon/react-hot-loader/commit/9177aba))

</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).

852: chore(deps): update dependency tslint to v5.12.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| tslint | devDependencies | minor | `5.11.0` -> `5.12.0` | [homepage](https://palantir.github.io/tslint), [source](https://renovatebot.com/gh/palantir/tslint) |

---

### Release Notes

<details>
<summary>palantir/tslint</summary>

### [`v5.12.0`](https://renovatebot.com/gh/palantir/tslint/blob/master/CHANGELOG.md#v5120)

[Compare Source](https://renovatebot.com/gh/palantir/tslint/compare/5.11.0...5.12.0)

</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).

853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.0` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;200httpsgithubcomwebpack-contribthread-loadercomparev120v200-2018-12-18)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

</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>
@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Build failed (retrying...)

@renovate renovate bot force-pushed the renovate/thread-loader-2.x branch from 1f672a1 to cf1cf62 Compare December 19, 2018 12:28
@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Canceled

@davemneo
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Merge conflict (retrying...)

bors bot added a commit that referenced this pull request Dec 19, 2018
853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.1` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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>
@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Build failed

@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Dec 19, 2018
841: chore(deps): update dependency @babel/core to v7.2.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |

---

### Release Notes

<details>
<summary>babel/babel</summary>

### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2)

[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2)

#### v7.2.2 (2018-12-15)

Mostrly bug fixes and internal changes.
Thanks to [@&#8203;paleite](https://renovatebot.com/gh/paleite), [@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz) and [@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs!

##### 🐛 Bug Fix

-   `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
    -   [#&#8203;9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-parser`
    -   [#&#8203;9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@&#8203;vikr01](https://renovatebot.com/gh/vikr01))
-   `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
    -   [#&#8203;9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-node`
    -   [#&#8203;9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-plugin-transform-classes`
    -   [#&#8203;9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@&#8203;rubennorte](https://renovatebot.com/gh/rubennorte))
-   `babel-preset-env`
    -   [#&#8203;9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
-   `babel-plugin-transform-arrow-functions`, `babel-traverse`
    -   [#&#8203;9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#&#8203;9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning))

##### 🏠 Internal

-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
    -   [#&#8203;9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@&#8203;paleite](https://renovatebot.com/gh/paleite))
-   Other
    -   [#&#8203;9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
    -   [#&#8203;9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@&#8203;hzoo](https://renovatebot.com/gh/hzoo))
-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
    -   [#&#8203;9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@&#8203;babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-core`, `babel-parser`, `babel-template`
    -   [#&#8203;9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@&#8203;danez](https://renovatebot.com/gh/danez))

##### Committers: 10

-   Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism))
-   Daniel Tschinder ([danez](https://renovatebot.com/gh/danez))
-   Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo))
-   Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning))
-   Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz))
-   Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite))
-   Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte))
-   Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais))
-   Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01))

</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).

853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.1` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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>
@bors
Copy link
Contributor

bors bot commented Dec 19, 2018

Canceled (will resume)

bors bot added a commit that referenced this pull request Dec 20, 2018
853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.1` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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>
@bors
Copy link
Contributor

bors bot commented Dec 20, 2018

Build failed

@renovate renovate bot force-pushed the renovate/thread-loader-2.x branch from cf1cf62 to 99ea38c Compare December 20, 2018 18:34
@davemneo
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict (retrying...)

2 similar comments
@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict (retrying...)

@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict (retrying...)

@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict

bors bot added a commit that referenced this pull request Dec 21, 2018
853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.2` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.2`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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>
@davemneo
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict (retrying...)

1 similar comment
@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Merge conflict (retrying...)

bors bot added a commit that referenced this pull request Dec 21, 2018
853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.2` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.2`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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>
@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Build failed

@davemneo
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Dec 21, 2018
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |
| @&#8203;babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |

---

### Release Notes

<details>
<summary>babel/babel</summary>

### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2)

[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2)

#### v7.2.2 (2018-12-15)

Mostrly bug fixes and internal changes.
Thanks to [@&#8203;paleite](https://renovatebot.com/gh/paleite), [@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz) and [@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs!

##### 🐛 Bug Fix

-   `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
    -   [#&#8203;9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-parser`
    -   [#&#8203;9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@&#8203;vikr01](https://renovatebot.com/gh/vikr01))
-   `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
    -   [#&#8203;9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-node`
    -   [#&#8203;9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-plugin-transform-classes`
    -   [#&#8203;9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@&#8203;rubennorte](https://renovatebot.com/gh/rubennorte))
-   `babel-preset-env`
    -   [#&#8203;9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
-   `babel-plugin-transform-arrow-functions`, `babel-traverse`
    -   [#&#8203;9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#&#8203;9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning))

##### 🏠 Internal

-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
    -   [#&#8203;9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@&#8203;paleite](https://renovatebot.com/gh/paleite))
-   Other
    -   [#&#8203;9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
    -   [#&#8203;9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@&#8203;hzoo](https://renovatebot.com/gh/hzoo))
-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
    -   [#&#8203;9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@&#8203;babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-core`, `babel-parser`, `babel-template`
    -   [#&#8203;9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@&#8203;danez](https://renovatebot.com/gh/danez))

##### Committers: 10

-   Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism))
-   Daniel Tschinder ([danez](https://renovatebot.com/gh/danez))
-   Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo))
-   Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning))
-   Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz))
-   Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite))
-   Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte))
-   Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais))
-   Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01))

</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!`".

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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).

853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.0.2` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.0.2`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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).

860: chore(deps): update dependency rollup to v0.68.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| rollup | devDependencies | patch | `0.68.0` -> `0.68.1` | [source](https://renovatebot.com/gh/rollup/rollup) |

---

### Release Notes

<details>
<summary>rollup/rollup</summary>

### [`v0.68.1`](https://renovatebot.com/gh/rollup/rollup/blob/master/CHANGELOG.md#&#8203;0681)

[Compare Source](https://renovatebot.com/gh/rollup/rollup/compare/v0.68.0...v0.68.1)

_2018-12-19_

##### Bug Fixes

-   Fix an issue with UMD wrappers where a variable is used without being defined ([#&#8203;2600](https://renovatebot.com/gh/rollup/rollup/issues/2600))

##### Pull Requests

-   [#&#8203;2600](https://renovatebot.com/gh/rollup/rollup/pull/2600): Fix UMD and IIFE wrapper issues and add comprehensive functional wrapper tests ([@&#8203;lukastaegert](https://renovatebot.com/gh/lukastaegert))

</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).

869: chore(deps): update dependency ts-loader to v5.3.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| ts-loader | devDependencies | patch | `5.3.1` -> `5.3.2` | [source](https://renovatebot.com/gh/TypeStrong/ts-loader) |

---

### Release Notes

<details>
<summary>TypeStrong/ts-loader</summary>

### [`v5.3.2`](https://renovatebot.com/gh/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v532)

[Compare Source](https://renovatebot.com/gh/TypeStrong/ts-loader/compare/v5.3.1...v5.3.2)

-   [feat: enable experimentalFileCaching by default](https://renovatebot.com/gh/TypeStrong/ts-loader/pull/885) ([#&#8203;868](https://renovatebot.com/gh/TypeStrong/ts-loader/issues/868)) - thanks [@&#8203;timocov](https://renovatebot.com/gh/timocov)!

</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>
@renovate renovate bot force-pushed the renovate/thread-loader-2.x branch from 99ea38c to b9f7629 Compare December 21, 2018 11:22
@bors
Copy link
Contributor

bors bot commented Dec 21, 2018

Canceled

@renovate renovate bot force-pushed the renovate/thread-loader-2.x branch from b9f7629 to 5d1f8e3 Compare December 21, 2018 14:59
@davemneo
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 23, 2018

Merge conflict (retrying...)

bors bot added a commit that referenced this pull request Dec 23, 2018
841: chore(deps): update babel monorepo r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |
| @&#8203;babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |

---

### Release Notes

<details>
<summary>babel/babel</summary>

### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2)

[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2)

#### v7.2.2 (2018-12-15)

Mostrly bug fixes and internal changes.
Thanks to [@&#8203;paleite](https://renovatebot.com/gh/paleite), [@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz) and [@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs!

##### 🐛 Bug Fix

-   `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
    -   [#&#8203;9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-parser`
    -   [#&#8203;9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@&#8203;vikr01](https://renovatebot.com/gh/vikr01))
-   `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
    -   [#&#8203;9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-node`
    -   [#&#8203;9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-plugin-transform-classes`
    -   [#&#8203;9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@&#8203;rubennorte](https://renovatebot.com/gh/rubennorte))
-   `babel-preset-env`
    -   [#&#8203;9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
-   `babel-plugin-transform-arrow-functions`, `babel-traverse`
    -   [#&#8203;9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#&#8203;9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning))

##### 🏠 Internal

-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
    -   [#&#8203;9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@&#8203;paleite](https://renovatebot.com/gh/paleite))
-   Other
    -   [#&#8203;9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
    -   [#&#8203;9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@&#8203;hzoo](https://renovatebot.com/gh/hzoo))
-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
    -   [#&#8203;9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@&#8203;babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-core`, `babel-parser`, `babel-template`
    -   [#&#8203;9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@&#8203;danez](https://renovatebot.com/gh/danez))

##### Committers: 10

-   Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism))
-   Daniel Tschinder ([danez](https://renovatebot.com/gh/danez))
-   Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo))
-   Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning))
-   Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz))
-   Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite))
-   Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte))
-   Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais))
-   Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01))

</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!`".

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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).

853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.1.1` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.1.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;211httpsgithubcomwebpack-contribthread-loadercomparev210v211-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.1.0...v2.1.1)

##### Performance Improvements

-   use `neo-async` instead of `async` ([#&#8203;54](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/54)) ([d3a6664](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/d3a6664))

### [`v2.1.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;210httpsgithubcomwebpack-contribthread-loadercomparev202v210-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.2...v2.1.0)

##### Features

-   add poolRespawn flag to speed up incremental builds ([#&#8203;52](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/52)) ([76535bf](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/76535bf))

#### [2.0.2](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2) (2018-12-20)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

#### [2.0.1](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1) (2018-12-19)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

#### [2.0.0](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0) (2018-12-18)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

### [`v2.0.2`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;210httpsgithubcomwebpack-contribthread-loadercomparev202v210-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2)

##### Features

-   add poolRespawn flag to speed up incremental builds ([#&#8203;52](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/52)) ([76535bf](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/76535bf))

#### [2.0.2](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2) (2018-12-20)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

#### [2.0.1](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1) (2018-12-19)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

#### [2.0.0](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0) (2018-12-18)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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).

869: chore(deps): update dependency ts-loader to v5.3.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| ts-loader | devDependencies | patch | `5.3.1` -> `5.3.2` | [source](https://renovatebot.com/gh/TypeStrong/ts-loader) |

---

### Release Notes

<details>
<summary>TypeStrong/ts-loader</summary>

### [`v5.3.2`](https://renovatebot.com/gh/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v532)

[Compare Source](https://renovatebot.com/gh/TypeStrong/ts-loader/compare/v5.3.1...v5.3.2)

-   [feat: enable experimentalFileCaching by default](https://renovatebot.com/gh/TypeStrong/ts-loader/pull/885) ([#&#8203;868](https://renovatebot.com/gh/TypeStrong/ts-loader/issues/868)) - thanks [@&#8203;timocov](https://renovatebot.com/gh/timocov)!

</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>
@bors
Copy link
Contributor

bors bot commented Dec 23, 2018

Timed out (retrying...)

bors bot added a commit that referenced this pull request Dec 23, 2018
853: chore(deps): update dependency thread-loader to v2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| thread-loader | devDependencies | major | `1.2.0` -> `2.1.1` | [source](https://renovatebot.com/gh/webpack-contrib/thread-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/thread-loader</summary>

### [`v2.1.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;211httpsgithubcomwebpack-contribthread-loadercomparev210v211-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.1.0...v2.1.1)

##### Performance Improvements

-   use `neo-async` instead of `async` ([#&#8203;54](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/54)) ([d3a6664](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/d3a6664))

### [`v2.1.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;210httpsgithubcomwebpack-contribthread-loadercomparev202v210-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.2...v2.1.0)

##### Features

-   add poolRespawn flag to speed up incremental builds ([#&#8203;52](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/52)) ([76535bf](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/76535bf))

#### [2.0.2](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2) (2018-12-20)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

#### [2.0.1](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1) (2018-12-19)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

#### [2.0.0](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0) (2018-12-18)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

### [`v2.0.2`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;210httpsgithubcomwebpack-contribthread-loadercomparev202v210-2018-12-21)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2)

##### Features

-   add poolRespawn flag to speed up incremental builds ([#&#8203;52](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/52)) ([76535bf](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/76535bf))

#### [2.0.2](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.1...v2.0.2) (2018-12-20)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

#### [2.0.1](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1) (2018-12-19)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

#### [2.0.0](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0) (2018-12-18)

##### Bug Fixes

-   calculate number of workers correctly ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/49)) ([fcbd813](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fcbd813))
-   check on `undefined` for `worker.stdio` ([#&#8203;45](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/45)) ([c891a9c](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/c891a9c))
-   listen `end` events ([#&#8203;42](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/42)) ([0f87683](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/0f87683))

##### BREAKING CHANGE

-   drop support for node &lt; 6.9

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;202httpsgithubcomwebpack-contribthread-loadercomparev201v202-2018-12-20)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   build hang ([#&#8203;53](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/53)) ([fa02b60](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/fa02b60))

### [`v2.0.0`](https://renovatebot.com/gh/webpack-contrib/thread-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribthread-loadercomparev200v201-2018-12-19)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/thread-loader/compare/v1.2.0...v2.0.0)

##### Bug Fixes

-   memory leaks, worker and main process lifecycles ([#&#8203;51](https://renovatebot.com/gh/webpack-contrib/thread-loader/issues/51)) ([f10fe55](https://renovatebot.com/gh/webpack-contrib/thread-loader/commit/f10fe55))

</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).

869: chore(deps): update dependency ts-loader to v5.3.2 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| ts-loader | devDependencies | patch | `5.3.1` -> `5.3.2` | [source](https://renovatebot.com/gh/TypeStrong/ts-loader) |

---

### Release Notes

<details>
<summary>TypeStrong/ts-loader</summary>

### [`v5.3.2`](https://renovatebot.com/gh/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v532)

[Compare Source](https://renovatebot.com/gh/TypeStrong/ts-loader/compare/v5.3.1...v5.3.2)

-   [feat: enable experimentalFileCaching by default](https://renovatebot.com/gh/TypeStrong/ts-loader/pull/885) ([#&#8203;868](https://renovatebot.com/gh/TypeStrong/ts-loader/issues/868)) - thanks [@&#8203;timocov](https://renovatebot.com/gh/timocov)!

</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>
@bors bors bot merged commit 5d1f8e3 into master Dec 23, 2018
@renovate renovate bot deleted the renovate/thread-loader-2.x branch December 23, 2018 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants