Mirror of Steamdown (Markdown -> Steam Markup converter)
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump get-stdin from 9.0.0 to 10.0.0 (#354)

* Bump get-stdin from 9.0.0 to 10.0.0

Bumps [get-stdin](https://github.com/sindresorhus/get-stdin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/sindresorhus/get-stdin/releases)
- [Commits](https://github.com/sindresorhus/get-stdin/compare/v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: get-stdin
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Reenable "cat-style blocking input"

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Spenser Black <spenserblack01@gmail.com>

authored by

dependabot[bot]
dependabot[bot]
Spenser Black
and committed by
GitHub
(Feb 10, 2026, 9:23 AM EST) 6104f70f 590b2815

+9 -8
+2 -1
packages/cli/index.mjs
··· 21 21 .addOption(htmlOption) 22 22 .argument("[file]", "File to parse (STDIN if not specified)") 23 23 .action(async (file, options) => { 24 - const content = file == null ? getStdin() : fs.readFile(file, "utf-8"); 24 + const content = 25 + file == null ? getStdin({ allowTTY: true }) : fs.readFile(file, "utf-8"); 25 26 const [tree, context] = parse(await content); 26 27 27 28 if (options.ast) {
+1 -1
packages/cli/package.json
··· 30 30 "@steamdown/core": "workspace:^", 31 31 "@steamdown/html": "workspace:^", 32 32 "commander": "^14.0.3", 33 - "get-stdin": "^9.0.0" 33 + "get-stdin": "^10.0.0" 34 34 } 35 35 }
+6 -6
pnpm-lock.yaml
··· 60 60 specifier: ^14.0.3 61 61 version: 14.0.3 62 62 get-stdin: 63 - specifier: ^9.0.0 64 - version: 9.0.0 63 + specifier: ^10.0.0 64 + version: 10.0.0 65 65 66 66 packages/html: 67 67 dependencies: ··· 1861 1861 resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} 1862 1862 engines: {node: '>=8.0.0'} 1863 1863 1864 - get-stdin@9.0.0: 1865 - resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} 1866 - engines: {node: '>=12'} 1864 + get-stdin@10.0.0: 1865 + resolution: {integrity: sha512-eWSePJ4zXFdqz+/Lyfopob4rIcoF/U2XfE8nJc7iZV6lnebWc9k7DoQQpX+2a9jc0AOvBsXvbe5YkjXl/MHbpg==} 1866 + engines: {node: '>=20'} 1867 1867 1868 1868 get-stream@6.0.1: 1869 1869 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} ··· 4647 4647 4648 4648 get-package-type@0.1.0: {} 4649 4649 4650 - get-stdin@9.0.0: {} 4650 + get-stdin@10.0.0: {} 4651 4651 4652 4652 get-stream@6.0.1: {} 4653 4653