Skip to content

chore(deps): bump @decocms/apps to ^5.0.0 - #15

Merged
nicacioliveira merged 1 commit into
mainfrom
chore/bump-decocms-apps-5.0.0
Jun 11, 2026
Merged

chore(deps): bump @decocms/apps to ^5.0.0#15
nicacioliveira merged 1 commit into
mainfrom
chore/bump-decocms-apps-5.0.0

Conversation

@nicacioliveira

Copy link
Copy Markdown
Contributor

Summary

Bumps @decocms/apps from ^4.1.0^5.0.0 (just released today). The major version reflects a metric-name + label rename in the outbound commerce histogram emitted by the VTEX / Shopify wrappers.

Before (apps@4.x) After (apps@5.0.0)
commerce_request_duration_ms http.client.request.duration (canonical OTel)
status_code = "200" status_class = "2xx"
cached = "true" (string) cached = true (bool)

The framework (@decocms/start@6.6.1, already pinned) has been emitting canonical names everywhere else for a while — this bump aligns the leftover outbound-fetch samples.

Why this site first

storefront-tanstack is the TanStack starter template — lowest blast radius if anything regresses. Once this validates, the real-traffic sites (miess, casaevideo, etc.) can follow.

Test plan

  • Preview deploy succeeds and the storefront renders
  • After deploy, check ClickHouse fact_usage_*_view (or the metrics raw table) for samples of http.client.request.duration with provider=vtex, no leftover commerce_request_duration_ms from this site

Related

🤖 Generated with Claude Code

5.0.0 renames the outbound commerce histogram from
`commerce_request_duration_ms` to the canonical OTel SemConv name
`http.client.request.duration`. Labels also change: `status_code`
(e.g. "200") → `status_class` ("2xx"), and `cached` is now a boolean.

No code changes are needed — the wiring is unchanged. The framework
side (`@decocms/start@6.6.1`) was already shipping canonical metric
names; this bump aligns the outbound-fetch samples that were still
being emitted under the legacy name from `@decocms/apps`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@nicacioliveira
nicacioliveira merged commit c547cf4 into main Jun 11, 2026
1 of 2 checks passed
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.

1 participant