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 #5288

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 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 enabled auto-merge (squash) November 6, 2023 17:13
Copy link

vercel bot commented Nov 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2023 9:32am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2023 9:32am

@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from 7e63e05 to 244be1d Compare November 7, 2023 01:05
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.3.1 chore(deps): update dependency @biomejs/biome to v1.3.2 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from 244be1d to 3a0eb22 Compare November 7, 2023 08:21
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.3.2 chore(deps): update dependency @biomejs/biome to v1.3.3 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 23 times, most recently from 2a41e7e to 6c0bb35 Compare November 13, 2023 06:43
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from 0ef14b2 to 29493c4 Compare November 27, 2023 12:19
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.3.3 chore(deps): update dependency @biomejs/biome to v1.3.3 - autoclosed Nov 27, 2023
@renovate renovate bot closed this Nov 27, 2023
auto-merge was automatically disabled November 27, 2023 12:44

Pull request was closed

@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch November 27, 2023 12:44
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.3.3 - autoclosed chore(deps): update dependency @biomejs/biome to v1.3.3 Nov 27, 2023
@renovate renovate bot reopened this Nov 27, 2023
@renovate renovate bot restored the renovate/biomejs-biome-1.x branch November 27, 2023 17:05
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from 29493c4 to 79cffb4 Compare November 27, 2023 17:53
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.3.3 chore(deps): update dependency @biomejs/biome to v1.4.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 2 times, most recently from ad0b437 to 4974dc2 Compare November 27, 2023 22:59
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 2 times, most recently from 7525c03 to 10a05ac Compare November 28, 2023 03:07
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 3 times, most recently from 36270c1 to a1cea4d Compare November 28, 2023 09:03
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from a1cea4d to 990a816 Compare November 28, 2023 09:05
Copy link
Contributor Author

renovate bot commented Nov 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@chriswk chriswk enabled auto-merge (squash) November 28, 2023 09:29
@chriswk chriswk merged commit c7498dc into main Nov 28, 2023
6 checks passed
@chriswk chriswk deleted the renovate/biomejs-biome-1.x branch November 28, 2023 09:32
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.

1 participant