feat: add no-redundant-files to recommended#1232
Merged
michaelfaith merged 2 commits intomainfrom Aug 22, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1232 +/- ##
=======================================
Coverage 99.32% 99.32%
=======================================
Files 23 23
Lines 1787 1787
Branches 228 228
=======================================
Hits 1775 1775
Misses 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
🎉 This is included in version v0.55.0 🎉 The release is available on: Cheers! 📦🚀 |
Merged
3 tasks
JoshuaKGoldberg
added a commit
to JoshuaKGoldberg/create-typescript-app
that referenced
this pull request
Dec 2, 2025
## PR Checklist - [x] Addresses an existing open issue: fixes #2287 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Bumps everything to latest using `ncu -u`, except: * `zod` and `zod-package-json`: because Bingo is still on v3 * `eslint-plugin-package-json`: pending the refresh of ESLint settings in #2275, only bumps a few minors The main changes are: * Removing unnecessary `files` entries in `package.json`, courtesy of `eslint-plugin-package-json` & `package-json-validator` updates: michaelfaith/eslint-plugin-package-json#1232 & co. * Explicitly defaulting `fixedExtension` to `false`, courtesy of rolldown/tsdown#517 🎁
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
status: accepting prsOverview
As the issue suggests.
🗂