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:
1.18.2
->1.21.0
0.6.12
->0.7.3
0.72.6
->0.73.1
~2.12.0
->~2.14.0
4.6.3
->4.8.2
~3.22.0
->~3.29.0
3.2.2-slim
->3.3.0-slim
Release Notes
react-native-async-storage/async-storage (@react-native-async-storage/async-storage)
v1.21.0
Compare Source
Bug Fixes
kotlinVersion
property (#1042) (cff03e8)Features
v1.20.0
Compare Source
❗ This version contains regression, please use v1.21.0 instead.
Features
v1.19.8
Compare Source
Bug Fixes
README.md
(merge) (#1032) (f974728)v1.19.7
Compare Source
Bug Fixes
README.md
(#1030) (821eb01)v1.19.6
Compare Source
Bug Fixes
v1.19.5
Compare Source
Bug Fixes
v1.19.4
Compare Source
Bug Fixes
v1.19.3
Compare Source
Bug Fixes
pod install
on RN 0.70.x + New Arch (#1004) (e15432c), closes #997v1.19.2
Compare Source
Bug Fixes
v1.19.1
Compare Source
Bug Fixes
build.gradle
(#991) (ce19249)v1.19.0
Compare Source
Features
1.18.2 (2023-06-06)
Bug Fixes
RCTAsyncStorage
as TurboModule (#965) (62732d9)1.18.1 (2023-03-29)
Bug Fixes
tokio-rs/axum (axum)
v0.7.3
: axum - v0.7.3Compare Source
Body
implementsFrom<()>
now (#2411)tracing
feature by default (#2460)serve
(#2398)RouterIntoService
implementsClone
(#2456)v0.7.2
: axum - v0.7.2Compare Source
axum::body::to_bytes
(#2373)serve
(#2400)v0.7.1
: axum - v0.7.1Compare Source
v0.7.0
: axum - v0.7.0Compare Source
WebSocketUpgrade::max_send_queue
(i.e. the
B
type param has been removed) (#1751 and #1789):FromRequestParts
FromRequest
HandlerService
HandlerWithoutStateExt
Handler
LayeredFuture
Layered
MethodRouter
Next
RequestExt
RouteFuture
Route
Router
hyper::Body
as that type is removedin hyper 1.0. Instead axum has its own body type at
axum::body::Body
(#1751)extract::BodyStream
has been removed asbody::Body
implements
Stream
andFromRequest
directly (#1751)sse::Event::json_data
to useaxum_core::Error
as its error type (#1762)DefaultOnFailedUpdgrade
toDefaultOnFailedUpgrade
(#1664)OnFailedUpdgrade
toOnFailedUpgrade
(#1664)TypedHeader
has been move toaxum-extra
(#1850)Empty
andFull
. Useaxum::body::Body::empty
andaxum::body::Body::from
respectively (#1789)IntoResponse::into_response
must useaxum::body::Body
as the body type.axum::response::Response
does this(#1789)
BoxBody
type alias and itsbox_body
constructor. Use
axum::body::Body::new
instead (#1789)RawBody
extractor.axum::body::Body
implementsFromRequest
directly (#1789)http-body
no longer implementIntoResponse
:Full
, useBody::from
insteadEmpty
, useBody::empty
insteadBoxBody
, useBody::new
insteadUnsyncBoxBody
, useBody::new
insteadMapData
, useBody::new
insteadMapErr
, useBody::new
insteadaxum::extract::Request
type alias where the body isaxum::body::Body
(#1789)Router::as_service
andRouter::into_service
to workaroundtype inference issues when calling
ServiceExt
methods on aRouter
(#1835)axum::Server
as it was removed in hyper 1.0. Insteaduse
axum::serve(listener, service)
or hyper/hyper-util for more configuration options (#1868)Router::nest
.Routers nested with
Router::nest_service
will no longer inherit fallbacks (#1956)Sec-WebSocket-Key
header inWebSocketUpgrade
(#1972)axum::extract::Query::try_from_uri
(#2058)IntoResponse
forBox<str>
andBox<[u8]>
([#2035])MethodFilter
. It no longer uses bitflags (#2073).source()
of composite rejections (#2030)#[debug_handler]
(#2014)IntoResponse
for(R,) where R: IntoResponse
(#2143)NestedPath
extractor (#1924)handle_error
function to existingServiceExt
trait (#2235)impl<T> IntoResponse(Parts) for Extension<T>
now requiresT: Clone
, as that is required by the http crate (#1882)axum::Json::from_bytes
(#2244)FromRequestParts
forhttp::request::Parts
(#2328)FromRequestParts
forhttp::Extensions
(#2328)DefaultBodyLimit
to individual routes (#2157)facebook/react-native (react-native)
v0.73.1
: 0.73.1Compare Source
Added
enableNetworkInspector
experiment to enable Network panel and CDP handlers in inspector proxy (8ef807bfb2 by @byCedric)Changed
Fixed
Android specific
iOS specific
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.
v0.73.0
: 0.73.0Compare Source
0.73 stable is out!
This release includes over 2259 commits from 68 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.
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.
v0.72.9
: 0.72.9Compare Source
Fixed
boost
dependency — see https://github.com/facebook/react-native/issues/42110React-Fabric
fails to build with-std=c++20
because implicit constructors are no longer generated (b7c1a40db by @tido64)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.
v0.72.8
: 0.72.8Compare Source
Fixed
build_codegen!
not finding@react-native/codegen
in pnpm setups (e70166a3a8 by @tido64)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.
v0.72.7
: 0.72.7Compare Source
Changed
Fixed
(18c9797ecc by @ospfranco)
Android specific
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.
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.14.0
Compare Source
❗ Important changes
blocksHandlers
- working likereversed waitFor
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2627🐛 Bug fixes
onPress
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2657reactApplicationContext.javaScriptContextHolder
by @UNIDY2002 in https://github.com/software-mansion/react-native-gesture-handler/pull/2662🔢 Miscellaneous
handlersToCancel
on web. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2679New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.13.4...2.14.0
v2.13.4
Compare Source
🐛 Bug fixes
foreground
is set. by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2642🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@2.13.3...2.13.4
v2.13.3
Compare Source
👍 Improvements
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.13.2...2.13.3
v2.13.2
Compare Source
🐛 Bug fixes
ghQueueMicrotask
by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2612👍 Improvements
🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.13.1...2.13.2
v2.13.1
Compare Source
🐛 Bug fixes
New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.13.0...2.13.1
v2.13.0
Compare Source
❗ Important changes
Hover
gesture by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2455🐛 Bug fixes
UIControls
by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2545RippleDrawable
when the color is transparent by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2575hitSlop
on Gesture Handler buttons by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2039👍 Improvements
activeCursor
prop by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/2550MotionEvents
on Android by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2523🔢 Miscellaneous
docusaurus
to 2.3.1 by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2423averageTouches
in the documentation by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/2352New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@2.12.0...2.13.0
th3rdwave/react-native-safe-area-context (react-native-safe-area-context)
v4.8.2
: Release 4.8.2Compare Source
Bug Fixes
v4.8.1
: Release 4.8.1Compare Source
Bug Fixes
v4.8.0
Compare Source
v4.7.4
: Release 4.7.4Compare Source
v4.7.3
: Release 4.7.3Compare Source
v4.7.2
: Release 4.7.2Compare Source
v4.7.1
: Release 4.7.1Compare Source
v4.7.0
: Release 4.7.0Compare Source
Bug Fixes
v4.6.4
: Release 4.6.4Compare Source
software-mansion/react-native-screens (react-native-screens)
v3.29.0
Compare Source
Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )
What's Changed
🐛 Bug fixes
Full Changelog: software-mansion/react-native-screens@3.28.0...3.29.0
v3.28.0
Compare Source
Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.
What's Changed
🐛 Bug fixes
traverseForScrollView
method by @tboba in https://github.com/software-mansion/react-native-screens/pull/1969Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.