Wojciech Maj
Wojciech Maj
Closes #2692 Closes #2507 This PR updates Yoga to 3.0. See the list of new features, improvements, and potential breaking changes in #2692.
Node.js from v6.13.0, v8.10.0, v9.3.0 includes `module.builtinModules` which we can use to natively check if some module belongs to Node.js core or not. This drops not one, but _three_ dependencies,...
In our error monitoring service, we started seeing an error during Sign in with Apple. It started ~15 days ago, and we've seen 3 occurrences so far. It's rather puzzling....
## Possible install-time or require-time problem - [x] I have read and understood all of the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [x] I have searched for known bugs relating to...
## The problem ``` [percy] Error: @percy/cli-exec tried to access @percy/client, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. Required package: @percy/client (via...
It seems like the only reason undici is our dependency is to support proxy env variables. Direct support for these env variables (NO_PROXY, HTTP_PROXY...) has been implemented in undici in...
### Description This PR replaces traverse with neotraverse, a fork and TypeScript rewrite of traverse with 0 dependencies (as opposed to 66: https://npmgraph.js.org/?q=traverse) and lots of improvements. ### Motivation and...
## What's the problem this PR addresses? Since ESLint v9 release, our E2Es were failing due to a breaking change in how ESLint config is defined (flat config). ## How...
## What's the problem this PR addresses? Since next@canary requires React 19, builds were consistently failing. ## How did you fix it? Used React 19 instead. Removed require() bit -...
## What's the problem this PR addresses? It seems like the issue (https://github.com/parcel-bundler/parcel/issues/9114) is stuck on Parcel's side with no interest of it being fixed. ## How did you fix...