Daniel Tschinder

Results 53 issues of 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...

type: feature

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

improvement

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 ![Screenshot 2022-08-16 at 12 39 47](https://user-images.githubusercontent.com/231804/184864895-da60d131-007e-40b7-9d0e-5c6ae5eca753.png)

type: bug

**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...

type: bug