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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(deps-dev): bump use-count-up from 2.2.5 to 3.0.1 #51

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps use-count-up from 2.2.5 to 3.0.1.

Release notes

Sourced from use-count-up's releases.

v3.0.1

Fix an issue where reset method was taking any kind of value as an argument. Now it checks if the value is a number. The fix comes from the use-elapsed-time hook.

v3.0.0

Breaking Changes:

  • IE is not longer supported
  • autoResetKey props has been deprecated.
  • shouldUseToLocaleString and the whole setup to use the built-in toLocaleString out of the box has been deprecated. The same result can be achieved using the formatter function.
  • React PropTypes has been removed as well as the prop-types peer-dependency. The component and hook will rely on the TypeScript types.
  • prefix and suffix props has been deprecated. The same result can be achieved just by adding them to in front and behind the value.

New features:

  • updateInterval prop now determines how often the animated value will change. When set to 0 the value will update on each key frame (default behavior).
  • onUpdate callback will be fired with the current animated value when it changes.

Implemented enhancements:

  • bundle size is now even further reduced
  • esbuild is now used to bundle the code
  • example folder is added, which can be used for testing the hook and component

v2.3.1

chore: upgrade dependencies

v2.3.0

  • add a list of the supported browsers to package.json

v2.2.6

  • chore: Add renovate to the repo
  • chore: Update all packages
Changelog

Sourced from use-count-up's changelog.

3.0.1 (September 5th, 2021)

Fix:

  • upgraded use-elapsed-time to 3.0.2, which fixes an issue where reset method was taking any kind of value as newStartAt value. Not it checks if the value provided is a number

3.0.0 ( September 5th , 2021)

Breaking Changes:

  • IE is not longer supported
  • autoResetKey props has been deprecated.
  • shouldUseToLocaleString and the whole setup to use the built-in toLocaleString out of the box has been deprecated. The same result can be achieved using the formatter function.
  • React PropTypes has been removed as well as the prop-types peer-dependency. The component and hook will rely on the TypeScript types.
  • prefix and suffix props has been deprecated. The same result can be achieved just by adding them to in front and behind the value.

New features:

  • updateInterval prop now determines how often the animated value will change. When set to 0 the value will update on each key frame (default behavior).
  • onUpdate callback will be fired with the current animated value when it changes.

Implemented enhancements:

  • bundle size is now even further reduced
  • esbuild is now used to bundle the code
  • example folder is added, which can be used for testing the hook and component

2.3.1 (March 25th, 2021)

Implemented enhancements:

  • chore: upgrade dependencies

2.3.0 (Jan 15th, 2021)

Implemented enhancements:

  • feat: add list of supported browsers to package.json

2.2.6 (Jan 12th, 2021)

Implemented enhancements:

  • chore: Add renovate to the repo
  • chore: Update all packages
Commits
  • ac0bdad fix: upgrade use-elapsed-time to fix an issue with reset
  • bfbffa1 feat: v3 of the hook and component
  • 2311b39 chore: remove Renovate
  • 7d4cbf6 chore(deps): update codecov/codecov-action action to v2 (#69)
  • 68affb6 chore(deps): update dependency @​rollup/plugin-commonjs to v20 (#70)
  • e0f4d8c chore(deps): bump path-parse from 1.0.6 to 1.0.7
  • 602c3ae chore(deps): bump path-parse from 1.0.6 to 1.0.7
  • 8e26d71 chore(deps): update all non-major dependencies
  • e5519e7 chore(deps): update all non-major dependencies
  • 8121f19 chore(deps): update dependency @​testing-library/react-hooks to v7
  • 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.


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 dependabot bot added the kind/dependencies Pull requests that update a dependency file label Aug 4, 2022
@netlify
Copy link

netlify bot commented Aug 4, 2022

Deploy Preview for liquidity-dfi ready!

Name Link
🔨 Latest commit 00c9c04
🔍 Latest deploy log https://app.netlify.com/sites/liquidity-dfi/deploys/62eb3c8691c4990009c4c45e
😎 Deploy Preview https://deploy-preview-51--liquidity-dfi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Bumps [use-count-up](https://github.com/vydimitrov/use-count-up) from 2.2.5 to 3.0.1.
- [Release notes](https://github.com/vydimitrov/use-count-up/releases)
- [Changelog](https://github.com/vydimitrov/use-count-up/blob/master/CHANGELOG.md)
- [Commits](vydimitrov/use-count-up@2.2.5...3.0.1)

---
updated-dependencies:
- dependency-name: use-count-up
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-count-up-3.0.1 branch from 86ddcd2 to 00c9c04 Compare August 4, 2022 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants