Skip to content

chore(deps): update dependency astro to v5.18.1 - abandoned#80

Open
renovate[bot] wants to merge 19 commits intomainfrom
renovate/astro-monorepo
Open

chore(deps): update dependency astro to v5.18.1 - abandoned#80
renovate[bot] wants to merge 19 commits intomainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.18.05.18.1 age confidence

Release Notes

withastro/astro (astro)

v5.18.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

leventilo and others added 19 commits March 20, 2026 18:53
- discover() now delegates to diagnoseEndpoint() instead of quote() with
  a separate 5s timeout — single source of truth for endpoint probing
- hasPaymentHeaders → hasValidPaymentHeaders: x-payment must be valid
  base64 JSON, not just present
- buildPaidResult returns "ambiguous" when no probe succeeds AND no valid
  format is detected (was incorrectly returning "paid")
- Add HTTP 5xx patterns (bad gateway, service unavailable, gateway timeout)
  to transient retry patterns
- Fix VERSION drift: sdk exports "0.2.1" matching package.json
- Add intent comments to all empty catch blocks (RULES.md compliance)
- New toDiscoverStatus() maps DiagnoseResult → DiscoverEntryStatus
- 573 tests pass (5 new for toDiscoverStatus)
- DiagnoseInput accepts optional signal, propagated to timedFetch for
  real abort support in discover({ signal })
- Remove classifyProbeError and DISCOVER_PROBE_TIMEOUT_MS (dead code
  after diagnose unification)
- Add test: invalid x-payment header rejects as free_confirmed
- Add test: 402 without parseable payment options classifies as ambiguous
- Intent comments on remaining empty catch blocks
- classifyHealth: Stellar gets 5s threshold instead of flat 1s; no longer
  auto-degraded. Prices >$100/request flagged as degraded.
- parseWwwAuthenticate: tolerant regex handles spaces around =, unquoted
  values, and case-insensitive param names
- diagnoseEndpoint: manual redirect following with cycle detection (max 5
  hops, Set of visited URLs) replaces naive redirect: "follow"
- 10 new tests (7 classifyHealth + 3 www-authenticate tolerance)
Parse WWW-Authenticate: Payment challenges (IETF draft) to classify
MPP endpoints as "paid" instead of "ambiguous". Extracts method,
intent, price, network, and recipient from base64url request payload.
Supports multi-method headers (e.g. Browserbase tempo+stripe) and
session intents for streaming. No payment execution — detection only.
Anchor hasMppScheme regex to reject Payment inside other schemes,
make splitChallenges quote-aware to avoid splitting on Payment in
quoted param values, and clone response before tryDetectMpp.
- Add MppMethodQuote interface with method, intent, amount, currency fields
- Extend ProtocolQuote with optional allMethods, selectedMethod, priceUnknown
- Add MppQuoteError and MppPaymentError in adapter-error.ts
- Export new types from core and protocols index
- Install mppx@0.4.7 as exact devDependency
- 16 Challenge tests covering full API surface
- 8 Credential tests covering full API surface
- 8 PaymentRequest tests with transform discovery
- MppMethodSelector: wallet-first + cheapest-first + preference override
- buildMppQuote: MppChallenge[] to ProtocolQuote with currency conversion
- Static wallet-to-method mapping (nwc->lightning, stripe-mpp->stripe, etc)
- 21 new tests covering selection logic and quote building
- Add stripe-mpp, tempo, visa-mpp wallet schemas to WalletSchema
- Add mppPreferredMethods optional config field
- Existing coinbase/nwc wallets unchanged (backward compatible)
- 16 new config validation tests for MPP wallet types
- 12 Method tests: from, toClient, tempo/stripe schemas
- 8 Receipt tests: from, serialize, deserialize, fromResponse
- 19 Errors tests: all 18 error classes verified
- 10 Session tests: schema, challenge, lifecycle payloads
- Integration test file with skipped endpoint probes
- Extend ResolvedWallet type to include mpp wallet types
- Add explicit nwc guard in createResolvedWallet
- Widen DryRunResult wallet type to string for extensibility
- MppAdapter implements ResponseAwareAdapter interface
- detect() probes for 402 + WWW-Authenticate: Payment header
- quote() parses MPP challenges into ProtocolQuote
- quoteFromResponse() extracts quote from existing response
- execute() throws MppPaymentError (deferred to Phase 18)
- 23 unit tests with mocked fetch covering all behaviors
- MppAdapter added to @boltzpay/protocols barrel export
- Full monorepo build passes (core, protocols, sdk, mcp, cli, ai-sdk)
- All 1175 tests pass across core, protocols, and sdk
@renovate renovate bot requested a review from leventilo as a code owner March 20, 2026 17:55
@vercel
Copy link

vercel bot commented Mar 20, 2026

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

Project Deployment Actions Updated (UTC)
boltzpay-landing Ready Ready Preview, Comment Mar 20, 2026 5:56pm

@renovate renovate bot changed the title chore(deps): update dependency astro to v5.18.1 chore(deps): update dependency astro to v5.18.1 - abandoned Mar 20, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Mar 20, 2026

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant