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

chore(deps): bump rc-dialog from 8.1.2 to 9.0.2 #89

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps rc-dialog from 8.1.2 to 9.0.2.

Release notes

Sourced from rc-dialog's releases.

v9.0.2

  • fix: focusTriggerAfterClose not working (#307) 40355b8
  • chore: Bump @​umijs/fabric from 2.14.0 to 3.0.0 (#301) d8e2732
  • chore: Bump @​types/react-dom from 16.9.17 to 18.0.8 (#303) e38b508

react-component/dialog@v9.0.1...v9.0.2

v9.0.1

  • chore: clean useless code 578d77f
  • fix: Dialog start with mouse pos (#306) 3622a34
  • chore: Bump @​types/react from 16.14.34 to 18.0.24 (#299) c503259
  • chore: Bump eslint-config-airbnb from 18.2.1 to 19.0.4 (#300) b4b7196
  • chore: Bump gh-pages from 3.2.3 to 4.0.0 (#296) 07ae490
  • chore: Bump rc-drawer from 4.1.0 to 4.4.0 (#277) 98e797d
  • chore: Bump @​types/react-dom from 16.9.14 to 17.0.9 (#276) 530614a
  • chore: Bump rc-select from 11.5.3 to 12.1.13 (#273) 2e111f3
  • Upgrade to GitHub-native Dependabot (#256) bd7323a
  • feat: CSSMotion bind ref, avoid rc-motion call findDOMNode (#279) 1a4a1fb
  • fix: error TS2688: Cannot find type definition file for keyv (#295) c518261
  • adapt interface of return type of setTimeout for both NodeJS and FrontEnd (#293) c49bc5e

react-component/dialog@v9.0.0...v9.0.1

v9.0.0

  • refactor: Dialog use rc-portal component instead (#294) 4f70824

react-component/dialog@v8.9.0...v9.0.0

v8.9.0

  • feat: export dialog panel (#291) 79649e1

react-component/dialog@v8.8.2...v8.9.0

v8.8.2

  • fix: for react-testing-library to find dialog by findByRole with labe… (#290) 1797b6e

react-component/dialog@v8.8.1...v8.8.2

v8.8.1

  • Fixes accessibility issue created by incorrect dialog role (#285) 8347e4f

react-component/dialog@v8.8.0...v8.8.1

v8.8.0

  • refactor: Use useId to sync snapshot in test env between different react versions (#286) a7f2c70

react-component/dialog@v8.7.0...v8.8.0

v8.7.0

  • feat: add rootClassName (#284) 8b5537c

... (truncated)

Changelog

Sourced from rc-dialog's changelog.

Changelog

8.5.1

2021-01-07

  • improve: ScrollLocker call related. #227

8.5.0

2021-01-04

  • refactor: use ScrollLocker. #220

8.4.6

2020-12-19

  • fix: trigger close only when click wrap itself. #218

8.4.5

2020-12-07

  • fix: Dialog should keep refresh when forceRender provided. #217

8.4.4

2020-12-03

  • fix: dialog dont close when mouseDown in content and mouseUp in wrapper. #210

  • chore: Should not re-render when dialog is invisible. #212

8.4.3

2020-10-21

  • chore: support react 17. #207

8.4.2

2020-10-14

  • fix: Dialog should not auto destroy. #206

8.4.1

2020-10-11

... (truncated)

Commits
  • 56a414f 9.0.2
  • 40355b8 fix: focusTriggerAfterClose not working (#307)
  • d8e2732 chore: Bump @​umijs/fabric from 2.14.0 to 3.0.0 (#301)
  • e38b508 chore: Bump @​types/react-dom from 16.9.17 to 18.0.8 (#303)
  • 578d77f chore: clean useless code
  • 3622a34 fix: Dialog start with mouse pos (#306)
  • c503259 chore: Bump @​types/react from 16.14.34 to 18.0.24 (#299)
  • b4b7196 chore: Bump eslint-config-airbnb from 18.2.1 to 19.0.4 (#300)
  • 07ae490 chore: Bump gh-pages from 3.2.3 to 4.0.0 (#296)
  • 98e797d chore: Bump rc-drawer from 4.1.0 to 4.4.0 (#277)
  • 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)

Bumps [rc-dialog](https://github.com/react-component/dialog) from 8.1.2 to 9.0.2.
- [Release notes](https://github.com/react-component/dialog/releases)
- [Changelog](https://github.com/react-component/dialog/blob/master/CHANGELOG.md)
- [Commits](react-component/dialog@8.1.2...v9.0.2)

---
updated-dependencies:
- dependency-name: rc-dialog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 2, 2023

Superseded by #99.

@dependabot dependabot bot closed this Mar 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rc-dialog-9.0.2 branch March 2, 2023 03: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.

0 participants