chore(deps): update monorepo:@testing-library (major)#123
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update monorepo:@testing-library (major)#123renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
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
24dd64f to
fac1527
Compare
fac1527 to
6b1d62c
Compare
6b1d62c to
a755603
Compare
a755603 to
3bf24cb
Compare
5c60a78 to
325d51e
Compare
b582db0 to
8bf7ff1
Compare
8bf7ff1 to
ac4ffc4
Compare
02b5564 to
02fed35
Compare
02fed35 to
099ffa8
Compare
099ffa8 to
2f12cb9
Compare
2f12cb9 to
0c50f82
Compare
0c50f82 to
3599027
Compare
4c90a36 to
596a5f6
Compare
596a5f6 to
e191b36
Compare
8a0c518 to
8034fd7
Compare
3280533 to
bc87076
Compare
bc87076 to
6cd3c5c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.11.9→6.9.111.2.5→16.3.212.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.2Compare Source
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 ([#&#Configuration
📅 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 becomes conflicted, 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.