fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| @types/react (source) | 19.2.5 -> 19.2.6 |
dependencies | patch | ||
| graphql-request (source) | 7.3.3 -> 7.3.4 |
dependencies | patch | ||
| uis/devops/continuous-delivery/ci-templates |
v7.20.3 -> v7.21.0
|
repository | minor |
Release Notes
graffle-js/graffle (graphql-request)
v7.3.4
Bug Fixes
- Fixed #1281: GraphQL errors and data are now accessible from 4xx/5xx HTTP responses
- Fixed #1461: ClientError is properly returned for non-2xx responses with malformed bodies
- Fixed #1462: ClientError is properly returned for non-2xx responses with unsupported content types
Changes
- Non-2xx HTTP responses now parse the response body first to extract GraphQL errors/data when available
- Non-2xx responses with valid GraphQL bodies return ClientError with errors and data accessible
- Non-2xx responses with invalid bodies still return ClientError (not generic Error) for backwards compatibility
- This release reverts MRs #1457 and #1459 which introduced regressions, then reapplies a minimal fix for #1281
Breaking Changes
None - this release maintains backwards compatibility while adding support for accessing GraphQL errors from 4xx/5xx responses.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.21.0: 7.21.0
7.21.0 (2025-11-19)
Features
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot