-
-
Couldn't load subscription status.
- Fork 1.3k
Comparing changes
Open a pull request
base repository: SBoudrias/Inquirer.js
base: main
head repository: SBoudrias/Inquirer.js
compare: chore/bye-tshy
- 11 commits
- 149 files changed
- 1 contributor
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b83dee9 - Browse repository at this point
Copy the full SHA b83dee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a99e18 - Browse repository at this point
Copy the full SHA 1a99e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ae34d - Browse repository at this point
Copy the full SHA 38ae34dView commit details -
chore: Remove remaining tshy references from config files
Remove tshy references from: - .gitignore (tshy directories and build files) - .prettierignore (tshy directory) - turbo.json (tshy input pattern) Also updates yarn cache after dependency changes.
Configuration menu - View commit details
-
Copy full SHA for 7d33338 - Browse repository at this point
Copy the full SHA 7d33338View commit details -
fix: Address PR comments and fix TypeScript compilation
Changes: - Fixed TypeScript errors by removing examples from root tsconfig - Re-added isolatedDeclarations to ansi, external-editor, figures, and type packages - Updated tools/setup-packages.ts to handle all workspace packages (internals/) - Added bin field handling in publishConfig for packages with CLI binaries - Fixed TypeScript type errors in tools/setup-packages.ts - Re-added .tshy to .gitignore as legacy build artifacts Addresses PR #1856 review comments.
Configuration menu - View commit details
-
Copy full SHA for c329a9c - Browse repository at this point
Copy the full SHA c329a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 202ec66 - Browse repository at this point
Copy the full SHA 202ec66View commit details -
fix: Remove publishing metadata from private packages
- Don't set author, license, repository, keywords, homepage for private packages - Don't set publishConfig for private packages - Updated tools/setup-packages.ts to check private flag and conditionally set/remove fields
Configuration menu - View commit details
-
Copy full SHA for fcc736c - Browse repository at this point
Copy the full SHA fcc736cView commit details -
chore: Remove attw and fix example linting
Remove @arethetypeswrong/cli dependency and attw scripts from all packages as they're no longer needed with the tshy removal. Create separate tsconfig for examples directory to enable ESLint parsing without TypeScript compilation errors (examples depend on built package, not source files).
Configuration menu - View commit details
-
Copy full SHA for 1209bfa - Browse repository at this point
Copy the full SHA 1209bfaView commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08455e2 - Browse repository at this point
Copy the full SHA 08455e2View commit details -
fix: Exclude examples from root TypeScript compilation
The previous commit re-added examples to the root tsconfig.json which caused TypeScript compilation errors. Examples should use their own separate tsconfig files and not be checked by the root compilation. Changes: - Remove **/examples/**/* from root tsconfig.json include array - Add tsconfig.json for packages/external-editor/examples/ - This allows ESLint to parse example files without TypeScript errors The examples remain as-is with their 'as const' type assertions.
Configuration menu - View commit details
-
Copy full SHA for 81f1911 - Browse repository at this point
Copy the full SHA 81f1911View commit details -
Configuration menu - View commit details
-
Copy full SHA for de99aab - Browse repository at this point
Copy the full SHA de99aabView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...chore/bye-tshy