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 rsuite from 5.31.1 to 5.60.2 in /flowauth/frontend #6584

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps rsuite from 5.31.1 to 5.60.2.

Release notes

Sourced from rsuite's releases.

v5.60.2

Bug Fixes

Full Changelog: rsuite/rsuite@v5.60.1...v5.60.2

v5.60.1

Bug Fixes

  • DateRangePicker: fix not auto switching to the end calendar when only one calendar is displayed (#3781) (5322f9c)
  • DateRangePicker: fix not updating time on calendar when typing to change time (#3777) (d1a7350)
  • Toggle: block pointer events when disabled by @​ShrinidhiUpadhyaya (#3774) (d833a0a)
  • Toggle: fix the height problem of the switch element (#3780) (ff1570c)

What's Changed

New Contributors

Full Changelog: rsuite/rsuite@v5.60.0...v5.60.1

v5.60.0

Bug Fixes

  • Fade: fix Picker not working in Drawer without backdrop (#3759) (930a321)
  • TagPicker: fix misalignment of large size tag with textbox (#3755) (2bcd793)
  • TagPicker: fix the text shaking issue when typing (#3758) (f7058d1)

Features

  • Form: add support for onSubmit and onReset (#3750) (d9b747e)

Other Changes

Full Changelog: rsuite/rsuite@v5.59.2...v5.60.0

v5.59.2

Bug Fixes

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.60.2 (2024-05-10)

Bug Fixes

  • date-picker: cursor pointer on icon hover (#3789) (fb85faa)
  • DateInput,DateRangeInput: fix the issue of incorrect cursor position in the input box (#3785) (d606944)
  • Slider: block pointer events when disabled (#3788) (2470f77)
  • toggle: center align inner text/icon (#3787) (c2a8fb1)

5.60.1 (2024-05-03)

Bug Fixes

  • DateRangePicker: fix not auto switching to the end calendar when only one calendar is displayed (#3781) (5322f9c)
  • DateRangePicker: fix not updating time on calendar when typing to change time (#3777) (d1a7350)
  • toggle: block pointer events when disabled (#3774) (d833a0a)
  • Toggle: fix the height problem of the switch element (#3780) (ff1570c)

5.60.0 (2024-04-26)

Bug Fixes

  • Fade: fix Picker not working in Drawer without backdrop (#3759) (930a321)
  • TagPicker: fix misalignment of large size tag with textbox (#3755) (2bcd793)
  • TagPicker: fix text flicker when entering (#3758) (f7058d1)

Features

  • Form: add support for onSubmit and onReset (#3750) (d9b747e)

5.59.2 (2024-04-19)

Bug Fixes

  • DatePicker: fix disabled date and month can be selected (#3747) (c3d8765)
  • DateRangePicker: fix oneTap not working when there is a default value (#3745) (478894e)
  • DateRangePicker: fix the end time cannot be changed when only one calendar is displayed (#3743) (a5affd9)
  • Form: fix nestedField will auto trigger validation for other sibling fields (#3741) (dbe1ae2)

... (truncated)

Commits
  • db20c90 build: bump 5.60.2
  • fb85faa fix(date-picker): cursor pointer on icon hover (#3789)
  • d606944 fix(DateInput,DateRangeInput): fix the issue of incorrect cursor position in ...
  • 32a0387 docs: fix deprecated examples in README and update license
  • 2470f77 fix(Slider): block pointer events when disabled (#3788)
  • c2a8fb1 fix(toggle): center align inner text/icon (#3787)
  • 9111c56 build(deps-dev): bump ejs from 3.1.8 to 3.1.10 in /examples/with-preact (#3779)
  • 356df3a build(deps): bump ejs from 3.1.9 to 3.1.10 in /examples/create-react-app (#3782)
  • c315f27 build(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /storybook (#3783)
  • 10415d4 build(docs): bump rsuite 5.60.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [rsuite](https://github.com/rsuite/rsuite) from 5.31.1 to 5.60.2.
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.31.1...v5.60.2)

---
updated-dependencies:
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the FlowAuth Issues related to FlowAuth label May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2024

Superseded by #6604.

@dependabot dependabot bot closed this May 17, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-flowauth-frontend-rsuite-5.60.2 branch May 17, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowAuth Issues related to FlowAuth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants