Skip to content

chore(deps): update dependency @datocms/cda-client to v0.3.2 - #286

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datocms-cda-client-0.x
Open

chore(deps): update dependency @datocms/cda-client to v0.3.2#286
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datocms-cda-client-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@datocms/cda-client 0.3.00.3.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

datocms/cda-client (@​datocms/cda-client)

v0.3.2

Compare Source

Patch Changes
  • f0d3603: Add jitter to the rate-limit retry

    Many concurrent requests hitting a 429 at once (e.g. a static build rendering
    pages in parallel) used to all retry on the exact same tick, immediately
    re-triggering the same rate limit. Retries are now spread out with a random
    extra wait on top of the required one.

v0.3.1

Compare Source

Patch Changes
  • 70f126d: Keep the API token out of the errors the client throws

    ApiError stored the options of the failed query verbatim, so error.options.token
    held the API token in clear text — and travelled with the error into
    console.error() output shipped to log aggregators, into error trackers, and
    into any HTTP handler that echoed the error back to its caller.

    The token is now replaced by [REDACTED, ending in abcd], which still tells two
    tokens apart while debugging; the real one only ever reaches the Authorization
    header. For the same reason query, options and response are now
    non-enumerable: reading error.options explicitly works exactly as before, but
    the details of the failed query no longer travel through JSON.stringify(),
    object spread or serialize-error by accident.


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 is behind base branch, 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 force-pushed the renovate/datocms-cda-client-0.x branch 5 times, most recently from fc6417f to d51ab05 Compare September 7, 2026 14:31
@renovate renovate Bot changed the title chore(deps): update dependency @datocms/cda-client to v0.3.1 chore(deps): update dependency @datocms/cda-client to v0.3.2 Sep 7, 2026
@renovate
renovate Bot force-pushed the renovate/datocms-cda-client-0.x branch from d51ab05 to de0cf6a Compare September 12, 2026 21:29
@renovate
renovate Bot force-pushed the renovate/datocms-cda-client-0.x branch from de0cf6a to d6486bb Compare September 13, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants