Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @biomejs/biome to v1.4.0 #92

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.3.3 -> 1.4.0 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.4.0

Compare Source

CLI
  • Remove the CLI options from the lsp-proxy, as they were never meant to be passed to that command. Contributed by @​ematipico

  • Add option --config-path to lsp-proxy and start commands. It's now possible to tell the Daemon server to load biome.json from a custom path. Contributed by @​ematipico

  • Add new --diagnostic-level option to let users control the level of diagnostics printed by the CLI. Possible values are: "info", "warn", "hint". Contributed by @​simonxabris

  • Add option --line-feed to the format command. Contributed by @​SuperchupuDev

  • Add option --bracket-same-line to the format command. Contributed by @​faultyserve

  • Add option --bracket-spacing to the format command. Contributed by @​faultyserve

Bug fixes
  • Fix the command format, now it returns a non-zero exit code when if there pending diffs. Contributed by @​ematipico
Configuration
Formatter
New features
  • Add a new option --line-ending. This option allows changing the type of line endings. Contributed by @​SuperchupuDev
  • Added a new option called --bracket-spacing to the formatter. This option allows you to control whether spaces are inserted around the brackets of object literals. #​627. Contributed by @​faultyserver
  • Added a new option called --bracket-same-line to the formatter. This option allows you to control whether spaces are inserted around the brackets of object literals. #​627. Contributed by @​faultyserver
Bug fixes
  • Fix #​832, the formatter no longer keeps an unnecessary trailing comma in type parameter lists. Contributed by @​Conaclos

  • Fix #​301, the formatter should not break before the in keyword. Contributed by @​ematipico

Linter
Promoted rules

The following rules are now recommended:

The following rules are now deprecated:

New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Fix #​846 that erroneously parsed <const T,>() => {} as a JSX tag instead of an arrow function when both TypeScript and JSX are enabled.
VSCode

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit 2f4abfa into main Nov 27, 2023
2 checks passed
@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch November 27, 2023 22:01
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.

0 participants