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.1 #5709

Merged
merged 8 commits into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

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
  • Add useForOf rule.
    The rule recommends a for-of loop when the loop index is only used to read from an array that is being iterated.
    Contributed by @​victor-teles
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 - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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) December 20, 2023 18:14
Copy link

vercel bot commented Dec 20, 2023

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

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Jan 10, 2024 9:17am
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview Jan 10, 2024 9:17am

@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 23 times, most recently from 49d72c9 to 866927a Compare December 27, 2023 18:38
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 4 times, most recently from 5f8c652 to b629147 Compare December 29, 2023 08:09
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from c5e1964 to a1760fe Compare January 10, 2024 08:12
Copy link
Contributor Author

renovate bot commented Jan 10, 2024

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.

@renovate renovate bot merged commit 92ae223 into main Jan 10, 2024
5 of 7 checks passed
@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch January 10, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant