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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@repobuddy/[email protected]
Minor Changes
981a147: Remove the
json
andjsonc
config asbiome
1.8
has sufficient support for them.dbbc5ba: Update biome to 1.8.3 (peer dependency: >= 1.8.0).
Add
trailingCommas
config.Add
**/*.jsonc
to override.biome
is not just using thejsonc
config to parse JSON files,it is actually using the
jsonc
parser to parse JSON files.See 🐛 Parse error for jsonc files biomejs/biome#3696 for more details.
And since
override
is replaced instead of merged,if you have your own
override
,you need to add an override for
jsonc
files.See https://github.com/repobuddy/repobuddy/blob/main/packages/biome/recommended.jsonc#L63 for the recommended override.
@repobuddy/[email protected]
Patch Changes
ts-jest
29.0.3
on Oct 2022.toSatisfies()
tojest
global.