request.js icon indicating copy to clipboard operation
request.js copied to clipboard

Updating "universal-user-agent" dependency package to version 7.0.0

Open TemRhythm opened this issue 3 years ago • 7 comments

It's needed to use request on latest macOS Monterey 12

TemRhythm avatar Jan 31 '22 13:01 TemRhythm

That is not possible at this time. v7 of universal-user-agent switches to ESM.

Unfortunately the JS octokit libraries no longer have an active maintainer.

You can read about it in this discussion, subscribe to it for further updates.

wolfy1339 avatar Jan 31 '22 14:01 wolfy1339

Are there any known workarounds for this? I guess I can just fork and republish?

daniel-beard avatar Mar 01 '22 23:03 daniel-beard

Is there any kind of error message, or some message in the console? It would help me figure out what exactly is going on.

Otherwise, I simply do not see any relevant change in between the versions. Only that the package moved to pure ESM.

wolfy1339 avatar Mar 02 '22 03:03 wolfy1339

@TemRhythm @daniel-beard Is this issue still relevant?

If so, can you please respond to the questions I asked in my previous comment

wolfy1339 avatar May 15 '22 16:05 wolfy1339

I believe it is still relevant, but this was our only project that used octokit on macOS. We ended up tearing out the library and making raw http calls instead.

daniel-beard avatar May 17 '22 18:05 daniel-beard

@octokit/js-community @gr2m Is anynyone able to test this?

wolfy1339 avatar Jul 11 '22 00:07 wolfy1339

It's needed to use request on latest macOS Monterey 12

I have MacOS Montery 12 and @octokit/request works just fine for me. We'd need a reproducible test case

gr2m avatar Jul 12 '22 21:07 gr2m