Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps react-countup from 4.3.3 to 5.2.0.

Release notes

Sourced from react-countup's releases.

v5.2.0

  • Remove warning (#521) 9023725
  • Bump countup (#520) 4cf5c0b
  • Update demo with last version (#518) 1bf67cd

glennreyes/react-countup@v5.1.0...v5.2.0

v5.1.0

  • Some improvements (#517) 1ddf5d4
  • Rebuild for TypeScript (#514) 565d2c0

glennreyes/react-countup@v5.0.0...v5.1.0

v5.0.0

  • Update index.d.ts 778188a
  • Update README.md 2d42cee
  • Bump y18n from 4.0.0 to 4.0.3 in /demo (#513) 7dcc024
  • Bump elliptic from 6.5.3 to 6.5.4 in /demo (#459) 1d9dfcb
  • Bump ini from 1.3.5 to 1.3.8 in /demo (#444) 74dd9af
  • Bump dot-prop from 4.2.0 to 4.2.1 in /demo (#420) 5e2f966
  • Bump ssri from 6.0.1 to 6.0.2 in /demo (#461) d12e225
  • Bump url-parse from 1.4.7 to 1.5.1 in /demo (#474) a83053f
  • Bump hosted-git-info from 2.8.5 to 2.8.9 in /demo (#476) 38397b1
  • Bump dns-packet from 1.3.1 to 1.3.4 in /demo (#477) 2d9ce79
  • Bump postcss from 7.0.18 to 7.0.36 in /demo (#512) dd6c8e5
  • Bump color-string from 1.5.3 to 1.5.5 in /demo (#494) 50015a7
  • Bump ws from 6.2.1 to 6.2.2 in /demo (#511) 6635f01
  • Update demo (#510) 88e7dc8

glennreyes/react-countup@v5.0.0-0...v5.0.0

Version 5.0.0-0

  • Migrate to new countup version (#509) 944d721
  • Check props formattingFn (#508) deb2754
  • Bump rollup from 2.52.3 to 2.52.4 (#505) f38a59d
  • Bump @​testing-library/react-hooks from 7.0.0 to 7.0.1 (#507) eb7cf50

BREAKING

New API for useCountUp:

You need to define ref - id of html element, input, svg text element, or DOM element reference where counting occurs

const Hook = () => {
      const span = React.useRef(null);
      useCountUp({ end: 10, ref: span });
      return <span ref={span} />;
};

... (truncated)

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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 30, 2021
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.

1 participant