aegir icon indicating copy to clipboard operation
aegir copied to clipboard

feat!: add support for depchecking typescript projects

Open mpetrunic opened this issue 3 years ago • 1 comments

@achingbrain not sure if this is too disruptive.

BREAKING CHANGE:

  • no more forwarding flags
  • no more positional arguments - cannot depcheck single file
  • won't throw an error for missing dependency if it's in devDependencies section of package.json

mpetrunic avatar Aug 12 '22 09:08 mpetrunic

2022-09-02 conversation: next step is that @achingbrain is going to check this out locally and see how much damage this causes.

If we don't land now, we may include in a future aegir release with other breaking changes (e.g., requiring return types). If there's a lot of pain updating, we want to handle it all in one go.

BigLep avatar Sep 02 '22 14:09 BigLep

:tada: This PR is included in version 38.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Jan 12 '23 15:01 github-actions[bot]