pullrequests Search Results · user:sindresorhus language:swift archived:false is:public is:unmerged language:JavaScript
Filter by
3.3k 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 ...
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, ...
Summary
- Add Node.js 26 to the CI matrix on ubuntu, macos, and windows
- Keeps existing Node 18 and 24 jobs unchanged
Fixes #1233
Test plan
- [ ] CI passes on Node 26 (ubuntu, macos, windows) ...
Summary:
- detach non-wait PowerShell launches after stdio is ignored so Windows targets can keep opening after the parent
process exits
- add an AVA regression test that loads the module with ...
Fixes #1219
Summary
- Ignore a singular inherited stdin source when input or inputFile is provided, so explicit input becomes the only
stdin source.
- Preserve explicit multi-source stdin arrays ...