build(deps-dev): bump react-test-renderer and @types/react-test-renderer#7
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump react-test-renderer and @types/react-test-renderer#7dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) and [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer). These dependencies needed to be updated together. Updates `react-test-renderer` 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-test-renderer) Updates `@types/react-test-renderer` from 18.3.1 to 19.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer) --- updated-dependencies: - dependency-name: react-test-renderer dependency-version: 19.2.6 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/react-test-renderer" dependency-version: 19.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
Closing: mobile is a frozen scaffold and its CI is being quieted until the rebuild (see #14, which removes the dependabot version-updates config and switches CI to workflow_dispatch). These version bumps will be regenerated against the real dependency tree at rebuild. Security alerts are unaffected. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
temrjan
added a commit
that referenced
this pull request
Jul 3, 2026
## Что это Слайс A2a Этапа 2: онбординг-каркас (Welcome→KeepItSafe→CreatePin→ConfirmPin) + критический security-фикс из аудита. - **F1 (крит аудита)**: `deviceWallet.createWallet()` коммитил кошелёк на диск в тот же вызов, что генерировал мнемонику — до бэкапа и квиза. Расцеплено на `generateMnemonic()` (чистая, без I/O) + `commitWallet(mnemonic)` (атомарный коммит после подтверждённого бэкапа, в A2b). Regression-тест воспроизводит прежний баг. - 12-словная мнемоника (не 24) — ратифицировано на Гейте-1, зафиксировано spy-тестом на FFI-вызов. - `onboardingStore` — in-memory степ-машина; PIN коммитится до кошелька (уже предусмотрено A1c-контрактом `reconcile()`), мнемоника никогда не персистится. - `PinKeypad` — переиспользуемый компонент (пригодится в A3 для UnlockPin). - 4 экрана: Welcome — 1:1 порт готового флипбука; KeepItSafe/CreatePin/ConfirmPin — собраны по смыслу управляющей спеки (ратифицировано, closes carry-over #7). - `RootNavigator`'s `no_wallet` теперь роутит на `OnboardingNavigator`. ## Проверено - tsc / eslint / jest: **99/99**, покрытие новых/изменённых модулей ≥83% - Мутационная верификация: F1-регресс, word-count spy, 2 PinKeypad-инварианта, onboardingStore match-check, setPin-failure ordering — все красные до фикса - **Device-smoke PASS (Captain-witnessed)**: полный путь Welcome→KeepItSafe→CreatePin→ConfirmPin пройден на реальном устройстве без крашей - Гейт-1 (с дельта-фиксом: 12 слов, word-count-тест, `pendingPin` null) и Гейт-2 (fleet, 4 находки: 2 минора зафиксены с red→green, 2 нита) — оба APPROVED ### Побочные находки, зафиксены по ходу - KeepItSafe's `Продолжить` реагировал при неполном чек-листе (`disabled`-проп не блокирует прямой вызов `onPress`) — теперь `onPress` сам гейтится. - `PinKeypad`: same-tick double-tap (мультитач) мог дважды вызвать `onComplete` с разными строками (stale state closure). Первая попытка фикса (functional setState) исправила это, но завела новый баг — вызов `onComplete` (→ `zustand.set()`) изнутри state-updater'а триггерил React-предупреждение «update во время рендера другого компонента». Финальный фикс — синхронный `ref`-зеркало, обновляемое в обработчике нажатия, `onComplete` зовётся из него же, не из редьюсера состояния. Спека: `core/.claude/specs/2026-07-03-stage2-a2a-onboarding-shell-pin.md` · Отчёт: `core/.claude/reports/2026-07-03-stage2-a2a-onboarding-shell-pin.md`
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.
Bumps react-test-renderer and @types/react-test-renderer. These dependencies needed to be updated together.
Updates
react-test-rendererfrom 18.3.1 to 19.2.6Release notes
Sourced from react-test-renderer's releases.
... (truncated)
Changelog
Sourced from react-test-renderer's changelog.
... (truncated)
Commits
eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)5667a41Bump next prerelease version numbers (#34639)e233218Track "Animating" Entry for Gestures while the Gesture is Still On-going (#34...b4fe1e6Log the time until the Animation finishes as "Animating" (#34538)Updates
@types/react-test-rendererfrom 18.3.1 to 19.1.0Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)