8000 Release v10.0.0 · codfish/cod-scripts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 20:45
439f4f1

10.0.0 (2021-08-19)

Bug Fixes

  • update the resolveBin fn call in the commitlint script (6d457c9)
  • lint-staged: run .ts files through eslint rather than prettier (be8ca5f)

Features

  • add more checks for local lint-staged config files (4bd3f7d)
  • create root lintstagedrc.js to easily extend config (751f363)
  • create root lintstagedrc.js to easily extend config (fc605c6)
  • migrate to husky v7 (863c25a)

BREAKING CHANGES

TL;DR

Run the following:

npx husky-init \
  && npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
  • You will need to edit .husky/commit-msg after running the above command. Preface commands with npx --no-install.
  • Change -E HUSKY_GIT_PARAMS --> --edit $1.
0