From ff0c090af2db66d12013edb3a20081f6183e194e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 05:37:06 +0000 Subject: [PATCH 1/2] chore(deps): update crate-ci/typos action to v1.44.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 645f63acfe..de5862086a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: # cargo clippy --all-targets --all-features -- -D warnings # RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items - - uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2 + - uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0 with: files: . From 65c9b42b0b4a404759cbef6c63abc212fd797c5b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:45:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20correct=20typo=20`writables`=20?= =?UTF-8?q?=E2=86=92=20`writable`=20in=20stream.ts=20comment=20(#851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `crate-ci/typos` v1.44.0 flags `writables` as a misspelling of `writable` in a comment in `packages/prompts/src/stream.ts`, breaking CI. - **Fix**: corrected `writables` → `writable` in the TODO comment on line 10 of `packages/prompts/src/stream.ts` --- 💬 Send tasks to Copilot coding agent from [Slack](https://gh.io/cca-slack-docs) and [Teams](https://gh.io/cca-teams-docs) to turn conversations into code. Copilot posts an update in your thread when it's finished. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com> --- packages/prompts/src/stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/prompts/src/stream.ts b/packages/prompts/src/stream.ts index 24617c4009..c1c5bc5a9b 100644 --- a/packages/prompts/src/stream.ts +++ b/packages/prompts/src/stream.ts @@ -7,7 +7,7 @@ import type { LogMessageOptions } from './log.js'; const prefix = ' '; -// TODO (43081j): this currently doesn't support custom `output` writables +// TODO (43081j): this currently doesn't support custom `output` writable // because we rely on `columns` existing (i.e. `process.stdout.columns). // // If we want to support `output` being passed in, we will need to use