lbenie / angular-elastic-grid

Wrapper of jquery-elastic-grid for angular 1.x https://github.com/vukhanhtruong/jquery-elastic-grid
MIT License
0 stars 2 forks source link

Update lolex to the latest version 🚀 #16

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of lolex just got published.

Dependency lolex
Current Version 1.6.0
Type devDependency

The version 2.0.0 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 lolex. 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 12 commits.

  • 104f1cc 2.0.0
  • 152f841 Prepare for new release
  • ce3e35c Merge pull request #104 from kylefleming/fix-setsystemclock-throw
  • d0b5dae Merge pull request #103 from fatso83/change-install-signature
  • 61e95e1 Add support for performance.now (#106)
  • a62fae4 Merge pull request #107 from fatso83/fix-old-deps
  • 4792f16 Update old dependencies
  • 5b49379 Fix issue with tick(): setSystemClock then throw
  • 10c053f Update tests to use new install() API
  • 2d93c49 Simplify install() signature
  • 76ca36b Merge pull request #101 from mroderick/run-tests-in-node-8
  • aa4d095 Run tests in node 4, 6, 8 on Travis CI

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • c70472a 2.1.0
  • 4de9790 Prepare for new release
  • 8e89bb8 Throw error on incorrect install use (#112)
  • e077b48 Merge pull request #117 from benjamingr/patch-3
  • fe86b3f Merge pull request #120 from Peer5/next-tick-support
  • e2e9e51 Merge pull request #119 from benjamingr/patch-4
  • 3ee7c04 Add support for process.nextTick
  • 130d93a Use added keys
  • a598c94 Remove try/catch that captures exception
  • 3775a00 lolex can now attach itself to the system timers and automatically ad… (#102)
  • 9d91fc8 Merge pull request #111 from Peer5/hrtime-timer-run-fix
  • e8c58d1 Merge pull request #113 from benjamingr/patch-1
  • aae6455 Update documentation for lolex 2
  • 929fbbd fix test name
  • c2ba60e update hrtime when an interval ticks

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 9b774ce 2.1.1
  • 159f261 Prepare for new release
  • d6716ca Merge pull request #123 from Peer5/next-tick-parameters
  • 5fc2495 Don't uninstall the clock twice
  • 0ef1d37 add .DS_Store to gitignore
  • 02d19a6 support passing parameters in nextTick
  • 4824ca8 Merge pull request #121 from fatso83/commit-hooks
  • fe0c55f Correct version number
  • 4d771ca Run linting and testing as precommit hook
  • eb0a7d0 Lint staged file on pre-commit

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 6476935 2.1.2
  • e756f3b Prepare for new release
  • 946ed51 Merge pull request #124 from elad-nach/master
  • fd595c6 Merge pull request #127 from elad-nach/nextTick-default-unattached
  • 77fb52f - does not fake process.nextTick by default
  • 588f8e5 Merge pull request #125 from benjamingr/patch-5
  • 1fee387 Mention missing APIs
  • 8da6a91 issue #67 - overflowing the timer correctly according to int32_t on large values

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 6c5b814 2.2.0
  • 7e3031f Prepare for new release
  • c6f920d Merge pull request #137 from mAAdhaTTah/feature/requestAnimationFrame
  • 7f47d15 Add support for requestAnimationFrame
  • 68b51c2 determine timer type on construction
  • c08ff36 fix negative timeout bug

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 4ea41b9 2.3.0
  • 76acca7 Prepare for new release
  • 26b5e1e Stops leak of (request|cancel)AnimationFrame into global scope. (#143)
  • ce23d57 Merge pull request #141 from Peer5/return-pending-timers-on-uninstall
  • 37e7672 return timers on uninstall
  • 1e6a1b1 Simplify git release command

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 6565a14 2.3.1
  • dfcf6ef Prepare for new release
  • 41789fb bugfix for a setTimeout() or setSystemTime() within a nextTick() call. (#145)
  • 817d418 Merge pull request #140 from fatso83/mocha-update
  • 749d0de Update Sinon
  • 0259f01 Update Mochify
  • 2894fb2 Update to Mocha 4 to not fail check

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 444c938 Update AUTHORS and History.md for release
  • 6f5cd02 2.3.2
  • a314e5a Add files section to package.json to avoid unnecessary package bloat (#154)
  • 51d9a00 Actually add eslint-plugin-ie11
  • 3594b05 Add eslint-plugin-ie11
  • 3fc8f29 Fix typo in README
  • 5c4105b Add missing functions in default toFake
  • 18af7f9 Merge pull request #152 from mroderick/freeze-dependencies
  • 4a558aa Update eslint-plugin-mocha to latest
  • 686ced1 Congifure Travis to run eslint in node 8, and test cloud from same run
  • 4b92687 Freeze dependencies
  • 323aa5a Use "stale" as label for stale issues
  • 2405aa2 Enable StaleBot with default configuration (#151)
  • 6c00d94 Use SVG Travis Icon in README
  • c2c3398 clearAnimationFrame is cancelAnimationFrame

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 60b7228 2.4.0
  • 4444d1d Prepare for new release
  • da5505b Merge branch 'SimenB-factory' (PR #164)
  • b192b79 Add withGlobal export
  • 0645e34 wrap the whole source inside a factory function
  • 63b1929 Remove bithound
  • 9cc3fb9 Update all deps except Mochify
  • e745324 Merge branch 'CoderK-develop' from PR-160
  • 469b547 Fix that performance.mark is undefined after timer install
  • 919bb00 Add regression test for #136
  • d8c978f Merge pull request #156 from Peer5/expose-run-microtasks
  • 8bb870e Update lolex-src.js
  • 3805ef1 docs
  • dade130 expose runMicrotasks

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 8f5bcb4 2.5.0
  • 36f5fad Prepare for new release
  • d0f159b Merge pull request #174 from Alexsey/typos
  • 3db1e3d Merge pull request #176 from SimenB/patch-1
  • 1b23595 chore: use prepublishOnly instead of prepublish
  • 36d7c01 feat: respect loopLimit in runMicrotasks (#172)
  • 0385e50 Update Node.js versions
  • 1bf1d09 Merge pull request #169 from SimenB/integration-jsdom
  • 0ea982c fix: typos in github templates
  • 8ec6170 assign performance as a property, not as a function
  • efaf88e add simple integration test with jsdom
  • 5985809 Add issue and pull request templates
  • 7fed784 2.4.2
  • b7aa881 Prepare for new release
  • 0c0ec83 Upgrade Mochify to v5.6 (#162)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 92815e3 2.6.0
  • f07009b Prepare for new release
  • 7fc5c11 Merge pull request #179 from SimenB/reset
  • a1bf36c Clear microtick jobs and set now to 0 in reset
  • 8fb9173 Merge pull request #178 from SimenB/date-instanceof
  • 2bb03d6 Access Date on _global

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 6dace23 2.7.0
  • c8a8ea3 Prepare for new release
  • 149bb4c Merge pull request #186 from Alexsey/fixResetDocs
  • 85e084a fix reset docs
  • 01e39ef Merge pull request #184 from Peer5/hotfix/clock-reset-time
  • cfbf4bf Merge pull request #185 from Alexsey/159
  • bfd2a99 reset clock to start
  • 6904458 add failing test
  • 9215a71 fix clock.timers initialization from array to object
  • a32b7c0 Merge pull request #181 from Peer5/hotfix/check-Performance-exists
  • 6860c10 guard second usage
  • 03a3d62 review feedback
  • b3f96f5 check Performance exists before touching it
  • f7d1144 Merge pull request #180 from Peer5/release/2.6.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • f758e90 2.7.1
  • 79f9431 Merge pull request #195 from sinonjs/fix-performance-replacement-on-ios-9
  • 0cfb45e Fix performance replacement on iOS 9.3
  • 4f452ca Update to latest Sinon
  • ef9332b Merge pull request #193 from icebob/master
  • 8fa1bce add .refresh to timer object.
  • a13afb9 fixes #191 - ref(), unref() return value on NodeJS
  • 8a30ce6 Add Safari 9 to list of Sauce Labs browsers

See the full diff