Skip to content

chore(deps): bump react from 19.2.5 to 19.2.6 - #7

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

chore(deps): bump react from 19.2.5 to 19.2.6#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-19.2.6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 12, 2026

Copy link
Copy Markdown
Contributor

Bumps react from 19.2.5 to 19.2.6.

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
@codeant-ai

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@qnbs

qnbs commented May 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from 5e1daff to fbaa307CompareMay 12, 2026 08:25

@qnbsqnbs left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: patch/minor dependency bump, all tests expected to pass after rebase on fixed CI main.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from fbaa307 to 40af528CompareMay 12, 2026 08:28
@qnbs
qnbs enabled auto-merge (squash) May 12, 2026 08:28
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from 40af528 to 07ce22cCompareMay 12, 2026 12:38
@qnbs

qnbs commented May 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-19.2.6 branch 2 times, most recently from c030588 to 91fcf57CompareMay 12, 2026 18:11
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 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)
---
updated-dependencies:
- dependency-name: react
dependency-version: 19.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from 91fcf57 to b42c77fCompareMay 12, 2026 18:17
@dependabot@github

dependabotBot commented on behalf of githubMay 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like react is up-to-date now, so this is no longer needed.

@dependabotdependabotBot closed this May 12, 2026
auto-merge was automatically disabled May 12, 2026 18:22

Pull request was closed

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/react-19.2.6 branch May 12, 2026 18:22
qnbs added a commit that referenced this pull request Jun 10, 2026
…i18n
Addresses every inline review comment on PR #106:
- #2 proForgeHistoryStore: reset cached dbPromise on open error so a
failed IDB open can be retried instead of poisoning the singleton.
- #3 proForgeHistoryStore: resolve/reject on tx.oncomplete/onerror/onabort
(not request.onsuccess) so a save only resolves once durably committed.
- #4 applyReviewEdits: anchor stale-offset edits to the occurrence nearest
the original range and skip already-claimed positions, so duplicate
phrases map to distinct occurrences deterministically.
- #5 baseAgent.gatherMemoryContext: feed a project-derived query
(title/logline/genre) + ragMode into memory-bank retrieval instead of
an undefined query; all 6 AI agents now route through it.
- #6 PipelineReviewPanel: await submitReview before announce/navigate.
- #7 useProForgeOrchestrator: always dispatch loadRunHistory (even []) so
switching projects clears stale history.
- #1 i18n: translate ~55 proforge.review.*/stageName.* keys to es/fr/it
(were English fallback); rebuild bundles.
Tests updated for the 4-arg gatherMemoryContext signature
(diagnostic/structural/publishing) + duplicate-phrase edit cases.
Local gates green: typecheck (--checkers 4), lint, full proForge suite.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs added a commit that referenced this pull request Jun 10, 2026
- #5 MCP memory re-seed duplicates: cache capability per payload (sha1 of
payload) in capability.ts + deterministic seed ids (projectId:category:key)
in nodeProForgeCapability so rebuilds overwrite instead of minting fresh ids.
- #7 Copilot stuck 'streaming' on close: useGlobalCopilot.close() now resets
finishLastAssistant + setStatus('idle') when streaming, so future sends work.
- #4 import-time crash on bad --project: read the file lazily inside
resolveCapability, wrapped in an actionable ProForgeError(VALIDATION).
- #6 empty-string runId: runId -> z.string().min(1).optional() in both
getSupervisorStatus + getHistory schemas (now a VALIDATION error).
- #8 disabling enableGlobalCopilot: useSettingsView clears + closes the copilot
session on toggle-off so re-enabling never restores a stale panel.
- #1-3 raw err in MCP responses: fail() returns a generic 'Internal error' for
unexpected errors and writes detail to stderr only; our own ProForgeError
messages still pass through (actionable).
Tests: capabilityLayer empty-runId VALIDATION, idempotent node seeding,
useGlobalCopilot.close reset, useSettingsView copilot clear-on-disable; MCP
smoke extended with idempotent-seed + missing-project VALIDATION assertions.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs added a commit that referenced this pull request Aug 1, 2026
- Cargo.lock: sync tauri-plugin-notification dependency via
`cargo metadata` (minimal-diff, no unrelated version bumps).
- useExportView: only send the 'export complete' desktop notification
when the export actually succeeded; PDF/DOCX/EPUB now report success/
failure instead of always resolving. Adds coverage for the failure
paths.
- useTauriUpdater: fix test suite that lacked a Redux <Provider> wrapper
(was passing accidentally, not exercising the real selector).
- settingsSlice: merge (not replace) desktop settings on setSettings so
a legacy/imported settings envelope that predates a new
DesktopSettings field (e.g. desktopNotifications) doesn't clobber it
back to undefined.
- listenerMiddleware: replace hardcoded English ProForge notification
strings with i18n via a new middleware-safe static translator
(services/i18n/staticTranslate.ts), since listener middleware runs
outside React and can't call useTranslation(). New
desktop.notify.proforgeStageReady{Title,Body} keys across all 19
locales (core 4 hand-translated, Beta/RTL backfilled with EN
fallback via check-i18n-keys.mjs --fix).
Refs: PR #306 review threads (Copilot reviewer findings #2-#7).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs