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 - autoclosed #5281

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 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) November 6, 2023 13:39
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 Jan 10, 2024 7:58am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Jan 10, 2024 7:58am

@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 39acb6d to 5d6ad59 Compare November 6, 2023 17:13
@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-lockfile branch from 5d6ad59 to 1724714 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-lockfile branch from 1724714 to 6df5cc0 Compare November 7, 2023 08:27
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 6df5cc0 to 1412366 Compare November 7, 2023 09:01
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 1412366 to 31291ee Compare November 7, 2023 09:38
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 31291ee to 02405b1 Compare November 7, 2023 16:14
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 02405b1 to b7dd455 Compare November 8, 2023 09:13
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from b7dd455 to 96cc2d6 Compare November 8, 2023 11:25
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 96cc2d6 to 8f5561e Compare November 8, 2023 12:20
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 8f5561e to 01f9223 Compare November 8, 2023 12:29
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 01f9223 to 40e589b Compare November 8, 2023 13:51
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch 2 times, most recently from db13cc1 to f37e825 Compare November 8, 2023 14:08
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 5dfebe0 to 7ceb374 Compare January 9, 2024 14:06
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 7ceb374 to fd10357 Compare January 9, 2024 15:33
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from fd10357 to 86c82ba Compare January 9, 2024 15:55
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 86c82ba to 6b16d57 Compare January 9, 2024 17:54
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 6b16d57 to 7fd63b9 Compare January 9, 2024 17:56
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 7fd63b9 to 17172f1 Compare January 9, 2024 18:11
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 17172f1 to b740aa1 Compare January 9, 2024 18:21
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from b740aa1 to f4bd1a4 Compare January 9, 2024 22:05
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from f4bd1a4 to e78a0d5 Compare January 10, 2024 02:06
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from e78a0d5 to 27baf0b Compare January 10, 2024 03:18
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 27baf0b to 29b5ebd Compare January 10, 2024 07:28
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 29b5ebd to 8a92294 Compare January 10, 2024 07:51
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 8a92294 to 4ce96ee Compare January 10, 2024 07:53
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.4.1 chore(deps): update dependency @biomejs/biome to v1.4.1 - autoclosed Jan 10, 2024
@renovate renovate bot closed this Jan 10, 2024
@renovate renovate bot deleted the renovate/biomejs-biome-1.x-lockfile branch January 10, 2024 09:22
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.

0 participants