Skip to content

Remove Husky pre-commit hook#1379

Merged
cristianrgreco merged 1 commit into
mainfrom
codex/remove-husky-hooks
Jun 19, 2026
Merged

Remove Husky pre-commit hook#1379
cristianrgreco merged 1 commit into
mainfrom
codex/remove-husky-hooks

Conversation

@cristianrgreco

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the Husky pre-commit hook and its npm run pre-commit script.
  • Remove husky and lint-staged from root dev dependencies.
  • Update the root lockfile to drop those packages and their now-unused transitive dependencies.

Verification

  • rg -n "husky|lint-staged|pre-commit|simple-git-hooks|lefthook|commitlint|commit-msg|pre-push" package.json package-lock.json .husky .github 2>/dev/null
  • git diff --check
  • Parsed package.json and package-lock.json with Node.

Test results

  • No remaining hook-tool references were found.
  • Whitespace checks passed.
  • Package metadata JSON parsed successfully.

Breaking change evidence

This is not a breaking runtime or public API change. It only removes local commit-time hook tooling; CI linting remains in place through the existing GitHub Actions checks.

@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 06ab9a6
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a352f39f319940008abd12d
😎 Deploy Preview https://deploy-preview-1379--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco added maintenance Improvements that do not change functionality patch Backward compatible bug fix labels Jun 19, 2026
@cristianrgreco cristianrgreco merged commit 5434cd3 into main Jun 19, 2026
263 checks passed
@cristianrgreco cristianrgreco deleted the codex/remove-husky-hooks branch June 19, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improvements that do not change functionality patch Backward compatible bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant