Skip to content

Bump the production-dependencies group across 1 directory with 9 updates#505

Closed
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/npm_and_yarn/production-dependencies-1ec975a927
Closed

Bump the production-dependencies group across 1 directory with 9 updates#505
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/npm_and_yarn/production-dependencies-1ec975a927

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
@react-navigation/bottom-tabs 7.14.0 7.15.2
@react-navigation/native 7.1.28 7.1.31
@react-navigation/native-stack 7.13.0 7.14.2
i18next 25.8.12 25.8.13
react-native-edge-to-edge 1.7.0 1.8.1
react-native-localize 3.6.1 3.7.0
react-native-logs 5.5.0 5.6.0
react-native-safe-area-context 5.6.2 5.7.0
react-native-screens 4.23.0 4.24.0

Updates @react-navigation/bottom-tabs from 7.14.0 to 7.15.2

Release notes

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

@​react-navigation/bottom-tabs@​7.15.0

7.15.0 (2026-02-25)

Features

Changelog

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

7.15.2 (2026-02-25)

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

7.15.1 (2026-02-25)

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

7.15.0 (2026-02-25)

Features

Commits

Updates @react-navigation/native from 7.1.28 to 7.1.31

Changelog

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

7.1.31 (2026-02-25)

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

7.1.30 (2026-02-25)

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

7.1.29 (2026-02-25)

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

Commits

Updates @react-navigation/native-stack from 7.13.0 to 7.14.2

Release notes

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

@​react-navigation/native-stack@​7.14.0

7.14.0 (2026-02-25)

Features

Changelog

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

7.14.2 (2026-02-25)

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

7.14.1 (2026-02-25)

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

7.14.0 (2026-02-25)

Features

Commits

Updates i18next from 25.8.12 to 25.8.13

Release notes

Sourced from i18next's releases.

v25.8.13

  • improve support notice shown logic
Changelog

Sourced from i18next's changelog.

25.8.13

  • improve support notice shown logic
Commits

Updates react-native-edge-to-edge from 1.7.0 to 1.8.1

Release notes

Sourced from react-native-edge-to-edge's releases.

1.8.1

  • Fix missing com.google.android.material:material dependency (closes #107)

1.8.0

  • Fix system bars reappearing after keyboard dismissal on Android API 27 (#105 - thanks to @​bladerunner2020)
  • Export a dedicated typed function for Expo dynamic configuration (app.config.ts):
import type { ConfigContext, ExpoConfig } from "expo/config";
import edgeToEdge from "react-native-edge-to-edge/expo"; // use `require` in app.config.js
export default ({ config }: ConfigContext): ExpoConfig => ({
// …
plugins: [
edgeToEdge({
android: {
parentTheme: "Default",
enforceNavigationBarContrast: false,
},
}),
],
});

Commits

Updates react-native-localize from 3.6.1 to 3.7.0

Release notes

Sourced from react-native-localize's releases.

3.7.0

  • Export a dedicated typed function for Expo dynamic configuration (app.config.ts):
import type { ConfigContext, ExpoConfig } from "expo/config";
import localize from "react-native-localize/expo"; // use `require` in app.config.js
export default ({ config }: ConfigContext): ExpoConfig => ({
plugins: [
localize({
locales: ["en", "fr"], // or { android: ["en"], ios: ["en", "fr"] }
}),
],
});

Commits
  • 14fd6c3 Remove "if you want to define different locales for iOS and Android"
  • 2fd854a Update README
  • d0bbce3 Bump version number
  • e891e5e Update react-native-macos to 0.81.2
  • bba031a Add exports map
  • d6b9eb0 Modernize native scripts
  • 1ba8e6c Move mock into src/extras
  • 82ddcb8 Update example to react-native 0.84
  • ed8efbf Bump qs from 6.14.1 to 6.14.2 in /example (#314)
  • b9dfc34 Bump qs from 6.14.0 to 6.14.1 in /example (#313)
  • See full diff in compare view

Updates react-native-logs from 5.5.0 to 5.6.0

Release notes

Sourced from react-native-logs's releases.

v 5.6.0

  • Replaced deprecated InteractionManager with requestIdleCallback (and setTimeout fallback) to fix deprecation warnings (issue #124)
  • Fix Sentry integration compatibility in transportOptions (issue #125)
  • Support expo filesystem next (pr #121 by @​roitium)
  • Fix logger typing error TS4094 (pr #126 by @​theEarlDev)
Changelog

Sourced from react-native-logs's changelog.

[5.6.0] - 22-02-2026

  • Replaced deprecated InteractionManager with requestIdleCallback (and setTimeout fallback) to fix deprecation warnings (issue #124)
  • Fix Sentry integration compatibility in transportOptions (issue #125)
  • Support expo filesystem next (pr #121 by @​roitium)
  • Fix logger typing error TS4094 (pr #126 by @​theEarlDev)
Commits
  • aa36a7f v 5.6.0
  • 4035361 Merge pull request #126 from mowispace/fix/logger-definition
  • 5390e78 Merge pull request #122 from mowispace/dependabot/npm_and_yarn/js-yaml-3.14.2
  • 7aef9e0 Merge pull request #121 from bbplayer-app/feat/support-expo-filesystem-next
  • 5b606f0 Fix typos in the README and Sentry transport
  • 7efa200 Fix TS4094 typings
  • 88de21b Bump js-yaml from 3.14.1 to 3.14.2
  • 952f3d2 chore: edit README
  • 0607119 feat: support expo filesystem next
  • See full diff in compare view

Updates react-native-safe-area-context from 5.6.2 to 5.7.0

Release notes

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

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Commits
Maintainer changes

This version was pushed to npm by melvalesca, a new releaser for react-native-safe-area-context since your current version.


Updates react-native-screens from 4.23.0 to 4.24.0

Release notes

Sourced from react-native-screens's releases.

4.24.0

What's Changed

Minor release bringing further development to 5.0 stack implementation, nice improvements to Split API and other various improvements & fixes.

[!caution] Most importantly this is the last release we've tested with legacy architecture.

From 4.25.0 on, we no longer plan to support RN versions below 0.82, which naturally comes with drop of support for legacy arch. We plan to gradually remove the legacy architecture related code.

I want to also announce our plans regarding approach to 5.0 transition. At the moment we plan to keep releasing v4 line till we're "close to ready" with all APIs we've planed for 5.0 major. We plan to stabilise Tabs API on v4 line. When we're "close to ready" we'll release a series (rather not many) of 5.0-alpha/beta versions & after 5.0 stable release v4 branch will stay for some, not long, time in maintenance mode. The downstream library implementers are already adopting new 5.0 APIs, they should be available for testing in the navigation library of your choice shortly.

✅ Improvements

🐞 Bug fixes

🔢 Misc

... (truncated)

Commits
  • 4b171b7 chore(deps): bump tar from 7.5.7 to 7.5.9 in /Example (#3679)
  • 0f9704d chore(Tabs): align naming for native components (#3658)
  • 010fa85 fix(Android, Stack v4): fix keyboard navigation focus for form sheet (#3245)
  • fba52a8 chore(deps): bump ajv from 6.12.6 to 6.14.0 in /docs (#3675)
  • 8ce74e4 feat: add imageSource and templateSource icon support to menus (#3645)
  • ed9d87b fix(iOS, Tabs): defer scroll view behavior override until props are set (#3655)
  • 49e74b8 chore: Setup run configurations for v4 and v5 (#3667)
  • 6e97c4d feat(split-view): add show(column) command and topColumnForCollapsing prop (#...
  • 33eb2b5 chore: Readd landscape orientations to FabricExample plist (#3669)
  • f05918b feat(iOS 26): Add opt-out flag for interactions during transition for iOS 26 ...
  • Additional commits viewable in compare view

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 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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.14.0` | `7.15.2` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.28` | `7.1.31` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.13.0` | `7.14.2` |
| [i18next](https://github.com/i18next/i18next) | `25.8.12` | `25.8.13` |
| [react-native-edge-to-edge](https://github.com/zoontek/react-native-edge-to-edge) | `1.7.0` | `1.8.1` |
| [react-native-localize](https://github.com/zoontek/react-native-localize) | `3.6.1` | `3.7.0` |
| [react-native-logs](https://github.com/mowispace/react-native-logs) | `5.5.0` | `5.6.0` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.24.0` |



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

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

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

Updates `i18next` from 25.8.12 to 25.8.13
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.8.12...v25.8.13)

Updates `react-native-edge-to-edge` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/zoontek/react-native-edge-to-edge/releases)
- [Commits](zoontek/react-native-edge-to-edge@1.7.0...1.8.1)

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

Updates `react-native-logs` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/mowispace/react-native-logs/releases)
- [Changelog](https://github.com/mowispace/react-native-logs/blob/master/CHANGELOG.md)
- [Commits](mowispace/react-native-logs@5.5.0...5.6.0)

Updates `react-native-safe-area-context` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.6.2...v5.7.0)

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

---
updated-dependencies:
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-edge-to-edge
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-localize
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-logs
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.24.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 Feb 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 9, 2026

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

@dependabot dependabot Bot closed this Mar 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-1ec975a927 branch March 9, 2026 22:01
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OpenDTU-App Releases Mar 9, 2026
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