Skip to content

chore(deps): bump react from 19.2.4 to 19.2.5#9

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-19.2.5
Closed

chore(deps): bump react from 19.2.4 to 19.2.5#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-19.2.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps react from 19.2.4 to 19.2.5.

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vowena-dashboard Ready Ready Preview, Comment Apr 21, 2026 2:28pm

Request Review

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.5 branch from 78dfd12 to 43fa150 Compare April 20, 2026 11:32
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.5 branch from 43fa150 to a1cff16 Compare April 21, 2026 08:21
sshdopey added a commit that referenced this pull request Apr 21, 2026
The user kept seeing 'Plan not found Simulation failed: HostError:
Error(Contract, #6)...' style multi-paragraph chain errors in the UI.
Centralized this so every catch site emits a clean, one-line, human
message instead.

New file lib/chain-errors.ts:
- VOWENA_ERRORS map: every contract error code (1-13 from
  protocol/src/errors.rs) gets a friendly message
    #6 PlanNotFound -> 'Plan not found. The link may be outdated or the
       plan was deleted.'
    #9 Unauthorized -> 'You're not authorized to do that.'
    #10 AmountExceedsCeiling -> 'The new amount exceeds the plan's
       price ceiling.'
    etc.
- PATTERN_MAP: keyword detection for token contract + Stellar core
  errors
    'trustline entry is missing' -> trustline panel hint
    'resulting balance is not within the allowed range' -> balance hint
    'account not found' -> activate-wallet hint
    'tx_bad_seq', 'op_underfunded', timeout, network errors, etc.
- formatChainError(err, fallback?): the single entry point. Tries
  Vowena error code first, then pattern map, then takes the first
  short sentence, finally falls back to a generic.
- Disambiguates Vowena #10 (AmountExceedsCeiling) vs token #10
  (insufficient balance) via surrounding context.
- Helper predicates: isTrustlineMissing, isInsufficientBalance,
  isAccountNotFound (lets call sites swap to inline fix panels).

Sweep across the dashboard:
- Checkout page (plan-load, subscribe, activate, fund, trustline) —
  all replaced
- Plans tab create flow
- Create project modal
- Subscribers tab cancel flow

Wrong plan ID now shows 'Plan not found. The link may be outdated or
the plan was deleted.' instead of the chain stack trace.
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.5 branch from a1cff16 to ee99c56 Compare April 21, 2026 09:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.5 branch from ee99c56 to a4809a9 Compare April 21, 2026 10:33
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5.
- [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.5/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2026

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

@dependabot dependabot Bot closed this Apr 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-19.2.5 branch April 21, 2026 18:13
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