Skip to content

Conversation

@dependabot
Copy link

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

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
@swc/core 1.15.8 1.15.10
@testcontainers/postgresql 10.28.0 11.11.0
@types/node 22.19.7 25.0.9
testcontainers 10.28.0 11.11.0
react-test-renderer 19.1.0 19.2.3

Updates @swc/core from 1.15.8 to 1.15.10

Changelog

Sourced from @​swc/core's changelog.

[1.15.10] - 2026-01-19

Bug Fixes

  • (ci) Handle merged PRs separately in milestone manager (#11409) (3554268)

  • (es/compat) Preserve this context in nested arrow functions (#11423) (f2bdaf2)

  • (es/es2017) Replace this in arrow functions during async-to-generator (#11450) (a993da6)

Features

  • (bindings/wasm) Enable ecma_lints feature to support semantic error detection (#11414) (1faa4a5)

  • (es/hooks) Implement VisitMutHook for Either type (#11428) (395c85e)

  • (es/hooks) Implement VisitMutHook for Option (#11429) (0bf1954)

  • (es/hooks) Add VisitHook trait for immutable AST visitors (#11437) (3efb41d)

  • (es/minifier) Improve nested template literal evaluation (#11411) (147df2f)

  • (es/minifier) Remove inlined IIFE arg and param (#11436) (2bc5d40)

  • (es/minifier) Remove inlined IIFE arg and param (#11446) (baa1ae3)

Miscellaneous Tasks

... (truncated)

Commits
  • 073b0bb chore: Publish 1.15.10 with swc_core v55.0.1
  • f6afa7f chore: Update changelog
  • dadfc1e chore: Publish 1.15.10-nightly-20260119.1 with swc_core v55.0.1
  • 2361588 chore: Publish crates with swc_core v55.0.1
  • e9f78f0 chore(deps): Update browserslist-data to v0.1.5 (#11454)
  • baa1ae3 feat(es/minifier): Remove inlined IIFE arg and param (#11446)
  • ab917ab chore: Publish crates with swc_core v55.0.0
  • a993da6 fix(es/es2017): Replace this in arrow functions during async-to-generator (...
  • 764c3af chore: Fix collapsing of claude code reviews
  • affb6a2 ci: Collapse preivous claude[bot] PR review comments
  • Additional commits viewable in compare view

Updates @testcontainers/postgresql from 10.28.0 to 11.11.0

Release notes

Sourced from @​testcontainers/postgresql's releases.

v11.11.0

Changes

🚀 Features

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v11.10.0

Changes

🚀 Features

🧹 Maintenance

📦 Dependency Updates

v11.9.0

Changes

🚀 Features

📦 Dependency Updates

... (truncated)

Commits
  • a558850 Selenium support user-provided network (#1207)
  • 155f962 Fix abstract started container async dispose (#1203)
  • 252239f Bump the dependencies group across 16 directories with 18 updates (#1200)
  • 7882ed9 Bump the dependencies group with 12 updates (#1199)
  • 504de94 Add Azure Service Bus module (#1194)
  • 17930dd Export KafkaContainer's SaslSslListenerOptions (#1201)
  • 23de77e Authenticate with identityToken when present in auths (#1197)
  • 5385863 Update Kafka module markdown and ZK test version (#1198)
  • ad7dc86 v11.10.0
  • 68cf3cd Bump the dependencies group across 5 directories with 6 updates (#1190)
  • Additional commits viewable in compare view

Updates @types/node from 22.19.7 to 25.0.9

Commits

Updates testcontainers from 10.28.0 to 11.11.0

Release notes

Sourced from testcontainers's releases.

v11.11.0

Changes

🚀 Features

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

v11.10.0

Changes

🚀 Features

🧹 Maintenance

📦 Dependency Updates

v11.9.0

Changes

🚀 Features

📦 Dependency Updates

... (truncated)

Commits
  • a558850 Selenium support user-provided network (#1207)
  • 155f962 Fix abstract started container async dispose (#1203)
  • 252239f Bump the dependencies group across 16 directories with 18 updates (#1200)
  • 7882ed9 Bump the dependencies group with 12 updates (#1199)
  • 504de94 Add Azure Service Bus module (#1194)
  • 17930dd Export KafkaContainer's SaslSslListenerOptions (#1201)
  • 23de77e Authenticate with identityToken when present in auths (#1197)
  • 5385863 Update Kafka module markdown and ZK test version (#1198)
  • ad7dc86 v11.10.0
  • 68cf3cd Bump the dependencies group across 5 directories with 6 updates (#1190)
  • Additional commits viewable in compare view

Updates react-test-renderer from 19.1.0 to 19.2.3

Release notes

Sourced from react-test-renderer'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-test-renderer'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

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

…5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.15.8` | `1.15.10` |
| [@testcontainers/postgresql](https://github.com/testcontainers/testcontainers-node) | `10.28.0` | `11.11.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.7` | `25.0.9` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `10.28.0` | `11.11.0` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `19.1.0` | `19.2.3` |



Updates `@swc/core` from 1.15.8 to 1.15.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.8...v1.15.10)

Updates `@testcontainers/postgresql` from 10.28.0 to 11.11.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.28.0...v11.11.0)

Updates `@types/node` from 22.19.7 to 25.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `testcontainers` from 10.28.0 to 11.11.0
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v10.28.0...v11.11.0)

Updates `react-test-renderer` 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-test-renderer)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@testcontainers/postgresql"
  dependency-version: 11.11.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: testcontainers
  dependency-version: 11.11.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: react-test-renderer
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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

dependabot bot commented on behalf of github Jan 20, 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.

@dydals3440
Copy link
Contributor

이 PR은 react-test-renderer 19.2.3을 포함하고 있는데, Expo SDK 54는 React 19.1.0만 지원합니다. 안전한 업데이트만 수동으로 적용하겠습니다.

@dydals3440 dydals3440 closed this Jan 20, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dydals3440 dydals3440 deleted the dependabot/npm_and_yarn/dev-dependencies-5ca52149f6 branch January 20, 2026 10:18
@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.

1 participant