Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:TypeScript

Filter by

15k results  (767 ms)

15k results

insindresorhus (press backspace or delete to remove)

Summary Adds an optional message argument to AggregateError constructor, aligning with the TC39 AggregateError proposal. Changes - index.js: Added messageOption parameter to constructor — when provided, ...

Summary Adds preserveSymlinks() export to skip fs.realpathSync() calls, allowing module resolution without requiring lstat permissions on every directory in the hierarchy. Changes - index.js: Added ...

Summary Adds OmitOptional T type that removes all optional keys from an object type, returning only the required properties. Changes - source/omit-optional.d.ts: New type — maps over RequiredKeysOf ...

Add RemoveSuffix type that removes a specified suffix from the end of a string type, mirroring the existing RemovePrefix type. Closes #1433

This package imports from react at runtime, but react is currently only listed in devDependencies. With strict package managers such as pnpm, consumers can hit a runtime module resolution error when ink-gradient ...

Closes #34. What gitgot did This is an AI-drafted first pass at the issue, generated inside a sandboxed working copy by gitgot. Treat it as a starting point — pull the branch and iterate locally if needed. ...

What Upgrades is-in-ci from 1.0.0 to 2.0.0. Why Functionality related to CI detection may fail, leading to potential false positives, and projects running on Node.js versions lower than 20 will be incompatible, ...

What Upgrades c8 from 10.1.3 to 11.0.0. Why Functionality relying on Node.js versions below 14.14.0 will no longer work, which poses a high risk if the project is currently using an unsupported Node ...

What Upgrades ava from 6.3.0 to 8.0.1. Why The functionality affected includes test imports, configuration settings for extensions, compatibility with older Node.js versions, and test filtering behavior, ...

!-- If you re adding a new rule, please follow these steps.