chore: undeprecate config.kit.files.* options#15482
Conversation
🦋 Changeset detectedLatest commit: a9bfa71 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dummdidumm
left a comment
There was a problem hiding this comment.
I think we should keep it hidden from the docs mostly, so that people don't stumble across it too much.
We also said that we wanted to keep it deprecated in the types along with an explanation that this is a "soft deprecation" in the sense of it's still supported but no longer recommended (use monorepos for most use cases instead)
Most importantly we need to revert the deprecation from the options parsing
|
Thanks! I made the changes but I'm unsure about the deprecation wording in the types |
As discussed during the maintainer's meeting, this PR undeprecates the
kit.filesoptions. It also reverts the removal of mentions about these options in various parts of the docs done in #15343Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits