Skip to content

chore(deps): update dependency promidas to v3.1.0 - #54

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/promidas-3.x-lockfile
Open

chore(deps): update dependency promidas to v3.1.0#54
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/promidas-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
promidas 3.0.13.1.0 age confidence

Release Notes

F88/promidas (promidas)

v3.1.0

Compare Source

Added
lib/fetcher
  • Progress events: FetchProgressEvent variants emitted after response
    headers arrive (response-received, download-progress, complete,
    error) now carry a required readonly status field with the HTTP status
    code. Real-time consumers can now distinguish a completed transfer of an
    error body (e.g. a 97-byte 401 JSON payload) from a successful fetch,
    instead of reporting "download complete" for error responses (#​126).
    • complete remains a fact report ("the body transfer finished") and
      fires for 4xx/5xx as well, mirroring WHATWG fetch semantics; check
      status before presenting it as a success.
    • Not breaking for normal callback consumers: receiving events is
      unaffected. Only code that constructs FetchProgressEvent objects
      itself (e.g. mocks in tests) must now supply status.
  • Response envelope logging: ProtopediaApiCustomClient now logs the
    upstream response envelope (everything except the potentially huge
    results) at debug level as { envelope, params }, so the upstream
    count can be cross-checked against the items actually received - even
    when results is absent (#​127).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate Bot added the renovate label Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants