-
Notifications
You must be signed in to change notification settings - Fork 34
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): update testing-library monorepo (major) #56
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: final/client/package-lock.json
File name: client/package-lock.json
|
3453ae5
to
e5d5bce
Compare
|
This PR contains the following updates:
^4.2.4
->^6.0.0
^9.3.2
->^16.0.0
^7.1.2
->^14.0.0
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
Features
v6.5.0
Compare Source
Features
v6.4.8
Compare Source
Bug Fixes
v6.4.7
Compare Source
Bug Fixes
toHaveClass
(#611) (5cc6298)v6.4.6
Compare Source
Bug Fixes
v6.4.5
Compare Source
Bug Fixes
v6.4.4
Compare Source
Bug Fixes
v6.4.3
Compare Source
Bug Fixes
toBeRequired
(#590) (20aca33)v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
TestingLibraryMatchers
from "./matchers" (#576) (dd1c4dd)v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
v6.2.0
Compare Source
Features
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare 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.0
Compare Source
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)v5.16.5
Compare Source
Bug Fixes
v5.16.4
Compare Source
Bug Fixes
v5.16.3
Compare Source
Bug Fixes
.not
(#447) (6988a67)v5.16.2
Compare Source
Bug Fixes
toBeDisabled
(#368) (8162115)v5.16.1
Compare Source
Bug Fixes
toHaveClass
error message format (#405) (a9beb47)v5.16.0
Compare Source
Features
v5.15.1
Compare Source
Bug Fixes
v5.15.0
Compare Source
Features
v5.14.1
Compare Source
Bug Fixes
v5.14.0
Compare Source
Features
v5.13.0
Compare Source
Features
toHaveErrorMessage
matcher (#370) (217fdcc)v5.12.0
Compare Source
Features
v5.11.10
Compare Source
Bug Fixes
v5.11.9
Compare Source
Bug Fixes
v5.11.8
Compare Source
Bug Fixes
v5.11.7
Compare Source
Bug Fixes
v5.11.6
Compare Source
Bug Fixes
v5.11.5
Compare Source
Bug Fixes
v5.11.4
Compare Source
Bug Fixes
v5.11.3
Compare Source
Bug Fixes
v5.11.2
Compare Source
Bug Fixes
v5.11.1
Compare Source
Bug Fixes
v5.11.0
Compare Source
Features
v5.10.1
Compare Source
Bug Fixes
v5.10.0
Compare Source
Features
v5.9.0
Compare Source
Features
v5.8.0
Compare Source
Features
v5.7.0
Compare Source
Features
v5.6.0
Compare Source
Features
v5.5.0
Compare Source
Features
toHaveDisplayValue()
matcher (#223) (840414f)v5.4.0
Compare Source
Features
v5.3.0
Compare Source
Features
v5.2.0
Compare Source
Features
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
BREAKING CHANGES
testing-library/react-testing-library (@testing-library/react)
v16.0.1
Compare Source
Bug Fixes
v16.0.0
Compare Source
Features
@testing-library/dom
and@types/react-dom
to peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.v15.0.7
Compare Source
Bug Fixes
act
is notany
whenReact.act
is not declared (#1323) (c1f2957)v15.0.6
Compare Source
Bug Fixes
v15.0.5
Compare Source
Bug Fixes
container
option based onhydrate
(#1313) (d143f46)v15.0.4
Compare Source
Bug Fixes
renderHook
options extend options forrender
(#1308) (48282c2)v15.0.3
Compare Source
Bug Fixes
document
(#1304) (067d0c6)v15.0.2
Compare Source
Bug Fixes
legacyRoot
error message (#1301) (c63b873)v15.0.1
Compare Source
Bug Fixes
v15.0.0
Compare Source
Release
BREAKING CHANGES
@testing-library/dom
changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.v14.3.1
Compare Source
Bug Fixes
v14.3.0
Compare Source
Features
v14.2.2
Compare Source
Bug Fixes
v14.2.1
Compare Source
Bug Fixes
v14.2.0
Compare Source
Features
reactStrictMode
option to enable strict mode render (#1241) (0880eba)v14.1.2
Compare Source
Bug Fixes
v14.1.1
Compare Source
Bug Fixes
v14.1.0
Compare Source
Features
v14.0.0
Compare Source
Bug Fixes
Features
@testing-library/dom
to 9.0.0 (#1177) (6653c23)BREAKING CHANGES
v13.4.0
Compare Source
Features
v13.3.0
Compare Source
Features
globalThis
if available (#1070) (c80809a)v13.2.0
Compare Source
Features
v13.1.1
Compare Source
Bug Fixes
v13.1.0
Compare Source
Features
renderHook
(#991) (9535eff)v13.0.1
Compare Source
Bug Fixes
v13.0.0
Compare Source
Features
BREAKING CHANGES
createRoot
API 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.5
Compare Source
Bug Fixes
v12.1.4
Compare Source
Bug Fixes
v12.1.3
Compare Source
Bug Fixes
@types/react-dom
as a direct dependency (#1001) (149d9a9)v12.1.2
Compare Source
Bug Fixes
v12.1.1
Compare Source
Bug Fixes
v12.1.0
Compare Source
Features
v12.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
@testing-library/dom
to 8.0.0. Please check out the@testing-library/[email protected]
release page for a detailed list of breaking changes.v11.2.7
Compare Source
Bug Fixes
process
not being defined (#911) (8a1c8e9)v11.2.6
Compare Source
Bug Fixes
v11.2.5
Compare Source
Bug Fixes
v11.2.4
Compare Source
Bug Fixes
v11.2.3
Compare Source
Bug Fixes
void
(#857) (1389f09)v11.2.2
Compare Source
Bug Fixes
v11.2.1
Compare Source
Bug Fixes
v11.2.0
Compare Source
Features
v11.1.2
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 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 has been generated by Renovate Bot.