From 0f19afb0aa798bf7c02fd07be214e34e71865022 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 4 May 2026 14:29:26 +0100 Subject: [PATCH] Remove conflicting dependency update message instructions --- .claude/skills/update-dependencies/SKILL.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.claude/skills/update-dependencies/SKILL.md b/.claude/skills/update-dependencies/SKILL.md index cc0c7fa0..05713905 100644 --- a/.claude/skills/update-dependencies/SKILL.md +++ b/.claude/skills/update-dependencies/SKILL.md @@ -56,11 +56,7 @@ Run these checks after updating: ### 5. Commit -Follow the project's commit conventions: - -- **Bulk update**: a single commit with message `Update dependencies` -- **Individual updates**: one commit per dependency, message format - `Update from to ` (e.g., `Update esbuild from 0.27.7 to 0.28.0`) +Follow the project's commit conventions. If a major version bump required code changes, those changes belong in the same commit as the dependency bump — not in a separate commit.