Simen Bekkhus

Results 1227 comments of Simen Bekkhus

The issue is with `@jridgewell/[email protected]` and higher, see https://github.com/SimenB/apollo-server/commits/trace-mapping-update which is on top of the last good commit and only updates that module in the lockfile. @jridgewell would you be...

Opened a PR to `apollo-server` based on the above: https://github.com/apollographql/apollo-server/pull/6799

Great, that works as well! Updated the PR. Thanks @jridgewell 👍

https://github.com/facebook/jest/releases/tag/v29.0.0-alpha.6

The bug isn't in jest - it's via babel/trace-mapping. All of which are in semver ranger

Config issue, hopefully #13115 has made it clearer 🙂

I wonder if this is the same as https://github.com/facebook/jest/issues/9430#issuecomment-622664754 which I was never able to fix... It might be we need to do more stuff synchronously, at least that's what...

Yeah, it'll keep failing sporadically. Will need to track it down and fix, it was more an observation than something to remedy the situation

I think this is a bug in Node, but we should track it still and verify once upstream is fixed

Hmm, not sure about this one. Most CLI options are global. What should happen if it's provided via CLI flag? Override project specific ones?