chore(deps): bump react from 19.2.4 to 19.2.5#9
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
1 similar comment
Author
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
78dfd12 to
43fa150
Compare
43fa150 to
a1cff16
Compare
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.
a1cff16 to
ee99c56
Compare
ee99c56 to
a4809a9
Compare
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]>
a4809a9 to
10aeb57
Compare
Author
|
Looks like react is up-to-date now, so this is no longer needed. |
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 from 19.2.4 to 19.2.5.
Release notes
Sourced from react's releases.
Commits
23f4f9f19.2.5