Skip to content

Replace run-parallel-limit with p-limit#824

Draft
Copilot wants to merge 8 commits intov3from
copilot/replace-run-parallel-limit-with-p-limit
Draft

Replace run-parallel-limit with p-limit#824
Copilot wants to merge 8 commits intov3from
copilot/replace-run-parallel-limit-with-p-limit

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 26, 2026

  • Check beachball status and existing change files
  • Create additional patch change file for just-scripts documenting p-limit migration
  • Commit and verify with beachball check

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Copilot AI and others added 2 commits March 26, 2026 01:33
- Replace `run-parallel-limit` (callback-based) with `p-limit` v7.3.0 (promise-based)
- Remove `@types/run-parallel-limit` dev dependency (p-limit ships its own types)
- Update cleanTask.ts: convert to async function using p-limit
- Update copyTask.ts: convert to async function, wrap stream operations in promises
- Update sassTask.ts: wrap callback-based tasks in promises, use p-limit for concurrency

Co-authored-by: ecraig12345 <5864305+ecraig12345@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/just/sessions/defe8523-a502-4f0a-9655-e353589f4cbb
…ing in sassTask

Co-authored-by: ecraig12345 <5864305+ecraig12345@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/just/sessions/defe8523-a502-4f0a-9655-e353589f4cbb
Copilot AI changed the title [WIP] Replace run-parallel-limit with p-limit Replace run-parallel-limit with p-limit Mar 26, 2026
Copilot AI requested a review from ecraig12345 March 26, 2026 01:37
@ecraig12345 ecraig12345 added the v3 label Mar 26, 2026
Copy link
Copy Markdown
Member

@ecraig12345 ecraig12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs manual testing (or wait on tests for these tasks) but generally good

Copilot AI requested a review from ecraig12345 March 26, 2026 12:33
Copilot stopped work on behalf of ecraig12345 due to an error March 26, 2026 12:33
@ecraig12345 ecraig12345 linked an issue Mar 26, 2026 that may be closed by this pull request
@ecraig12345 ecraig12345 force-pushed the v3 branch 2 times, most recently from ac65536 to a15b280 Compare March 26, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace run-parallel-limit with p-limit

2 participants