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

Update dependency @biomejs/biome to v1.4.1 #604

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

biomejs/biome (@​biomejs/biome)

v1.4.1

Compare Source

Editors
  • Fix #​933. Some files are properly ignored in the LSP too. E.g. package.json, tsconfig.json, etc.
Formatter
Bug fixes
  • Fix some accidental line breaks when printing array expressions within arrow functions and other long lines #​917. Contributed by @​faultyserver

  • Match Prettier's breaking strategy for ArrowChain layouts #​934. Contributed by @​faultyserver

  • Fix double-printing of leading comments in arrow chain expressions #​951. Contributed by @​faultyserver

Linter
Bug fixes
  • Fix #​910, where the rule noSvgWithoutTitle should skip elements that have aria-hidden attributes. Contributed by @​vasucp1207
New features
Enhancement
  • Implements #​924 and #​920. noUselessElse now ignores else clauses that follow at least one if statement that doesn't break early. Contributed by @​Conaclos

    For example, the following code is no longer reported by the rule:

    function f(x) {
        if (x < 0) {
          // this `if` doesn't break early.
        } else if (x > 0) {
            return x;
        } else {
            // This `else` block was previously reported as useless.
        }
    }
Bug fixes
Parser

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 added the renovate label Nov 30, 2023
@renovate renovate bot enabled auto-merge (rebase) November 30, 2023 22:19
@renovate renovate bot merged commit 9b85baa into master Nov 30, 2023
2 checks passed
@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch November 30, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants