Daniel Tschinder
Daniel Tschinder
#### Summary Part of netlify/pod-compute#309 This allows to specify a version for npm packages to detect the framework. ``` "detect": { "npmDependencies": [{ "name": "gatsby", "version": ">=5.0.0" }], ``` With...
This adds a simple option to disable the emojis in the output.
Fixes #877 - [ ] Tests for Interfaces, because they might start working unexpectedly - [ ] Tests for enums - [ ] implement enums
This should fix #53 The lockfile was updated automatically to version 6, because I used pnpm 8
## Bug description I receive the following warning for this action ``` The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more...
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. I also changed the workflows: test runs with Node.js 16.
Adds typescript typings Fixes #21
I was investigating this issue https://github.com/changesets/changesets/issues/1209 and started adding tests here to check if the issue is in manypkg. Turned out changeset is using an older version and `get-packages` is...
n/t 
**Describe the bug** When a previous commit does not yet have the comment from delta-actions, the action will just write the current deltas but no history. So basically starting from...