Bump all upgradable (dev)Dependencies except pure ESM ones
Upgrade GitHub Actions versions and related usage
Enable CI workflow for pull_request events
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
Remove cli-test task (which is buggy) in favor of test including cli.spec already, now npm start validate is just working as expected
437
husky
withsimple-git-hooks
which is much easier to use, you may need to rungit config --unset core.hooksPath
if you've enabledhusky@v2+
previouslycli-test
task (which is buggy) in favor oftest
includingcli.spec
already, nownpm start validate
is just working as expectedCodeSandbox CI
for testing before releasing easily