Skip to content

build(deps): bump the production-dependencies group across 1 directory with 7 updates#609

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-c5dbb105a2
Jun 29, 2026
Merged

build(deps): bump the production-dependencies group across 1 directory with 7 updates#609
github-actions[bot] merged 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-c5dbb105a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@react-navigation/bottom-tabs 7.18.2 7.18.3
@react-navigation/native 7.3.3 7.3.4
@react-navigation/native-stack 7.17.5 7.17.6
i18next 26.3.1 26.3.3
react-native-reanimated 4.4.1 4.5.0
react-native-worklets 0.9.2 0.10.0
styled-components 6.4.2 6.4.3

Updates @react-navigation/bottom-tabs from 7.18.2 to 7.18.3

Changelog

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

7.18.3 (2026-06-23)

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

Commits

Updates @react-navigation/native from 7.3.3 to 7.3.4

Changelog

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

7.3.4 (2026-06-23)

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

Commits

Updates @react-navigation/native-stack from 7.17.5 to 7.17.6

Changelog

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

7.17.6 (2026-06-23)

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

Commits

Updates i18next from 26.3.1 to 26.3.3

Release notes

Sourced from i18next's releases.

v26.3.3

  • fix(types): selector t($ => $.arr, { returnObjects: true, context }) on a JSON array of heterogeneous objects now preserves each element's full shape (e.g. { transKey1: string; transKey2: string }[]) instead of collapsing to a union of partial element types. Two type-level causes: (1) FilterKeys evaluated the whole array element type at once, so keyof (A | B) only saw the keys common to every element — it now distributes over the object union and filters each element independently; (2) when TypeScript merges mismatched array element types it injects phantom optional undefined keys (e.g. transKey1_withContext?: undefined on elements that don't define it), which the context-detection helpers mistook for real context variants — they now skip keys typed as undefined. Also adds a dedicated context + returnObjects: true selector overload using const Fn + ReturnType<Fn>, so Target is no longer collapsed to unknown via ApplyTarget. Resolves Problem 1 of #2398 (Problem 2 was already fixed on master). Thanks @​sauravgupta-dotcom (#2438). Fixes #2398.

v26.3.2

  • fix: chained formatters with a parenthesised option that contains the format separator (e.g. join(separator: ', ')) now work at any position in the chain, not just first. Previously the comma-in-parens reassembly only repaired formats[0], so {{v, uppercase, join(separator: ', ')}} split the join(...) option on the inner comma and never rejoined it, producing corrupt output. Replaced the first-position-only repair with a position-independent pass that re-joins fragments until each open paren closes. Thanks @​spokodev (#2437).
Changelog

Sourced from i18next's changelog.

26.3.3

  • fix(types): selector t($ => $.arr, { returnObjects: true, context }) on a JSON array of heterogeneous objects now preserves each element's full shape (e.g. { transKey1: string; transKey2: string }[]) instead of collapsing to a union of partial element types. Two type-level causes: (1) FilterKeys evaluated the whole array element type at once, so keyof (A | B) only saw the keys common to every element — it now distributes over the object union and filters each element independently; (2) when TypeScript merges mismatched array element types it injects phantom optional undefined keys (e.g. transKey1_withContext?: undefined on elements that don't define it), which the context-detection helpers mistook for real context variants — they now skip keys typed as undefined. Also adds a dedicated context + returnObjects: true selector overload using const Fn + ReturnType<Fn>, so Target is no longer collapsed to unknown via ApplyTarget. Resolves Problem 1 of #2398 (Problem 2 was already fixed on master). Thanks @​sauravgupta-dotcom (#2438). Fixes #2398.

26.3.2

  • fix: chained formatters with a parenthesised option that contains the format separator (e.g. join(separator: ', ')) now work at any position in the chain, not just first. Previously the comma-in-parens reassembly only repaired formats[0], so {{v, uppercase, join(separator: ', ')}} split the join(...) option on the inner comma and never rejoined it, producing corrupt output. Replaced the first-position-only repair with a position-independent pass that re-joins fragments until each open paren closes. Thanks @​spokodev (#2437).
Commits

Updates react-native-reanimated from 4.4.1 to 4.5.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.5.0

Key changes

More props supported by CSS Core Animation

Shadow (shadowColor, shadowOpacity, shadowRadius, shadowOffset), background, and border (backgroundColor, borderColor, borderWidth, borderRadius) CSS transitions now run on iOS Core Animation.

Using CSS Core Animation required enabling IOS_CSS_CORE_ANIMATION feature flag.

CSS Animations Pseudoselectors

CSS animations now support pseudo-selectors such as :hover, :active, and :focus, with native Apple and Android backends alongside a web implementation.

CSS Animations web support for SVG

Animating react-native-svg components is now available on web.

SharedTransitionBoundary component

Introducing the <SharedTransitionBoundary> component, which scopes shared element transitions to a subtree so only matching elements within the boundary animate together. Useful for isolating shared transitions between screens that would otherwise interfere.

Other changes

... (truncated)

Commits
  • cf478db release(Reanimated): 4.5.0
  • 33f51d7 chore: prepare branch for reanimated 4.5.0 release
  • 8306dc9 fix: Memory leak when unmounting views mid-animation (#9711)
  • 855bd45 fix: Android ANR deadlock between CSS updates-registry lock and Fabric commit...
  • a0549d7 fix(Reanimated): delay on synchronous event animation cancel (#9732)
  • f8c8180 fix: share a single touch listener across press pseudo-selectors (#9729)
  • 9b8f83c fix: Keep Android CSS :hover active while the pointer is over descendant view...
  • 9551383 fix: flashing to default style when a CSS transition detaches on Android (#9728)
  • 6efa524 fix: Android crash on odd-length CSS strokeDasharray (#9719)
  • 5eeb3d3 fix: Preserve builder subclass type through static animation modifiers (#9710)
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.9.2 to 0.10.0

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.10.0

Key changes

Bundle Mode considered stable

Bundle Mode is now considered stable and the recommended way of using Worklets. Previous mode (called Legacy Eval Mode) is still enabled by default.

https://docs.swmansion.com/react-native-worklets/docs/bundleMode/

Robust API for module import forwarding

Previous workletizableModules API was removed and replaced with more configurable importForwarding, along with documentation explaining how to use it.

https://docs.swmansion.com/react-native-worklets/docs/bundleMode/importForwarding/

Native serialization support for ArrayBufferView

ArrayBufferView objects (like TypedArrays) are now serialized via a dedicated native code path, reducing serialization overhead.

Other changes

... (truncated)

Commits
  • b93e679 release(Worklets): 0.10.0
  • 6f9094b fix(worklets): Keep getTransformOptions arguments in metro for bundle mode (#...
  • 6d6aa87 worklets plugin: preserve JSX imports in bundle mode (#9212)
  • 3206cb1 chore(Worklets): remove experimental label from Bundle Mode (#9584)
  • 775fa93 docs(Worklets): importForwading API (#9665)
  • 7c86624 fix(Worklets): RemoteFunction memory cycle (#9673)
  • 32941a8 Worklets: added native serialization for ArrayBufferView (#9475)
  • 1278979 fix: Fix ios crash after linter change (#9668)
  • aea10ed feat(Worklets): module import forwarding API (#9638)
  • 3a10590 refactor(Worklets): use shims for react-native imports (#9640)
  • Additional commits viewable in compare view

Updates styled-components from 6.4.2 to 6.4.3

Release notes

Sourced from styled-components's releases.

styled-components@6.4.3

Patch Changes

  • f692ec2: Fix a TypeScript error when wrapping a component whose props can't be statically read, such as Mantine v7's polymorphic-factory components (Button, Card, Menu.Item, and similar). These styled components no longer reject every prop, including children; arbitrary props are accepted again at the JSX call site and via .attrs(), while components with readable prop types stay fully type-checked.
  • f692ec2: Keep TypeScript attribute autocomplete working while you type props on a polymorphic styled component. When a component renders a different element through as (for example as="video"), beginning to type a new prop name could make the whole suggestion list vanish; the rendered element's props now keep autocompleting as you go.

styled-components@6.4.3-prerelease-20260602021501

Patch Changes

  • f692ec2: Fix a TypeScript error when wrapping a component whose props can't be statically read, such as Mantine v7's polymorphic-factory components (Button, Card, Menu.Item, and similar). These styled components no longer reject every prop, including children; arbitrary props are accepted again at the JSX call site and via .attrs(), while components with readable prop types stay fully type-checked.
  • f692ec2: Keep TypeScript attribute autocomplete working while you type props on a polymorphic styled component. When a component renders a different element through as (for example as="video"), beginning to type a new prop name could make the whole suggestion list vanish; the rendered element's props now keep autocompleting as you go.

Full Changelog: styled-components/styled-components@styled-components@6.4.2...styled-components@6.4.3-prerelease-20260602021501

Commits
  • e066341 Version Packages
  • f692ec2 fix(types): permissive props for un-introspectable targets, plus as-target au...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2026
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Jun 29, 2026
@github-actions github-actions Bot enabled auto-merge June 29, 2026 21:08
@dependabot dependabot Bot changed the title Bump the production-dependencies group with 7 updates build(deps): bump the production-dependencies group across 1 directory with 7 updates Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-c5dbb105a2 branch from 1efcabe to 2b71aa5 Compare June 29, 2026 21:57
…y with 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.18.2` | `7.18.3` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.3.3` | `7.3.4` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.17.5` | `7.17.6` |
| [i18next](https://github.com/i18next/i18next) | `26.3.1` | `26.3.3` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.4.1` | `4.5.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.9.2` | `0.10.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.4.2` | `6.4.3` |



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

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

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

Updates `i18next` from 26.3.1 to 26.3.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.3.1...v26.3.3)

Updates `react-native-reanimated` from 4.4.1 to 4.5.0
- [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.5.0/packages/react-native-reanimated)

Updates `react-native-worklets` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.10.0/packages/react-native-worklets)

Updates `styled-components` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.4.2...styled-components@6.4.3)

---
updated-dependencies:
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native"
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: i18next
  dependency-version: 26.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-worklets
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: styled-components
  dependency-version: 6.4.3
  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 force-pushed the dependabot/npm_and_yarn/production-dependencies-c5dbb105a2 branch from 2b71aa5 to 45f499e Compare June 29, 2026 22:15
@github-actions github-actions Bot merged commit 99c2265 into develop Jun 29, 2026
9 of 10 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/production-dependencies-c5dbb105a2 branch June 29, 2026 22:30
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OpenDTU-App Releases Jun 29, 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