ibezkrovnyi / image-quantization

Image Quantization Library with alpha support (based on https://github.com/leeoniya/RgbQuant.js, https://github.com/timoxley/neuquant and http://www.ece.mcmaster.ca/~xwu/cq.c)
141 stars 11 forks source link

Update gh-pages to the latest version ๐Ÿš€ #44

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.2.0 of gh-pages was just published.

Dependency gh-pages
Current Version 1.1.0
Type devDependency

The version 1.2.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of gh-pages.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโ€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.2.0
Commits

The new version differs by 26 commits.

  • aebafd2 1.2.0
  • 6e36fdf Log changes
  • 824cab7 Merge pull request #252 from tschaub/updates
  • 505ad6d Update dependencies
  • a24efd3 Merge pull request #245 from thekevinscott/patch-1
  • 5791853 Merge pull request #251 from tschaub/greenkeeper/async-2.6.1
  • 898fbcc fix(package): update async to version 2.6.1
  • 2a1a18f Typos
  • 942be78 Merge pull request #243 from polyglotm/master
  • acd22bd docs(readme.md): add tips
  • 82da056 Merge pull request #241 from tschaub/greenkeeper/sinon-5.0.1
  • 8c89883 chore(package): update sinon to version 5.0.1
  • 883c08f Merge pull request #240 from tschaub/greenkeeper/eslint-config-tschaub-10.0.0
  • 60069f7 chore(package): update eslint-config-tschaub to version 10.0.0
  • f2caab7 Merge pull request #239 from tschaub/updates

There are 26 commits in total.

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:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 232


Totals Coverage Status
Change from base Build 163: 0.0%
Covered Lines: 1644
Relevant Lines: 1827

๐Ÿ’› - Coveralls
greenkeeper[bot] commented 6 years ago

Update to this version instead ๐Ÿš€

Release Notes for v2.0.0

Breaking changes:

  • Requires Node 6 and above. If you require support for Node 4, stick with v1.2.0.
  • The git user for commits is determined by running git config user.name and git config user.email in the current working directory when gh-pages is run. Ideally, this is what you want. In v1, the git user was determined based on the gh-pages install directory. If the package was installed globally, the git user might not have been what you expected when running in a directory with a locally configured git user.

Details:

Commits

The new version differs by 13 commits.

  • ad6617b 2.0.0
  • fb16306 Log changes
  • 515b05a Merge pull request #264 from tschaub/user-option
  • 631de39 Consistent user handling in CLI and API
  • 7cf5c66 More fat arrows
  • 523a074 Better default user, support for user option
  • 1ed6689 Fixing key
  • 7b0f4b0 Adding localuser and user flags
  • 32fdb32 Merge pull request #263 from AviVahl/upgrade-deps
  • 32891c5 Upgrade syntax to use const/let
  • 54c69c0 Infra: upgrade deps to latest stable versions
  • 62f1496 Test on ten
  • 95ba7e3 Add .npmignore

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

See the full diff