wolfy1339
wolfy1339
> Currently pull requests are not being created due to an auth error. I assume the used PAT was invalidated? There are other repositories that are failing as well that...
Are you able to share the full request headers?
I'll see if I can isolate specific changes that have caused these errors to happen
I believe the issue is coming from one of the Octokit dependencies. I started out upgrading anything with duplicated versions of Octokit modules ``` npm up @octokit/core @octokit/types @octokit/graphql @semantic-release/github...
There could be a bug in how we pass in the data parameters. That would be in the underlying modules `@octokit/request` and `@octokit/endpoint` We don't have any special implementation on...
I would love to get rid of aggregate error, but one issue is that the built-in type is not generic. We use the type generic in our code unfortunately. If...
Unfortunately that error doesn't give any information... All it says is that the socket was closed unexpectedly I would suggest using streams instead, see example here: https://github.com/octokit/rest.js/issues/12#issuecomment-1916023479 It shouldn't matter...
I have no idea why you're getting HTTP 500 errors only on Linux
The types for Express v5 changed from `void` to `void | Promise` which is why the error happens. The middleware is compatible with Express v5, these are simply type issues...
``` Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 14 │ @import './color-modes/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵...