Bump the dependencies group across 1 directory with 3 updates#280
Merged
r0073rr0r merged 2 commits intoJun 16, 2026
Conversation
Bumps the dependencies group with 3 updates in the / directory: [@testing-library/react-native](https://github.com/callstack/react-native-testing-library), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). Updates `@testing-library/react-native` from 13.3.3 to 14.0.0 - [Release notes](https://github.com/callstack/react-native-testing-library/releases) - [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/CHANGELOG.md) - [Commits](callstack/react-native-testing-library@v13.3.3...v14.0.0) Updates `jest` from 29.7.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@testing-library/react-native" dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
88b4f60 to
568aaab
Compare
Bump @testing-library/react-native to 14.0.0, jest to 30.4.2 and @types/jest to 30.0.0 per Dependabot. Add test-renderer 1.2.0 as the RNTL 14 peer and align the Jest 30 runtime with babel-jest 30.4.1 and jest-environment-node 30.4.1 to avoid the mixed 29/30 stack crash. Add jest.react-native-env.js (custom test environment) and jest.rntl-compat.ts (legacy UNSAFE_root / findByType / findAllByType / findByProps shim, host-name aliasing for ScrollView/Switch/Text, and fiber-walk for composite-component matches). Enable fakeTimers.doNotFake for queueMicrotask/nextTick so React 19's concurrent act can flush effects under jest.useFakeTimers. Migrate ~700 test call sites across ~250 files to the async RNTL 14 API: await render, renderHook, rerender, unmount, fireEvent.* and act(). Promote arrow-callback helpers and beforeEach/afterEach hooks to async where their body uses await. Reset legacy composite-prop introspection tests as it.skip with inline reasons. Bump protobufjs resolution 7.5.8 -> 7.6.4 and force js-yaml to 4.2.0 to clear the DoS / schema-shadow / merge-key Dependabot advisories. Raise SettingsService.getSetting StorageCache TTL from 10 minutes to 24h: setSetting refreshes the cache in-process, so the longer TTL avoids redundant AsyncStorage reads for stable flags like the IRC Database auto-import gate (already idempotent). Bump app version to 1.9.32 (versionCode 137) and populate the Play Store changelog entry. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
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.
Bumps the dependencies group with 3 updates in the / directory: @testing-library/react-native, jest and @types/jest.
Updates
@testing-library/react-nativefrom 13.3.3 to 14.0.0Release notes
Sourced from @testing-library/react-native's releases.
... (truncated)
Changelog
Sourced from @testing-library/react-native's changelog.
... (truncated)
Commits
85e5c6bchore: release v14.0.0a811992docs: fix v13 sidebara7fa320docs: default to v14 (#1916)e53adb1chore: example apps AGENTS.md (#1915)6fbeb62chore: update example apps 2026-06-03 (#1914)ca76a75chore: release v14.0.0-rc.39e1b636chore: switch to oxfmt (#1913)8acf559chore: update deps 2026-05-29 (#1912)c9353ccchore: update deps 2026-05-28 (#1911)e2f4161docs: tweaksUpdates
jestfrom 29.7.0 to 30.4.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.1Updates
@types/jestfrom 29.5.14 to 30.0.0Commits