-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update monorepo:@testing-library (major) #123
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
base: master
Are you sure you want to change the base?
Conversation
5812632 to
1dfd7ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 30 30
Branches 1 1
=========================================
Hits 30 30 Continue to review full report at Codecov.
|
dcbbcf0 to
41c1139
Compare
896484b to
6dd9620
Compare
14caf99 to
c1d6b45
Compare
ac78c22 to
0d72278
Compare
0d72278 to
9f02a14
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #123 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 30 30
Branches 1 1
=========================================
Hits 30 30 ☔ View full report in Codecov by Sentry. |
36066b9 to
a05c406
Compare
7007cc1 to
495671b
Compare
bb76f8b to
8756185
Compare
6b2b38e to
78cc2dd
Compare
78cc2dd to
6678163
Compare
6678163 to
f92bd6e
Compare
4f488fe to
9f766de
Compare
97c8994 to
895d660
Compare
fa6c311 to
89a7d09
Compare
89a7d09 to
2692566
Compare
2692566 to
7860774
Compare
f706f7b to
263cb34
Compare
263cb34 to
da660d9
Compare
da660d9 to
214246a
Compare
a9b997c to
a1c07ab
Compare
2e61c21 to
1abb902
Compare
1abb902 to
a486227
Compare
This PR contains the following updates:
5.11.9->6.9.111.2.5->16.3.112.7.1->14.6.1Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.9.1Compare Source
Bug Fixes
Nodeerror (nodejs) (#707) (0ff8904)v6.9.0Compare Source
Features
v6.8.0Compare Source
Features
v6.7.0Compare Source
Features
v6.6.4Compare Source
Performance Improvements
v6.6.3Compare Source
Bug Fixes
v6.6.2Compare Source
Bug Fixes
v6.6.1Compare Source
Bug Fixes
v6.6.0Compare Source
Features
v6.5.0Compare Source
Features
v6.4.8Compare Source
Bug Fixes
v6.4.7Compare Source
Bug Fixes
toHaveClass(#611) (5cc6298)v6.4.6Compare Source
Bug Fixes
v6.4.5Compare Source
Bug Fixes
v6.4.4Compare Source
Bug Fixes
v6.4.3Compare Source
Bug Fixes
toBeRequired(#590) (20aca33)v6.4.2Compare Source
Bug Fixes
v6.4.1Compare Source
Bug Fixes
TestingLibraryMatchersfrom "./matchers" (#576) (dd1c4dd)v6.4.0Compare Source
Features
v6.3.0Compare Source
Features
v6.2.1Compare Source
Bug Fixes
v6.2.0Compare Source
Features
v6.1.6Compare Source
Bug Fixes
v6.1.5Compare Source
Bug Fixes
v6.1.4Compare Source
Bug Fixes
@adobe/css-toolsto4.3.1to address vulnerability (#532) (44f1eab)v6.1.3Compare Source
Bug Fixes
v6.1.2Compare Source
Bug Fixes
v6.1.1Compare Source
Bug Fixes
v6.1.0Compare Source
Features
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
v5.17.0Compare Source
Features
toHaveAccessibleErrorMessagebetter implementing the spec, deprecatetoHaveErrorMessage(#503) (d717c66)v5.16.5Compare Source
Bug Fixes
v5.16.4Compare Source
Bug Fixes
v5.16.3Compare Source
Bug Fixes
.not(#447) (6988a67)v5.16.2Compare Source
Bug Fixes
toBeDisabled(#368) (8162115)v5.16.1Compare Source
Bug Fixes
toHaveClasserror message format (#405) (a9beb47)v5.16.0Compare Source
Features
v5.15.1Compare Source
Bug Fixes
v5.15.0Compare Source
Features
v5.14.1Compare Source
Bug Fixes
v5.14.0Compare Source
Features
v5.13.0Compare Source
Features
toHaveErrorMessagematcher (#370) (217fdcc)v5.12.0Compare Source
Features
v5.11.10Compare Source
Bug Fixes
testing-library/react-testing-library (@testing-library/react)
v16.3.1Compare Source
v16.3.0Compare Source
Features
v16.2.0Compare Source
Features
v16.1.0Compare Source
Features
v16.0.1Compare Source
Bug Fixes
v16.0.0Compare Source
Features
@testing-library/domand@types/react-domto peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/domwas moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dominstalled that frequently caused bugs when used with@testing-library/user-event. We will also be able to allow new versions of@testing-library/dombeing used without a SemVer major release of@testing-library/reactby just widening the peer dependency.@types/react-domneeds to be installed if you're typechecking files using@testing-library/react.v15.0.7Compare Source
Bug Fixes
actis notanywhenReact.actis not declared (#1323) (c1f2957)v15.0.6Compare Source
Bug Fixes
v15.0.5Compare Source
Bug Fixes
containeroption based onhydrate(#1313) (d143f46)v15.0.4Compare Source
Bug Fixes
renderHookoptions extend options forrender(#1308) (48282c2)v15.0.3Compare Source
Bug Fixes
document(#1304) (067d0c6)v15.0.2Compare Source
Bug Fixes
legacyRooterror message (#1301) (c63b873)v15.0.1Compare Source
Bug Fixes
v15.0.0Compare Source
Release
BREAKING CHANGES
@testing-library/domchanges various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055to get an overview about what changed.v14.3.1Compare Source
Bug Fixes
v14.3.0Compare Source
Features
v14.2.2Compare Source
Bug Fixes
v14.2.1Compare Source
Bug Fixes
v14.2.0Compare Source
Features
reactStrictModeoption to enable strict mode render (#1241) (0880eba)v14.1.2Compare Source
Bug Fixes
v14.1.1Compare Source
Bug Fixes
v14.1.0Compare Source
Features
v14.0.0Compare Source
Bug Fixes
Features
@testing-library/domto 9.0.0 (#1177) (6653c23)BREAKING CHANGES
v13.4.0Compare Source
Features
v13.3.0Compare Source
Features
globalThisif available (#1070) (c80809a)v13.2.0Compare Source
Features
v13.1.1Compare Source
Bug Fixes
v13.1.0Compare Source
Features
renderHook(#991) (9535eff)v13.0.1Compare Source
Bug Fixes
v13.0.0Compare Source
Features
BREAKING CHANGES
createRootAPI by default which comes with a set of changes while also enabling support for concurrent features.To opt-out of this change you can use
render(ui, { legacyRoot: true } ). But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.v12.1.5Compare Source
Bug Fixes
v12.1.4Compare Source
Bug Fixes
v12.1.3Compare Source
Bug Fixes
@types/react-domas a direct dependency (#1001) (149d9a9)v12.1.2Compare Source
Bug Fixes
v12.1.1Compare Source
Bug Fixes
v12.1.0Compare Source
Features
v12.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
@testing-library/domto 8.0.0. Please check out the@testing-library/dom@8.0.0release page for a detailed list of breaking changes.v11.2.7Compare Source
Bug Fixes
processnot being defined (#911) (8a1c8e9)v11.2.6Compare Source
Bug Fixes
testing-library/user-event (@testing-library/user-event)
v14.6.1Compare Source
Bug Fixes
delayoption (#1175) (2edf14d)ContextMenutodefaultKeyMap(#1079) (3e471d1)defaultKeyMap(#1226) (543ecb0)pointerdownisdefaultPrevented(#1121) (f681f7b)buttonandbuttonsproperties onPointerEvent(#1219) (6614f72)1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0)clickevent loop on form-associated custom element (#1238) (465fc7e)clickevent on non-focusable control (#1130) (e429094)acceptfilter more leniently (#1064) (a344ad4)v14.6.0Compare Source
Features
FocusEventin hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()callback (#1251) (7b11b0e)PointerCoords.xinisDifferentPointerPosition(#1216) (75edef5)PointerCoordsinisDifferentPointerPosition()(#1229) (5f3d28f)v14.5.2Compare Source
Bug Fixes
v14.5.1Compare Source
Bug Fixes
v14.5.0Compare Source
Bug Fixes
Features
v14.4.3Compare Source
Bug Fixes
typesfield inexports(#1029) (5bed8c6)v14.4.2Compare Source
Bug Fixes
exportsfield (#1022) (7839e29)v14.4.1Compare Source
Bug Fixes
v14.4.0Compare Source
Features
auxclickevents (#1003) (2852509)Bug Fixes
ControlonAltGraph(#1003) (2852509)contextmenuevents withdetail: 0(#1003) (2852509)PointerEvent.isPrimary(#1003) (2852509)buttonproperty on pointer events separately from legacy mouse events (#1003) (2852509)mousedownandmouseuphappen on different elements (#1003) (2852509)mouseover,mouseenterandmousemoveon disabled elements (#1003) (2852509)mouse*events perpointerdownevConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.