pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:TypeScript language:JavaScript
Filter by
15.1k results
insindresorhus (press backspace or delete to remove)!--
Thanks for submitting a pull request 🙌
If you re submitting a new type, please review the contribution guidelines:
https://github.com/sindresorhus/type-fest/blob/main/.github/contributing.md
-- ...
!--
Thanks for submitting a pull request 🙌
If you re submitting a new type, please review the contribution guidelines:
https://github.com/sindresorhus/type-fest/blob/main/.github/contributing.md
-- ...
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, ...