Skip to content

feat: add no-redundant-files to recommended#1232

Merged
michaelfaith merged 2 commits intomainfrom
no-redundant-files-recommended
Aug 22, 2025
Merged

feat: add no-redundant-files to recommended#1232
michaelfaith merged 2 commits intomainfrom
no-redundant-files-recommended

Conversation

@JoshuaKGoldberg
Copy link
Copy Markdown
Collaborator

PR Checklist

Overview

As the issue suggests.

🗂

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.32%. Comparing base (39046d8) to head (46e5919).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Owner

@michaelfaith michaelfaith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@michaelfaith michaelfaith merged commit 2a52f87 into main Aug 22, 2025
16 checks passed
@michaelfaith michaelfaith deleted the no-redundant-files-recommended branch August 22, 2025 23:16
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This is included in version v0.55.0 🎉

The release is available on:

Cheers! 📦🚀

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

🎁
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Feature: Enable no-redundant-files in recommended

2 participants