Steven
                                            Steven
                                        
                                    These dependencies are not needed at runtime
How can electron be packaged as a single binary (or installable app)? Some related docs: https://electron.atom.io/docs/tutorial/application-distribution/ https://electron.atom.io/docs/tutorial/application-packaging/
While viewing the [webp](https://caniuse.com/webp) feature, I noticed total global usage listed at 93.21% support today. That means that 6.79% of browsers don't support webp today. However, there is a large...
It looks like the only usage of lodash is in [Match.ts](https://github.com/florinn/typemoq/blob/0721689785fe533e68fe455280288980020c7eac/src/Match/Match.ts) so you're bringing in [over a MB](https://packagephobia.now.sh/result?p=typemoq) of lodash code to do something that takes a couple lines of...
### Description I really like the existing large `first-published-tag-for-merged-pr` banner at the bottom of a PR (see https://github.com/refined-github/refined-github/pull/5643). I would like a similar banner to make it obvious when an...
- Fixes #219
Follow up to #8622 since we should be throwing errors so the error is correctly serialized to `builds.json`.
This bumps `typescript` to [4.8.2](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/) for most packages in the monorepo. However, it does not bump the following: - `@vercel/node` - `@vercel/node-bridge` - `@vercel/edge` Because these packages use typescript at...
Similar to #6401, this PR bumps the Gemfile.lock file for the `06-rails` test fixture. So I ran `bundler update` in the `06-rails` Ruby test fixture to update the dependencies.
This test was failing when running ``` cd ./packages/next-codemod pnpm build pnpm test ```