Skip to content

Bump react-dom from 18.3.1 to 19.2.6#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.6
Closed

Bump react-dom from 18.3.1 to 19.2.6#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps react-dom from 18.3.1 to 19.2.6.

Release notes

Sourced from react-dom's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

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:

... (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

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 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.

@dependabot dependabot Bot requested a review from adm01-debug as a code owner May 20, 2026 14:12
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Warning

Rate limit exceeded

@dependabot[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 44 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b876f283-ed99-4fdb-8ef6-8703e6edfe4f

📥 Commits

Reviewing files that changed from the base of the PR and between 1994f17 and 511bc4a.

📒 Files selected for processing (1)
  • package.json

Comment @coderabbitai help to get the list of available commands and usage tips.

adm01-debug added a commit that referenced this pull request May 20, 2026
…nta Gmail

Gap #9 da auditoria: assinaturas completamente ausentes.
CRUD completo com Supabase, suporte a assinatura padrão e seleção.
adm01-debug added a commit that referenced this pull request May 20, 2026
…OrphanState, ContactSLAIndicator

Improvement 2/18:
- ContactQuickNotePanel: inline timestamped notes with agent name (Gap #15)
- ContactInlineEdit: click-to-edit fields without opening full form (Gap #6)
- ContactOrphanState: graceful state for unidentified contacts (Gap #13)
- ContactSLAIndicator: SLA status badge with remaining time (Gap #9)
adm01-debug added a commit that referenced this pull request May 20, 2026
…new components

Improvement 4/18 — Complete rewrite integrating:
- useContactAvatarFetch: auto-fetch WhatsApp profile pics (Gap #3)
- ContactInlineEdit: click-to-edit name/email/company (Gap #6)
- ContactSLAIndicator: SLA badge in header (Gap #9)
- ContactQuickNotePanel: inline timestamped notes (Gap #15)
- ContactDuplicateIndicator: cross-channel duplicate alert (Gap #14)
- ContactConversationHistory: past conversations in Activity tab (Gap #7)
- ContactOrphanState: graceful fallback for null contact (Gap #13)
- normalizePhoneBR: proper phone formatting (Gap #2)
- Custom fields section (Gap #5)
- Loading skeleton state
- Full a11y with role/aria attributes
adm01-debug pushed a commit that referenced this pull request May 20, 2026
M1: /.well-known/security.txt (RFC 9116)
  - Contact, Expires, Preferred-Languages, Canonical, Policy
  - nginx location block pra servir com cache 1 dia

M2: CSP cleanup
  - Removido: *.supabase.co (cloud não mais usado)
  - Removido: unsafe-eval (desnecessário)
  - Adicionado: accounts.google.com (frame-src + form-action pra OAuth)
  - Mantido: *.atomicabr.com.br (self-hosted)

M3: DOMPurify em MarkdownPreview.tsx
  - Único dangerouslySetInnerHTML sem sanitização
  - Adicionado DOMPurify.sanitize() com whitelist de tags seguras
  - Todos os 8 dangerouslySetInnerHTML agora protegidos
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.2.6.
- [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.6/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ⬆️ deps: Bump react-dom from 18.3.1 to 19.2.6 Bump react-dom from 18.3.1 to 19.2.6 May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-dom-19.2.6 branch from 2c0298b to 511bc4a Compare May 20, 2026 14:18
@adm01-debug adm01-debug deleted the dependabot/npm_and_yarn/react-dom-19.2.6 branch May 20, 2026 14:28
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant