chore(deps-dev): React 19 completo (react + react-dom + types juntos) - #13
Merged
Conversation
Os PRs #12 e #9 do Dependabot subiam cada metade do par isoladamente e quebravam com ERESOLVE (@types/react-dom 18 exige @types/react 18, e vice-versa na v19). O upgrade precisa ser conjunto. O contrato da biblioteca nao muda: peerDependencies ja declara >=18. Validado local: 17 testes (incluindo axe) e build da lib passando.
Os PRs #12 e #9 do Dependabot subiam cada metade do par isoladamente e quebravam com ERESOLVE (@types/react-dom 18 exige @types/react 18, e vice-versa na v19). O upgrade precisa ser conjunto. O contrato da biblioteca nao muda: peerDependencies ja declara >=18. Validado local: 17 testes (incluindo axe) e build da lib passando.
This was referenced Aug 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Substitui os PRs #12 e #9 do Dependabot, que quebravam com ERESOLVE por subirem cada metade do par isoladamente —
@types/react-dom@18exige@types/react@18, e a v19 exige v19. O upgrade so funciona conjunto.O que muda
react,react-dom,@types/reacte@types/react-dom: 18 -> 19. Sao devDependencies — afetam o ambiente de teste e o showcase, nao quem consome a biblioteca.O contrato da biblioteca nao muda
peerDependenciesja declarareact >=18— a faixa cobre a 19 desde sempre. O que este PR adiciona e a prova: a suite agora roda sobre React 19 de verdade, incluindo os testes de acessibilidade com axe.Validacao local
@testing-library/react@^16ja suporta React 19 — nenhuma outra dependencia precisou mudar.Depois do merge, #12 e #9 podem ser fechados como superados.