Daniel Basilio
Daniel Basilio
**Current behavior** We're migrating parts of our app to typescript slowly, and leaning pretty heavily on `React.FC` to correctly set prop and return types on our component. When you cast...
We maintain a custom conventional changelog [link](https://github.com/tophat/commit-utils/tree/master/packages/conventional-changelog-config) that we would like to use with semantic-release, but any time we've tried this, any time we merge a PR it's treated as...
### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select...
### Description #118 introduced the ability to post a message to multiple channels, but we're having issues with updating the threads in multiple channels afterwards. When calling the action you...
**Describe the bug** If your CI is building and autocommiting Commit 1, and Commit 2 is introduced between the initial merge and the autocommit, then monodeploy will fail to pull...
`any` is inherently unsafe and hurts the boundary with your application code. Using unknown will require consumers to do type checks before using values which is what they should be...
### Issue Description We're trying to integrate Datadog RUM, which attaches headers to outgoing requests if they match certain patterns. When using HTTPLink, the headers are always correctly attached. When...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug The command `yarn set resolution` requires you to specify a resolver for the resulting...
### Describe the bug To differentiate our vanilla extract css files to scss, we have to use a prefix to `.css.ts` so that we can handle the compiled vanilla css...