MemeLabs / Rustla2

Livestream viewing with chat
https://strims.gg
MIT License
44 stars 24 forks source link

Bump react-idle-timer from 4.0.9 to 4.3.6 #316

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps react-idle-timer from 4.0.9 to 4.3.6.

Release notes

Sourced from react-idle-timer's releases.

4.3.6

✨ Chores

  • Fixed a type-o in the README examples.

This was causing some confusion and warranted a version bump to update the README on NPM as well.

4.3.5

🐞 Bugfixes

  • Fixed a regression affecting older minifiers that don't know how to deal with let and const. Re-implemented babel to transpile back to var.

4.3.4

🐞 Bugfixes

  • Fixed a small regression that prevented onAction from being throttled or debounced.

4.3.2

🐞 Bugfixes

  • Fixed an issue where callback functions were not being updated within the useIdleTimer hook.

4.3.1

✨ Chores

  • Added TypeScript examples.

🐞 Bugfixes

  • Fixed a few issues with TypeScript typings.

4.3.0

⚡️ Features

  • Added hook implementation.

✨ Enhancements

  • Minor performance improvements with eventsThrottle property.

🚿 Chores

  • Cleaned up build chain.
Changelog

Sourced from react-idle-timer's changelog.

4.3.6

  • Fixed a type-o in the README examples.

4.3.5

  • Fixed a regression affecting older minifiers that don't know how to deal with let and const. Re-implement babel to transpile to var.

4.3.4

  • Fixed a regression where debounced and throttled were not applied to onAction.

4.3.2

  • Fixed an issue where callback functions were not being updated. #122

4.3.1

  • Added TypeScript examples.
  • Fixed an issue with TypeScript typings.

4.3.0

  • Added useIdleTimer hook implementation.
  • Added eventsThrottle to reduce cpu using on events that can spam the event handler. Defaults to 200ms.
  • Updated all dependencies, added new examples and cleaned up build chain.

4.2.12

  • Added visibilitychange event to default events. (see #98)

4.2.11

  • Fixes an issue where in mobile devices after backgrounding with stopOnIdle set. (see #96)

4.2.10

  • Fixes a bug where onIdle was not triggered consistently on iOS. (see #94)
  • Refactor of toggleIdle function to prevent race conditions. (see #93)

4.2.9

  • Fixes a bug where HMR systems would prevent events from unbinding. (see #87)

4.2.8

  • Fixes a bug where a paused timer would return the wrong remaining time when resumed.

4.2.7

  • Fixes a regression introduced in v4.2.6. If you rely on getRemainingTime() you should update to this patch.

4.2.6

  • Update dependencies
  • Fix a bug where reset() was not resetting getRemainingTime()
  • componentWillMount is deprecated. Moved logic to componentDidMount

4.2.5

  • Remove ref from typedef as it's included in the React Component interface (see #76)

4.2.4

  • Fixes typescript definition for evented methods
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.