bump-dependencies

Bump Deco storefront dependencies to latest compatible versions via deno.json.

13|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/decocms/storefront-skills --skill bump-dependencies
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bump-dependencies
Source: https://github.com/decocms/storefront-skills/tree/main/.claude-deco/skills/bump-dependencies
Command: npx skills add https://github.com/decocms/storefront-skills --skill bump-dependencies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update Deco storefront dependencies across core framework and apps to ensure compatibility and security. This Skill helps you quickly bump versions when a user requests upgrades, avoiding manual drift.

Core Features & Use Cases

  • Automated dependency bumps: Use the quick method to refresh deco and apps versions to their latest compatible releases.
  • Guided upgrades: Provides steps for manual bumps via deno.json edits to pin specific versions.
  • Safe post-update steps: Remind to clear caches to avoid stale modules and verify checks after bump.

Quick Start

Run deno task update to automatically bump all deco-related dependencies to the latest compatible versions.

Frequently Asked Questions about bump-dependencies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Deco storefront dependencies to the latest versions?▼

To update Deco storefront dependencies, run the `deno task update` command to automatically bump all deco and apps versions to their latest compatible releases. This ensures framework compatibility and security without manual drift.

Can I manually pin specific dependency versions in a Deco storefront?▼

Yes, you can manually bump dependencies by editing the `deno.json` file to pin specific versions. This guided upgrade approach allows precise control over deco core and apps versions across your storefront.

What should I do after bumping Deno dependencies to avoid stale modules?▼

After bumping Deno dependencies, you should clear caches to avoid stale modules and verify checks. Running the update script performs the bump and optional cache cleanup to ensure a safe post-update environment.

Does bumping Deco dependencies apply to both core framework and apps?▼

Yes, bumping Deco dependencies applies to workflows involving Deco core, apps, and storefront upgrades. The process handles version updates across both automated and manual bump scenarios to ensure compatibility.

Why do I need to edit deno.json when manually upgrading Deco storefront versions?▼

Editing `deno.json` is required for manual bumps to correctly pin specific versions during a Deco storefront upgrade. This ensures the update script applies the exact dependency versions you intend to use.