chore(deps): update dependency @repobuddy/biome to v2 #169
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 contains the following updates:
^1.2.1->^2.0.0Release Notes
repobuddy/repobuddy (@repobuddy/biome)
v2.0.1Compare Source
Patch Changes
f371548: FixnoUnusedVariablesto use default options value.v2.0.0Compare Source
Major Changes
09e67ba: Update to supportbiomev2.v1.7.1Compare Source
Patch Changes
ef06b2b: Adding json override back to handle some extra files.v1.7.0Compare Source
Minor Changes
10416f0: EnablenoConsoleLogrule.v1.6.0Compare Source
Minor Changes
981a147: Remove thejsonandjsoncconfig asbiome1.8has sufficient support for them.dbbc5ba: Update biome to 1.8.3 (peer dependency: >= 1.8.0).Add
trailingCommasconfig.Add
**/*.jsoncto override.biomeis not just using thejsoncconfig to parse JSON files,it is actually using the
jsoncparser to parse JSON files.See biomejs/biome-vscode#285 for more details.
And since
overrideis replaced instead of merged,if you have your own
override,you need to add an override for
jsoncfiles.See https://github.com/repobuddy/repobuddy/blob/main/packages/biome/recommended.jsonc#L63 for the recommended override.
v1.5.1Compare Source
Patch Changes
c77fa32: Usejsoncand provide some reasoning about the rule choices.v1.5.0Compare Source
Minor Changes
60f3b39: Turn offuseTemplate.It's a style preference that works in some cases,
but will negatively impact performance.
v1.4.0Compare Source
Minor Changes
a54ae1c: RemovetrailingComma: nonerecommendation.Following "least friction" rule,
using the default
trailingComma: allis better thantrailingComma: none.It is easier to edit and cleaner git history.
v1.3.0Compare Source
Minor Changes
352d379: AddperformantconfigConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.