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: . 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