cli
cli copied to clipboard
CLI for building, running, testing, and managing your Emacs Lisp dependencies
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.15 to 2.0.8. Release notes Sourced from softprops/action-gh-release's releases. v2.0.8 What's Changed Other Changes 🔄 chore(deps): bump prettier from 2.8.0 to 3.3.3 by @dependabot in softprops/action-gh-release#480 chore(deps):...
Bumps [which](https://github.com/npm/node-which) from 4.0.0 to 5.0.0. Release notes Sourced from which's releases. v5.0.0 5.0.0 (2024-10-01) ⚠️ BREAKING CHANGES which now supports node ^18.17.0 || >=20.5.0 Bug Fixes 77aba08 #151 align...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v7.0.0 :sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot: Behaviour...
**Rationale** - I want to do `eask install --local ./some/path`. - But how do I get fresh changes from `./some/path`, do I reinstall for every change? - No: Have Eask...
Before changing the behavior of errors as discussed in #273 , I wanted to add more tests that check the current behavior. This PR adds tests which check, for each...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.2.0. Release notes Sourced from softprops/action-gh-release's releases. v2.2.0 What's Changed Exciting New Features 🎉 feat: read the release assets asynchronously by @xen0n in softprops/action-gh-release#552 Bug...
We are not able to switch to ESM due to these causes: - https://github.com/yargs/yargs/issues/2152 - https://github.com/yao-pkg/pkg/issues/16