Skip to content

chore(deps): update dependency @datocms/cda-client to v0.3.1 - #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.1#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.1 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.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 from 23a0771 to dafdf5d Compare September 4, 2026 04:43
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