update-dependencies — community update-dependencies, strapi-plugin-tiptap-editor, community, ide skills

v1.0.0

이 스킬 정보

개발 에이전트가 자동화된 의존성 관리와 버전 업데이트가 필요한 경우에 적합합니다. 특히 package.json 파일에서 의존성 관리가 필요한 경우에 효과적입니다. Update project dependencies to their latest compatible versions with verification. Use when the user asks to update, upgrade, or bump dependencies.

notum-cz notum-cz
[21]
[2]
Updated: 3/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

개발 에이전트가 자동화된 의존성 관리와 버전 업데이트가 필요한 경우에 적합합니다. 특히 package.json 파일에서 의존성 관리가 필요한 경우에 효과적입니다. Update project dependencies to their latest compatible versions with verification. Use when the user asks to update, upgrade, or bump dependencies.

이 스킬을 사용하는 이유

에이전트가 의존성과 devDependencies를 최신의 호환되는 버전으로 업데이트할 수 있도록 하며, 정확한 고정 버전을 사용하여 빌드와 테스트의 무결성을 보장하며, 각 그룹이 빌드나 테스트를 깨지 않는지 검증하며, peerDependencies의 범위를尊重합니다.

최적의 용도

개발 에이전트가 자동화된 의존성 관리와 버전 업데이트가 필요한 경우에 적합합니다. 특히 package.json 파일에서 의존성 관리가 필요한 경우에 효과적입니다.

실행 가능한 사용 사례 for update-dependencies

의존성을 업데이트하여 호환성과 보안을 보장한다
devDependencies 업데이트를 자동화하여 개발 워크플ロー를 간소화한다
의존성 업데이트 후 빌드와 테스트의 무결성을 검증한다

! 보안 및 제한 사항

  • package.json 파일에 대한 액세스가 필요합니다
  • peerDependencies를 수정해서는 안됩니다
  • 업데이트된 devDependencies는 기존의 피어 범위를 충족해야 합니다

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is update-dependencies?

개발 에이전트가 자동화된 의존성 관리와 버전 업데이트가 필요한 경우에 적합합니다. 특히 package.json 파일에서 의존성 관리가 필요한 경우에 효과적입니다. Update project dependencies to their latest compatible versions with verification. Use when the user asks to update, upgrade, or bump dependencies.

How do I install update-dependencies?

Run the command: npx killer-skills add notum-cz/strapi-plugin-tiptap-editor/update-dependencies. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for update-dependencies?

Key use cases include: 의존성을 업데이트하여 호환성과 보안을 보장한다, devDependencies 업데이트를 자동화하여 개발 워크플ロー를 간소화한다, 의존성 업데이트 후 빌드와 테스트의 무결성을 검증한다.

Which IDEs are compatible with update-dependencies?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for update-dependencies?

package.json 파일에 대한 액세스가 필요합니다. peerDependencies를 수정해서는 안됩니다. 업데이트된 devDependencies는 기존의 피어 범위를 충족해야 합니다.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add notum-cz/strapi-plugin-tiptap-editor/update-dependencies. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use update-dependencies immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

update-dependencies

Install update-dependencies, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Update Dependencies

Update all dependencies and devDependencies in package.json to their latest compatible versions using exact pinned versions. Verify each group does not break the build or tests.

Rules

  • Use exact versions (no ^ prefix) for dependencies and devDependencies.
  • NEVER modify peerDependencies — leave them exactly as-is.
  • Updated devDependencies that also appear in peerDependencies must satisfy the existing (unchanged) peer range.
  • Do NOT update react or react-dom beyond 18.x — Strapi v5 requires React 18.
  • Prerelease versions (alpha, beta, rc) are only allowed if the current version of that package is already a prerelease.
  • Do not use non-null assertions (!.); prefer null guards if any code changes are needed.

Procedure

Step 1 — Snapshot current state

  1. Read package.json and note every dependency with its current version.
  2. Run yarn outdated to identify available updates. This command may exit with code 1 when outdated packages exist — that is normal.
  3. Create a working list of packages to update, organized into the groups below.

Step 2 — Update groups in order

Process groups one at a time in this order. After each group, run the full verification suite before moving to the next group.

Group 1 — @tiptap packages

All packages matching @tiptap/*. These must be updated together to the same version to avoid peer dependency mismatches between TipTap internals.

Packages: @tiptap/extension-subscript, @tiptap/extension-superscript, @tiptap/extension-table, @tiptap/extension-text-align, @tiptap/pm, @tiptap/react, @tiptap/starter-kit

Group 2 — @strapi packages

All packages matching @strapi/*. These have tight coupling and should be updated together. New versions must remain compatible with the unchanged peerDependencies ranges.

Packages (dependencies): @strapi/design-system, @strapi/icons Packages (devDependencies): @strapi/sdk-plugin, @strapi/strapi, @strapi/typescript-utils

Group 3 — React ecosystem

Update types and related packages. Do NOT bump react or react-dom beyond 18.x — only update patch/minor within 18.x. Updated versions must satisfy unchanged peer ranges.

Packages: @types/react, @types/react-dom, react, react-dom, react-router-dom, styled-components

Group 4 — Standalone packages

Update remaining packages individually.

Packages: react-intl, typescript, vitest, prettier

Step 3 — Per-group sequence

For each group, follow this exact sequence:

  1. Determine latest versions: Run yarn info <package> version for each package to get the latest stable version. For packages currently on prerelease, get the latest prerelease in the same series.
  2. Update package.json: Set each dependency/devDependency to the exact new version (no ^). Do NOT touch peerDependencies.
  3. Install: Run yarn install to update yarn.lock.
  4. Verify: Run all verification commands in sequence:
    yarn build && yarn verify && yarn test && yarn test:ts:front && yarn test:ts:back
    
  5. On failure:
    • Check the error output to determine cause.
    • If the failure is clearly caused by the update and is fixable with a minor code change (e.g., a renamed import, a changed type signature), fix it and re-run verification. Only make minimal, obvious fixes — do not refactor.
    • If not easily fixable, revert package.json changes for this group back to the previous versions, run yarn install, and note the group as "skipped" with the reason.
  6. On success: Commit the group update with message: chore(deps): update <group name> packages

Step 4 — Summary

After all groups are processed, output a markdown summary table:

## Dependency Update Summary

| Package | Previous | Updated | Group | Status |
|---------|----------|---------|-------|--------|
| @tiptap/react | 3.19.0 | 3.21.2 | @tiptap | ✅ Updated |
| ... | ... | ... | ... | ... |

### Skipped
- `<package>`: <reason for skip>

Include the commit hashes for each successful group commit.

Important Notes

  • If yarn outdated shows no updates available, report that and stop.
  • Always run the full verification suite — do not skip any command.
  • When in doubt about compatibility, prefer the conservative choice (skip the update).
  • Package manager is Yarn v1 — use yarn commands (not npm/pnpm).

관련 스킬

Looking for an alternative to update-dependencies or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자