fix(deps): update frontend-app-runtime-tooling#148
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
ad07b5b to
1452323
Compare
1452323 to
4239e74
Compare
4239e74 to
3bfe1e2
Compare
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.
This PR contains the following updates:
fce4f15→86deaf52780b5cd8e448a→24dc26e10.33.0→10.33.419.2.0→19.2.619.2.0→19.2.60.83.6→0.85.3~2.30.1→~2.31.01.20.7→1.21.74.2.1→4.3.1~5.6.2→~5.7.0~4.23.0→~4.25.015.15.3→15.15.513.16.0→13.16.10.7.4→0.8.3Release Notes
pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
v10.33.3Compare Source
v10.33.2Compare Source
v10.33.1: pnpm 10.33.1Compare Source
Patch Changes
packageManagerfield selects pnpm v11 or newer, commands that v10 would have passed through to npm (version,login,logout,publish,unpublish,deprecate,dist-tag,docs,ping,search,star,stars,unstar,whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example,pnpm version --helpprint npm's help on a project withpackageManager: pnpm@11.0.0-rc.3#11328.Platinum Sponsors
Gold Sponsors
facebook/react (react)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
v19.2.5: 19.2.5 (April 8th, 2026)Compare Source
React Server Components
v19.2.4: 19.2.4 (January 26th, 2026)Compare Source
React Server Components
v19.2.3: 19.2.3 (December 11th, 2025)Compare Source
React Server Components
v19.2.2: 19.2.2 (December 11th, 2025)Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.2.1: 19.2.1 (December 3rd, 2025)Compare Source
React Server Components
facebook/react-native (react-native)
v0.85.3Compare Source
v0.85.2: 0.85.2Compare Source
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.85.1: 0.85.1Compare Source
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.85.0: 0.85.0Compare Source
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.84.1: 0.84.1Compare Source
Fixed
Android specific
gradle.propertiesresolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to../../android/gradle.properties, sohermesV1Enabledcan be inherited correctly. (c5ae0c820a by @Titozzz)inspector-modern/chrome/Registration.hwhen HermesV1 is disabled. (5ee695ad8f by @tjzel)hermesV1Enabledtotrue(45896674d1 by @tjzel)Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.84.0: 0.84.0Compare Source
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.83.9Compare Source
v0.83.8Compare Source
v0.83.7Compare Source
software-mansion/react-native-gesture-handler (react-native-gesture-handler)
v2.31.2Compare Source
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@v2.31.1...v2.31.2
v2.31.1Compare Source
❗ Important changes
🔢 Miscellaneous
Full Changelog: software-mansion/react-native-gesture-handler@v2.31.0...v2.31.1
v2.31.0Compare Source
❗ Important changes
👍 Improvements
pointerEventsforPressablecomponent by @huextrat in #3925pointerEventsforPressablecomponent by @huextrat in #3927FullWindowOverlayas the native root by @j-piasecki in #4039Textcomponent by @m-bert in #4003numberOfPointerstoNativegesture events by @m-bert in #4023🐛 Bug fixes
handleGesture:fromReset:by @m-bert in #3983pointerTypeinHovergesture by @m-bert in #3989onFinalizecallback inTapby @m-bert in #4029🔢 Miscellaneous
exactOptionalPropertyTypessupport by @YevheniiKotyrlo in #4012expoon v2 branch by @m-bert in #4052New Contributors
Full Changelog: software-mansion/react-native-gesture-handler@v2.30.1...v2.31.0
kirillzyusko/react-native-keyboard-controller (react-native-keyboard-controller)
v1.21.7Compare Source
Enhancing
KeyboardChatScrollViewfunctionality and improving library stability 👍🐛 Bug fixes
viewPositionInWindow(1048f52)👍 Improvements
onContentInsetChangecallback toKeyboardChatScrollView(ce8ccaa)KeyboardStickyViewto reanimated (21a939f)onEndVisiblecallback toKeyboardChatScrollView(5dc5643)v1.21.6Compare Source
Regular weekly
1.21.xrelease that aims to improve stability of the library 😊🐛 Bug fixes
KeyboardToolbarpasses touches through (15111a4)KeyboardChatScrollView+invertedbreaksmaintainVisibleScrollPosition(c436fbb)KeyboardController.dismiss()now closes keyboard even if it's partially visible (b3dc83e)👍 Improvements
freezeasSharedValueinKeyboardChatScrollView(1d9a9ac)🔢 Miscellaneous
b7ce1ce,6cc78fa)1ae8efd)v1.21.5Compare Source
Fixing one but annoying bug on Android 🤓
🐛 Bug fixes
e979dbf)v1.21.4Compare Source
Stable
1.21.xrelease - you should be able to update from previous1.20.xrelease without discovering new bugs 😎🐛 Bug fixes
KeyboardAwareScrollViewscrolls up when keyboard type gets changes (7b98133)WindowDimensionListenerwhen Activity restarts (51fbe47)👍 Improvements
f83e78c)modeprop forKeyboardAwareScrollView(fbedbc2)📚 Documentation
1aa7cdd) by @litinskiiscrollToEndinKeyboardChatScrollView(10c0218)🔢 Miscellaneous
KeyboardAwareScrollViewby unit tests (75981ee)v1.21.3Compare Source
Improving stability of
1.21.xrelease 😎🐛 Bug fixes
KeyboardAwareScrollView/KeyboardChatScrollView+RefreshControlconflict (33a5d7b)UIDesignRequiresCompatibilityinKeyboardExtender(af5da35) by @qisterKeyboardAwareScrollViewre-focus after keyboard dismissal using hardware button (ba41d5d)🔢 Miscellaneous
838154f)4a225d7)v1.21.2Compare Source
Patching previous
1.21.1release 🙈🐛 Bug fixes
KeyboardAwareScrollViewcollapses to zero height inside auto-sizing parents (2f82c43)KeyboardAwareScrollViewregression after optimization (90dd772)+1fromKeyboardAwareScrollView(9acd790)extraContentPaddingofKeyboardChatScrollViewnot adjusting scroll when it changes by large amount (b28ef3b) by @trcoffman🔢 Miscellaneous
7efe1e7)v1.21.1Compare Source
Quick follow up for
1.21.0release 👀🐛 Bug fixes
7a7b6ca)KeyboardAwareScrollViewcomponent (ecd3bbd)👍 Improvements
KeyboardAwareScrollView(bba6afc)📚 Documentation
KeyboardAvoidingViewandKeyboardChatScrollViewcomponents (5ae72b6)blankSpaceprop in "Building chat app" page (38cdb43)🔢 Miscellaneous
1fdc1c2)v1.21.0Compare Source
After months of work, 4 beta releases and 11k+ new lines of code the
1.21.0is finally out 🎉It brings a new
KeyboardChatScrollViewcomponent, improvesKeyboardAwareScrollViewperformance, adds newKeyboardToolbar.Groupcomponent and makesKeyboardAvoidingViewmore precise 😎Read full release notes at blogpost 👀
🐛 Bug fixes
onInteractiveevent when keyboard closed on iOS 26+ with attachedKeyboardGestureArea(ebc5205)ac7dee1)6c25251)KeyboardAwareScrollViewloosing ref identity (76056c3)enabledprop behavior forKeyboardStickyView(fabric arch) (d1fb606)scrollRectToVisibleon iOS (a096e39)8393ee2)d4f1a4c)KeyboardAvoidingViewtypes union (f5dca3c)measureInWindow(eb2dfbb) by @thomasttvoKeyboardAwareScrollView(6872736)👍 Improvements
ClippingScrollViewcomponent (36abe0b)ScrollViewWithBottomPaddingcomponent (167a000)contentInsetforKeyboardAwareScrollView(423dbef)KeyboardChatScrollView(11c0dbf)extraContentPaddingprop onKeyboardChatScrollView(83e34b7)blankSpaceprop onKeyboardChatScrollView(7f32767,0bb348a) by @trcoffmanautomaticOffsetprop forKeyboardAvoidingView(66e6278) by @thomasttvoKeyboardToolbar.Groupcomponent (4a32305)📚 Documentation
KeyboardChatScrollViewfixes after devs feedback (7ece2d8)KeyboardChatScrollViewinREADME(d92a17d)adecf61)1.21.0(84f29dd).mp4files over.mov(ca5a99c)Snackcomponent (248eb50)1.21.0tag (5fb1af6)🔢 Miscellaneous
24a1d36)13f58bd)Switchcomponent re-usable in example app (Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 was generated by Mend Renovate. View the repository job log.