chore(deps): update devdependencies (major) #114
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:
^12.3.1
->^13.0.0
^8.44.7
->^9.0.0
^18.2.14
->^19.0.0
^6.0.0
->^8.0.0
^6.0.0
->^8.0.0
^8.44.0
->^9.0.0
^1.4.3
->^2.0.0
^5.1.0
->^6.0.0
^4.6.0
->^5.0.0
^4.0.0
->^5.0.0
^10.0.0
->^12.0.0
^6.0.1
->^7.0.0
^3.0.0
->^4.0.0
Release Notes
callstack/react-native-testing-library (@testing-library/react-native)
v13.0.0
Compare Source
Migration guide
Important Changes
@testing-library/react-native/extend-expect
. Importing@testing-library/react-native
will be enough.Removed
*ByA11yState
queries have been removed use*ByRole
queries ortoHaveAccessibilityState
matcher instead*ByA11yValue
queries have been removed use*ByRole
queries ortoHaveAccessibleValue
matcher insteaddebug.shallow
method@testing-library/react-native
Jest preset (useful for React 17). Just use regularreact-native
Jest preset.Other changes (should have no visible effects):
flushMicrotaskQueue
act
instead of React Test Renderer'sv12.9.0
Compare Source
This version officially supports React Native 0.77 & Expo 52.
✨ Features
type()
: addskipBlur
option (#1704) (1973cbc)📚 Documentation
v12.8.1
Compare Source
🐛 Bug Fixes
press
events' order (#1696) (5de8790)v12.8.0
Compare Source
✨ Features
📚 Documentation
v12.7.2
: (2024-09-12)Compare Source
What's Changed
Features
Image
withalt
prop as label by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1665Bug Fixes
Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.1
v12.7.1
: (2024-09-12)Compare Source
What's Changed
Features
Image
withalt
prop as label by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1665Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.1
v12.7.0
: (2024-09-12)Compare Source
What's Changed
Features
Image
withalt
prop as label by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1665Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.0
v12.6.1
: (2024-08-28)Compare Source
What's Changed
Full Changelog: callstack/react-native-testing-library@v12.6.0...v12.6.1
v12.6.0
: (2024-08-16)Compare Source
What's changed
Features
type()
events to match RN 0.75 (remove 'textInput' event) (#1645) (f0df299)paste()
interaction (#1646) (38bceed)v12.5.3
: (2024-08-09)Compare Source
What's Changed
experiments-rtl
app by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1642New Contributors
Full Changelog: callstack/react-native-testing-library@v12.5.2...v12.5.3
v12.5.2
Compare Source
Bug Fixes
v12.5.1
Compare Source
Bug Fixes
v12.5.0
Compare Source
Features
*ByRole
TypeScript hints by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1596Bug Fixes
act
usage by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1592New Contributors
v12.4.5
Compare Source
RNTL 12.4.5 (2024-03-28)
Bugfixes
findBy*
timeout with detached screen by @mdjastrzebski in https://github.com/callstack/react-native-testing-library/pull/1576Other
Full Changelog: callstack/react-native-testing-library@v12.4.4...v12.4.5
v12.4.4
Compare Source
RNTL 12.4.4 (2024-03-18)
Bug Fixes
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.4.3...v12.4.4
v12.4.3
Compare Source
Other
Full Changelog: callstack/react-native-testing-library@v12.4.2...v12.4.3
v12.4.2
Compare Source
What's Changed
Improvements
contentSize
andlayoutMeasurement
when callingscrollTo
by @j-piasecki in https://github.com/callstack/react-native-testing-library/pull/1543Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.4.1...v12.4.2
v12.4.1
Compare Source
What's Changed
New things
Fixes
Other
Full Changelog: callstack/react-native-testing-library@v12.4.0...v12.4.1
v12.4.0
Compare Source
What's Changed
Features
Contributors for this feature 👏👏👏
toHaveTextContent
matcher #1461 by @mdjastrzebskitoBeEmptyElement
matcher #1462 by @kyawthura-ggtoHaveDisplayValue
matcher #1463 by @jaworek & @mdjastrzebskitoBeVisible
matcher #1465 by @thiagobreztoBeEnabled
&toBeDisabled
matchers #1469 by @jaworektoHaveProp
matcher #1477 by @AntoineThibitoBeChecked
&toBePartiallyChecked
matchers #1479 by @kyawthura-ggtoHaveStyle
matcher #1487 by @marcinkornektoBeSelected
matcher #1488 by @AntoineThibitoBeBusy
matcher #1493 by @hduprattoContainElement
matcher #1495 by @siepratoHaveAccessibilityValue
matcher #1496 by @tarunrajputtoBeExpanded
&toBeCollapsed
matchers #1497 by @siepratoHaveAccessibleName
matcher #1509 by @anishamaldeFull Changelog: callstack/react-native-testing-library@v12.3.3...v12.4.0
v12.3.3
Compare Source
What's Changed
Features:
Fixes
Other improvements & chores
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.3.2...v12.3.3
v12.3.2
Compare Source
What's Changed
Improvements:
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.3.1...v12.3.2
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.19.1
Compare Source
🩹 Fixes
declare
keyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.2
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.0
Compare Source
🚀 Features
🩹 Fixes
toString()
declarations are present for a type (#10432)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.17.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
ignoreConditionalTests
involving boolean!
operator (#10299)no-unsafe-type-assertion
(#10051)🩹 Fixes
as const satisfies
(#10315)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
🚀 Features
await using
statements (#10209)🩹 Fixes
❤️ Thank You
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/user
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.