-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update devdependencies (major) #114
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-devdependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,146
−1,978
Conversation
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
44eecab
to
5c3c717
Compare
5c3c717
to
b37fa2f
Compare
b37fa2f
to
48b2d1e
Compare
48b2d1e
to
e2e52d8
Compare
e2e52d8
to
8060194
Compare
8060194
to
661d5ae
Compare
c331694
to
856a81f
Compare
856a81f
to
1990b2a
Compare
1990b2a
to
300b963
Compare
9feedda
to
3a5e43b
Compare
7458c46
to
2ed737c
Compare
2ed737c
to
a2c7d1c
Compare
a2c7d1c
to
004f038
Compare
fec9655
to
a11335a
Compare
a11335a
to
a8eb2bf
Compare
bab72b3
to
05c0c3e
Compare
3d5bc61
to
e35088d
Compare
51fee38
to
8783fd9
Compare
fa9cba9
to
dc120ec
Compare
62eacc4
to
45c8802
Compare
c7835e9
to
f3d3130
Compare
f41f36b
to
36f7901
Compare
cbb8cdc
to
114cfa7
Compare
114cfa7
to
5c7b1c4
Compare
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^12.3.1
->^13.0.0
^29.5.2
->^30.0.0
^3.6.1
->^4.0.0
^3.7.0
->^4.0.0
^6.4.0
->^7.0.0
^28.10.0
->^29.0.0
^15.14.0
->^16.0.0
^29.7.0
->^30.0.0
^29.5.0
->^30.0.0
^8.0.0
->^9.0.0
Release Notes
callstack/react-native-testing-library (@testing-library/react-native)
v13.3.3
Compare Source
🐛 Bug Fixes
cleanupAsync
(#1817) (c419a70)toHaveStyles
(#1819) (9d89ea9)v13.3.2
Compare Source
🐛 Bug Fixes
New Contributors
v13.3.1
Compare Source
🐛 Bug Fixes
v13.3.0
Compare Source
✨ Features
renderAsync
) (#1788) (79d230a)renderHookAsync
(#1805) (196680b)📚 Documentation
v13.2.2
Compare Source
🐛 Bug Fixes
v13.2.1
Compare Source
✨ Features
🐛 Bug Fixes
pointerEvents
in both props and styles (#1799) (cc1e249)📚 Documentation
v13.2.0
Compare Source
✨ Features
react-test-renderer
version (#1755) (2e5238a)v13.1.1
Compare Source
🐛 Bug Fixes
v13.1.0
Compare Source
✨ Features
testOnly
events (#1741) (c47220b)📚 Documentation
v13.0.1
Compare Source
🐛 Bug Fixes
concurrentRoot
option in render hook (#1734) (9efe13e)📚 Documentation
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 #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 #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 #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 #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 #1596Bug Fixes
act
usage by @mdjastrzebski in #1592New Contributors
v12.4.5
Compare Source
RNTL 12.4.5 (2024-03-28)
Bugfixes
findBy*
timeout with detached screen by @mdjastrzebski in #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 #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
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.4
Compare Source
Patch Changes
#468
93b39d2
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2.0#466
799f1ce
Thanks @anomiex! - fix: include options hash in cache key for options normalizationv4.4.3
Compare Source
Patch Changes
43575e7
Thanks @JounQin! - chore: migratestable-hash
tostable-hash-x
v4.4.2
Compare Source
Patch Changes
f16150b
Thanks @carlocorradini and @JounQin! - fix: always sort projects by affinity before iteratingv4.4.1
Compare Source
Patch Changes
d9f3e68
Thanks @JounQin! - fix(deps): bumpeslint-import-context
to v0.1.5v4.4.0
Compare Source
Minor Changes
7d87517
Thanks @JounQin! - feat: integrateeslint-import-context
to get correctcontext.cwd
v4.3.5
Compare Source
Patch Changes
3f1aab1
Thanks @JounQin! - fix: remove buggymodule-sync
exports fieldv4.3.4
Compare Source
Patch Changes
#442
57611d9
Thanks @JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcd
Thanks @JounQin! - fix(deps): bumpunrs-resolver
which resolves #406, #409, #437v4.3.3
Compare Source
Patch Changes
834b11e
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.6.0v4.3.2
Compare Source
Patch Changes
dabba8e
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.4.1v4.3.1
Compare Source
Patch Changes
2ced0ba
Thanks @JounQin! - chore: bumpunrs-resolver
to v1.3.3v4.3.0
Compare Source
Minor Changes
2fcb947
Thanks @JounQin! - feat: throw error on malformedtsconfig
referencev4.2.7
Compare Source
Patch Changes
aeb558f
Thanks @JounQin! - fix: add missingindex.d.cts
filev4.2.6
Compare Source
Patch Changes
c3f678b
Thanks @JounQin! - fix:require
entry types, addmodule-sync
entryv4.2.5
Compare Source
Patch Changes
ec59d22
Thanks @JounQin! - fix: absolute path aliasing should not be skippedv4.2.4
Compare Source
Patch Changes
#407
6b183ff
Thanks @JounQin! - chore: migrate to rebrandingunrs-resolver
with new targets supported:i686-pc-windows-msvc
armv7-unknown-linux-musleabihf
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
v4.2.3
Compare Source
Patch Changes
#402
f21bf15
Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules inbun
is-bun-module
is marked asdependency
, again, for correctness, seeisBunImplementedNodeModule
for more detailsFor
Bun
users: you don't need to installis-bun-module
any more butbun: true
option is still required if you're running withoutbun --bun
norrun#bun
enabledv4.2.2
Compare Source
Patch Changes
#397
14a7688
Thanks @JounQin! - chore: bumprspack-resolver
for better P'n'P supportNow
rspack-resolver
resolvespnpapi
natively.v4.2.1
Compare Source
Patch Changes
#394
9f11f6b
Thanks @JounQin! - fix: don't set emptyconfigFile
when notsconfig
found#394
9f11f6b
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0v4.2.0
Compare Source
Minor Changes
#391
c8121e5
Thanks @JounQin! - feat: makeis-bun-module
as optional peer dependencyTechnically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects
bun
users,bun --bun eslint
even works without this dependency, so I'd consider this as a minor change.So for
bun
users, there are three options:is-bun-module
dependency manually and usebun: true
optioneslint
withbun --bun eslint
w/obun: true
optionrun#bun
inbunfig.toml
w/obun: true
optionv4.1.1
Compare Source
Patch Changes
1b97d8a
Thanks @JounQin! - fix: should prefermodule.isBuiltin
whenprocess.versions.bun
availablev4.1.0
[Compare Source](https://redire
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.