Skip to content

fix(deps): update frontend-app-runtime-tooling#148

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/frontend-app-runtime-tooling
Open

fix(deps): update frontend-app-runtime-tooling#148
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/frontend-app-runtime-tooling

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
caddy final digest fce4f1586deaf5
docker/dockerfile syntax pinDigest 2780b5c
node stage digest d8e448a24dc26e
pnpm (source) packageManager patch 10.33.010.33.4 age confidence
react (source) dependencies patch 19.2.019.2.6 age confidence
react-dom (source) dependencies patch 19.2.019.2.6 age confidence
react-native (source, changelog) dependencies minor 0.83.60.85.3 age confidence
react-native-gesture-handler (source) dependencies minor ~2.30.1~2.31.0 age confidence
react-native-keyboard-controller (source) dependencies minor 1.20.71.21.7 age confidence
react-native-reanimated (source) dependencies minor 4.2.14.3.1 age confidence
react-native-safe-area-context dependencies minor ~5.6.2~5.7.0 age confidence
react-native-screens dependencies minor ~4.23.0~4.25.0 age confidence
react-native-svg dependencies patch 15.15.315.15.5 age confidence
react-native-webview dependencies patch 13.16.013.16.1 age confidence
react-native-worklets (source) dependencies minor 0.7.40.8.3 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.33.4: pnpm 10.33.4

Compare 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: true field 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/add would include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative --filter arguments are provided, matching the documented behavior. To include the root, pass --include-workspace-root #​11341.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.3

Compare Source

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field 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 --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
facebook/react (react)

v19.2.6: 19.2.6 (May 6th, 2026)

Compare Source

React Server Components

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

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
facebook/react-native (react-native)

v0.85.3

Compare Source

v0.85.2: 0.85.2

Compare 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.1

Compare 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.0

Compare 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.1

Compare Source

Fixed
Android specific
  • Fix included-build gradle.properties resolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to ../../android/gradle.properties, so hermesV1Enabled can be inherited correctly. (c5ae0c820a by @​Titozzz)
  • Provide symbol fallbacks for inspector-modern/chrome/Registration.h when HermesV1 is disabled. (5ee695ad8f by @​tjzel)
  • ReactPlugin.kt always setting hermesV1Enabled to true (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.0

Compare 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.9

Compare Source

v0.83.8

Compare Source

v0.83.7

Compare Source

software-mansion/react-native-gesture-handler (react-native-gesture-handler)

v2.31.2

Compare Source

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v2.31.1...v2.31.2

v2.31.1

Compare Source

❗ Important changes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v2.31.0...v2.31.1

v2.31.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New 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.7

Compare Source

Enhancing KeyboardChatScrollView functionality and improving library stability 👍

🐛 Bug fixes

  • resolve crash in viewPositionInWindow (1048f52)

👍 Improvements

  • add onContentInsetChange callback to KeyboardChatScrollView (ce8ccaa)
  • migrate KeyboardStickyView to reanimated (21a939f)
  • add onEndVisible callback to KeyboardChatScrollView (5dc5643)

v1.21.6

Compare Source

Regular weekly 1.21.x release that aims to improve stability of the library 😊

🐛 Bug fixes

  • KeyboardToolbar passes touches through (15111a4)
  • KeyboardChatScrollView + inverted breaks maintainVisibleScrollPosition (c436fbb)
  • KeyboardController.dismiss() now closes keyboard even if it's partially visible (b3dc83e)

👍 Improvements

  • support freeze as SharedValue in KeyboardChatScrollView (1d9a9ac)

🔢 Miscellaneous

v1.21.5

Compare Source

Fixing one but annoying bug on Android 🤓

🐛 Bug fixes

  • don't modify edge-to-edge mode by default when module toggled on/off (e979dbf)

v1.21.4

Compare Source

Stable 1.21.x release - you should be able to update from previous 1.20.x release without discovering new bugs 😎

🐛 Bug fixes

  • KeyboardAwareScrollView scrolls up when keyboard type gets changes (7b98133)
  • memory leak in WindowDimensionListener when Activity restarts (51fbe47)

👍 Improvements

  • native rounded keyboard detection (f83e78c)
  • add mode prop for KeyboardAwareScrollView (fbedbc2)

📚 Documentation

  • KeyboardAwareScrollView+BottomSheet types issue (1aa7cdd) by @​litinskii
  • workaround for non-working scrollToEnd in KeyboardChatScrollView (10c0218)

🔢 Miscellaneous

  • cover keyboard resize scenarios in KeyboardAwareScrollView by unit tests (75981ee)

v1.21.3

Compare Source

Improving stability of 1.21.x release 😎

🐛 Bug fixes

  • KeyboardAwareScrollView/KeyboardChatScrollView + RefreshControl conflict (33a5d7b)
  • respect UIDesignRequiresCompatibility in KeyboardExtender (af5da35) by @​qister
  • KeyboardAwareScrollView re-focus after keyboard dismissal using hardware button (ba41d5d)

🔢 Miscellaneous

  • update test snapshots after release 1.21.2 (838154f)
  • use macos-15 for iOS 26 e2e tests (4a225d7)

v1.21.2

Compare Source

Patching previous 1.21.1 release 🙈

🐛 Bug fixes

  • KeyboardAwareScrollView collapses to zero height inside auto-sizing parents (2f82c43)
  • KeyboardAwareScrollView regression after optimization (90dd772)
  • removed increased padding by +1 from KeyboardAwareScrollView (9acd790)
  • extraContentPadding of KeyboardChatScrollView not adjusting scroll when it changes by large amount (b28ef3b) by @​trcoffman

🔢 Miscellaneous

  • cleanup disk space for iOS e2e tests (7efe1e7)

v1.21.1

Compare Source

Quick follow up for 1.21.0 release 👀

🐛 Bug fixes

  • typo in arch definition (7a7b6ca)
  • could not fing view for tag warning in KeyboardAwareScrollView component (ecd3bbd)

👍 Improvements

  • optimize performance of KeyboardAwareScrollView (bba6afc)

📚 Documentation

  • added troubleshooting for missing animation in KeyboardAvoidingView and KeyboardChatScrollView components (5ae72b6)
  • mention blankSpace prop in "Building chat app" page (38cdb43)

🔢 Miscellaneous

  • optimize triggers for check mov files job (1fdc1c2)

v1.21.0

Compare Source

After months of work, 4 beta releases and 11k+ new lines of code the 1.21.0 is finally out 🎉

It brings a new KeyboardChatScrollView component, improves KeyboardAwareScrollView performance, adds new KeyboardToolbar.Group component and makes KeyboardAvoidingView more precise 😎

Read full release notes at blogpost 👀

🐛 Bug fixes

  • wrong onInteractive event when keyboard closed on iOS 26+ with attached KeyboardGestureArea (ebc5205)
  • wrong selection coordinates on focus (ac7dee1)
  • non-working interactive keyboard dismissal (6c25251)
  • KeyboardAwareScrollView loosing ref identity (76056c3)
  • enabled prop behavior for KeyboardStickyView (fabric arch) (d1fb606)
  • make noop scrollRectToVisible on iOS (a096e39)
  • hunting memory leaks on Android (8393ee2)
  • access before initialization error (d4f1a4c)
  • KeyboardAvoidingView types union (f5dca3c)
  • handle broken measureInWindow (eb2dfbb) by @​thomasttvo
  • automatically detect top border of KeyboardAwareScrollView (6872736)

👍 Improvements

  • add ClippingScrollView component (36abe0b)
  • add ScrollViewWithBottomPadding component (167a000)
  • use contentInset for KeyboardAwareScrollView (423dbef)
  • introduce KeyboardChatScrollView (11c0dbf)
  • add extraContentPadding prop on KeyboardChatScrollView (83e34b7)
  • add blankSpace prop on KeyboardChatScrollView (7f32767, 0bb348a) by @​trcoffman
  • add automaticOffset prop for KeyboardAvoidingView (66e6278) by @​thomasttvo
  • add KeyboardToolbar.Group component (4a32305)

📚 Documentation

  • KeyboardChatScrollView fixes after devs feedback (7ece2d8)
  • mention KeyboardChatScrollView in README (d92a17d)
  • added more apps to "Trusted by" section (adecf61)
  • blogpost for 1.21.0 (84f29dd)
  • prefer .mp4 files over .mov (ca5a99c)
  • reusable Snack component (248eb50)
  • checkout 1.21.0 tag (5fb1af6)

🔢 Miscellaneous

  • do not use shared derived data between different xcodes (24a1d36)
  • use better restore keys for derived data (iOS builds) (13f58bd)
  • make Switch component re-usable in example app (

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/frontend-app-runtime-tooling branch 9 times, most recently from ad07b5b to 1452323 Compare May 14, 2026 09:54
@renovate renovate Bot force-pushed the renovate/frontend-app-runtime-tooling branch from 1452323 to 4239e74 Compare May 14, 2026 12:36
@renovate renovate Bot force-pushed the renovate/frontend-app-runtime-tooling branch from 4239e74 to 3bfe1e2 Compare May 14, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants