Skip to content

Bump the production-dependencies group across 1 directory with 10 updates#459

Merged
CommanderRedYT merged 2 commits into
developfrom
dependabot/npm_and_yarn/production-dependencies-569075e68f
Nov 11, 2025
Merged

Bump the production-dependencies group across 1 directory with 10 updates#459
CommanderRedYT merged 2 commits into
developfrom
dependabot/npm_and_yarn/production-dependencies-569075e68f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
@octokit/rest 22.0.0 22.0.1
@react-navigation/bottom-tabs 7.6.0 7.8.4
@react-navigation/native-stack 7.6.0 7.6.2
@reduxjs/toolkit 2.9.2 2.10.1
i18next 25.6.0 25.6.1
react-i18next 16.2.1 16.2.4
react-native-localize 3.5.4 3.6.0
react-native-reanimated 4.1.3 4.1.5
react-native-safe-area-context 5.6.1 5.6.2
react-native-share 12.2.0 12.2.1

Updates @octokit/rest from 22.0.0 to 22.0.1

Release notes

Sourced from @​octokit/rest's releases.

v22.0.1

22.0.1 (2025-10-31)

Bug Fixes

  • deps: update octokit monorepo (major) (#538) (ded2f17)
Commits
  • daa3ec9 ci(action): update actions/setup-node action to v6 (#534)
  • 1dec0c7 ci(action): update peter-evans/create-or-update-comment action to v5 (#531)
  • ded2f17 fix(deps): update octokit monorepo (major) (#538)
  • 0e0eaea chore(deps): update dependency @​types/node to v24 (#537)
  • c04acc8 chore(deps): update vitest monorepo to v4 (major) (#536)
  • e6dd306 chore(deps): update dependency undici to v7 (#474)
  • 5f380d0 build(deps-dev): Bump form-data from 4.0.2 to 4.0.4 in /docs (#520)
  • dc6827d build(deps-dev): Bump tar-fs from 2.1.2 to 2.1.3 in /docs (#516)
  • See full diff in compare view

Updates @react-navigation/bottom-tabs from 7.6.0 to 7.8.4

Release notes

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

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

7.8.4 (2025-11-07)

Bug Fixes

  • fix native tab bar color in dark theme (056a9e5) - by @

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

7.8.3 (2025-11-07)

Bug Fixes

  • don't wrap tab switch in a transition (9e1d019) - by @

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

7.8.2 (2025-11-06)

Bug Fixes

  • fix color from tab bar badge style not being used in native tabs (4b2d7f7) - by @

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

7.8.1 (2025-11-05)

Bug Fixes

  • fix showing search bar in native tab bar (681f408) - by @

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

7.8.0 (2025-11-05)

Features

  • don't show native header by default in native bottom tabs (fc81d9a) - by @

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

7.7.2 (2025-10-29)

Bug Fixes

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

7.7.1 (2025-10-28)

... (truncated)

Changelog

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

7.8.4 (2025-11-07)

Bug Fixes

  • fix native tab bar color in dark theme (056a9e5) - by @

7.8.3 (2025-11-07)

Bug Fixes

  • don't wrap tab switch in a transition (9e1d019) - by @

7.8.2 (2025-11-06)

Bug Fixes

  • fix color from tab bar badge style not being used in native tabs (4b2d7f7) - by @

7.8.1 (2025-11-05)

Bug Fixes

  • fix showing search bar in native tab bar (681f408) - by @

7.8.0 (2025-11-05)

Features

  • don't show native header by default in native bottom tabs (fc81d9a) - by @

7.7.3 (2025-11-01)

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

7.7.2 (2025-10-29)

Bug Fixes

7.7.1 (2025-10-28)

Bug Fixes

  • add missing options (503aef2) - by @

7.7.0 (2025-10-28)

Features

... (truncated)

Commits
  • c93119c chore: publish
  • 056a9e5 fix: fix native tab bar color in dark theme
  • a74e0e2 chore: publish
  • 9e1d019 fix: don't wrap tab switch in a transition
  • 70c1414 chore: publish
  • 4b2d7f7 fix: fix color from tab bar badge style not being used in native tabs
  • 359df7d chore: publish
  • 681f408 fix: fix showing search bar in native tab bar
  • 12a9ab1 chore: publish
  • fc81d9a feat: don't show native header by default in native bottom tabs
  • Additional commits viewable in compare view

Updates @react-navigation/native-stack from 7.6.0 to 7.6.2

Release notes

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

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

7.6.2 (2025-11-01)

Bug Fixes

Changelog

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

7.6.2 (2025-11-01)

Bug Fixes

7.6.1 (2025-10-28)

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

Commits

Updates @reduxjs/toolkit from 2.9.2 to 2.10.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.10.1

This bugfix release fixes an issue with window access breaking in SSR due to the byte-shaving work in 2.10.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.10.0...v2.10.1

v2.10.0

This feature release updates our Immer dep to 10.2 to pick up its performance improvements, has additional byte-shaving and internal performance updates, and fixes a combineSlices type issue.

Changelog

Immer Performance Improvements

Redux Toolkit has been built around Immer since the very first prototype in 2018. Use of Immer as the default in createSlice directly eliminated accidental mutations as a class of errors in Redux apps, and drastically simplified writing immutable updates in reducers.

We've had various issues filed over the years asking to make Immer optional, or raising concerns about Immer's perf. Immer is indeed slower than writing immutable updates by hand, but our stance has always been that Immer's DX is absolutely worth whatever modest perf cost it might incur, and that reducers are usually not the bottleneck in Redux apps anyway - it's usually the cost of updating the UI that's more expensive.

However, a year ago an issue was filed with some specific complaints about Immer perf being very slow. We investigated, ran benchmarks, and filed an Immer issue confirming that it had gotten noticeably slower over time. Immer author Michel Weststrate agreed, and said there were some potential tweaks and architectural changes that could be made, but didn't have time to look into them himself.

A couple months ago, we started investigating possible Immer perf improvements ourselves, including profiling various scenarios and comparing implementations of other similar immutable update libraries. After extensive research and development, we were able to file several PRs to improve Immer's perf: a set of smaller tweaks around iteration and caching, a couple much larger architectural changes, and a potential change to copying objects.

Immer 10.2.0 contains the first set of smaller perf improvements, and this RTK release updates our dependency to 10.2 to pick up those changes.

One important behavior note here: Earlier versions of Immer (8, 9, 10.1) added more handling for edge cases like symbol keys in objects. These changes made sense for correctness, but also contributed to the slowdown. Immer 10.2 now includes a new setUseStrictIteration option to allow only copying string keys in objects (using Object.keys() instead of Reflect.ownKeys()), but keeps the option as strict: true for compatibility with its own users. That default will likely change in Immer 11.

For RTK 2.10.0, we specifically import and call setUseStrictIteration(false), under the assumption that standard Redux state usage only involves string keys in plain JS objects! This should provide a ~10% speedup for Immer update operations. Given that expectation, we believe this is a reasonable feature change and only needs a minor version bump.

If by some chance you are using symbol keys in your Redux state, or in other Immer-powered updates in your Redux app, you can easily revert to the previous behavior by calling setUseStrictIteration(true) in your own app code.

Based on discussions with Michel, Immer v11 should come out in the near future with additional architectural changes for better perf, including optional support for faster array methods that would be available as an Immer plugin adding ~2KB bundle size. We will likely not turn that plugin on by default, but recommend that users enable it if they do frequent array ops in reducers.

We're happy to have contributed these perf improvements to Immer, and that they will benefit not just RTK users but all Immer users everywhere!

You can follow the additional discussion and progress updates in the main Immer perf update tracking issue.

Additional RTK Perf Improvements

We've tweaked some places where we were doing repeated filter().map().map() calls to micro-optimize those loops.

RTKQ tag invalidation was always reading from proxy-wrapped arrays when rewriting provided tags. It now reads from the plain arrays instead, providing a modest speedup.

We previously found that ESBuild wasn't deduplicating imports from the same libraries in separate files bundled together (ie import { useEffect as useEffect2/3/4/ } from 'react'). We've restructured our internals to ensure all external imports are only pulled in once.

We've done some extensive byte-shaving in various places in the codebase. The byte-shaving and import deduplication saves about 0.6K min from the RTKQ core, and 0.2K min from the RTKQ React bundle.

Other Changes

... (truncated)

Commits

Updates i18next from 25.6.0 to 25.6.1

Release notes

Sourced from i18next's releases.

v25.6.1

  • fix: createInstance does not exist on an instance #2366
Changelog

Sourced from i18next's changelog.

25.6.1

  • fix: createInstance does not exist on an instance #2366
Commits

Updates react-i18next from 16.2.1 to 16.2.4

Changelog

Sourced from react-i18next's changelog.

16.2.4

  • try to fix "Trans component do not render anymore children as default value in test environment" 1883 by also respecting 1876

16.2.3

  • fix hyphened component break issue 1882

16.2.2

  • fix trans component break with less than sign 1880, closes 1734
Commits

Updates react-native-localize from 3.5.4 to 3.6.0

Release notes

Sourced from react-native-localize's releases.

3.6.0

Commits

Updates react-native-reanimated from 4.1.3 to 4.1.5

Release notes

Sourced from react-native-reanimated's releases.

4.1.5

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.1.4...4.1.5

4.1.4

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.1.3...4.1.4

Commits
  • 73c5bf7 Release(Reanimated): 4.1.5 (#8584)
  • e3c207b cherry-pick(Reanimated): Fix web crashes if there is no DOM element and other...
  • 406126a release(Reanimated): 4.1.4 (#8535)
  • d247c9d cherry-pick(Reanimated): Incorrect detach call in web CSSAnimationsManager ...
  • efcfad4 cherry-pick(Reanimated): Fix disappearing views when exiting LA is used on we...
  • 9d1562e fix: Use correct color processor in CSS animations and transitions (#8566)
  • d7c9961 cherry-pick(Reanimated): fix: Safe merge for user config in Spring Animation ...
  • 05ec38f cherry-pick(Reanimated): Make obtaining logger config safer (#8527) (#8528)
  • a5b6b79 cherry-pick(Reanimated): Web CSS animation restarting on navigation between s...
  • e517d5b cherry-pick(Reanimated): useAnimatedRef breaking on SectionList (#8301) (#8478)
  • Additional commits viewable in compare view

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

Release notes

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

Release 5.6.2

5.6.2 (2025-10-28)

Bug Fixes

  • Add missing event dispatcher for tvOS and macOS in legacy arch (#670) (393fcc8)
Commits

Updates react-native-share from 12.2.0 to 12.2.1

Release notes

Sourced from react-native-share's releases.

v12.2.1

12.2.1 (2025-11-09)

Bug Fixes

  • ios: Viber & Telegram sharing for iOS 18+ (#1698) (eaf8e15)
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

…ates

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

| Package | From | To |
| --- | --- | --- |
| [@octokit/rest](https://github.com/octokit/rest.js) | `22.0.0` | `22.0.1` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.6.0` | `7.8.4` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.6.0` | `7.6.2` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.9.2` | `2.10.1` |
| [i18next](https://github.com/i18next/i18next) | `25.6.0` | `25.6.1` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.2.1` | `16.2.4` |
| [react-native-localize](https://github.com/zoontek/react-native-localize) | `3.5.4` | `3.6.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.1.3` | `4.1.5` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.1` | `5.6.2` |
| [react-native-share](https://github.com/react-native-community/react-native-share) | `12.2.0` | `12.2.1` |



Updates `@octokit/rest` from 22.0.0 to 22.0.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v22.0.0...v22.0.1)

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

Updates `@react-navigation/native-stack` from 7.6.0 to 7.6.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.6.2/packages/native-stack/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native-stack@7.6.2/packages/native-stack)

Updates `@reduxjs/toolkit` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.9.2...v2.10.1)

Updates `i18next` from 25.6.0 to 25.6.1
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.6.0...v25.6.1)

Updates `react-i18next` from 16.2.1 to 16.2.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.2.1...v16.2.4)

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

Updates `react-native-reanimated` from 4.1.3 to 4.1.5
- [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.1.5/packages/react-native-reanimated)

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

Updates `react-native-share` from 12.2.0 to 12.2.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.2.0...v12.2.1)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 25.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-i18next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-localize
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-share
  dependency-version: 12.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 10, 2025
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Nov 10, 2025
@CommanderRedYT CommanderRedYT merged commit d8caf8f into develop Nov 11, 2025
9 checks passed
@CommanderRedYT CommanderRedYT deleted the dependabot/npm_and_yarn/production-dependencies-569075e68f branch November 11, 2025 22:56
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OpenDTU-App Releases Nov 11, 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.

1 participant