Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Closed

chore(deps-dev): bump typescript from 5.9.3 to 6.0.2#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

vercel Bot commented Apr 6, 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 20, 2026 11:33am

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.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.2 branch from db041d0 to f79f699 Compare April 20, 2026 11:32
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #18.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch April 20, 2026 17:49
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.
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