chore(deps): update dependency cloudflare to ^6.5.0#16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
floren | b16a2d3 | Commit Preview URL Branch Preview URL |
Jun 24 2026, 03:53 AM |
29a7c09 to
a7bbcdb
Compare
a7bbcdb to
e7d63d6
Compare
e7d63d6 to
ddf0bf7
Compare
ddf0bf7 to
df525ee
Compare
df525ee to
b16a2d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.0→^6.5.0Release Notes
cloudflare/cloudflare-typescript (cloudflare)
v6.5.0Compare Source
Full Changelog: v6.3.0...v6.5.0
Features
Chores
v6.4.0Compare Source
Full Changelog: v6.3.0...v6.4.0
Features
Bug Fixes
Chores
v6.3.0Compare Source
Full Changelog: v6.3.0...v6.4.0
Features
Bug Fixes
Chores
v6.2.0Compare Source
Full Changelog: v6.2.0...v6.3.0
Features
New Resources
New Sub-Resources
/organizations/{organization_id}/billable/usage(2c93faf)New Methods
usage.getmethod — FOCUS v1.3 cost-and-usage dataset at/accounts/{account_id}/billable/usage(returnsUsageGetResponsewithBillingAccountId,ChargeCategory,ConsumedQuantity,BilledCost,EffectiveCost, etc.) (665f6ea)stores.getmethod — fetch a single store by ID (GET /accounts/{account_id}/secrets_store/stores/{store_id}) returningStoreGetResponse(542f312)scripts.secrets.bulkUpdatemethod —PATCH /accounts/{account_id}/workers/scripts/{script_name}/secrets-bulkfor bulk secret updates (840cea9)dispatch.namespaces.scripts.secrets.bulkUpdatemethod — same bulk-update endpoint for dispatch-namespace scripts (840cea9)New Fields and Parameters
format?: 'openrouter'query param tomodels.listfor returning models in the OpenRouter marketplace format (a3ba7fc)degraded?: booleanresponse field toInstanceStatsResponseandnamespaces.instances.InstanceStatsResponse— set when status counts are unavailable (e.g. legacy stats query exceeded D1 statement-size limit) (49c2987)alpha2: stringfield tothreatEvents.countries.listresponse items (CountryListResponseItem.Result) alongside the existingalpha3/namefields (0aa9ae0)private_keyonCustomCertificateCreateParamsis now optional whencustom_csr_idis provided (previously always required) (6e90245)mnm_flow_logsto the dataset enum ondatasets.fields.get,datasets.jobs.get,LogpushJob.dataset, andJobCreateParams.dataset(5bc2413)organizations.create,update,list,delete,get, andorganizationProfile.update/getdocstrings (54b7f07)CONTENT_TYPEdimension andcontentType?: Array<'HTML' | 'IMAGES' | 'JSON' | 'JAVASCRIPT' | 'CSS' | 'PLAIN_TEXT' | 'FONTS' | 'XML' | 'YAML' | 'VIDEO' | 'AUDIO' | 'MARKDOWN' | 'DOCUMENTS' | 'BINARY' | 'SERIALIZATION' | 'OTHER'>filter param toradar.http.summaryV2,timeseriesGroups, and related HTTP analytics methods (d5bc24a)virtual_network_id?: stringfield toOriginDNSconfig onAppCreateResponse,AppUpdateResponse,AppListResponse,AppGetResponse,AppCreateParams, andAppUpdateParams— routes origin traffic through tunnel virtual networks (1afad1f)'opentelemetry-metrics'enum value tologpushDatasetfield onobservability.destinations(DestinationCreateResponse.Configuration,DestinationUpdateResponse.Configuration,DestinationListResponse.Configuration) (d1f8d27)observability.traces.propagation_policy?: 'authenticated' | 'accept'field onWorker,WorkerCreateParams,WorkerUpdateParams,ScriptSetting,SettingEditParams, andscript-and-version-settings— controls how inboundtraceparent/tracestateheaders are honored (d1f8d27)ends_withfilter operation andENDS_WITHcomparison enum value toobservability.telemetry.queryfilters (d1f8d27)preview?: { id?: string; name?: string; slug?: string }field toTelemetryQueryResponse.UnionMember0andUnionMember1event items — surfaces preview deployment metadata on telemetry results (d1f8d27)observability.telemetrysourcefield type fromstring | unknowntostring | { [key: string]: unknown }— non-breaking type refinement that gives consumers better inference (d1f8d27)'cloudflare'value inIdentityProviderTypeandIdentityProviderTypeParamunions, plus a newAccessCloudflareinterface variant added toIdentityProvider,IdentityProviderParam,IdentityProviderListResponse,IdentityProviderCreateParams, andIdentityProviderUpdateParamsunions (4d75785)AccessCloudflareAccountMemberRulepolicy rule type toAccessRuleunion (andAccessRuleParam) — matches users who are members of a specific Cloudflare account; pairs with the new Cloudflare IdP type (4d75785)saml_certificate_set?andsaml_certificate_set_id?fields across all 16 Identity Provider variants (AzureAD, AccessCentrify, AccessCloudflare, AccessFacebook, AccessGitHub, AccessGoogle, AccessGoogleApps, AccessLinkedin, AccessOIDC, AccessOkta, AccessOnelogin, AccessOnetimepin, AccessPingone, AccessSAML, AccessYandex, and the new AccessCloudflare) — references the bound SAML encryption certificate set (4d75785)error_details?(withcause,is_upstream,mcp_code,retryable,status_codefields) andis_shared_oauth_callback_enabled?: booleantoaccess.aiControls.mcp.portalsandmcp.serversresponse types — surfaces MCP gateway error details and shared-OAuth-callback rollout state (dc1c78c)portal_description?andserver_description?fields toaccess.aiControls.mcp.portalsServer.UpdatedPrompt(Create/Update/List/Get response variants); the olderdescription?field is now@deprecatedin favor of these — portal-level wins when present, otherwise falls back to server-level (dc1c78c)access.aiControls.mcp.servers.ServerSyncResponsefromunknownto{ error?: string; error_details?: ServerSyncResponse.ErrorDetails; status?: string }— gives consumers a typed shape with MCP error details (dc1c78c)auth_state?: Array<'Good' | 'Notified' | 'Will Block' | 'Blocked'>field toKolideInputandKolideInputParamdevice-posture types — restricts the posture check to specific Kolide auth states (dc1c78c)Deprecations
access.aiControls.mcp.portalsServer.UpdatedPrompt.description?is now@deprecated. Use the newportal_description?orserver_description?fields instead. The deprecated field is still populated for backward compatibility (portal-level wins when present, otherwise falls back to server-level) and will be removed after a deprecation window. (dc1c78c)Breaking Changes
client.billing.usage.paygo()changed fromGET /accounts/{account_id}/billing/usage/paygotoGET /accounts/{account_id}/paygo-usage. The SDK call site, method signature, params, and return type are unchanged — existing code does not need to be modified. This is recorded as a breaking change because the underlying API contract moved; users on older SDK versions may see 404s if the old URL is retired by the Cloudflare API server. (665f6ea)Chores
bulkUpdateaddition (074b214)api.md,.stats.yml,scripts/detect-breaking-changes,src/index.ts,src/resources/index.ts) across multiple sync rounds (4d7dd4d), (fdef412), (22e2a09), (7e4b075)v6.1.0Compare Source
Full Changelog: v6.1.0...v6.2.0
Features
New Resources
New Sub-Resources
guardrailsconfiguration to all AI Gateway response and param types with prompt/response safety classification (P1, S1-S13 categories, FLAG/BLOCK actions) (6f4c052)is_validfield to dynamic routing response types (6f4c052)New Fields and Parameters
taxiiformat option for threat event exports (1ff832a)read_replicationconfiguration param toDatabaseCreateParamswithmode: 'auto' | 'disabled'(450e0f0)smtp_helo_server_ip,smtp_previous_hop_ip,x_originating_ipresponse fields; adddelivery_statusfilter param (083fe7f)latest_upload_errorfield to indicator feed responses (a612880)apiTrafficfilter param (API|NON_API) to HTTP summary, timeseries groups, and top endpoints (c3a2fb0)idp-federation-grantsharing type; addtagquery param for filtering shares by key/value pairs (fd7d870)forcequery param to store delete for cascade-deleting secrets (e046da9)mpp(Malicious Payment Page) detection to commerce scan results with evidence, findings, request/response details (19ab611)sensitive: 'output'option to step configuration for redacting step output from logs (069930b)custom_prompt_topicDLP entry type withupload_status,profilesfields across DLP entry and profile types (5e7609f)deviceRegistrationfield to fleet status responses (useregistrationIdinstead) (5e7609f)total_pagesfield to zone listing pagination metadata (1c444a3)Chores
pageandper_pageparams to dynamic routing list (6f4c052)Breaking Changes
idfield removed fromMonitorGroupCreateParams,MonitorGroupUpdateParams, andMonitorGroupEditParams. Code passingidin these params will fail type-check.IQITimeseriesGroupsResponse.Serie0replaced named fieldsp25,p50,p75with an index signature[k: string]: Array<string> | undefined. Code accessingresult.serie_0.p25will now receivestring[] | undefinedinstead ofstring[], and field names are no longer auto-completed by TypeScript.TLSSupportResponseadded new required fieldbugs: TLSSupportResponse.BugswithhrrFailure,splitClientHello, andunknownKeysharebooleans. Code constructing this response type withoutbugswill fail type-check.UserEditResponse.idandUserGetResponse.idchanged from optional to required (id?: string->id: string). New required fieldemail: stringadded to both types. Code constructing these types withoutidoremailwill fail type-check.custom_prompt_topicvariant was inserted into all DLP entry response unions (EntryListResponse,EntryGetResponse,CustomListResponse,CustomGetResponse,IntegrationListResponse,IntegrationGetResponse,PredefinedListResponse,PredefinedGetResponse). PreviousUnionMember1throughUnionMember5are nowUnionMember2throughUnionMember6. Code referencing specific union member types by number (e.g.,EntryListResponse.UnionMember1) will get a different type than before.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.