react-native-toast-message
react-native-toast-message copied to clipboard
chore(deps-dev): bump @testing-library/react-native from 9.1.0 to 11.2.0
Bumps @testing-library/react-native from 9.1.0 to 11.2.0.
Release notes
Sourced from @testing-library/react-native
's releases.
v11.2.0
What's Changed
New Features
- Support for
name
option in*ByRole
queries by@AugustinLF
and@kiranjd
#1127isInaccessible
API (compat. with React Testing Library) by@mdjastrzebski
#1128- [experimental] Emulate error when rendering string text outside of
Text
component by@pierrezimmermannbam
#1070Chores
- Reduce number of
act()
warnings when using React 18 by@AugustinLF
#1131- Automated testing against React 17 by
@AugustinLF
in #1115- Docs: document render options by
@mdjastrzebski
#1129New Contributors 👏🏻
@kiranjd
made their first contribution in callstack/react-native-testing-library#1127Full Changelog: https://github.com/callstack/react-native-testing-library/compare/v11.1.0...v11.2.0
v11.1.0
What's Changed
- docs: v11 migration changelog link by
@mdjastrzebski
in callstack/react-native-testing-library#1023- refactor: update example apps by
@mdjastrzebski
in callstack/react-native-testing-library#1024- feature: basic example app by
@mdjastrzebski
in callstack/react-native-testing-library#1025- Update README.md by
@heecheolman
in callstack/react-native-testing-library#1036- chore: upgrade docusaurus to v2.0.1 by
@okwasniewski
in callstack/react-native-testing-library#1049- chore: update deps to expo 46 by
@mdjastrzebski
in callstack/react-native-testing-library#1059- chore: disable test examples workflow on main merge, add GH action for test examples by
@mdjastrzebski
in callstack/react-native-testing-library#1058- docs: troubleshooting guilde by
@mdjastrzebski
in callstack/react-native-testing-library#1065- chore: update troubleshooting guide with typical error messages by
@mdjastrzebski
in callstack/react-native-testing-library#1073- Update API.md by
@AlanWen2016
in callstack/react-native-testing-library#1075- feature: export options types and renderHook result type by
@mdjastrzebski
in callstack/react-native-testing-library#1091- chore: remove cp-cli dep by
@mdjastrzebski
in callstack/react-native-testing-library#1106- docs: Changed targes in line 44 to targets. by
@Gabiveu1574
in callstack/react-native-testing-library#1108- chore: optional jest peer dep by
@mdjastrzebski
in callstack/react-native-testing-library#1101- chore: remove and add again
conventional-changelog-cli
to update deep deps by@mdjastrzebski
in callstack/react-native-testing-library#1109- fix: prevent non editable textinputs from being updated through getByTestID by
@pierrezimmermannbam
in callstack/react-native-testing-library#1092- chore: add test to ensure it is possible to trigger native event by
@AugustinLF
in callstack/react-native-testing-library#1114New Contributors
@heecheolman
made their first contribution in callstack/react-native-testing-library#1036@okwasniewski
made their first contribution in callstack/react-native-testing-library#1049@AlanWen2016
made their first contribution in callstack/react-native-testing-library#1075@Gabiveu1574
made their first contribution in callstack/react-native-testing-library#1108Full Changelog: https://github.com/callstack/react-native-testing-library/compare/v11.0.0...v11.1.0
... (truncated)
Commits
fa21fc5
feat:isInaccessible
API form RTL/DTL (#1128)807898e
Switch to IS_REACT_ACT_ENVIRONMENT instead of act when needed when using reac...c9ab3cf
Add support for ByRole with name (#1127)9892c21
docs: documentrender
options (#1129)f80745f
Feat : emulate string outside text error (#1070)10e69c5
Add support for testing with react@17 (#1115)fbf3e78
v11.1.07a24fa5
chore(deps-dev): bump@testing-library/jest-native
from 4.0.11 to 4.0.12 (#1124)eb9cba7
chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 (#1112)fcac73e
chore(deps-dev): bump@types/react-native
from 0.69.8 to 0.70.0 (#1123)- 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 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)