Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the minor-and-patch group with 20 updates in the / directory:

Package From To
@react-native-google-signin/google-signin 16.0.0 16.1.0
@react-navigation/bottom-tabs 7.8.12 7.9.0
@react-navigation/native 7.1.25 7.1.26
@react-navigation/native-stack 7.8.6 7.9.0
@reduxjs/toolkit 2.11.1 2.11.2
react 19.2.1 19.2.3
react-native 0.83.0 0.83.1
react-native-gesture-handler 2.29.1 2.30.0
react-native-reanimated 4.2.0 4.2.1
react-native-screens 4.18.0 4.19.0
@react-native/babel-preset 0.83.0 0.83.1
@react-native/eslint-config 0.83.0 0.83.1
@react-native/metro-config 0.83.0 0.83.1
@react-native/typescript-config 0.83.0 0.83.1
@testing-library/react 16.3.0 16.3.1
@typescript-eslint/eslint-plugin 8.46.2 8.50.0
@typescript-eslint/parser 8.46.2 8.50.0
eslint-plugin-jest 29.2.1 29.9.0
react-dom 19.2.1 19.2.3
react-test-renderer 19.2.1 19.2.3

Updates @react-native-google-signin/google-signin from 16.0.0 to 16.1.0

Release notes

Sourced from @​react-native-google-signin/google-signin's releases.

v16.1.0

16.1.0 (2025-12-21)

Features

Tip: there's a paid version of the package with a new implementation, advanced security features, support for web, and more features.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​react-native-google-signin/google-signin since your current version.


Updates @react-navigation/bottom-tabs from 7.8.12 to 7.9.0

Release notes

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

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

7.9.0 (2025-12-17)

Bug Fixes

Features

Changelog

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

7.9.0 (2025-12-17)

Bug Fixes

Features

Commits
  • 2b7ee0d chore: publish
  • 4e39c69 feat: add new menu options to native bottom tabs
  • 5a0cb12 feat: expose icon type for native bottom tabs (#12892)
  • 6d02aff refactor: rename Icon to NativeBottomTabIcon for clarity
  • d051301 feat: add support for bottom accessory to native tabs
  • eb0150e feat: override user interface style for native navigation to match theme (#12...
  • 0e5aaff fix: disable header height workarounds when new react-native-screens implem...
  • 806883b chore: upgrade expo sdk to 54 (#12753)
  • See full diff in compare view

Updates @react-navigation/elements from 2.9.2 to 2.9.3

Changelog

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

2.9.3 (2025-12-17)

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

Commits

Updates @react-navigation/native from 7.1.25 to 7.1.26

Changelog

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

7.1.26 (2025-12-17)

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

Commits

Updates @react-navigation/native-stack from 7.8.6 to 7.9.0

Release notes

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

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

7.9.0 (2025-12-17)

Bug Fixes

Features

Changelog

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

7.9.0 (2025-12-17)

Bug Fixes

Features

Commits
  • 2b7ee0d chore: publish
  • 7131e4b feat: align header item types with react-native-screens (#12895)
  • 0467f9a fix: don't use native header height if we have custom header
  • ea190e9 feat: add sheetShouldOverflowTopInset prop (#12871)
  • 72ee2ef fix: fix invisible text when header large title is enabled
  • eb0150e feat: override user interface style for native navigation to match theme (#12...
  • 0e5aaff fix: disable header height workarounds when new react-native-screens implem...
  • 806883b chore: upgrade expo sdk to 54 (#12753)
  • See full diff in compare view

Updates @reduxjs/toolkit from 2.11.1 to 2.11.2

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.11.2

This bugfix release updates the AbortSignal handling to fall back if DOMException isn't available (such as RN environments), and updates the TypedUseInfiniteQueryHookResult type to correctly include fetchNextPage/fetchPreviousPage fields.

Changelog

Bugfixes

The AbortSignal changes in 2.11.1 used DOMException in a couple places to match the expected behavior of AbortSignal, but turns out that's not available in environments like React Native. We've updated the logic to fall back to a plain Error if DOMException isn't available.

The TypedUseInfiniteQueryHookResult type wasn't correctly including the fetchNextPage/fetchPreviousPage fields, and now it does.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.1...v2.11.2

Commits

Updates react from 19.2.1 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

Commits

Updates react-native from 0.83.0 to 0.83.1

Release notes

Sourced from react-native's releases.

0.83.1

Fixed

Android specific

  • Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

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.

Changelog

Sourced from react-native's changelog.

v0.83.1

Fixed

Android specific

  • Networking: Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)
Commits

Updates react-native-gesture-handler from 2.29.1 to 2.30.0

Release notes

Sourced from react-native-gesture-handler's releases.

2.30.0

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@v2.29.1...v2.30.0

Commits
  • 788a823 Release v2.30.0
  • fb98bcd [iOS] Fix manual activation crash (#3890)
  • 6dddda8 Fixing number of touches becoming 0 issue for pan gestures in apple track pad...
  • 6e8646a [General] Throw when no gesture is passed to the GestureDetector (#3884)
  • 1427aae Support react-native 0.83 (#3822)
  • c1d7e15 [General] Change nightly version name (#3862)
  • 14b690e [iOS] Fix onFinalize callbacks on iOS 26 (#3855)
  • 924e38f [iOS] Fix pan not triggering onFinalize when blocked (#3849)
  • 2357469 [android] fix scroll actions interpreted as touch (#3850)
  • 78c9ed7 [Web] Fix press out (#3833)
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.2.0 to 4.2.1

Release notes

Sourced from react-native-reanimated's releases.

4.2.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.0...4.2.1

Commits
  • 8014851 release(Reanimated): 4.2.1 (#8781)
  • 89e612d cherry-pick(Reanimated): Fix animation names array order updates on keyframes...
  • 8164081 cherry-pick(Reanimated): Fix web entering animations triggered on view exitin...
  • eb005e4 cherry-pick(Reanimated): fix(web): Support originX and originY in layout anim...
  • 64b2730 cherry-pick(Reanimated) Proper support for nested animatedProps objects and...
  • 9655802 cherry-pick(Reanimated): use native processTransformOrigin instead of web ver...
  • e928bcc fix: Missing style props in the config causing TS compatibility check to fail...
  • See full diff in compare view

Updates react-native-screens from 4.18.0 to 4.19.0

Release notes

Sourced from react-native-screens's releases.

4.19.0

What's Changed

Minor release. It comes with many improvements & bug fixes. Notably:

  1. bottomAccessory support for native tabs on iOS,
  2. special effects support for tabs on Android,
  3. support for synchronous state updates (behind a feature flag),
  4. quite few more.

⚠️ This release also removes long-deprecated native-stack v5 code from the repository.

See the full change set below 👇🏻

Improvements

Bug fixes

... (truncated)

Commits
  • f65b107 release: 4.19.0 (#3481)
  • 4e1d7c1 fix(iOS, FormSheet): Add fallback for searching ScrollView which is inside SA...
  • c9b84ff fix(Android): crash on hot reload when FabricUIManagerBinding is null (#3475)
  • 12e4eac fix(iOS, Stack): Fix enum conversion for landscape right (#3474)
  • 3accd66 fix(iOS, FormSheet): Allow handling dynamic content size in FormSheet since 0...
  • 548e8ea chore: Upgrade TVOSExample to RN 0.81 (#3465)
  • 028c47c fix(iOS, Tabs): bottom accessory opacity on appearance change (#3467)
  • 5463180 chore: Sync react-navigation with 7.x branch (#3468)
  • fb49fca fix(iOS 26, Stack): center view inside bar button item (#3449)
  • e172686 refactor: Remove codegen-related deep imports (#3458)
  • Additional commits viewable in compare view

Updates @react-native/babel-preset from 0.83.0 to 0.83.1

Release notes

Sourced from @​react-native/babel-preset's releases.

0.83.1

Fixed

Android specific

  • Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

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.

Changelog

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

v0.83.1

Fixed

Android specific

  • Networking: Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)
Commits

Updates @react-native/eslint-config from 0.83.0 to 0.83.1

Release notes

Sourced from @​react-native/eslint-config's releases.

0.83.1

Fixed

Android specific

  • Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

… updates

Bumps the minor-and-patch group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native-google-signin/google-signin](https://github.com/react-native-google-signin/google-signin) | `16.0.0` | `16.1.0` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.8.12` | `7.9.0` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.25` | `7.1.26` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.8.6` | `7.9.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.11.1` | `2.11.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.1` | `19.2.3` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.0` | `0.83.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.29.1` | `2.30.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.0` | `4.2.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.18.0` | `4.19.0` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.83.0` | `0.83.1` |
| [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.83.0` | `0.83.1` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.83.0` | `0.83.1` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.83.0` | `0.83.1` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.50.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.2` | `8.50.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.2.1` | `29.9.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.1` | `19.2.3` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `19.2.1` | `19.2.3` |



Updates `@react-native-google-signin/google-signin` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/react-native-google-signin/google-signin/releases)
- [Changelog](https://github.com/react-native-google-signin/google-signin/blob/master/release.config.js)
- [Commits](react-native-google-signin/google-signin@v16.0.0...v16.1.0)

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

Updates `@react-navigation/elements` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/[email protected]/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/elements)

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

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

Updates `@reduxjs/toolkit` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.11.1...v2.11.2)

Updates `react` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-native` from 0.83.0 to 0.83.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.83.1/packages/react-native)

Updates `react-native-gesture-handler` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.29.1...v2.30.0)

Updates `react-native-reanimated` from 4.2.0 to 4.2.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.2.1/packages/react-native-reanimated)

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

Updates `@react-native/babel-preset` from 0.83.0 to 0.83.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.83.0...v0.83.1)

Updates `@react-native/eslint-config` from 0.83.0 to 0.83.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.83.1/packages/eslint-config-react-native)

Updates `@react-native/metro-config` from 0.83.0 to 0.83.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.83.1/packages/metro-config)

Updates `@react-native/typescript-config` from 0.83.0 to 0.83.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.83.1/packages/typescript-config)

Updates `@testing-library/react` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.1)

Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.2 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/parser)

Updates `eslint-plugin-jest` from 29.2.1 to 29.9.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.2.1...v29.9.0)

Updates `react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `react-test-renderer` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-test-renderer)

---
updated-dependencies:
- dependency-name: "@react-native-google-signin/google-signin"
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native
  dependency-version: 0.83.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-gesture-handler
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-native-reanimated
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-native-screens
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.83.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.83.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-native/metro-config"
  dependency-version: 0.83.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-native/typescript-config"
  dependency-version: 0.83.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-jest
  dependency-version: 29.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-test-renderer
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-e91aa99e54 branch from e98c493 to 95b1dc2 Compare December 30, 2025 20:38
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

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

@dependabot dependabot bot closed this Dec 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-e91aa99e54 branch December 30, 2025 20:43
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.

1 participant