AlgoWorldNFT / algoworld-swapper

⚡️ Free and trustless ASA swapper, powered by Algorand
https://swapper.algoworld.io
GNU General Public License v3.0
23 stars 7 forks source link

fix(deps): update dependency react-number-format to v5 #163

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-number-format 4.9.4 -> 5.1.4 age adoption passing confidence

Release Notes

s-yadav/react-number-format ### [`v5.1.4`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.1.4): Bug fixes [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.1.3...v5.1.4) - Fixed [#​694](https://togithub.com/s-yadav/react-number-format/issues/694) Prefix/Suffix containing numbers gets appended to value. - Fixed [#​691](https://togithub.com/s-yadav/react-number-format/issues/691) Prefix/Suffix blocking input when set to a number - Fixed [#​729](https://togithub.com/s-yadav/react-number-format/issues/729) Prefix '-' does not allow to remove first number - Added fixedDecimalScale prop to doc [#​735](https://togithub.com/s-yadav/react-number-format/issues/735) by [@​arminbashizade](https://togithub.com/arminbashizade) ### [`v5.1.3`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.1.3): Bug fixes [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.1.2...v5.1.3) - Fixed [#​712](https://togithub.com/s-yadav/react-number-format/issues/712) (Extra character added if you start typing from start of the input while input is fully filled) - Fixed [#​711](https://togithub.com/s-yadav/react-number-format/issues/711) (The caret is not moved when typing a decimal separator at an existing decimal separator) - Mark module as side effect free ([#​713](https://togithub.com/s-yadav/react-number-format/issues/713) by [@​topaxi](https://togithub.com/topaxi) ) - pass type parameter to SyntheticEvent in event source object. ([#​703](https://togithub.com/s-yadav/react-number-format/issues/703) by [@​yukiyokotani](https://togithub.com/yukiyokotani) ) ### [`v5.1.2`](https://togithub.com/s-yadav/react-number-format/compare/v5.1.1...v5.1.2) [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.1.1...v5.1.2) ### [`v5.1.1`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.1.1): Bug fixes [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.1.0...v5.1.1) - Fixed typo on patternFormatter export. [#​698](https://togithub.com/s-yadav/react-number-format/issues/698) - Fixed cursor position getting reset if isAllowed returns false. [#​699](https://togithub.com/s-yadav/react-number-format/issues/699) - Fixed doc for isAllowed prop. [#​697](https://togithub.com/s-yadav/react-number-format/issues/697) by [@​3794](https://togithub.com/3794) ### [`v5.1.0`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.1.0): Bug fixes [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.0.1...v5.1.0) - Fixed [#​652](https://togithub.com/s-yadav/react-number-format/issues/652) - Fixed [#​695](https://togithub.com/s-yadav/react-number-format/issues/695) - Added isValidInputCharacter in NumberFormatBase to figure out if a character is allowed to be typed. This mostly used internally by NumericFormat, but exposed to NumberFormatBase, if customization is needed. ### [`v5.0.1`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.0.1): Bug fixes [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v5.0.0...v5.0.1) - Fixed [https://github.com/s-yadav/react-number-format/issues/679](https://togithub.com/s-yadav/react-number-format/issues/679) ([@​louismariegaborit](https://togithub.com/louismariegaborit)) - Fixed [https://github.com/s-yadav/react-number-format/issues/678](https://togithub.com/s-yadav/react-number-format/issues/678) - Return all required props for NumberFormatBase from useNumericFormat and usePatternFormat hooks ### [`v5.0.0`](https://togithub.com/s-yadav/react-number-format/releases/tag/v5.0.0): Major Release (v5) - React Number Format rewrite [Compare Source](https://togithub.com/s-yadav/react-number-format/compare/v4.9.4...v5.0.0) RNF v5 is complete rewrite with the aim of extensibility and smaller bundle size. Here are following changes on v5. Most of them are breaking change, but would take minimal effort from migrating from v4 to v5. [See migration doc](https://s-yadav.github.io/react-number-format/docs/migration) ##### Changes - React number format is broken into smaller Modules, NumericFormat and Pattern Format, so only things you need are exposed. - RNF provides lower level hooks and component (useNumericFormat, usePatternFormat) to allow full customisation. Check [customisation doc](https://s-yadav.github.io/react-number-format/docs/customization). - customNumerals prop is removed in favour of outside customization, [example](https://s-yadav.github.io/react-number-format/docs/customization#custom-numeral-example) - isNumericString prop is renamed to valueIsNumericString.

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.