addons-frontend
addons-frontend copied to clipboard
Bump rc-tooltip from 5.2.2 to 6.2.1
Bumps rc-tooltip from 5.2.2 to 6.2.1.
Release notes
Sourced from rc-tooltip's releases.
v6.2.1
- fix: Fixed TooltipRef (#477) 9bac3dd
- test: use unified github action yml (#482) 2ce9802
- fix: tsc noEmit (#481) 27ac8b1
- test: use codecov/codecov-action (#479) 5ab5765
https://github.com/react-component/tooltip/compare/v6.2.0...v6.2.1
v6.2.0
- chore: bump trigger (#474) 703e44f
https://github.com/react-component/tooltip/compare/v6.1.3...v6.2.0
v6.1.3
- add forceRender Type (#472) 5cfc4e3
- chore(deps-dev): bump
@testing-library/reactfrom 13.4.0 to 14.0.0 (#442) 8f4ac4f- Bump less from 3.13.1 to 4.1.1 (#242) d690f01
- chore(deps-dev): bump
@types/jestfrom 26.0.24 to 29.4.0 (#436) 67484dchttps://github.com/react-component/tooltip/compare/v6.1.2...v6.1.3
v6.1.2
- feat: Tooltip ref support nativeElement (#463) c8d83d1
- chore: So many chores (#460) d023229
- docs: update demo (#461) 06cb799
- chore: pick types from upstream (#459) 966131e
https://github.com/react-component/tooltip/compare/v6.1.1...v6.1.2
v6.1.1
- fix: fix npm files (#458) 88ded8a
- Update README.md aca75b4
https://github.com/react-component/tooltip/compare/v6.1.0...v6.1.1
v6.1.0
- feat: pass fresh (#456) f3ffdb1
- patch: export tooltip ref (#454) 595be48
- docs: site doc (#450) c5374d7
- feat: arrow support className (#449) a6285d1
https://github.com/react-component/tooltip/compare/v6.0.1...v6.1.0
v6.0.1
- chore: fix missing def eb23ffc
https://github.com/react-component/tooltip/compare/v6.0.0...v6.0.1
v6.0.0
- refactor: Use
@rc-component/trigger(#438) fb9d8bd
... (truncated)
Commits
178b3dd6.2.19bac3ddfix: Fixed TooltipRef (#477)2ce9802test: use unified github action yml (#482)27ac8b1fix: tsc noEmit (#481)5ab5765test: use codecov/codecov-action (#479)937c4bd6.2.0703e44fchore: bump trigger (#474)c83a9d66.1.35cfc4e3add forceRender Type (#472)8f4ac4fchore(deps-dev): bump@testing-library/reactfrom 13.4.0 to 14.0.0 (#442)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.29%. Comparing base (
06db4b7) to head (fdae443). Report is 384 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #13219 +/- ##
=======================================
Coverage 98.28% 98.29%
=======================================
Files 267 267
Lines 10621 10621
Branches 3231 3231
=======================================
+ Hits 10439 10440 +1
+ Misses 169 168 -1
Partials 13 13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
See https://github.com/mozilla/addons/issues/14675 - needs manual testing to ensure this doesn't regress.
Superseded by #13341.