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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zombie to the latest version 馃殌 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jun 26, 2017

Version 5.0.6 of zombie just got published.

Dependency zombie
Current Version 4.3.0
Type devDependency

The version 5.0.6 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of zombie.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 47 commits.

  • 5999e6e 5.0.6
  • e8ba38f Add support for cancelAnimationFrame (#1125)
  • 71e6d07 Fix the pipeline and tests (#1126)
  • f1ea794 Merge pull request #1121 from joscha/patch-1
  • c81f645 fix: typo
  • bd0ff3c Merge pull request #1116 from arashmilani/patch-1
  • 2512357 Removed the icon for io.js
  • aa98723 Merge pull request #1109 from rafis/master
  • 942bd9c Merge pull request #1110 from rafis/feature/add-document-has-focus
  • 3168a92 Add HTMLDocument.hasFocus function
  • 40b2bc0 Instantly refactor for maintability: add semantic names for operations of getting request and response handlers
  • a99eafe Fix bug of filtering handlers is working improperly
  • 3cb2bfd Merge pull request #1104 from netsuileo/master
  • 6b47c1c Fixed for cases with non-lowercase mimeType
  • 3f4eabb Merge pull request #1103 from ryanmurakami/master

There are 47 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@coveralls
Copy link

coveralls commented Jun 26, 2017

Coverage Status

Coverage remained the same at 96.565% when pulling 58b1fd1 on greenkeeper/zombie-5.0.6 into 0adb3c0 on master.

greenkeeper bot added a commit that referenced this pull request Jun 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 26, 2017

Version 5.0.7 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2018

Version 5.0.8 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 8 commits.

  • 1446ee5 5.0.8
  • 43849e9 Update changelog for 5.0.8.
  • 61ae9e7 Merge pull request #1152 from djanowski/fix-node-8
  • fac95cf Fix monkey-patching of Socket.connect in Node 8.
  • fea5b9c Merge pull request #1147 from aziz512/master
  • d5e9bdf fix a typo
  • 3570f60 Merge pull request #1145 from slauyama/master
  • 0da8ec6 Update Readme to indicate which versions of node will work

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2018

Version 6.0.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 62 commits.

  • 5cf393e Merge branch 'master' of https://github.com/assaf/zombie
  • aeb8eb6 Updated CHANGELOG
  • 27fab1e Merge pull request #1138 from vladgurgov/issue-1137
  • c9ef182 Merge pull request #1055 from jliuhtonen/master
  • 4c1b2ec Merge pull request #1107 from krolow/patch-1
  • da2bac4 Merge branch 'master' into pr/1138
  • 03839e9 Updated CHANGELOG
  • b6c78c9 Merge pull request #1153 from StefanoDeVuono/801-event-target-dataset
  • 64f6688 added jsdomQueue test
  • 6bde9bc fixes eventloop timing problems (jsdomQueue) and streamlines impl.js file
  • ca83040 Merge branch 'master' into 801-event-target-dataset
  • 8d52344 Merge pull request #1154 from lrmunoz/master
  • 0bfcd3b comment clean up
  • bbb9382 new mocha syntax
  • 4c2b49d Merge pull request #1157 from nokane/doc/no/browser

There are 62 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2018

Version 6.1.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 13 commits.

  • 5c8b27c 6.1.0
  • 3d98232 Updated dependencies
  • 2fa3d74 Merge pull request #978 from pscheit/invalid-script-tags
  • ee2ddfe Merge pull request #1023 from jamespic/master
  • 96deafe Merge pull request #1038 from jagoda/fix-redirect
  • d0c5577 Merge pull request #1016 from PLPeeters/cookie-mem-leak-fix
  • 836b6a4 Merge pull request #1037 from frzng/fetch-arr-obj-headers-fix
  • 824536b Clear cookie header on redirect
  • e0981c5 Fetch HeadersInit as an Array fixed and tests
  • b448739 Added test for focus/change race condition
  • 5fd7427 Reorder events in select - causes a bad interaction with React linked values
  • d8ed26b Fix potential memory leak when deleting all cookies
  • 2bfac91 add a failing test for inline scripts with invalid type

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2018

Version 6.1.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • 5b3de04 6.1.6
  • 7fc0f29 Upgraded iconv-lite
  • 3a67725 Merge pull request #1160 from vladgurgov/btoa-atob
  • d262bf2 fixing btoa and atob function to match browser spec
  • 42610bc Merge remote-tracking branch 'origin/master'
  • b591ca3 Merge pull request #1 from assaf/master
  • 980feae Merge remote-tracking branch 'assaf/master'

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 3, 2018

Version 6.1.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 9 commits.

  • 5245de7 6.1.2
  • 6f94f93 Merge pull request #1161 from ericminio/master
  • 5d7e872 Merge branch 'master' into master
  • ec46759 Updated mime dependency
  • 837257a More linting
  • 276a840 Updated Babel.js
  • 5991080 Linting
  • fb702b0 CI test on Node 8 + 10
  • c661457 xhr now expects Access-Control-Allow-Methods set for methods other than GET, HEAD, POST

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2018

Version 6.1.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 1540836 Version 6.1.3
  • f145e47 Merge pull request #1168 from vladgurgov/jsdom-newest
  • 14e29ff checking package-lock.json
  • 4b0fce8 upgrading jsdom to 11.12.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

  • The devDependency zombie was updated from 4.3.0 to 6.1.4.

Update to this version instead 馃殌

Commits

The new version differs by 7 commits.

  • bbcd5a6 6.1.4
  • 6a58f13 Use Gulp 4.x
  • b60fd3d Updated dependencies
  • 8041ada Added warning, do not use Zombie for crawling
  • 99d3870 Removed notice about Node 6
  • 1b5e2ee Merge pull request #1170 from Stefanough/patch-1
  • b5f0693 More complete documentation of Browser module API

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant