prettier / prettier-eslint-cli

CLI for prettier-eslint
https://npm.im/prettier-eslint-cli
MIT License
539 stars 85 forks source link

[v7] bump dependencies #436

Closed JounQin closed 2 years ago

JounQin commented 2 years ago

437

  1. Bump all upgradable (dev)Dependencies except pure ESM ones Upgrade GitHub Actions versions and related usage
  2. Enable CI workflow for pull_request events
  3. Replace husky with simple-git-hooks which is much easier to use, you may need to run git config --unset core.hooksPath if you've enabled husky@v2+ previously
  4. Remove cli-test task (which is buggy) in favor of test including cli.spec already, now npm start validate is just working as expected
  5. Use eslint-plugin-node-dependencies to ensure we have correct versions range of dependencies
  6. Enable CodeSandbox CI for testing before releasing easily
github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: