EZtouch / EZGame

Yet another game
MIT License
0 stars 0 forks source link

Update thread-loader to the latest version πŸš€ #28

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency thread-loader was updated from 1.2.0 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v2.0.0

2.0.0 (2018-12-18)

Bug Fixes

BREAKING CHANGE

  • drop support for node < 6.9
Commits

The new version differs by 7 commits.

  • 9208e3b chore(release): 2.0.0
  • 0f87683 fix: listen end events (#42)
  • fcbd813 fix: calculate number of workers correctly (#49)
  • 1f81d04 chore(deps): bump and audit dependencies with npm audit fix (#47)
  • c891a9c fix: check on undefined for worker.stdio (#45)
  • c9574c9 refactor: drop support for node < 6.9 (#48)
  • e07fe0e chore(deps): replace nsp with npm audit. (#44)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.0.1

2.0.1 (2018-12-19)

Bug Fixes

  • memory leaks, worker and main process lifecycles (#51) (f10fe55)
Commits

The new version differs by 2 commits.

  • f564c1c chore(release): 2.0.1
  • f10fe55 fix: memory leaks, worker and main process lifecycles (#51)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.0.2

2.0.2 (2018-12-20)

Bug Fixes

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.1.0

2.1.0 (2018-12-21)

Features

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

The new version differs by 2 commits.

  • 5dbf449 chore(release): 2.1.0
  • 76535bf feat: add poolRespawn flag to speed up incremental builds (#52)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.1.1

2.1.1 (2018-12-21)

Performance Improvements

Commits

The new version differs by 2 commits.

  • b5fc4f7 chore(release): 2.1.1
  • d3a6664 perf: use neo-async instead of async (#54)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.1.3

2.1.3 (2019-08-08)

Bug Fixes

  • correct default for workerParallelJobs option (#74) (79758d0)
  • do not allow empty or invalid node args when spin up child process (#73) (b02d503)
Commits

The new version differs by 5 commits.

  • 177fa79 chore(release): 2.1.3
  • 79758d0 fix: correct default for workerParallelJobs option (#74)
  • b02d503 fix: do not allow empty or invalid node args when spin up child process (#73)
  • d529c77 chore(release): 2.1.2
  • aec90b0 Fix lifecycle handling for signals (#57)

See the full diff