react-native-animated-radio-button
react-native-animated-radio-button copied to clipboard
build(deps): bump react-devtools-core and react-native in /example
Bumps react-devtools-core to 4.28.4 and updates ancestor dependency react-native. These dependencies need to be updated together.
Updates react-devtools-core
from 4.24.0 to 4.28.4
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by hoxyq, a new releaser for react-devtools-core since your current version.
Updates react-native
from 0.70.0 to 0.72.6
Release notes
Sourced from react-native's releases.
0.72.6
Fixed
- Fix a potential bug in
EventEmitter
when used with certain Babel configurations that incorrectly polyfill the spread operator for iterables (9b3bd63723 by@yungsters
)iOS specific
- Set the max version of Active support to 7.0.8 (785f91b67a by
@cipolleschi
)
You can participate in the conversation on the status of this release in this discussion
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.72.5
Changed
- Bump CLI to 11.3.7 (6f02d55deb by
@huntie
)- Bump
@react-native/codegen
to 0.72.7 (4da991407d by@Titozzz
)Fixed
Android specific
- Fix building Android on Windows. (054ab62be0 by
@alespergl
)- A bug fix for Android builds with new arch on Windows host. (a323249e0a by
@birdofpreyru
)- Fix null crash when using maintainVisibleContentPosition on Android (1a1a79871b by
@janicduplessis
)iOS specific
- XCode 15 fixes (21763e85e3, 0dbd621c59 & 8a5b2d6735)
- Fix timer background state when App is launched from background (a4ea737ae1 by
@zhongwuzw
)- Guard
JSGlobalContextSetInspectable
behind a compile time check for Xcode 14.3+ (3eeee11d7a by@Saadnajmi
)- Re-enable direct debugging with JSC on iOS 16.4+ (8b1bf058c4 by
@huntie
)
You can participate in the conversation on the status of this release in this discussion
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.72.6
Fixed
- Fix a potential bug in
EventEmitter
when used with certain Babel configurations that incorrectly polyfill the spread operator for iterables (9b3bd63723 by@yungsters
)iOS specific
- Set the max version of Active support to 7.0.8 (785f91b67a by
@cipolleschi
)v0.72.5
Changed
- Bump CLI to 11.3.7 (6f02d55deb by
@huntie
)- Bump
@react-native/codegen
to 0.72.7 (4da991407d by@Titozzz
)Fixed
Android specific
- Fix building Android on Windows. (054ab62be0 by
@alespergl
)- A bug fix for Android builds with new arch on Windows host. (a323249e0a by
@birdofpreyru
)- Fix null crash when using maintainVisibleContentPosition on Android (1a1a79871b by
@janicduplessis
)iOS specific
- XCode 15 fixes (21763e85e3, 0dbd621c59 & 8a5b2d6735)
- Fix timer background state when App is launched from background (a4ea737ae1 by
@zhongwuzw
)- Guard
JSGlobalContextSetInspectable
behind a compile time check for Xcode 14.3+ (3eeee11d7a by@Saadnajmi
)- Re-enable direct debugging with JSC on iOS 16.4+ (8b1bf058c4 by
@huntie
)v0.72.4
Added
Android specific
- Native part of fixing ANR when having an inverted FlatList on android API 33+ (6d206a3f54 by
@hannojg
)- For targeting SDK 34 - Added RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support in DevSupportManagerBase (177d97d8ea by
@apuruni
)Changed
- Bump cli and metro (40ea8ffcc7 by
@lunaleaps
)- Hermes bump for hermes-2023-08-07-RNv0.72.4-813b2def12bc9df026 (e9ea926ba3 by Luna Wei)
- Bump CLI to 11.3.6 (a3cfdf0a08 by
@szymonrybczak
)Fixed
- Allow string
transform
style in TypeScript (2558c3d4f5 by@NickGerleman
)- Fix missing Platform in VirtualizedList (7aa8cd55be by Luna Wei)
- Mount react devtools overlay only when devtools are attached (03187b68e5 by
@hoxyq
)
... (truncated)
Commits
4fd3da2
[0.72.6] Bump version numbers6e3a130
[Local] Fix CI for 0.72, with Acitve Support and Xcode15 (#40855)9b3bd63
RN: Switch EventEmitter toArray.from(...)
(#39525)785f91b
Fix Gemfile, setting Active support to < 7.1.0 (#39828)355025d
Update Xcode 15 patches to be more robust (#39710)3c4cc59
Move hermes-engine.podspec and hermes-utils.rb from hermes-engine to hermes f...1e38d4d
[0.72.5] Bump version numbers2a041cb
Add ld_classic flag to Hermes when building for Xcode 15 (#39516)8ccdb2c
Fix Xcode 15 RC issues (#39474)a5e110a
Bump IPHONEOS_DEPLOYMENT_TARGET to 13.4 for 3rd party pods (#39478)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.