Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the production-dependencies group with 10 updates:

Package From To
google-auth-library 9.15.1 10.5.0
@tanstack/react-query 5.90.18 5.90.19
react 19.1.0 19.2.3
react-dom 19.1.0 19.2.3
react-native 0.81.5 0.83.1
react-native-reanimated 4.1.6 4.2.1
react-native-screens 4.16.0 4.19.0
react-native-svg 15.12.1 15.15.1
react-native-worklets 0.5.1 0.7.2
jest 29.7.0 30.2.0

Updates google-auth-library from 9.15.1 to 10.5.0

Release notes

Sourced from google-auth-library's releases.

v10.5.0

10.5.0 (2025-10-30)

Features

v10.4.2

10.4.2 (2025-10-23)

Bug Fixes

  • Export ExternalAccountAuthorizedUserCredential (#2166) (c128149)

v10.4.1

10.4.1 (2025-10-14)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v33 (#2146) (bbee39e)
  • deps: Update dependency @​googleapis/iam to v34 (#2159) (0006ae2)
  • deps: Update dependency dotenv to v17 (#2150) (5b2c7c5)
  • deps: Update dependency gcp-metadata to v8 (#2158) (7e547d4)
  • Disable linkinator until 429 issue is fixed. (#2138) (2f54532)
  • Link to customCredentialSupplierOktaWorkload (#2149) (3cdef01)

v10.4.0

10.4.0 (2025-09-30)

Features

  • Add console warnings for mitigating file based credential load … (#2143) (cae596b)

v10.3.1

10.3.1 (2025-09-26)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v32 (#2133) (23c13c5)

v10.3.0

10.3.0 (2025-08-25)

Features

... (truncated)

Changelog

Sourced from google-auth-library's changelog.

10.5.0 (2025-10-30)

Features

10.4.2 (2025-10-23)

Bug Fixes

  • Export ExternalAccountAuthorizedUserCredential (#2166) (c128149)

10.4.1 (2025-10-14)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v33 (#2146) (bbee39e)
  • deps: Update dependency @​googleapis/iam to v34 (#2159) (0006ae2)
  • deps: Update dependency dotenv to v17 (#2150) (5b2c7c5)
  • deps: Update dependency gcp-metadata to v8 (#2158) (7e547d4)
  • Disable linkinator until 429 issue is fixed. (#2138) (2f54532)
  • Link to customCredentialSupplierOktaWorkload (#2149) (3cdef01)

10.4.0 (2025-09-30)

Features

  • Add console warnings for mitigating file based credential load … (#2143) (cae596b)

10.3.1 (2025-09-26)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v32 (#2133) (23c13c5)

10.3.0 (2025-08-25)

Features

10.2.1 (2025-08-01)

... (truncated)

Commits
  • c0ea9cd chore(main): release 10.5.0 (#2171)
  • f50cb67 feat: Support scopes from impersonated JSON (#2170)
  • 7846bf6 chore(main): release 10.4.2 (#2167)
  • c128149 fix: export ExternalAccountAuthorizedUserCredential (#2166)
  • 33fb917 docs: fix AWS security credentials supplier example (#2162)
  • be41d83 chore(main): release 10.4.1 (#2148)
  • 069c427 chore: update setup-node in github workflows (#2161)
  • fbc6b11 Revert "feat: add console warnings for mitigating file based credential load ...
  • 7e547d4 fix(deps): update dependency gcp-metadata to v8 (#2158)
  • 0006ae2 fix(deps): update dependency @​googleapis/iam to v34 (#2159)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.18 to 5.90.19

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.19

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.16
    • @​tanstack/react-query@​5.90.17

@​tanstack/react-query@​5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19
Commits

Updates react from 19.1.0 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

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits

Updates react-dom from 19.1.0 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits

Updates react-native from 0.81.5 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.

0.83.0


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

... (truncated)

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)

v0.83.0

Breaking

None

Deprecated

Android specific

  • Animated: Mark startOperationBatch and finishOperationBatch as deprecated, replace with no-op (c9dcd64ed5 by @​zeyap)
  • Networking: Mark NetworkingModule.sendRequestInternal as deprecated (30999b868c by @​motiz88)

Added

Android specific

iOS specific

  • Build options: Add way to set the RCT_REMOVE_LEGACY_ARCH flag from Cocoapods to compile ou the legacy arch (5abda9c7da by @​cipolleschi)
  • Build options: Add support for symbolication of precompiled React.xcframework (07f40ec6b4 by @​chrfalch)

... (truncated)

Commits

Updates react-native-reanimated from 4.1.6 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

4.2.0

Key changes

Other changes

React Native Compatibility & Dependency Updates

Bumps the production-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `9.15.1` | `10.5.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.18` | `5.90.19` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.2.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.2.3` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.81.5` | `0.83.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.1.6` | `4.2.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.16.0` | `4.19.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.12.1` | `15.15.1` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.5.1` | `0.7.2` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |


Updates `google-auth-library` from 9.15.1 to 10.5.0
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v9.15.1...v10.5.0)

Updates `@tanstack/react-query` from 5.90.18 to 5.90.19
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)

Updates `react` from 19.1.0 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-dom` from 19.1.0 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-native` from 0.81.5 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-reanimated` from 4.1.6 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.16.0 to 4.19.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.16.0...4.19.0)

Updates `react-native-svg` from 15.12.1 to 15.15.1
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.12.1...v15.15.1)

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

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

---
updated-dependencies:
- dependency-name: google-auth-library
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native
  dependency-version: 0.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-svg
  dependency-version: 15.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-native-worklets
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2026

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2026

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

@dependabot dependabot bot closed this Jan 20, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-8c19ee7d6f branch January 20, 2026 08:45
@dydals3440 dydals3440 added the type: chore ⚙️ 기타 작업 - 빌드 시스템, 의존성 관리, 설정 변경 등 생산성 향상을 위한 작업 label Jan 20, 2026
@dydals3440 dydals3440 self-assigned this Jan 20, 2026
@dydals3440 dydals3440 added priority: low 🟢 낮음 - 성능 최적화, 사소한 UI 수정 등 긴급하지 않은 백로그 작업 scope: tooling 🛠️ 도구 - Monorepo 설정, Turborepo, 공통 린트/포맷터 설정 관련 labels Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: low 🟢 낮음 - 성능 최적화, 사소한 UI 수정 등 긴급하지 않은 백로그 작업 scope: tooling 🛠️ 도구 - Monorepo 설정, Turborepo, 공통 린트/포맷터 설정 관련 type: chore ⚙️ 기타 작업 - 빌드 시스템, 의존성 관리, 설정 변경 등 생산성 향상을 위한 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants