Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 1, 2019

Bumps react-tooltip from 3.4.0 to 3.10.0.

Release notes

Sourced from react-tooltip's releases.

v3.10.0

3.10.0 (2019-03-06)

Features

  • clickable-prop: add clickable prop (a75b2be), closes #417

v3.9.2

3.9.2 (2019-01-04)

Bug Fixes

  • event: expose the original event to afterShow and afterHide (e2f973e)

v3.9.1

3.9.1 (2019-01-02)

Bug Fixes

  • html: remove sanitize-html-react, reduce package size (177ac11), closes #429

v3.9.0

  • Added support for passing options to sanitizeHtml
  • Use capture mode with globalEventOff

v3.8.4

3.8.4 (2018-09-12)

Bug Fixes

  • example:

    warning from react, make text match code. (7c4c979)

v3.8.3

3.8.3 (2018-09-12)

Bug Fixes

  • index.js: fix state initialization (69dea07)
... (truncated)
Changelog

Sourced from react-tooltip's changelog.

Change Log

v3.9.0 (2018/11/07 00:43 +00:00)

v3.8.4 (2018/09/12 18:00 +00:00)

v3.8.3 (2018/09/12 13:47 +00:00)

v3.8.2 (2018/09/11 17:55 +00:00)

  • #413 fix(index.js): Use correct orientation when mouse enters (@​an4ger)

v3.8.1 (2018/09/06 14:07 +00:00)

v3.7.0 (2018/09/03 15:13 +00:00)

v3.6.1 (2018/06/05 13:46 +00:00)

v3.6.0 (2018/05/15 18:03 +00:00)

v3.5.1 (2018/05/03 18:11 +00:00)

v3.5.0 (2018/04/11 18:04 +00:00)

v3.4.3 (2018/04/11 15:14 +00:00)

3.4.2 (2018/04/09 18:58 +00:00)

... (truncated)
Commits
  • b21e4cb Merge pull request #473 from EndiM/feat/enable-pointer-events-by-clickable-prop
  • 1cd7b79 docs(README.md): add clickable prop to tooltip options table
  • f28716d docs(example): add example for clickable prop
  • a75b2be feat(clickable-prop): add clickable prop
  • 9e876e1 Merge pull request #466 from wwayne/event_passthrough
  • 718880e Merge pull request #465 from wwayne/svg_example
  • e2f973e fix(event): expose the original event to afterShow and afterHide
  • 4aedf31 doc(example): expand SVG example to include elements
  • 07d48ef Merge pull request #464 from wwayne/remove_sanitize_html
  • 177ac11 fix(html): remove sanitize-html-react, reduce package size
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2019
@codecov
Copy link

codecov bot commented Jul 1, 2019

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   37.31%   37.31%           
=======================================
  Files          23       23           
  Lines         879      879           
  Branches      225      225           
=======================================
  Hits          328      328           
  Misses        451      451           
  Partials      100      100

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c656c2f...2d19aca. Read the comment docs.

Bumps [react-tooltip](https://github.com/wwayne/react-tooltip) from 3.4.0 to 3.10.0.
- [Release notes](https://github.com/wwayne/react-tooltip/releases)
- [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](ReactTooltip/react-tooltip@3.4.0...v3.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-tooltip-3.10.0 branch from 1739154 to 2d19aca Compare July 1, 2019 09:04
@tomhamiltonstubber tomhamiltonstubber merged commit 0cce6d3 into master Jul 1, 2019
@tomhamiltonstubber tomhamiltonstubber deleted the dependabot/npm_and_yarn/react-tooltip-3.10.0 branch July 1, 2019 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants