Skip to content

Bump the production-dependencies group with 11 updates#391

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-299ae9d995
Closed

Bump the production-dependencies group with 11 updates#391
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-299ae9d995

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2025

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 11 updates:

Package From To
@react-navigation/bottom-tabs 7.4.2 7.4.4
@react-navigation/native 7.1.14 7.1.16
@react-navigation/native-stack 7.3.21 7.3.23
i18next 25.3.0 25.3.2
react-i18next 15.5.3 15.6.1
react-native-localize 3.4.2 3.5.1
react-native-reanimated 3.18.0 4.0.1
react-native-safe-area-context 5.5.1 5.5.2
react-native-screens 4.11.1 4.13.1
react-native-share 12.1.0 12.1.1
react-native-vector-icons 10.2.0 10.3.0

Updates @react-navigation/bottom-tabs from 7.4.2 to 7.4.4

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.4.4 (2025-07-26)

Note: Version bump only for package @​react-navigation/bottom-tabs

7.4.3 (2025-07-25)

Note: Version bump only for package @​react-navigation/bottom-tabs

Commits

Updates @react-navigation/native from 7.1.14 to 7.1.16

Changelog

Sourced from @​react-navigation/native's changelog.

7.1.16 (2025-07-26)

Note: Version bump only for package @​react-navigation/native

7.1.15 (2025-07-25)

Note: Version bump only for package @​react-navigation/native

Commits

Updates @react-navigation/native-stack from 7.3.21 to 7.3.23

Changelog

Sourced from @​react-navigation/native-stack's changelog.

7.3.23 (2025-07-26)

Note: Version bump only for package @​react-navigation/native-stack

7.3.22 (2025-07-25)

Note: Version bump only for package @​react-navigation/native-stack

Commits

Updates i18next from 25.3.0 to 25.3.2

Release notes

Sourced from i18next's releases.

v25.3.2

  • fix dir() for non-Intl language codes 2330

v25.3.1

  • warn if legacy interpolation.format function is still used
Changelog

Sourced from i18next's changelog.

25.3.2

  • fix dir() for non-Intl language codes 2330

25.3.1

  • warn if legacy interpolation.format function is still used
Commits

Updates react-i18next from 15.5.3 to 15.6.1

Changelog

Sourced from react-i18next's changelog.

15.6.1

avoid exception when passing bindI18n: false 1856

15.6.0

fix: passing components as object should still allow for indexed matching of children 1854

Commits

Updates react-native-localize from 3.4.2 to 3.5.1

Release notes

Sourced from react-native-localize's releases.

3.5.1

  • Set @expo/config-plugins as peer dependency

3.5.0

Commits

Updates react-native-reanimated from 3.18.0 to 4.0.1

Release notes

Sourced from react-native-reanimated's releases.

4.0.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.0.0...4.0.1

4.0.0

Key Changes

  • Released Reanimated 4.0.0 as a stable version.
  • Renamed useScrollViewOffset to useScrollOffset, now compatible with all scrollable components.
  • Improved layout animations, including fixes for reparenting, sticky headers, dynamic updates, and precision issues.
  • Improved web support, addressing issues with CSS animations and transitions.
  • Introduced Worklet version validation and troubleshooting to ensure that the compatible version of react-native-worklets is used with Reanimated.
  • Support for React Native 0.80 and 0.81.
  • Removed legacy architecture code and deprecated APIs.

What's Changed

... (truncated)

Commits
  • 16cac80 release: Reanimated 4.0.1 (#7922)
  • a7738c6 (cherry-pick) Remove native view export and Remove Native View (#7921)
  • 00d3971 (cherry-pick) Fix linking error after Gradle clean project on Android (#7919)
  • 1b44844 release: Reanimated 4.0.0 (#7870)
  • 50bfd19 release(Worklets): 0.4.0 (#7865)
  • 521505d Undo conditional skip of reanimated commits (#7867)
  • fdc1ebf fix: Shadow offsets and numeric colors not working in CSS on web (#7864)
  • 25a8932 Revert useAnimatedStyle changes (#7861)
  • 5b9413a Restore fast path with synchronouslyUpdateViewOnUIThread on Android (#7823)
  • e7224bf fix: Add backgroundColor to layout animations supported props (#7858)
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.5.1 to 5.5.2

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.5.2

5.5.2 (2025-07-10)

  • [RN 0.81] Do not set the ShadowNodeTraits::Trait::DirtyYogaNode (#646)
Commits

Updates react-native-screens from 4.11.1 to 4.13.1

Release notes

Sourced from react-native-screens's releases.

4.13.1

Patch version with software-mansion/react-native-screens#3032 fixing possible runtime crash on iOS.

4.13.0

This release publishes our alpha versions of implementation of native bottom tabs, native split view (iOS only), and refactor of existing components.

[!caution] Please note that these published APIs are experimental, and are mostly meant for downstream navigation library authors, so that they can start working on adoption. These can be used as standalone components however, but keep in mind, that the APIs are not yet stable, and bugs are expected.

Example usage can be found e.g. here.

We're counting on you, as early adopters, to start testing these APIs & give us feedback / ideas how to shape them.

All APIs except bottom tabs, require the library being build with RNS_GAMMA_ENABLED=1 env var set. APIs behind that flag are meant for next major version.

@​kkafar: Huge thanks to the whole Screens team @​kligarski @​t0ms0n00 @​maciekstosio @​kmichalikk @​WoLewicki @​kmagiera for the initial work here. Let's keep going 💪🏻

Enjoy!

What's Changed

  • release: 4.13.0 (ca2bf1a0d)
  • chore: mark all gamma APIs as experimental (d2b9f3b4b)
  • fix(iOS, Tabs+native-stack): allow for bottom, left, right extended layout edges with native stack header non-translucent (7fc48aa91)
  • feat(iOS, Tabs): add support for custom images and templates for tab bar item icons (900fa487f)
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (4835039f7)
  • feat(iOS, SplitView): Add support for showsSecondaryOnlyButton (0119cbc43)
  • feat(iOS, SplitView): Add support for presentsWithGesture prop (260b3fd78)
  • feat(iOS, SplitView): Add support for preferredDisplayMode prop (346d86d47)
  • chore: update react-native-is-edge-to-edge to 1.2.1 (089885d88)
  • chore(CI): disable e2e workflows temporarily (fee8faf5e)
  • fix(iOS): Replace calls to UIOffset ctors with calls to UIOffsetMake (cdfd14960)
  • chore(CI): add RNS_GAMMA_ENABLED env var for TVOS CI (f9f330dd7)
  • chore(example): update TVOSExample podfile lock after release & rebase of labs change (1f4493f10)
  • fix(iOS): Disable DEFINES_MODULE for stable app version (w/o gamma project enabled) (125be18fd)
  • Bump lockfiles after rebase on main (b2f40f39c)
  • feat(legacy-arch): basic support for legacy architecture for bottom tabs (29dc0886b)
  • feat(iOS, SplitView): Add support for preferredSplitBehavior prop (24d88f70a)
  • chore(CI): add Paper CI for main-labs, use RNS_GAMMA_ENABLED=0 (80f6d262c)
  • fix(iOS, Tabs): bring back badgeValue prop (55d8cb82b)
  • feat(iOS, Tabs): revert contentInsetAdjustmentBehavior to automatic for ScrollViews (1b6e5c2dd)
  • feat(iOS, SplitView): Adapt SplitView layout integration to iOS 26 requirements (29ae3bd01)
  • feat(Android, Tabs): check the android scope and package scope for android drawable resources (09f98b355)
  • feat(Android,Tabs): Allow fontFamily, fontWeight and fontStyle on android tabs (86279b7e2)
  • feat(Android, Tabs): Handle font size active/inactive (7e6e07e70)
  • feat(Android,Tabs): add prop for android system drawable (339b0d814)
  • fix(Android): add missing setters in view manager interfaces for legacy arch (dd242eb79)
  • chore(Android): make the library build with legacy architecture (1edf7576d)
  • docs: update contributing guide with instructions for Gamma project (f11364e05)
  • feat(Android,Tabs): add icon color props (83cf15e3e)

... (truncated)

Commits
  • 7c68ced Release 4.13.1
  • 63267cf fix(iOS): provide missing symbols when building w/o Gamma project enabled (#3...
  • ca2bf1a release: 4.13.0 (#3020)
  • d2b9f3b chore: mark all gamma APIs as experimental (#3018)
  • 7fc48aa fix(iOS, Tabs+native-stack): allow for bottom, left, right extended layout ed...
  • 900fa48 feat(iOS, Tabs): add support for custom images and templates for tab bar item...
  • 4835039 chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (#2974)
  • 0119cbc feat(iOS, SplitView): Add support for showsSecondaryOnlyButton (#3002)
  • 260b3fd feat(iOS, SplitView): Add support for presentsWithGesture prop (#3001)
  • 346d86d feat(iOS, SplitView): Add support for preferredDisplayMode prop (#3000)
  • Additional commits viewable in compare view

Updates react-native-share from 12.1.0 to 12.1.1

Release notes

Sourced from react-native-share's releases.

v12.1.1

12.1.1 (2025-07-25)

Bug Fixes

Commits

Updates react-native-vector-icons from 10.2.0 to 10.3.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.4.2` | `7.4.4` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.14` | `7.1.16` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.3.21` | `7.3.23` |
| [i18next](https://github.com/i18next/i18next) | `25.3.0` | `25.3.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.5.3` | `15.6.1` |
| [react-native-localize](https://github.com/zoontek/react-native-localize) | `3.4.2` | `3.5.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.18.0` | `4.0.1` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `5.5.1` | `5.5.2` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.11.1` | `4.13.1` |
| [react-native-share](https://github.com/react-native-community/react-native-share) | `12.1.0` | `12.1.1` |
| [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | `10.2.0` | `10.3.0` |


Updates `@react-navigation/bottom-tabs` from 7.4.2 to 7.4.4
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.4.4/packages/bottom-tabs)

Updates `@react-navigation/native` from 7.1.14 to 7.1.16
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.16/packages/native)

Updates `@react-navigation/native-stack` from 7.3.21 to 7.3.23
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native-stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native-stack@7.3.23/packages/native-stack)

Updates `i18next` from 25.3.0 to 25.3.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.3.0...v25.3.2)

Updates `react-i18next` from 15.5.3 to 15.6.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.5.3...v15.6.1)

Updates `react-native-localize` from 3.4.2 to 3.5.1
- [Release notes](https://github.com/zoontek/react-native-localize/releases)
- [Commits](zoontek/react-native-localize@3.4.2...3.5.1)

Updates `react-native-reanimated` from 3.18.0 to 4.0.1
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.0.1/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.5.1 to 5.5.2
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.5.1...v5.5.2)

Updates `react-native-screens` from 4.11.1 to 4.13.1
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.11.1...4.13.1)

Updates `react-native-share` from 12.1.0 to 12.1.1
- [Release notes](https://github.com/react-native-community/react-native-share/releases)
- [Changelog](https://github.com/react-native-share/react-native-share/blob/main/CHANGELOG.md)
- [Commits](react-native-share/react-native-share@v12.1.0...v12.1.1)

Updates `react-native-vector-icons` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/oblador/react-native-vector-icons/releases)
- [Commits](https://github.com/oblador/react-native-vector-icons/commits)

---
updated-dependencies:
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 15.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-localize
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-share
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-vector-icons
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2025
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Jul 29, 2025
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-299ae9d995 branch August 4, 2025 21:41
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OpenDTU-App Releases Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants