Skip to content

chore(deps)(deps): bump the website-minor-patch group in /website with 2 updates - #28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/website/website-minor-patch-479fbeca4e
Open

chore(deps)(deps): bump the website-minor-patch group in /website with 2 updates#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/website/website-minor-patch-479fbeca4e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the website-minor-patch group in /website with 2 updates: react and react-dom.

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

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

Bumps the website-minor-patch group in /website with 2 updates: [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@github-actions

Copy link
Copy Markdown

📊 Coverage Coverage Report

Metric PR Base Diff
Statements ████████████████████ 2070/2070 (100%) 2070/2070 (100%) ⚪ 0%
Branches ████████████████████ 279/279 (100%) 279/279 (100%) ⚪ 0%
Functions ████████████████████ 88/88 (100%) 88/88 (100%) ⚪ 0%
Lines ████████████████████ 2070/2070 (100%) 2070/2070 (100%) ⚪ 0%

Updated for 3aefc6b | Compared against base branch

@github-actions

Copy link
Copy Markdown

⏱️ Performance Report

✅ Tests 135 passed, 0 failed, 0 skipped
🧪 Suites 32
⏱️ Total step time 262.00s 🔴 +2.00s
⚙️ Test execution 253.46s 🔴 +824ms
🐢 Slowest test suites
# Suite Tests Duration vs Base
1 PostgresWakeListener 17 28.57s 🟢 -956ms
2 runWorkerLoop 13 22.62s 🔴 +246ms
3 OutboxClaimer (publish outcomes) 9 16.31s 🔴 +383ms
4 WakeSocketServer + WakeSocketClient 9 15.84s 🔴 +94ms
5 SqliteOutboxStore 8 14.10s 🔴 +655ms
6 KafkaInboxConsumer 8 13.69s 🟢 -87ms
7 OutboxWaker 7 12.91s 🔴 +507ms
8 MysqlOutboxStore 7 12.23s 🔴 +277ms
9 InProcessOutboxTransport 5 8.77s 🔴 +417ms
10 SqliteInboxStore 5 8.33s 🟢 -121ms
🐌 Slowest individual tests
# Suite Test Duration vs Base
1 PostgresOutboxStore wakeChannel PostgresOutboxStore wakeChannel enqueue fires pg_notify on the configured channel (observed via LISTEN) 3.30s 🟢 -169ms
2 OutboxProducer (atomic enqueue) OutboxProducer (atomic enqueue) enqueue commits the outbox row with the business write 2.71s ⚪ ~0
3 OutboxClaimer (publish outcomes) OutboxClaimer (publish outcomes) tick publishes a pending row and marks it completed 2.07s 🔴 +230ms
4 OutboxProducer (atomic enqueue) OutboxProducer (atomic enqueue) a throw rolls back BOTH the outbox row and the business write 2.07s ⚪ ~0
5 InboxService (dedup via the app) InboxService (dedup via the app) runOnce processes once, dedups a redelivery, and rolls back on throw 1.95s 🔴 +327ms
6 OutboxWaker OutboxWaker wait() returns immediately when the signal is already aborted 1.95s 🔴 +300ms
7 WakeSocketServer + WakeSocketClient WakeSocketServer + WakeSocketClient close() is idempotent and safe before listen and after manual unlink 1.93s 🔴 +138ms
8 SqliteOutboxStore SqliteOutboxStore markCompleted, retry, markFailed transition the row 1.91s 🔴 +226ms
9 OutboxWaker OutboxWaker a notify() with no waiter is latched and consumed by the next wait 1.91s 🔴 +192ms
10 MysqlOutboxStore MysqlOutboxStore markFailed records the reason and increments attempts 1.91s 🔴 +150ms
11 OutboxClaimer (publish outcomes) OutboxClaimer (publish outcomes) a generic error retries while attempts remain 1.90s 🔴 +112ms
12 OutboxWaker OutboxWaker an abort during the wait wakes it and removes the listener 1.90s 🔴 +66ms
13 InProcessOutboxTransport InProcessOutboxTransport publish dispatches the payload AND the full message to the topic handler 1.88s 🔴 +78ms
14 WakeSocketServer + WakeSocketClient WakeSocketServer + WakeSocketClient an accepted-socket error is swallowed into onError, not thrown 1.88s 🔴 +208ms
15 PostgresWakeListener PostgresWakeListener connects, LISTENs on the quoted default channel, and forwards notifications 1.87s 🔴 +236ms

Updated for 3aefc6b | Compared against base branch

@github-actions

Copy link
Copy Markdown

🧠 Cognitive Complexity Report

Metric PR Base Diff
Total complexity 79 79 ⚪ 0
Max function complexity 12 12 ⚪ 0
Functions measured 39 39 ⚪ 0
🧩 Most complex functions
Function Location Complexity Status
runWorkerLoop packages/messaging/outbox-worker.ts:34 12 🟢 OK
KafkaInboxConsumer.consume packages/messaging/adapters/kafka/kafka-inbox-consumer.ts:67 5 🟢 OK
PostgresWakeListener.#supervise packages/messaging/dialects/postgres/wake.ts:122 5 🟢 OK
WakeSocketServer.listen packages/messaging/wake-socket.ts:52 5 🟢 OK
OutboxClaimer.onPublishError packages/messaging/outbox-claimer.service.ts:84 4 🟢 OK
deriveDedupKey packages/messaging/wire-contract.ts:55 4 🟢 OK
MysqlInboxStore.runOnce packages/messaging/dialects/mysql/inbox-store.ts:43 3 🟢 OK
PostgresInboxStore.runOnce packages/messaging/dialects/postgres/inbox-store.ts:37 3 🟢 OK
SqliteInboxStore.runOnce packages/messaging/dialects/sqlite/inbox-store.ts:39 3 🟢 OK
KafkaInboxConsumer.readKey packages/messaging/adapters/kafka/kafka-inbox-consumer.ts:90 2 🟢 OK

🧭 Cognitive complexity is reported as a review signal, not a merge gate. Prefer small, intention-revealing refactors when complexity rises.


Updated for 3aefc6b | Compared against base branch

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants